pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/gcc8-libs
Module Name: pkgsrc
Committed By: gutteridge
Date: Thu Oct 5 05:15:37 UTC 2023
Modified Files:
pkgsrc/lang/gcc8-libs: Makefile
Log Message:
gcc8-libs: fix PKGREVISION value that got out of sync (again)
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/gcc8-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/gcc8-libs/Makefile
diff -u pkgsrc/lang/gcc8-libs/Makefile:1.17 pkgsrc/lang/gcc8-libs/Makefile:1.18
--- pkgsrc/lang/gcc8-libs/Makefile:1.17 Tue Jun 6 12:41:43 2023
+++ pkgsrc/lang/gcc8-libs/Makefile Thu Oct 5 05:15:36 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2023/06/06 12:41:43 riastradh Exp $
+# $NetBSD: Makefile,v 1.18 2023/10/05 05:15:36 gutteridge Exp $
GCC_PKGNAME= gcc8
.include "../../lang/${GCC_PKGNAME}/version.mk"
@@ -9,7 +9,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC8_DIST
## The PKGREVISION of this package needs to be at least 1 more than the
## PKGREVISION of the lang/gcc8 package so that with the dependence pattern
## '{gcc8,gcc8-libs}>=8.2.*' pkg_add will choose gcc8-libs over gcc8.
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= # empty
Home |
Main Index |
Thread Index |
Old Index