pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc6-libs



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Jul 28 16:59:09 UTC 2022

Modified Files:
        pkgsrc/lang/gcc6-libs: Makefile

Log Message:
gcc*-libs: fix PKGREVISION values that got out of sync (again)


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/gcc6-libs/Makefile

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

Modified files:

Index: pkgsrc/lang/gcc6-libs/Makefile
diff -u pkgsrc/lang/gcc6-libs/Makefile:1.17 pkgsrc/lang/gcc6-libs/Makefile:1.18
--- pkgsrc/lang/gcc6-libs/Makefile:1.17 Mon Jan 10 00:50:46 2022
+++ pkgsrc/lang/gcc6-libs/Makefile      Thu Jul 28 16:59:08 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2022/01/10 00:50:46 gutteridge Exp $
+# $NetBSD: Makefile,v 1.18 2022/07/28 16:59:08 gutteridge Exp $
 
 GCC_PKGNAME=   gcc6
 .include       "../../lang/${GCC_PKGNAME}/version.mk"
@@ -9,7 +9,7 @@ PKGNAME=        ${GCC_PKGNAME}-libs-${GCC6_DIST
 ## The PKGREVISION of this package needs to be at least 1 more than the
 ## PKGREVISION of the lang/gcc6 package so that with the dependence pattern
 ## '{gcc6,gcc6-libs}>=6.1.*' pkg_add will choose gcc6-libs over gcc6.
-PKGREVISION=   8
+PKGREVISION=   9
 
 CATEGORIES=    lang
 MASTER_SITES=  # empty



Home | Main Index | Thread Index | Old Index