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/samba/Makefile | |
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/samba/Makefile')
-rw-r--r-- | net/samba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index c988445a024..3bf21257bd3 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.262 2017/06/01 13:30:26 jlam Exp $ +# $NetBSD: Makefile,v 1.263 2017/11/12 16:03:35 khorben Exp $ DISTNAME= samba-${VERSION} CATEGORIES= net @@ -10,7 +10,7 @@ COMMENT= SMB/CIFS protocol server suite LICENSE= gnu-gpl-v3 VERSION= 3.6.25 -PKGREVISION= 6 +PKGREVISION= 7 CONFLICTS+= ja-samba-[0-9]* pam-smbpass-[0-9]* winbind-[0-9]* |