pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang gcc*-libs: fix PKGREVISION values that got out of...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4a69dee6da5f
branches: trunk
changeset: 382444:4a69dee6da5f
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Thu Jul 28 16:59:08 2022 +0000
description:
gcc*-libs: fix PKGREVISION values that got out of sync (again)
diffstat:
lang/gcc12-libs/Makefile | 4 ++--
lang/gcc6-libs/Makefile | 4 ++--
lang/gcc7-libs/Makefile | 4 ++--
lang/gcc8-libs/Makefile | 4 ++--
lang/gcc9-libs/Makefile | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
diffs (90 lines):
diff -r fd4cc0714a74 -r 4a69dee6da5f lang/gcc12-libs/Makefile
--- a/lang/gcc12-libs/Makefile Thu Jul 28 09:12:45 2022 +0000
+++ b/lang/gcc12-libs/Makefile Thu Jul 28 16:59:08 2022 +0000
@@ -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 @@
## 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 -r fd4cc0714a74 -r 4a69dee6da5f lang/gcc6-libs/Makefile
--- a/lang/gcc6-libs/Makefile Thu Jul 28 09:12:45 2022 +0000
+++ b/lang/gcc6-libs/Makefile Thu Jul 28 16:59:08 2022 +0000
@@ -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 @@
## 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 -r fd4cc0714a74 -r 4a69dee6da5f lang/gcc7-libs/Makefile
--- a/lang/gcc7-libs/Makefile Thu Jul 28 09:12:45 2022 +0000
+++ b/lang/gcc7-libs/Makefile Thu Jul 28 16:59:08 2022 +0000
@@ -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 @@
## 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 -r fd4cc0714a74 -r 4a69dee6da5f lang/gcc8-libs/Makefile
--- a/lang/gcc8-libs/Makefile Thu Jul 28 09:12:45 2022 +0000
+++ b/lang/gcc8-libs/Makefile Thu Jul 28 16:59:08 2022 +0000
@@ -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 @@
## 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 -r fd4cc0714a74 -r 4a69dee6da5f lang/gcc9-libs/Makefile
--- a/lang/gcc9-libs/Makefile Thu Jul 28 09:12:45 2022 +0000
+++ b/lang/gcc9-libs/Makefile Thu Jul 28 16:59:08 2022 +0000
@@ -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 @@
## 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
Home |
Main Index |
Thread Index |
Old Index