diff options
author | markd <markd@pkgsrc.org> | 2007-06-06 11:14:27 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-06-06 11:14:27 +0000 |
commit | af2f4fe585b8852e7579f5094139957e20b27828 (patch) | |
tree | d7b9946d291dcf0a65db3ea406ed2156da4194d5 /print/cups/Makefile | |
parent | 3e595e59223166e38d415fb22c8e5bc546d652ee (diff) | |
download | pkgsrc-af2f4fe585b8852e7579f5094139957e20b27828.tar.gz |
Update cups to 1.2.11
CUPS 1.2.11 fixes several build system, printing, PPD, and IPP conformance
issues. It also fixes a crash bug in the scheduler when printing to files
in non-existent directories.
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 443d552b633..8e123104afb 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.121 2007/04/02 12:11:01 gdt Exp $ +# $NetBSD: Makefile,v 1.122 2007/06/06 11:14:27 markd 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,8 +6,7 @@ DISTNAME= cups-${DIST_VERS}-source PKGNAME= cups-${VERS} -PKGREVISION= 1 -BASE_VERS= 1.2.10 +BASE_VERS= 1.2.11 DIST_VERS= ${BASE_VERS} VERS= ${DIST_VERS:S/-/./g} CATEGORIES= print |