diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-10-11 19:04:39 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-10-11 19:04:39 +0000 |
commit | 98876da03e5a57ea5a1d26dceab001b9ae6eb519 (patch) | |
tree | 5b46a63aea24ac24a8f5719cf59d3fb80c90e5ae /security/super | |
parent | b2c56182b2e919c577948eedceeb147d2099c015 (diff) | |
download | ports-98876da03e5a57ea5a1d26dceab001b9ae6eb519.tar.gz ports-98876da03e5a57ea5a1d26dceab001b9ae6eb519.zip |
Notes
Diffstat (limited to 'security/super')
-rw-r--r-- | security/super/Makefile | 14 | ||||
-rw-r--r-- | security/super/distinfo | 4 | ||||
-rw-r--r-- | security/super/pkg-plist | 2 |
3 files changed, 8 insertions, 12 deletions
diff --git a/security/super/Makefile b/security/super/Makefile index 73543cb9071d..1fcbae07b45c 100644 --- a/security/super/Makefile +++ b/security/super/Makefile @@ -7,20 +7,14 @@ # PORTNAME= super -PORTVERSION= 3.23.0 +PORTVERSION= 3.26.0 CATEGORIES= security sysutils MASTER_SITES= ftp://ftp.ucolick.org/pub/users/will/ EXTRACT_SUFX= -tar.gz -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Allow others to run commands as root -.include <bsd.port.pre.mk> - -.if ${OSVERSION} <= 300000 -BROKEN= '/usr/include/prot.h parse error' -.endif - GNU_CONFIGURE= yes MAN1= super.1 setuid.1 MAN5= super.5 @@ -30,8 +24,8 @@ post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${FILESDIR}/sample.tab ${FILESDIR}/sample.cdmount \ - ${EXAMPLESDIR} + ${WRKSRC}/barebones.tab ${EXAMPLESDIR} @${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/super/distinfo b/security/super/distinfo index 26d0b57c7579..178d803135ad 100644 --- a/security/super/distinfo +++ b/security/super/distinfo @@ -1,2 +1,2 @@ -MD5 (super-3.23.0-tar.gz) = 01c7e6cae4622683452425985fef2e2b -SIZE (super-3.23.0-tar.gz) = 222367 +MD5 (super-3.26.0-tar.gz) = 32d2c362b2eb4dcaab532b075fa08aee +SIZE (super-3.26.0-tar.gz) = 227440 diff --git a/security/super/pkg-plist b/security/super/pkg-plist index 24ac4fb3b3a1..73a452936130 100644 --- a/security/super/pkg-plist +++ b/security/super/pkg-plist @@ -1,6 +1,8 @@ bin/super bin/setuid +@unexec if cmp -s %D/etc/super.tab %D/%%PORTDOCS%%/share/examples/super/barebones.tab; then rm -f %D/etc/super.tab; fi %%PORTDOCS%%share/examples/super/sample.tab +%%PORTDOCS%%share/examples/super/barebones.tab %%PORTDOCS%%share/examples/super/sample.cdmount %%PORTDOCS%%share/doc/super/README %%PORTDOCS%%@dirrm share/examples/super |