gcc*-libs: fix PKGREVISION values that got out of sync (again)

This commit is contained in:
gutteridge 2023-10-05 05:20:10 +00:00
parent ab2721e4b7
commit ef1a87140e
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.19 2023/06/06 12:41:42 riastradh Exp $
# $NetBSD: Makefile,v 1.20 2023/10/05 05:20:10 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= 9
PKGREVISION= 10
CATEGORIES= lang
MASTER_SITES= # empty

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2023/06/06 12:41:43 riastradh Exp $
# $NetBSD: Makefile,v 1.11 2023/10/05 05:20:10 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= 1
PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= # empty

View File

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.47 2023/08/29 09:48:47 nia Exp $
# $NetBSD: Makefile,v 1.48 2023/10/05 05:20:10 gutteridge Exp $
GCC_PKGNAME= gcc9
PKGREVISION= 1
.include "version.mk"
DISTNAME= gcc-${GCC9_DIST_VERSION}
@ -10,6 +9,7 @@ PKGNAME= ${GCC_PKGNAME}-${GCC9_DIST_VERSION}
## lang/gcc9-libs needs to be bumped to be at least 1 more than the
## PKGREVISION of this package!
CATEGORIES= lang
PKGREVISION= 1
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC9_DIST_VERSION}/}
EXTRACT_SUFX= .tar.xz