pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/gcc12-libs
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 22 12:16:49 UTC 2022
Modified Files:
pkgsrc/lang/gcc12-libs: Makefile
Log Message:
gcc12-libs: reset PKGREVISION to 1 after update
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/gcc12-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/gcc12-libs/Makefile
diff -u pkgsrc/lang/gcc12-libs/Makefile:1.2 pkgsrc/lang/gcc12-libs/Makefile:1.3
--- pkgsrc/lang/gcc12-libs/Makefile:1.2 Thu Jul 28 17:00:34 2022
+++ pkgsrc/lang/gcc12-libs/Makefile Mon Aug 22 12:16:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/07/28 17:00:34 gutteridge Exp $
+# $NetBSD: Makefile,v 1.3 2022/08/22 12:16:49 wiz Exp $
GCC_PKGNAME= gcc12
.include "../../lang/${GCC_PKGNAME}/version.mk"
@@ -9,7 +9,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC12_DIS
## The PKGREVISION of this package needs to be at least 1 more than the
## PKGREVISION of the lang/gcc12 package so that with the dependence pattern
## '{gcc12,gcc12-libs}>=12.1.*' pkg_add will choose gcc12-libs over gcc12.
-PKGREVISION= 2
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= # empty
Home |
Main Index |
Thread Index |
Old Index