Received: by mail.netbsd.org (Postfix, from userid 605) id 52E9C84D95; Thu, 31 Oct 2019 14:47:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1C0B884D5E for ; Thu, 31 Oct 2019 14:43:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id BlRla7yfFWn5 for ; Thu, 31 Oct 2019 14:43:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8D96484CF7 for ; Thu, 31 Oct 2019 14:43:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7A151FA92; Thu, 31 Oct 2019 14:43:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1572532993197700" MIME-Version: 1.0 Date: Thu, 31 Oct 2019 14:43:13 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/security/sudo To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20191031144313.7A151FA92@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1572532993197700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1572532993197700 Content-Disposition: inline Content-Length: 1609 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1572532993197700--