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:   wiz
Date:           Sun Jan 29 09:03:43 UTC 2023

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

Log Message:
gcc9-libs: reset PKGREVISION to 1 after base package update


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 pkgsrc/lang/gcc9-libs/Makefile:1.9
--- pkgsrc/lang/gcc9-libs/Makefile:1.8  Sun Jan  1 13:00:54 2023
+++ pkgsrc/lang/gcc9-libs/Makefile      Sun Jan 29 09:03:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2023/01/01 13:00:54 tsutsui Exp $
+# $NetBSD: Makefile,v 1.9 2023/01/29 09:03:43 wiz 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=   11
+PKGREVISION=   1
 
 CATEGORIES=    lang
 MASTER_SITES=  # empty



Home | Main Index | Thread Index | Old Index