diff options
author | jperkin <jperkin> | 2012-11-20 23:15:08 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2012-11-20 23:15:08 +0000 |
commit | 71667197b34127812596263b67be4e9034fd3723 (patch) | |
tree | 234fbdb185f0804c97810f6bed06211377de508c /lang | |
parent | cb68da9c0236460fe3a4f040db37ba17ee36a106 (diff) | |
download | pkgsrc-71667197b34127812596263b67be4e9034fd3723.tar.gz |
Bump PKGREVISION twice, once because it was not done correctly the last time
lang/gcc47 was bumped, and again for the most recent bump.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc47-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc47-libs/Makefile b/lang/gcc47-libs/Makefile index 06d6972d152..61ee34ab739 100644 --- a/lang/gcc47-libs/Makefile +++ b/lang/gcc47-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/10/02 20:11:41 asau Exp $ +# $NetBSD: Makefile,v 1.6 2012/11/20 23:15:08 jperkin Exp $ GCC_PKGNAME= gcc47 .include "../../lang/${GCC_PKGNAME}/version.mk" @@ -8,7 +8,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC_DIST_VERSION} ## The PKGREVISION of this package needs to be at least 1 more than the ## PKGREVISION of the lang/gcc47 package so that with the dependence pattern ## '{gcc47,gcc47-libs}>=4.7.*' pkg_all will choose gcc47-libs over gcc47. -PKGREVISION= 5 +PKGREVISION= 7 CATEGORIES= lang MASTER_SITES= # empty DISTFILES= # empty |