pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang Fix PKGREVISION values of gcc*-libs that got out ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fa693b24b73e
branches: trunk
changeset: 371374:fa693b24b73e
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Mon Jan 10 00:50:46 2022 +0000
description:
Fix PKGREVISION values of gcc*-libs that got out of sync (again)
diffstat:
lang/gcc10-libs/Makefile | 6 +++---
lang/gcc6-libs/Makefile | 4 ++--
lang/gcc7-libs/Makefile | 4 ++--
lang/gcc8-libs/Makefile | 4 ++--
lang/gcc9-libs/Makefile | 4 ++--
5 files changed, 11 insertions(+), 11 deletions(-)
diffs (92 lines):
diff -r 8fc111ef56cb -r fa693b24b73e lang/gcc10-libs/Makefile
--- a/lang/gcc10-libs/Makefile Mon Jan 10 00:40:47 2022 +0000
+++ b/lang/gcc10-libs/Makefile Mon Jan 10 00:50:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/10/12 13:46:14 tnn Exp $
+# $NetBSD: Makefile,v 1.5 2022/01/10 00:50:46 gutteridge Exp $
GCC_PKGNAME= gcc10
.include "../../lang/${GCC_PKGNAME}/version.mk"
@@ -8,8 +8,8 @@
## The PKGREVISION of this package needs to be at least 1 more than the
## PKGREVISION of the lang/gcc10 package so that with the dependence pattern
-## '{gcc10,gcc10-libs}>=8.2.*' pkg_add will choose gcc10-libs over gcc10.
-PKGREVISION= 1
+## '{gcc10,gcc10-libs}>=10.2.*' pkg_add will choose gcc10-libs over gcc10.
+PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= # empty
diff -r 8fc111ef56cb -r fa693b24b73e lang/gcc6-libs/Makefile
--- a/lang/gcc6-libs/Makefile Mon Jan 10 00:40:47 2022 +0000
+++ b/lang/gcc6-libs/Makefile Mon Jan 10 00:50:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2021/10/12 13:46:14 tnn Exp $
+# $NetBSD: Makefile,v 1.17 2022/01/10 00:50:46 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= 7
+PKGREVISION= 8
CATEGORIES= lang
MASTER_SITES= # empty
diff -r 8fc111ef56cb -r fa693b24b73e lang/gcc7-libs/Makefile
--- a/lang/gcc7-libs/Makefile Mon Jan 10 00:40:47 2022 +0000
+++ b/lang/gcc7-libs/Makefile Mon Jan 10 00:50:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/10/12 13:46:14 tnn Exp $
+# $NetBSD: Makefile,v 1.14 2022/01/10 00:50:46 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= 5
+PKGREVISION= 6
CATEGORIES= lang
MASTER_SITES= # empty
diff -r 8fc111ef56cb -r fa693b24b73e lang/gcc8-libs/Makefile
--- a/lang/gcc8-libs/Makefile Mon Jan 10 00:40:47 2022 +0000
+++ b/lang/gcc8-libs/Makefile Mon Jan 10 00:50:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/10/12 13:46:15 tnn Exp $
+# $NetBSD: Makefile,v 1.14 2022/01/10 00:50:46 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= 5
+PKGREVISION= 6
CATEGORIES= lang
MASTER_SITES= # empty
diff -r 8fc111ef56cb -r fa693b24b73e lang/gcc9-libs/Makefile
--- a/lang/gcc9-libs/Makefile Mon Jan 10 00:40:47 2022 +0000
+++ b/lang/gcc9-libs/Makefile Mon Jan 10 00:50:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/10/12 13:46:15 tnn Exp $
+# $NetBSD: Makefile,v 1.6 2022/01/10 00:50:47 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= 7
+PKGREVISION= 8
CATEGORIES= lang
MASTER_SITES= # empty
Home |
Main Index |
Thread Index |
Old Index