summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2022-07-28 16:59:08 +0000
committergutteridge <gutteridge@pkgsrc.org>2022-07-28 16:59:08 +0000
commitf8cc036e08ce6019e655f19370449f7ecac77e40 (patch)
tree56793531657edc16ada2cecec2fa869786662f7d
parentf71eeec72405b0e60e6bfbe4cef0c8acc3c67e9e (diff)
downloadpkgsrc-f8cc036e08ce6019e655f19370449f7ecac77e40.tar.gz
gcc*-libs: fix PKGREVISION values that got out of sync (again)
-rw-r--r--lang/gcc12-libs/Makefile4
-rw-r--r--lang/gcc6-libs/Makefile4
-rw-r--r--lang/gcc7-libs/Makefile4
-rw-r--r--lang/gcc8-libs/Makefile4
-rw-r--r--lang/gcc9-libs/Makefile4
5 files changed, 10 insertions, 10 deletions
diff --git a/lang/gcc12-libs/Makefile b/lang/gcc12-libs/Makefile
index c490cbb5677..9531d0a9dc9 100644
--- a/lang/gcc12-libs/Makefile
+++ b/lang/gcc12-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/06/16 15:43:55 adam Exp $
+# $NetBSD: Makefile,v 1.2 2022/07/28 17:00:34 gutteridge Exp $
GCC_PKGNAME= gcc12
.include "../../lang/${GCC_PKGNAME}/version.mk"
@@ -9,7 +9,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC12_DIST_VERSION}
## 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= 1
+PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= # empty
diff --git a/lang/gcc6-libs/Makefile b/lang/gcc6-libs/Makefile
index 7cf565e92cd..95e6213cbc7 100644
--- a/lang/gcc6-libs/Makefile
+++ b/lang/gcc6-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2022/01/10 00:50:46 gutteridge Exp $
+# $NetBSD: Makefile,v 1.18 2022/07/28 16:59:08 gutteridge Exp $
GCC_PKGNAME= gcc6
.include "../../lang/${GCC_PKGNAME}/version.mk"
@@ -9,7 +9,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC6_DIST_VERSION}
## The PKGREVISION of this package needs to be at least 1 more than the
## PKGREVISION of the lang/gcc6 package so that with the dependence pattern
## '{gcc6,gcc6-libs}>=6.1.*' pkg_add will choose gcc6-libs over gcc6.
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= lang
MASTER_SITES= # empty
diff --git a/lang/gcc7-libs/Makefile b/lang/gcc7-libs/Makefile
index bb1168c025d..587435ae858 100644
--- a/lang/gcc7-libs/Makefile
+++ b/lang/gcc7-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2022/01/10 00:50:46 gutteridge Exp $
+# $NetBSD: Makefile,v 1.15 2022/07/28 17:00:34 gutteridge Exp $
GCC_PKGNAME= gcc7
.include "../../lang/${GCC_PKGNAME}/version.mk"
@@ -9,7 +9,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC7_DIST_VERSION}
## The PKGREVISION of this package needs to be at least 1 more than the
## PKGREVISION of the lang/gcc7 package so that with the dependence pattern
## '{gcc7,gcc7-libs}>=7.5.*' pkg_add will choose gcc7-libs over gcc7.
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= lang
MASTER_SITES= # empty
diff --git a/lang/gcc8-libs/Makefile b/lang/gcc8-libs/Makefile
index 4a03a7c183a..79297a43ee1 100644
--- a/lang/gcc8-libs/Makefile
+++ b/lang/gcc8-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2022/01/10 00:50:46 gutteridge Exp $
+# $NetBSD: Makefile,v 1.15 2022/07/28 17:00:34 gutteridge Exp $
GCC_PKGNAME= gcc8
.include "../../lang/${GCC_PKGNAME}/version.mk"
@@ -9,7 +9,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC8_DIST_VERSION}
## 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= 6
+PKGREVISION= 8
CATEGORIES= lang
MASTER_SITES= # empty
diff --git a/lang/gcc9-libs/Makefile b/lang/gcc9-libs/Makefile
index ac4d5ebeb5e..40eb4399a18 100644
--- a/lang/gcc9-libs/Makefile
+++ b/lang/gcc9-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/01/10 00:50:47 gutteridge Exp $
+# $NetBSD: Makefile,v 1.7 2022/07/28 17:00:34 gutteridge Exp $
GCC_PKGNAME= gcc9
.include "../../lang/${GCC_PKGNAME}/version.mk"
@@ -9,7 +9,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC9_DIST_VERSION}
## 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= 8
+PKGREVISION= 10
CATEGORIES= lang
MASTER_SITES= # empty