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 /net/samba4 | |
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 'net/samba4')
-rw-r--r-- | net/samba4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/samba4/Makefile b/net/samba4/Makefile index 622ea6059ec..6b00f95ca7d 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2017/09/20 15:14:30 taca Exp $ +# $NetBSD: Makefile,v 1.36 2017/11/12 16:03:35 khorben Exp $ DISTNAME= samba-${VERSION} +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://download.samba.org/pub/samba/stable/ |