Wed May 15 12:23:08 2024 UTC (32d)
lang/gcc12-libs: Bump PKGREVISION. lang/gcc12 is now nb1


(ryoon)
diff -r1.4 -r1.5 pkgsrc/lang/gcc12-libs/Makefile

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

--- pkgsrc/lang/gcc12-libs/Makefile 2023/06/06 12:41:42 1.4
+++ pkgsrc/lang/gcc12-libs/Makefile 2024/05/15 12:23:08 1.5
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile,v 1.4 2023/06/06 12:41:42 riastradh Exp $ 1# $NetBSD: Makefile,v 1.5 2024/05/15 12:23:08 ryoon Exp $
2 2
3GCC_PKGNAME= gcc12 3GCC_PKGNAME= gcc12
4.include "../../lang/${GCC_PKGNAME}/version.mk" 4.include "../../lang/${GCC_PKGNAME}/version.mk"
5 5
6DISTNAME= gcc-${GCC12_DIST_VERSION} 6DISTNAME= gcc-${GCC12_DIST_VERSION}
7PKGNAME= ${GCC_PKGNAME}-libs-${GCC12_DIST_VERSION} 7PKGNAME= ${GCC_PKGNAME}-libs-${GCC12_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/gcc12 package so that with the dependence pattern 10## PKGREVISION of the lang/gcc12 package so that with the dependence pattern
11## '{gcc12,gcc12-libs}>=12.1.*' pkg_add will choose gcc12-libs over gcc12. 11## '{gcc12,gcc12-libs}>=12.1.*' pkg_add will choose gcc12-libs over gcc12.
12PKGREVISION= 1 12PKGREVISION= 2
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= https://gcc.gnu.org/ 19HOMEPAGE= https://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