diff options
author | wxs <wxs@FreeBSD.org> | 2012-09-26 09:49:52 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2012-09-26 09:49:52 +0800 |
commit | 1e3fbe9a24f85fc8aa3ec2671dfcb81847f2569e (patch) | |
tree | b43e4116dbb930c5c6b82bf1b5a75fb8de639112 /security | |
parent | 9fa2090283c4ceabb928bed470e7bf1db8365b5d (diff) | |
download | freebsd-ports-gnome-1e3fbe9a24f85fc8aa3ec2671dfcb81847f2569e.tar.gz freebsd-ports-gnome-1e3fbe9a24f85fc8aa3ec2671dfcb81847f2569e.tar.zst freebsd-ports-gnome-1e3fbe9a24f85fc8aa3ec2671dfcb81847f2569e.zip |
Update to 1.8.6p3
PR: ports/171837
Submitted by: cy@
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/Makefile | 3 | ||||
-rw-r--r-- | security/sudo/distinfo | 4 | ||||
-rw-r--r-- | security/sudo/pkg-plist | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 7fde5b657d9b..95bd1ca29491 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sudo -DISTVERSION= 1.8.5p3 +DISTVERSION= 1.8.6p3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SUDO} @@ -20,6 +20,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes +LDFLAGS+= -lgcc CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ --with-ignore-dot \ diff --git a/security/sudo/distinfo b/security/sudo/distinfo index ea28df845c89..6b6a16142107 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,2 +1,2 @@ -SHA256 (sudo-1.8.5p3.tar.gz) = 00bbf27d53e8a74ef3e76b531c2b8a8d6dccab58e0d040c2a3a08171543bb1a7 -SIZE (sudo-1.8.5p3.tar.gz) = 1746553 +SHA256 (sudo-1.8.6p3.tar.gz) = 8130df04268f678880c3f423337c56e7d437a0f508a46b1dfefae16b0b20c92e +SIZE (sudo-1.8.6p3.tar.gz) = 1854962 diff --git a/security/sudo/pkg-plist b/security/sudo/pkg-plist index 5bc2422c12e3..070c41aaabaa 100644 --- a/security/sudo/pkg-plist +++ b/security/sudo/pkg-plist @@ -42,18 +42,22 @@ sbin/visudo %%NLS%%share/locale/hr/LC_MESSAGES/sudo.mo %%NLS%%share/locale/hr/LC_MESSAGES/sudoers.mo %%NLS%%share/locale/it/LC_MESSAGES/sudo.mo +%%NLS%%share/locale/it/LC_MESSAGES/sudoers.mo %%NLS%%share/locale/ja/LC_MESSAGES/sudo.mo %%NLS%%share/locale/ja/LC_MESSAGES/sudoers.mo %%NLS%%share/locale/lt/LC_MESSAGES/sudoers.mo %%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/sl/LC_MESSAGES/sudo.mo +%%NLS%%share/locale/sl/LC_MESSAGES/sudoers.mo %%NLS%%share/locale/sr/LC_MESSAGES/sudo.mo %%NLS%%share/locale/sv/LC_MESSAGES/sudo.mo %%NLS%%share/locale/sv/LC_MESSAGES/sudoers.mo %%NLS%%share/locale/uk/LC_MESSAGES/sudo.mo %%NLS%%share/locale/uk/LC_MESSAGES/sudoers.mo %%NLS%%share/locale/vi/LC_MESSAGES/sudo.mo +%%NLS%%share/locale/vi/LC_MESSAGES/sudoers.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/sudo.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/sudoers.mo %%PORTDOCS%%@dirrm %%DOCSDIR%% |