summaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-03-20 18:49:33 +0000
committerjmmv <jmmv>2003-03-20 18:49:33 +0000
commit0ef3ff0799903ed3d26f72d8db96d2f0ac0ce93c (patch)
tree2148a8b8f5714df78bfc97ba837becb20cab6752 /print/cups
parent896f17671abc588a18d49cc84859a902ca8677d7 (diff)
downloadpkgsrc-0ef3ff0799903ed3d26f72d8db96d2f0ac0ce93c.tar.gz
fredb has fixed cups so it works now with blowfish cipher in the passwd file.
Remove the note in the MESSAGE and bump PKGREVISION to 2.
Diffstat (limited to 'print/cups')
-rw-r--r--print/cups/MESSAGE4
-rw-r--r--print/cups/Makefile4
2 files changed, 3 insertions, 5 deletions
diff --git a/print/cups/MESSAGE b/print/cups/MESSAGE
index 90183372e92..f61d0277889 100644
--- a/print/cups/MESSAGE
+++ b/print/cups/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.5 2003/03/20 12:31:40 jmmv Exp $
+$NetBSD: MESSAGE,v 1.6 2003/03/20 18:49:33 jmmv Exp $
You will need to also install print/ghostscript-esp{,-nox11} if you wish
to print to non-Postscript printers.
@@ -12,6 +12,4 @@ Beware:
-------
* Whats missing in the docs is that you can install additional PPD files in
${PREFIX}/share/cups/model and select the model from there.
-* If you have configured your system to use blowfish as the encryption type
- in /etc/passwd.conf, authentication in cups won't work. Change it to MD5.
===========================================================================
diff --git a/print/cups/Makefile b/print/cups/Makefile
index f856e575bad..ed826c7b414 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2003/01/28 22:04:00 jlam Exp $
+# $NetBSD: Makefile,v 1.60 2003/03/20 18:49:33 jmmv 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,7 +6,7 @@
DISTNAME= cups-${DIST_VERS}-source
PKGNAME= cups-${VERS}
-PKGREVISION= 1
+PKGREVISION= 2
BASE_VERS= 1.1.18
DIST_VERS= ${BASE_VERS}
VERS= ${DIST_VERS:S/-/./g}