pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/protobuf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Nov 11 12:20:26 UTC 2021

Modified Files:
        pkgsrc/devel/protobuf: Makefile

Log Message:
protobuf: add update comment

Mention that this often needs recursive bumps, and remind to update
py-protobuf as well.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/protobuf/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/protobuf/Makefile
diff -u pkgsrc/devel/protobuf/Makefile:1.51 pkgsrc/devel/protobuf/Makefile:1.52
--- pkgsrc/devel/protobuf/Makefile:1.51 Thu Nov 11 12:02:46 2021
+++ pkgsrc/devel/protobuf/Makefile      Thu Nov 11 12:20:26 2021
@@ -1,4 +1,11 @@
-# $NetBSD: Makefile,v 1.51 2021/11/11 12:02:46 kim Exp $
+# $NetBSD: Makefile,v 1.52 2021/11/11 12:20:26 wiz Exp $
+#
+# When updating this, please also update devel/py-protobuf
+#
+# Please note: this package often changes the major version
+# number of libraries, so please compare binary packages
+# from before and after, and do a recursive PKGREVISION
+# bump if necessary
 
 DISTNAME=      protobuf-cpp-3.19.0
 PKGNAME=       ${DISTNAME:S/-cpp//}



Home | Main Index | Thread Index | Old Index