pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/git-cliff



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Aug 31 11:59:35 UTC 2023

Modified Files:
        pkgsrc/devel/git-cliff: Makefile

Log Message:
Add warning about libgit2


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/git-cliff/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/git-cliff/Makefile
diff -u pkgsrc/devel/git-cliff/Makefile:1.26 pkgsrc/devel/git-cliff/Makefile:1.27
--- pkgsrc/devel/git-cliff/Makefile:1.26        Sun Apr 30 19:53:24 2023
+++ pkgsrc/devel/git-cliff/Makefile     Thu Aug 31 11:59:35 2023
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2023/04/30 19:53:24 pin Exp $
+# $NetBSD: Makefile,v 1.27 2023/08/31 11:59:35 pin Exp $
 
 DISTNAME=      git-cliff-1.2.0
+# Do not update until after Q3-freeze is over.
+# Reuires libgit2-1.7.1 which breaks a large number of Rust packages.
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=orhun/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}



Home | Main Index | Thread Index | Old Index