pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/cups-browsed



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 22 17:25:47 UTC 2026

Modified Files:
        pkgsrc/print/cups-browsed: Makefile PLIST

Log Message:
cups-browsed: avoid cups-filter path

Ride bump.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/print/cups-browsed/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/cups-browsed/PLIST

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-browsed/Makefile
diff -u pkgsrc/print/cups-browsed/Makefile:1.8 pkgsrc/print/cups-browsed/Makefile:1.9
--- pkgsrc/print/cups-browsed/Makefile:1.8      Wed Apr 22 17:24:19 2026
+++ pkgsrc/print/cups-browsed/Makefile  Wed Apr 22 17:25:47 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2026/04/22 17:24:19 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2026/04/22 17:25:47 wiz Exp $
 
 DISTNAME=      cups-browsed-2.1.1
 PKGREVISION=   7
@@ -18,11 +18,11 @@ USE_LIBTOOL=        yes
 USE_TOOLS+=    gdbus-codegen pkg-config
 
 RCD_SCRIPTS=   cups-browsed
-CONF_FILES+=   ${PREFIX}/share/examples/cups-filters/cups-browsed.conf ${PKG_SYSCONFDIR}/cups/cups-browsed.conf
+CONF_FILES+=   ${PREFIX}/share/examples/cups-browsed/cups-browsed.conf ${PKG_SYSCONFDIR}/cups/cups-browsed.conf
 
 .include "options.mk"
 
-INSTALLATION_DIRS+=    share/examples/cups-filters
+INSTALLATION_DIRS+=    share/examples/cups-browsed
 
 post-extract:
        ${CP} ${FILESDIR}/cups-browsed-daemonize.sh ${WRKSRC}
@@ -35,7 +35,7 @@ SUBST_VARS.daemonize=         PREFIX VARBASE
 
 post-install:
        ${MV} ${DESTDIR}${PKG_SYSCONFDIR}/cups/cups-browsed.conf \
-               ${DESTDIR}${PREFIX}/share/examples/cups-filters/cups-browsed.conf
+               ${DESTDIR}${PREFIX}/share/examples/cups-browsed/cups-browsed.conf
        ${INSTALL_SCRIPT} ${WRKSRC}/cups-browsed-daemonize.sh ${DESTDIR}${PREFIX}/libexec/cups-browsed
 
 .include "../../graphics/lcms2/buildlink3.mk"

Index: pkgsrc/print/cups-browsed/PLIST
diff -u pkgsrc/print/cups-browsed/PLIST:1.2 pkgsrc/print/cups-browsed/PLIST:1.3
--- pkgsrc/print/cups-browsed/PLIST:1.2 Wed Apr 22 17:24:19 2026
+++ pkgsrc/print/cups-browsed/PLIST     Wed Apr 22 17:25:47 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2026/04/22 17:24:19 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2026/04/22 17:25:47 wiz Exp $
 libexec/cups-browsed
 libexec/cups/backend/implicitclass
 man/man5/cups-browsed.conf.5
@@ -15,5 +15,4 @@ share/doc/cups-browsed/INSTALL
 share/doc/cups-browsed/LICENSE
 share/doc/cups-browsed/NOTICE
 share/doc/cups-browsed/README.md
-share/examples/cups-filters/cups-browsed.conf
-@pkgdir etc/cups
+share/examples/cups-browsed/cups-browsed.conf



Home | Main Index | Thread Index | Old Index