diff options
author | maya <maya@pkgsrc.org> | 2019-04-25 07:32:34 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2019-04-25 07:32:34 +0000 |
commit | 3d4f4b52d921d81c07e9bd63bfeafa757f969cc0 (patch) | |
tree | a416928cc701450ae75c0a43468ba9fa9f48c674 /lang/gcc8/Makefile | |
parent | a4189552bb92eb40213147fa310cbb2e027a33fb (diff) | |
download | pkgsrc-3d4f4b52d921d81c07e9bd63bfeafa757f969cc0.tar.gz |
PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
Diffstat (limited to 'lang/gcc8/Makefile')
-rw-r--r-- | lang/gcc8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc8/Makefile b/lang/gcc8/Makefile index cd5b0806642..41604e95b7b 100644 --- a/lang/gcc8/Makefile +++ b/lang/gcc8/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.7 2018/11/07 04:32:32 maya Exp $ +# $NetBSD: Makefile,v 1.8 2019/04/25 07:33:02 maya Exp $ GCC_PKGNAME= gcc8 .include "version.mk" DISTNAME= gcc-${GCC8_DIST_VERSION} PKGNAME= ${GCC_PKGNAME}-${GCC8_DIST_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 ## When bumping the PKGREVISION of this package the PKGREVISION of ## lang/gcc8-libs needs to be bump to be at least 1 more than the ## PKGREVISION of this package! |