diff options
author | wiz <wiz> | 2014-05-17 16:10:41 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-05-17 16:10:41 +0000 |
commit | 04f0e0427babcb2e37b57d347a43cb389088143b (patch) | |
tree | d8435f953e7b6f727b3e1f1c7a329ae762dfd47e /lang/gcc48 | |
parent | d79de99319f00d5577512e1204829058146a4915 (diff) | |
download | pkgsrc-04f0e0427babcb2e37b57d347a43cb389088143b.tar.gz |
Bump applications PKGREVISIONs for python users that might be using
python3, since the default changed from python33 to python34.
I probably bumped too many. I hope I got them all.
Diffstat (limited to 'lang/gcc48')
-rw-r--r-- | lang/gcc48/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index b494e6b503e..420742df107 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/05/10 14:14:58 richard Exp $ +# $NetBSD: Makefile,v 1.14 2014/05/17 16:10:46 wiz Exp $ GCC_PKGNAME= gcc48 .include "version.mk" @@ -8,7 +8,7 @@ PKGNAME= ${GCC_PKGNAME}-${GCC48_DIST_VERSION} ## When bumping the PKGREVISION of this package the PKGREVISION of ## lang/gcc48-libs needs to be bump to be at least 1 more than the ## PKGREVISION of this package! -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC48_DIST_VERSION}/} EXTRACT_SUFX= .tar.bz2 |