diff options
-rw-r--r-- | lang/gcc10-libs/Makefile | 6 | ||||
-rw-r--r-- | lang/gcc6-libs/Makefile | 4 | ||||
-rw-r--r-- | lang/gcc7-libs/Makefile | 4 | ||||
-rw-r--r-- | lang/gcc8-libs/Makefile | 4 | ||||
-rw-r--r-- | lang/gcc9-libs/Makefile | 4 |
5 files changed, 11 insertions, 11 deletions
diff --git a/lang/gcc10-libs/Makefile b/lang/gcc10-libs/Makefile index ce3ca870432..953a56d716b 100644 --- a/lang/gcc10-libs/Makefile +++ b/lang/gcc10-libs/Makefile @@ -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 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC10_DIST_VERSION} ## 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 --git a/lang/gcc6-libs/Makefile b/lang/gcc6-libs/Makefile index e962574c100..7cf565e92cd 100644 --- a/lang/gcc6-libs/Makefile +++ b/lang/gcc6-libs/Makefile @@ -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 @@ 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= 7 +PKGREVISION= 8 CATEGORIES= lang MASTER_SITES= # empty diff --git a/lang/gcc7-libs/Makefile b/lang/gcc7-libs/Makefile index ac9e37c0a8c..bb1168c025d 100644 --- a/lang/gcc7-libs/Makefile +++ b/lang/gcc7-libs/Makefile @@ -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 @@ 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= 5 +PKGREVISION= 6 CATEGORIES= lang MASTER_SITES= # empty diff --git a/lang/gcc8-libs/Makefile b/lang/gcc8-libs/Makefile index cc1645096bb..4a03a7c183a 100644 --- a/lang/gcc8-libs/Makefile +++ b/lang/gcc8-libs/Makefile @@ -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 @@ 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= 5 +PKGREVISION= 6 CATEGORIES= lang MASTER_SITES= # empty diff --git a/lang/gcc9-libs/Makefile b/lang/gcc9-libs/Makefile index 384f08fc625..ac4d5ebeb5e 100644 --- a/lang/gcc9-libs/Makefile +++ b/lang/gcc9-libs/Makefile @@ -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 @@ 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= 7 +PKGREVISION= 8 CATEGORIES= lang MASTER_SITES= # empty |