Tue Jul 4 21:54:20 2017 UTC ()
Reset PKGREVISION


(maya)
diff -r1.3 -r1.4 pkgsrc/lang/gcc6-libs/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/lang/gcc6-libs/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/gcc6-libs/Makefile 2017/06/01 13:30:25 1.3
+++ pkgsrc/lang/gcc6-libs/Makefile 2017/07/04 21:54:20 1.4
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile,v 1.3 2017/06/01 13:30:25 jlam Exp $ 1# $NetBSD: Makefile,v 1.4 2017/07/04 21:54:20 maya Exp $
2 2
3GCC_PKGNAME= gcc6 3GCC_PKGNAME= gcc6
4.include "../../lang/${GCC_PKGNAME}/version.mk" 4.include "../../lang/${GCC_PKGNAME}/version.mk"
5 5
6DISTNAME= gcc-${GCC6_DIST_VERSION} 6DISTNAME= gcc-${GCC6_DIST_VERSION}
7PKGNAME= ${GCC_PKGNAME}-libs-${GCC6_DIST_VERSION} 7PKGNAME= ${GCC_PKGNAME}-libs-${GCC6_DIST_VERSION}
8 8
9## The PKGREVISION of this package needs to be at least 1 more than the 9## The PKGREVISION of this package needs to be at least 1 more than the
10## PKGREVISION of the lang/gcc6 package so that with the dependence pattern 10## PKGREVISION of the lang/gcc6 package so that with the dependence pattern
11## '{gcc6,gcc6-libs}>=6.1.*' pkg_add will choose gcc6-libs over gcc6. 11## '{gcc6,gcc6-libs}>=6.1.*' pkg_add will choose gcc6-libs over gcc6.
12PKGREVISION= 2 12PKGREVISION= 1
13 13
14CATEGORIES= lang 14CATEGORIES= lang
15MASTER_SITES= # empty 15MASTER_SITES= # empty
16DISTFILES= # empty 16DISTFILES= # empty
17 17
18MAINTAINER= pkgsrc-users@NetBSD.org 18MAINTAINER= pkgsrc-users@NetBSD.org
19HOMEPAGE= http://gcc.gnu.org/ 19HOMEPAGE= http://gcc.gnu.org/
20COMMENT= The GNU Compiler Collection (GCC) support shared libraries 20COMMENT= The GNU Compiler Collection (GCC) support shared libraries
21LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3 21LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3
22 22
23USE_TOOLS+= pax 23USE_TOOLS+= pax
24 24
25NO_BUILD= yes 25NO_BUILD= yes