From 3996df09caed73a380e7481f9a7fc10cd4dd2a87 Mon Sep 17 00:00:00 2001 From: wxs Date: Thu, 1 Mar 2012 02:06:48 +0000 Subject: Update to 1.8.4p2 PR: ports/165528 Submitted by: rea@ --- security/sudo/Makefile | 8 ++++++-- security/sudo/distinfo | 4 ++-- security/sudo/files/patch-plugins__sudoers__Makefile.in | 6 +++--- security/sudo/pkg-plist | 2 ++ 4 files changed, 13 insertions(+), 7 deletions(-) (limited to 'security') diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 9c1a07142808..7e0df3617296 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sudo -PORTVERSION= 1.8.3 -PORTREVISION= 2 +PORTVERSION= 1.8.4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SUDO} DISTNAME= sudo-${PORTVERSION}p2 @@ -15,6 +14,11 @@ DISTNAME= sudo-${PORTVERSION}p2 MAINTAINER= wxs@FreeBSD.org COMMENT= Allow others to run commands as root +LICENSE= sudo +LICENSE_NAME= Sudo license +LICENSE_FILE= ${WRKSRC}/doc/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes diff --git a/security/sudo/distinfo b/security/sudo/distinfo index ce14bcac568c..a4855c505200 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,2 +1,2 @@ -SHA256 (sudo-1.8.3p2.tar.gz) = 7edcf02ef4dc4f26f524726e8faaa90d7939772c186409ab150d2934e3a9ba31 -SIZE (sudo-1.8.3p2.tar.gz) = 1536943 +SHA256 (sudo-1.8.4p2.tar.gz) = b1310b8548db5ea92f3063011c0fe6e843a1f95f548a4aeae54bcc2fdfea88a9 +SIZE (sudo-1.8.4p2.tar.gz) = 1608580 diff --git a/security/sudo/files/patch-plugins__sudoers__Makefile.in b/security/sudo/files/patch-plugins__sudoers__Makefile.in index db20d5b80870..94852a94825f 100644 --- a/security/sudo/files/patch-plugins__sudoers__Makefile.in +++ b/security/sudo/files/patch-plugins__sudoers__Makefile.in @@ -2,12 +2,12 @@ +++ ./plugins/sudoers/Makefile.in 2011-04-17 09:38:29.349385961 -0400 @@ -358,9 +358,8 @@ install-sudoers: install-dirs - $(INSTALL) -d -O $(sudoers_uid) -G $(sudoers_gid) -M 0750 \ + $(INSTALL) -d -O $(sudoers_uid) -G $(sudoers_gid) -m 0750 \ $(DESTDIR)$(sudoersdir)/sudoers.d - test -r $(DESTDIR)$(sudoersdir)/sudoers || \ -- $(INSTALL) -O $(sudoers_uid) -G $(sudoers_gid) -M $(sudoers_mode) \ +- $(INSTALL) -O $(sudoers_uid) -G $(sudoers_gid) -m $(sudoers_mode) \ - sudoers $(DESTDIR)$(sudoersdir)/sudoers -+ $(INSTALL) -O $(sudoers_uid) -G $(sudoers_gid) -M $(sudoers_mode) \ ++ $(INSTALL) -O $(sudoers_uid) -G $(sudoers_gid) -m $(sudoers_mode) \ + sudoers $(DESTDIR)$(sudoersdir)/sudoers.sample uninstall: diff --git a/security/sudo/pkg-plist b/security/sudo/pkg-plist index 1471274553bd..b3db1fbf506c 100644 --- a/security/sudo/pkg-plist +++ b/security/sudo/pkg-plist @@ -32,6 +32,7 @@ sbin/visudo %%NLS%%share/locale/da/LC_MESSAGES/sudoers.mo %%NLS%%share/locale/eo/LC_MESSAGES/sudo.mo %%NLS%%share/locale/eo/LC_MESSAGES/sudoers.mo +%%NLS%%share/locale/es/LC_MESSAGES/sudo.mo %%NLS%%share/locale/eu/LC_MESSAGES/sudo.mo %%NLS%%share/locale/eu/LC_MESSAGES/sudoers.mo %%NLS%%share/locale/fi/LC_MESSAGES/sudo.mo @@ -42,6 +43,7 @@ sbin/visudo %%NLS%%share/locale/pl/LC_MESSAGES/sudo.mo %%NLS%%share/locale/pl/LC_MESSAGES/sudoers.mo %%NLS%%share/locale/ru/LC_MESSAGES/sudo.mo +%%NLS%%share/locale/sr/LC_MESSAGES/sudo.mo %%NLS%%share/locale/uk/LC_MESSAGES/sudo.mo %%NLS%%share/locale/uk/LC_MESSAGES/sudoers.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/sudo.mo -- cgit