aboutsummaryrefslogtreecommitdiffstats
path: root/security/super
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2005-10-12 03:04:39 +0800
committererwin <erwin@FreeBSD.org>2005-10-12 03:04:39 +0800
commitba5885509abb346a0060afcb30d3d7fb2e1466be (patch)
tree67a4164a83413edae83e74be50bd14fd229608ba /security/super
parent8dd74ba5e5385341ac0bcca768bb8fe5746a7105 (diff)
downloadfreebsd-ports-gnome-ba5885509abb346a0060afcb30d3d7fb2e1466be.tar.gz
freebsd-ports-gnome-ba5885509abb346a0060afcb30d3d7fb2e1466be.tar.zst
freebsd-ports-gnome-ba5885509abb346a0060afcb30d3d7fb2e1466be.zip
- Update to 3.26.0 to fix fetching [1]
- Reset maintainer - Remove now useless check for FreeBSD 3.x - Make sure the example configuration file only gets deinstalled if not changed. PR: 74263 Submitted by: freebsd@simplerezo.com [1], distsurvey [1] Approved by: maintainer timeout (11 months)
Diffstat (limited to 'security/super')
-rw-r--r--security/super/Makefile14
-rw-r--r--security/super/distinfo4
-rw-r--r--security/super/pkg-plist2
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