pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libgit2



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Aug 31 12:00:09 UTC 2023

Modified Files:
        pkgsrc/devel/libgit2: Makefile

Log Message:
Add warning about issue with Rust packages


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/devel/libgit2/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/libgit2/Makefile
diff -u pkgsrc/devel/libgit2/Makefile:1.69 pkgsrc/devel/libgit2/Makefile:1.70
--- pkgsrc/devel/libgit2/Makefile:1.69  Mon Aug 14 05:24:11 2023
+++ pkgsrc/devel/libgit2/Makefile       Thu Aug 31 12:00:09 2023
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.69 2023/08/14 05:24:11 wiz Exp $
+# $NetBSD: Makefile,v 1.70 2023/08/31 12:00:09 pin Exp $
 
 DISTNAME=      libgit2-1.6.4
+# Do not update before Q3-freeze end.
+# It breaks all Rust packages depending on git2-0.17.0/libgit2-sys-0.15.1+1.6.4 crates
 PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libgit2/}



Home | Main Index | Thread Index | Old Index