pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/sudo



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Thu Oct 31 14:43:13 UTC 2019

Modified Files:
        pkgsrc/security/sudo: Makefile PLIST

Log Message:
sudo: add missing files in PLIST

pkgsrc changes:
---------------
* Add missing locale files in PLIST.
* Bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 pkgsrc/security/sudo/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/sudo/PLIST

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

Modified files:

Index: pkgsrc/security/sudo/Makefile
diff -u pkgsrc/security/sudo/Makefile:1.169 pkgsrc/security/sudo/Makefile:1.170
--- pkgsrc/security/sudo/Makefile:1.169 Wed Oct 16 20:25:21 2019
+++ pkgsrc/security/sudo/Makefile       Thu Oct 31 14:43:13 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.169 2019/10/16 20:25:21 maya Exp $
+# $NetBSD: Makefile,v 1.170 2019/10/31 14:43:13 triaxx Exp $
 
 DISTNAME=      sudo-1.8.28
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    security
 MASTER_SITES=  https://www.sudo.ws/dist/
 MASTER_SITES+= ftp://ftp.sudo.ws/pub/sudo/

Index: pkgsrc/security/sudo/PLIST
diff -u pkgsrc/security/sudo/PLIST:1.17 pkgsrc/security/sudo/PLIST:1.18
--- pkgsrc/security/sudo/PLIST:1.17     Fri Nov 30 18:08:05 2018
+++ pkgsrc/security/sudo/PLIST  Thu Oct 31 14:43:13 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2018/11/30 18:08:05 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.18 2019/10/31 14:43:13 triaxx Exp $
 bin/cvtsudoers
 bin/sudo
 bin/sudoedit
@@ -38,6 +38,7 @@ share/examples/sudo/sudo.conf
 share/examples/sudo/sudoers
 share/examples/sudo/syslog.conf
 ${PLIST.nls}share/locale/ast/LC_MESSAGES/sudo.mo
+${PLIST.nls}share/locale/ast/LC_MESSAGES/sudoers.mo
 ${PLIST.nls}share/locale/ca/LC_MESSAGES/sudo.mo
 ${PLIST.nls}share/locale/ca/LC_MESSAGES/sudoers.mo
 ${PLIST.nls}share/locale/cs/LC_MESSAGES/sudo.mo
@@ -100,3 +101,4 @@ ${PLIST.nls}share/locale/vi/LC_MESSAGES/
 ${PLIST.nls}share/locale/zh_CN/LC_MESSAGES/sudo.mo
 ${PLIST.nls}share/locale/zh_CN/LC_MESSAGES/sudoers.mo
 ${PLIST.nls}share/locale/zh_TW/LC_MESSAGES/sudo.mo
+${PLIST.nls}share/locale/zh_TW/LC_MESSAGES/sudoers.mo



Home | Main Index | Thread Index | Old Index