diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2013-01-16 15:42:06 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2013-01-16 15:42:06 +0000 |
commit | a16c46c96ff1efb27b275161dd79b0685a4a0146 (patch) | |
tree | 4d32aee66e7cde122e6f2114f072845f3f626ae2 /security/sudo | |
parent | 374ebe12d966d1d1a64b94c88173ee70423fd5fb (diff) |
Notes
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 15 | ||||
-rw-r--r-- | security/sudo/distinfo | 4 |
2 files changed, 5 insertions, 14 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index bdf75e6a8f86..174983329216 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: sudo -# Date created: Sun Aug 13 12:36:14 CDT 1995 -# Whom: erich@rrnet.com -# +# Created by: erich@rrnet.com # $FreeBSD$ -# PORTNAME= sudo -DISTVERSION= 1.8.6p3 -PORTREVISION= 1 +DISTVERSION= 1.8.6p4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SUDO} @@ -54,10 +49,6 @@ CONFIGURE_ARGS+= --with-secure-path="${SUDO_SECURE_PATH}" .include <bsd.port.options.mk> -.if ${ARCH} == "ia64" -CONFIGURE_ARGS+= --disable-pie -.endif - .if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes LDFLAGS+= -L${LOCALBASE}/lib -lintl @@ -115,7 +106,7 @@ post-patch: s/\$$\(INSTALL\)/& ${STRIP}/;s/-b\~/-b ~/' \ ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e 's,$$(srcdir)/sudoers2ldif $$(DESTDIR)$$(docdir),$$(srcdir)/sudoers2ldif $$(DESTDIR)$$(bindir),' ${WRKSRC}/plugins/sudoers/Makefile.in -.if defined(NOPORTDOCS) +.if ! ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e 's/mkinstalldirs $$(DESTDIR)$$(docdir)/mkinstalldirs/' \ ${WRKSRC}/doc/Makefile.in @${REINPLACE_CMD} -e '/for f in $$(OTHER_DOCS); do/d;/@LDAP@for f in $$(OTHER_DOCS_LDAP); do/d' ${WRKSRC}/doc/Makefile.in diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 6b6a16142107..e7fc00b81913 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,2 +1,2 @@ -SHA256 (sudo-1.8.6p3.tar.gz) = 8130df04268f678880c3f423337c56e7d437a0f508a46b1dfefae16b0b20c92e -SIZE (sudo-1.8.6p3.tar.gz) = 1854962 +SHA256 (sudo-1.8.6p4.tar.gz) = 364ad88ca3afcadcff6bd6820b0af19c56ce4876704dae210e21845d923e59e8 +SIZE (sudo-1.8.6p4.tar.gz) = 1856646 |