Fix PKGREVISION values of gcc*-libs that got out of sync
This commit is contained in:
parent
f89a967a34
commit
a1b231c3da
5 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.32 2020/01/18 23:32:42 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.33 2020/10/23 00:39:37 gutteridge Exp $
|
||||
|
||||
GCC_PKGNAME= gcc48
|
||||
.include "../../lang/${GCC_PKGNAME}/version.mk"
|
||||
|
@ -8,7 +8,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC48_DIST_VERSION}
|
|||
## The PKGREVISION of this package needs to be at least 1 more than the
|
||||
## PKGREVISION of the lang/gcc48 package so that with the dependence pattern
|
||||
## '{gcc48,gcc48-libs}>=4.8.*' pkg_all will choose gcc48-libs over gcc48.
|
||||
PKGREVISION= 8
|
||||
PKGREVISION= 10
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.18 2020/01/18 23:32:42 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2020/10/23 00:39:37 gutteridge Exp $
|
||||
|
||||
GCC_PKGNAME= gcc49
|
||||
.include "../../lang/${GCC_PKGNAME}/version.mk"
|
||||
|
@ -9,7 +9,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC49_DIST_VERSION}
|
|||
## The PKGREVISION of this package needs to be at least 1 more than the
|
||||
## PKGREVISION of the lang/gcc49 package so that with the dependence pattern
|
||||
## '{gcc49,gcc49-libs}>=4.9.*' pkg_add will choose gcc49-libs over gcc49.
|
||||
PKGREVISION= 8
|
||||
PKGREVISION= 10
|
||||
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= # empty
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.16 2020/01/18 23:32:43 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2020/10/23 00:39:37 gutteridge Exp $
|
||||
|
||||
GCC_PKGNAME= gcc5
|
||||
.include "../../lang/${GCC_PKGNAME}/version.mk"
|
||||
|
@ -9,7 +9,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC5_DIST_VERSION}
|
|||
## The PKGREVISION of this package needs to be at least 1 more than the
|
||||
## PKGREVISION of the lang/gcc5 package so that with the dependence pattern
|
||||
## '{gcc5,gcc5-libs}>=5.1.*' pkg_add will choose gcc5-libs over gcc5.
|
||||
PKGREVISION= 5
|
||||
PKGREVISION= 7
|
||||
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= # empty
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.12 2020/01/18 23:32:43 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2020/10/23 00:39:37 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= 3
|
||||
PKGREVISION= 5
|
||||
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= # empty
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.10 2020/04/08 13:29:54 rhialto Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2020/10/23 00:39:37 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= 3
|
||||
PKGREVISION= 4
|
||||
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= # empty
|
||||
|
|
Loading…
Reference in a new issue