Date: Thu, 3 May 2018 12:36:26 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468922 - head/security/sudo Message-ID: <201805031236.w43CaQ4Y051694@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: garga Date: Thu May 3 12:36:26 2018 New Revision: 468922 URL: https://svnweb.freebsd.org/changeset/ports/468922 Log: Fix PLIST without LDAP PR: 227926 Reported by: O. Hartmann Sponsored by: Rubicon Communications, LLC (Netgate) Modified: head/security/sudo/Makefile head/security/sudo/pkg-plist Modified: head/security/sudo/Makefile ============================================================================== --- head/security/sudo/Makefile Thu May 3 12:32:29 2018 (r468921) +++ head/security/sudo/Makefile Thu May 3 12:36:26 2018 (r468922) @@ -3,6 +3,7 @@ PORTNAME= sudo PORTVERSION= 1.8.23 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SUDO @@ -107,6 +108,7 @@ post-patch: post-install: ${INSTALL_DATA} ${FILESDIR}/pam.conf ${STAGEDIR}${PREFIX}/etc/pam.d/sudo.default ${RM} ${STAGEDIR}${PREFIX}/etc/sudoers + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cvtsudoers ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sudoreplay ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/visudo .for f in group_file.so libsudo_util.so sudoers.so system_group.so Modified: head/security/sudo/pkg-plist ============================================================================== --- head/security/sudo/pkg-plist Thu May 3 12:32:29 2018 (r468921) +++ head/security/sudo/pkg-plist Thu May 3 12:36:26 2018 (r468922) @@ -23,7 +23,6 @@ man/man8/sudoedit.8.gz man/man8/sudoreplay.8.gz man/man8/visudo.8.gz sbin/visudo -%%LDAP%%bin/sudoers2ldif %%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/HISTORY
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805031236.w43CaQ4Y051694>