diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-07-12 10:44:52 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-07-12 10:44:52 +0000 |
commit | 16bdf421beea716a7b610d4b5f6d95be8bf386c9 (patch) | |
tree | 32a787631a0e2f2e2b7c531a3ca775e8ea53cccb /print/cups | |
parent | a359776e04d5a40e54dbbe88f7858df561fc4ba5 (diff) | |
download | pkgsrc-16bdf421beea716a7b610d4b5f6d95be8bf386c9.tar.gz |
Bump PKGREVISION of all packages which create users, to pick up change of
sysutils/user_* packages.
Diffstat (limited to 'print/cups')
-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 0bc217280d6..91fab68c0cb 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.198 2013/05/31 12:41:47 wiz Exp $ +# $NetBSD: Makefile,v 1.199 2013/07/12 10:45:01 jperkin 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: @@ -9,7 +9,7 @@ PKGNAME= cups-${DIST_VERS:S/-/./g} BASE_VERS= 1.5.4 DIST_VERS= ${BASE_VERS} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= print MASTER_SITES= http://ftp.easysw.com/pub/cups/${BASE_VERS}/ \ ftp://ftp.easysw.com/pub/cups/${BASE_VERS}/ \ |