svn commit: r310499 - head/security/sudo

Wesley Shields wxs at FreeBSD.org
Wed Jan 16 15:42:07 UTC 2013


Author: wxs
Date: Wed Jan 16 15:42:06 2013
New Revision: 310499
URL: http://svnweb.freebsd.org/changeset/ports/310499

Log:
  Update to 1.8.6.p4.
  Trim header.
  Remove ia64 fix, included upstream.

Modified:
  head/security/sudo/Makefile
  head/security/sudo/distinfo

Modified: head/security/sudo/Makefile
==============================================================================
--- head/security/sudo/Makefile	Wed Jan 16 15:20:20 2013	(r310498)
+++ head/security/sudo/Makefile	Wed Jan 16 15:42:06 2013	(r310499)
@@ -1,13 +1,8 @@
-# New ports collection makefile for:    sudo
-# Date created:         Sun Aug 13 12:36:14 CDT 1995
-# Whom:                 erich at rrnet.com
-#
+# Created by: erich at 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="${S
 
 .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 at for f in $$(OTHER_DOCS_LDAP); do/d' ${WRKSRC}/doc/Makefile.in

Modified: head/security/sudo/distinfo
==============================================================================
--- head/security/sudo/distinfo	Wed Jan 16 15:20:20 2013	(r310498)
+++ head/security/sudo/distinfo	Wed Jan 16 15:42:06 2013	(r310499)
@@ -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


More information about the svn-ports-all mailing list