pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/sane-backends



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Mon Jan  3 14:48:50 UTC 2022

Modified Files:
        pkgsrc/graphics/sane-backends: Makefile PLIST PLIST.Linux

Log Message:
sane-backends: Fix PLIST

pkgsrc updates:
---------------
  * Add missing files in PLIST when nls option is enable.
  * Remove lines in PLIST.Linux that are already in PLIST (thanks to
    pkglint).
  * Bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/graphics/sane-backends/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/sane-backends/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/sane-backends/PLIST.Linux

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

Modified files:

Index: pkgsrc/graphics/sane-backends/Makefile
diff -u pkgsrc/graphics/sane-backends/Makefile:1.74 pkgsrc/graphics/sane-backends/Makefile:1.75
--- pkgsrc/graphics/sane-backends/Makefile:1.74 Thu Jun 25 12:44:10 2020
+++ pkgsrc/graphics/sane-backends/Makefile      Mon Jan  3 14:48:49 2022
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2020/06/25 12:44:10 nia Exp $
+# $NetBSD: Makefile,v 1.75 2022/01/03 14:48:49 triaxx Exp $
 
+PKGREVISION=   1
 .include "Makefile.common"
 MASTER_SITES=  https://gitlab.com/sane-project/backends/uploads/c3dd60c9e054b5dee1e7b01a7edc98b0/
 COMMENT=       API for access to scanners, digital cameras, frame grabbers, etc

Index: pkgsrc/graphics/sane-backends/PLIST
diff -u pkgsrc/graphics/sane-backends/PLIST:1.35 pkgsrc/graphics/sane-backends/PLIST:1.36
--- pkgsrc/graphics/sane-backends/PLIST:1.35    Sat Jun 13 20:54:32 2020
+++ pkgsrc/graphics/sane-backends/PLIST Mon Jan  3 14:48:49 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.35 2020/06/13 20:54:32 leot Exp $
+@comment $NetBSD: PLIST,v 1.36 2022/01/03 14:48:49 triaxx Exp $
 bin/gamma4scanimage
 bin/sane-config
 bin/sane-find-scanner
@@ -370,6 +370,8 @@ share/examples/sane/umax1220u.conf
 share/examples/sane/umax_pp.conf
 share/examples/sane/xerox_mfp.conf
 ${PLIST.nls}share/locale/bg/LC_MESSAGES/sane-backends.mo
+${PLIST.nls}share/locale/ca/LC_MESSAGES/sane-backends.mo
+${PLIST.nls}share/locale/ca@valencia/LC_MESSAGES/sane-backends.mo
 ${PLIST.nls}share/locale/cs/LC_MESSAGES/sane-backends.mo
 ${PLIST.nls}share/locale/da/LC_MESSAGES/sane-backends.mo
 ${PLIST.nls}share/locale/de/LC_MESSAGES/sane-backends.mo
@@ -381,6 +383,7 @@ ${PLIST.nls}share/locale/es/LC_MESSAGES/
 ${PLIST.nls}share/locale/fi/LC_MESSAGES/sane-backends.mo
 ${PLIST.nls}share/locale/fr/LC_MESSAGES/sane-backends.mo
 ${PLIST.nls}share/locale/gl/LC_MESSAGES/sane-backends.mo
+${PLIST.nls}share/locale/he/LC_MESSAGES/sane-backends.mo
 ${PLIST.nls}share/locale/hu/LC_MESSAGES/sane-backends.mo
 ${PLIST.nls}share/locale/it/LC_MESSAGES/sane-backends.mo
 ${PLIST.nls}share/locale/ja/LC_MESSAGES/sane-backends.mo

Index: pkgsrc/graphics/sane-backends/PLIST.Linux
diff -u pkgsrc/graphics/sane-backends/PLIST.Linux:1.4 pkgsrc/graphics/sane-backends/PLIST.Linux:1.5
--- pkgsrc/graphics/sane-backends/PLIST.Linux:1.4       Fri Jan 29 20:51:20 2016
+++ pkgsrc/graphics/sane-backends/PLIST.Linux   Mon Jan  3 14:48:49 2022
@@ -1,10 +1,6 @@
-@comment $NetBSD: PLIST.Linux,v 1.4 2016/01/29 20:51:20 leot Exp $
-lib/sane/libsane-kvs40xx.la
-lib/sane/libsane-mustek_usb2.la
+@comment $NetBSD: PLIST.Linux,v 1.5 2022/01/03 14:48:49 triaxx Exp $
 lib/sane/libsane-qcam.la
 lib/sane/libsane-v4l.la
-man/man5/sane-kvs40xx.5
-man/man5/sane-mustek_usb2.5
 man/man5/sane-qcam.5
 man/man5/sane-v4l.5
 share/examples/sane/qcam.conf



Home | Main Index | Thread Index | Old Index