diff options
author | khorben <khorben@pkgsrc.org> | 2017-11-12 16:03:34 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2017-11-12 16:03:34 +0000 |
commit | 25e1a41b74ea60e141fe19e638a5186ccb8387df (patch) | |
tree | dbbb6d334b0bfb8a82c47032f9f9c6a024483fbe /lang | |
parent | 8c069393c20690d47c5d796752a84ed0e6cd9e95 (diff) | |
download | pkgsrc-25e1a41b74ea60e141fe19e638a5186ccb8387df.tar.gz |
Bump PKGREVISION on packages depending on CUPS
This should be the last part of the renaming operation for print/cups to
print/cups-base.
Rationale: packages depending on CUPS but not relying on a functional
printing setup only need to depend on print/cups-base (equivalent to the
former print/cups). The new print/cups now depends on print/cups-base
and on print/cups-filters, thus directly providing a functional printing
setup. This bump reflects this change of dependency.
As discussed on tech-pkg@
Diffstat (limited to 'lang')
-rw-r--r-- | lang/openjdk7/Makefile | 3 | ||||
-rw-r--r-- | lang/openjdk8/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/openjdk7/Makefile b/lang/openjdk7/Makefile index 1edb245a45f..e985b6698e8 100644 --- a/lang/openjdk7/Makefile +++ b/lang/openjdk7/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.117 2017/11/12 15:36:58 khorben Exp $ +# $NetBSD: Makefile,v 1.118 2017/11/12 16:03:34 khorben Exp $ JDK_MICRO= 141 DISTNAME= openjdk-1.7.${JDK_MICRO}-20170813 PKGNAME= openjdk7-1.7.${JDK_MICRO} +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_LOCAL:=openjdk7/} EXTRACT_SUFX= .tar.xz diff --git a/lang/openjdk8/Makefile b/lang/openjdk8/Makefile index 2cfd3c11202..c0ef07f0f53 100644 --- a/lang/openjdk8/Makefile +++ b/lang/openjdk8/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.52 2017/11/12 15:36:58 khorben Exp $ +# $NetBSD: Makefile,v 1.53 2017/11/12 16:03:34 khorben Exp $ DISTNAME= openjdk-1.8.144-20170830 PKGNAME= openjdk8-1.8.144 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_LOCAL:=openjdk7/} EXTRACT_SUFX= .tar.xz |