diff options
author | sbd <sbd@pkgsrc.org> | 2010-06-05 23:03:15 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2010-06-05 23:03:15 +0000 |
commit | 3cdd9406d101901d3766d84cc72244cca7b05ab5 (patch) | |
tree | ab2a58a5a5ac51d90b27d6f4e2b2260b1c53332e /print/cups/Makefile | |
parent | 31d7a18279e94860f6a619c4f7c7162ae1a315ee (diff) | |
download | pkgsrc-3cdd9406d101901d3766d84cc72244cca7b05ab5.tar.gz |
Incorporate:
usb-backend-both-usblp-and-libusb.dpatch by <till.kamppeter@gmail.com>
http://www.cups.org/str.php?L3357
One "usb" CUPS backend for both libusb-based and usblp-based access.
Bump PKGREVISION.
Diffstat (limited to 'print/cups/Makefile')
-rw-r--r-- | print/cups/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 7b2e9cb946a..a883a45df6e 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.162 2010/05/26 09:18:48 sbd Exp $ +# $NetBSD: Makefile,v 1.163 2010/06/05 23:03:15 sbd Exp $ # # The CUPS author is very good about taking back changes into the main # CUPS distribution. The correct place to send patches or bug-fixes is: @@ -8,7 +8,7 @@ DISTNAME= cups-${DIST_VERS}-source PKGNAME= cups-${DIST_VERS:S/-/./g} BASE_VERS= 1.4.3 DIST_VERS= ${BASE_VERS} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print MASTER_SITES= http://ftp.easysw.com/pub/cups/${BASE_VERS}/ \ |