pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc9-libs



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sun Jan  1 13:00:54 UTC 2023

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

Log Message:
gcc9-libs: bump PKGREVISION to follow gcc9 bump.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/gcc9-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/gcc9-libs/Makefile
diff -u pkgsrc/lang/gcc9-libs/Makefile:1.7 pkgsrc/lang/gcc9-libs/Makefile:1.8
--- pkgsrc/lang/gcc9-libs/Makefile:1.7  Thu Jul 28 17:00:34 2022
+++ pkgsrc/lang/gcc9-libs/Makefile      Sun Jan  1 13:00:54 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/07/28 17:00:34 gutteridge Exp $
+# $NetBSD: Makefile,v 1.8 2023/01/01 13:00:54 tsutsui Exp $
 
 GCC_PKGNAME=   gcc9
 .include       "../../lang/${GCC_PKGNAME}/version.mk"
@@ -9,7 +9,7 @@ PKGNAME=        ${GCC_PKGNAME}-libs-${GCC9_DIST
 ## The PKGREVISION of this package needs to be at least 1 more than the
 ## PKGREVISION of the lang/gcc9 package so that with the dependence pattern
 ## '{gcc9,gcc9-libs}>=9.2.*' pkg_add will choose gcc9-libs over gcc9.
-PKGREVISION=   10
+PKGREVISION=   11
 
 CATEGORIES=    lang
 MASTER_SITES=  # empty



Home | Main Index | Thread Index | Old Index