diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2020-10-23 00:39:37 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2020-10-23 00:39:37 +0000 |
commit | 1508f8132003007bc6ce3dd2eae6a360bb4aa844 (patch) | |
tree | 6e02800a4ba90e5231f1db47836e6365d898a0fd /lang/gcc7-libs/Makefile | |
parent | c05c55087b7eee98d7506a06fec3cbdd9e87fdca (diff) | |
download | pkgsrc-1508f8132003007bc6ce3dd2eae6a360bb4aa844.tar.gz |
Fix PKGREVISION values of gcc*-libs that got out of sync
Diffstat (limited to 'lang/gcc7-libs/Makefile')
-rw-r--r-- | lang/gcc7-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc7-libs/Makefile b/lang/gcc7-libs/Makefile index 5142abd021a..ece4757a167 100644 --- a/lang/gcc7-libs/Makefile +++ b/lang/gcc7-libs/Makefile @@ -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 |