diff options
author | wiz <wiz@pkgsrc.org> | 2004-03-26 02:27:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-03-26 02:27:34 +0000 |
commit | a661ce60c0f12cf06c18ad340bc19f07e883f677 (patch) | |
tree | 41dd3b7f8e57da510c64a490aa410798a76dec65 /print/cups/Makefile | |
parent | 62401faee512c8c356a07b5980ae7c8ebcd9d4e3 (diff) | |
download | pkgsrc-a661ce60c0f12cf06c18ad340bc19f07e883f677.tar.gz |
PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
Diffstat (limited to 'print/cups/Makefile')
-rw-r--r-- | print/cups/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index a4d30770c0f..86dde55ac71 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2004/02/13 15:42:04 jlam Exp $ +# $NetBSD: Makefile,v 1.75 2004/03/26 02:27:50 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: @@ -10,6 +10,7 @@ PKGREVISION= # empty BASE_VERS= 1.1.20 DIST_VERS= ${BASE_VERS} VERS= ${DIST_VERS:S/-/./g} +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://ftp.easysw.com/pub/cups/${BASE_VERS}/ \ ftp://ftp2.easysw.com/pub/cups/${BASE_VERS}/ \ |