diff options
author | jperkin <jperkin@pkgsrc.org> | 2012-11-20 23:15:08 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2012-11-20 23:15:08 +0000 |
commit | 3ac34e5085acc7757096890ea54ffcfdf26e6b2e (patch) | |
tree | 234fbdb185f0804c97810f6bed06211377de508c /lang/gcc47-libs | |
parent | d14b9974275511371df5f8a9fc02e8eb83b1ae40 (diff) | |
download | pkgsrc-3ac34e5085acc7757096890ea54ffcfdf26e6b2e.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/gcc47-libs')
-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 |