pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc10-libs



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Apr  1 15:31:13 UTC 2024

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

Log Message:
gcc10-libs: bump PKGREVISION to stay ahead of gcc10


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/gcc10-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/gcc10-libs/Makefile
diff -u pkgsrc/lang/gcc10-libs/Makefile:1.7 pkgsrc/lang/gcc10-libs/Makefile:1.8
--- pkgsrc/lang/gcc10-libs/Makefile:1.7 Tue Jun  6 12:41:42 2023
+++ pkgsrc/lang/gcc10-libs/Makefile     Mon Apr  1 15:31:13 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/06/06 12:41:42 riastradh Exp $
+# $NetBSD: Makefile,v 1.8 2024/04/01 15:31:13 gutteridge Exp $
 
 GCC_PKGNAME=   gcc10
 .include       "../../lang/${GCC_PKGNAME}/version.mk"
@@ -9,7 +9,7 @@ PKGNAME=        ${GCC_PKGNAME}-libs-${GCC10_DIS
 ## The PKGREVISION of this package needs to be at least 1 more than the
 ## PKGREVISION of the lang/gcc10 package so that with the dependence pattern
 ## '{gcc10,gcc10-libs}>=10.2.*' pkg_add will choose gcc10-libs over gcc10.
-PKGREVISION=   1
+PKGREVISION=   2
 
 CATEGORIES=    lang
 MASTER_SITES=  # empty



Home | Main Index | Thread Index | Old Index