diff options
Diffstat (limited to 'print/cups15/Makefile')
-rw-r--r-- | print/cups15/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups15/Makefile b/print/cups15/Makefile index f0db72ab73a..c90e0b71578 100644 --- a/print/cups15/Makefile +++ b/print/cups15/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/04/23 09:29:22 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2015/06/12 10:50:57 wiz 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= 12 +PKGREVISION= 13 CATEGORIES= print MASTER_SITES= http://ftp.easysw.com/pub/cups/${BASE_VERS}/ \ ftp://ftp.easysw.com/pub/cups/${BASE_VERS}/ \ |