diff options
Diffstat (limited to 'print/cups/Makefile')
-rw-r--r-- | print/cups/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 2b002c00293..69be14ca2b8 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.208 2014/06/03 15:08:52 wiz Exp $ +# $NetBSD: Makefile,v 1.209 2014/06/07 07:34:05 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: @@ -6,9 +6,8 @@ DISTNAME= cups-${DIST_VERS}-source PKGNAME= cups-${DIST_VERS:S/-/./g} -BASE_VERS= 1.5.4 +BASE_VERS= 1.7.3 DIST_VERS= ${BASE_VERS} -PKGREVISION= 12 CATEGORIES= print MASTER_SITES= http://www.cups.org/software/${BASE_VERS}/ EXTRACT_SUFX= .tar.bz2 |