diff options
author | wiz <wiz@pkgsrc.org> | 2016-07-09 06:37:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-07-09 06:37:46 +0000 |
commit | 3d17442a97a7c7c31fc88a017ade1eaa0c0cb8a8 (patch) | |
tree | 4ef5c8361970b2d76684fbcd5fd41127fb7fa19a /lang/gcc49 | |
parent | 135fc83993111ac1210d623510a598942dcacf0e (diff) | |
download | pkgsrc-3d17442a97a7c7c31fc88a017ade1eaa0c0cb8a8.tar.gz |
Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.
Diffstat (limited to 'lang/gcc49')
-rw-r--r-- | lang/gcc49/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc49/Makefile b/lang/gcc49/Makefile index b191970e4e0..621040db635 100644 --- a/lang/gcc49/Makefile +++ b/lang/gcc49/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2016/02/25 14:42:56 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/07/09 06:38:25 wiz Exp $ GCC_PKGNAME= gcc49 .include "version.mk" @@ -9,7 +9,7 @@ PKGNAME= ${GCC_PKGNAME}-${GCC49_DIST_VERSION} ## When bumping the PKGREVISION of this package the PKGREVISION of ## lang/gcc49-libs needs to be bump to be at least 1 more than the ## PKGREVISION of this package! -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC49_DIST_VERSION}/} |