Tue Jan 14 19:33:10 2014 UTC ()
Bump PKGREVISION because gcc48/Makefile says so.


(wiz)
diff -r1.9 -r1.10 pkgsrc/lang/gcc48-libs/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/lang/gcc48-libs/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/gcc48-libs/Attic/Makefile 2013/10/21 20:26:19 1.9
+++ pkgsrc/lang/gcc48-libs/Attic/Makefile 2014/01/14 19:33:10 1.10
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.9 2013/10/21 20:26:19 adam Exp $ 1# $NetBSD: Makefile,v 1.10 2014/01/14 19:33:10 wiz Exp $
2 2
3GCC_PKGNAME= gcc48 3GCC_PKGNAME= gcc48
4.include "../../lang/${GCC_PKGNAME}/version.mk" 4.include "../../lang/${GCC_PKGNAME}/version.mk"
5 5
6DISTNAME= gcc-${GCC48_DIST_VERSION} 6DISTNAME= gcc-${GCC48_DIST_VERSION}
7PKGNAME= ${GCC_PKGNAME}-libs-${GCC48_DIST_VERSION} 7PKGNAME= ${GCC_PKGNAME}-libs-${GCC48_DIST_VERSION}
8## The PKGREVISION of this package needs to be at least 1 more than the 8## The PKGREVISION of this package needs to be at least 1 more than the
9## PKGREVISION of the lang/gcc48 package so that with the dependence pattern 9## PKGREVISION of the lang/gcc48 package so that with the dependence pattern
10## '{gcc48,gcc48-libs}>=4.8.*' pkg_all will choose gcc48-libs over gcc48. 10## '{gcc48,gcc48-libs}>=4.8.*' pkg_all will choose gcc48-libs over gcc48.
11PKGREVISION= 1 11PKGREVISION= 2
12CATEGORIES= lang 12CATEGORIES= lang
13MASTER_SITES= # empty 13MASTER_SITES= # empty
14DISTFILES= # empty 14DISTFILES= # empty
15 15
16MAINTAINER= sbd@NetBSD.org 16MAINTAINER= sbd@NetBSD.org
17HOMEPAGE= http://gcc.gnu.org/ 17HOMEPAGE= http://gcc.gnu.org/
18COMMENT= The GNU Compiler Collection (GCC) support shared libraries. 18COMMENT= The GNU Compiler Collection (GCC) support shared libraries.
19LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3 19LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3
20 20
21USE_TOOLS+= pax 21USE_TOOLS+= pax
22 22
23NO_BUILD= yes 23NO_BUILD= yes
24 24