pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/cups



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Wed Apr 26 14:10:04 UTC 2017

Modified Files:
        pkgsrc/print/cups: Makefile
        pkgsrc/print/cups/files: cupsd.sh

Log Message:
PROVIDE cups rather than cupsd, as that is what cups-browsed looks for.
http://mail-index.netbsd.org/pkgsrc-users/2017/03/23/msg024617.html


To generate a diff of this commit:
cvs rdiff -u -r1.244 -r1.245 pkgsrc/print/cups/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/print/cups/files/cupsd.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/cups/Makefile
diff -u pkgsrc/print/cups/Makefile:1.244 pkgsrc/print/cups/Makefile:1.245
--- pkgsrc/print/cups/Makefile:1.244    Sat Apr  8 07:27:09 2017
+++ pkgsrc/print/cups/Makefile  Wed Apr 26 14:10:04 2017
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.244 2017/04/08 07:27:09 adam Exp $
+# $NetBSD: Makefile,v 1.245 2017/04/26 14:10:04 prlw1 Exp $
 
 DISTNAME=      cups-2.2.3-source
 PKGNAME=       ${DISTNAME:S/-source//}
+PKGREVISION=   1
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=apple/}
 

Index: pkgsrc/print/cups/files/cupsd.sh
diff -u pkgsrc/print/cups/files/cupsd.sh:1.20 pkgsrc/print/cups/files/cupsd.sh:1.21
--- pkgsrc/print/cups/files/cupsd.sh:1.20       Fri Jun 12 11:02:35 2015
+++ pkgsrc/print/cups/files/cupsd.sh    Wed Apr 26 14:10:04 2017
@@ -1,10 +1,10 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: cupsd.sh,v 1.20 2015/06/12 11:02:35 wiz Exp $
+# $NetBSD: cupsd.sh,v 1.21 2017/04/26 14:10:04 prlw1 Exp $
 #
 # Common UNIX Printing System daemon
 #
-# PROVIDE: cupsd
+# PROVIDE: cups
 # REQUIRE: DAEMON
 #
 # You will need to set some variables in /etc/rc.conf to start cupsd:



Home | Main Index | Thread Index | Old Index