diff options
-rw-r--r-- | print/cups/MESSAGE | 4 | ||||
-rw-r--r-- | print/cups/Makefile | 4 |
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} |