diff options
author | jlam <jlam@pkgsrc.org> | 2003-06-04 06:15:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-06-04 06:15:37 +0000 |
commit | 91bb23d5adca4f0a3c83d248529db7988c6f7664 (patch) | |
tree | 1b379b5d05cba64302ebdae22534ee8efad8fc19 | |
parent | 13a527e481b2737e53e0e8a5de008715c93b9240 (diff) | |
download | pkgsrc-91bb23d5adca4f0a3c83d248529db7988c6f7664.tar.gz |
Bump the PKGREVISION for print/cups to 1:
Change the cupsd rc.d script to REQUIRE slpd. This is needed for the
case where cupsd actually uses SLP to register services (by setting
BrowseProtocols to include "slp") and does nothing otherwise.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | print/cups/Makefile | 4 | ||||
-rw-r--r-- | print/cups/files/cupsd.sh | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 5bf2a1d5197..53506380411 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.2420 2003/06/04 06:13:00 jlam Exp $ +$NetBSD: CHANGES,v 1.2421 2003/06/04 06:16:19 jlam Exp $ Changes to the packages collection and infrastructure in 2003: @@ -2307,3 +2307,4 @@ Changes to the packages collection and infrastructure in 2003: Updated ddd to 3.3.1 [jmmv 2003-06-03] Added abook-0.4.17 [jschauma 2003-06-03] Updated samba to 2.2.8anb2 [jlam 2003-06-04] + Updated cups to 1.1.19nb1 [jlam 2003-06-04] diff --git a/print/cups/Makefile b/print/cups/Makefile index 86f232cfa81..ece20f98e37 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2003/06/04 06:08:43 jlam Exp $ +# $NetBSD: Makefile,v 1.64 2003/06/04 06:15:37 jlam 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= # empty +PKGREVISION= 1 BASE_VERS= 1.1.19 DIST_VERS= ${BASE_VERS} VERS= ${DIST_VERS:S/-/./g} diff --git a/print/cups/files/cupsd.sh b/print/cups/files/cupsd.sh index f900b669ddf..7c07b802f9f 100644 --- a/print/cups/files/cupsd.sh +++ b/print/cups/files/cupsd.sh @@ -1,11 +1,11 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: cupsd.sh,v 1.16 2003/05/28 09:01:02 jlam Exp $ +# $NetBSD: cupsd.sh,v 1.17 2003/06/04 06:15:38 jlam Exp $ # # Common UNIX Printing System daemon # # PROVIDE: cupsd -# REQUIRE: DAEMON +# REQUIRE: DAEMON slpd # # You will need to set some variables in /etc/rc.conf to start cupsd: # |