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/netatalk22 | |
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/netatalk22')
-rw-r--r-- | net/netatalk22/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netatalk22/Makefile b/net/netatalk22/Makefile index c32c8348c02..fe615c8cd48 100644 --- a/net/netatalk22/Makefile +++ b/net/netatalk22/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2017/07/12 13:56:00 hauke Exp $ +# $NetBSD: Makefile,v 1.10 2017/11/12 16:03:34 khorben Exp $ DISTNAME= netatalk-2.2.6 PKGNAME= ${DISTNAME:C/-/22-/} -#PKGREVISION= 1 +PKGREVISION= 1 CATEGORIES= net print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netatalk/} EXTRACT_SUFX= .tar.bz2 |