summaryrefslogtreecommitdiff
path: root/security/super
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-08-04 07:43:00 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-08-04 07:43:00 +0000
commit12188d62c28bd3f0fb22146b0b83218b95911102 (patch)
treecdbdf09c02a958214ffc69a57a34eec582d22a42 /security/super
parentNew port: linuxigd, Linux UPnP Internet Gateway Device. (diff)
Update to 3.20.0. Parts taken from PR below.
PR: 40869 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes: svn path=/head/; revision=63956
Diffstat (limited to 'security/super')
-rw-r--r--security/super/Makefile20
-rw-r--r--security/super/distinfo2
-rw-r--r--security/super/pkg-plist10
3 files changed, 14 insertions, 18 deletions
diff --git a/security/super/Makefile b/security/super/Makefile
index 124ce7336a51..ba179cd043b6 100644
--- a/security/super/Makefile
+++ b/security/super/Makefile
@@ -1,5 +1,5 @@
# ex:ts=8
-# Ports collection makefile for: foo
+# Ports collection makefile for: super
# Date created: Fri Mar 18, 1997
# Whom: David O'Brien (obrien@NUXI.com)
#
@@ -7,16 +7,13 @@
#
PORTNAME= super
-PORTVERSION= 3.14.0
+PORTVERSION= 3.20.0
CATEGORIES= security sysutils
-MASTER_SITES= ftp://ftp.ucolick.org/pub/users/will/ \
- ftp://ftp.astro.caltech.edu/users/will/ \
- ftp://ftp.infodrom.north.de/pub/unix/utilities/super/
+MASTER_SITES= ftp://ftp.ucolick.org/pub/users/will/
+EXTRACT_SUFX= -tar.gz
MAINTAINER= obrien@FreeBSD.org
-FORBIDDEN= "Local root exploit. http://online.securityfocus.com/archive/1/285241"
-
.include <bsd.port.pre.mk>
.if ${OSVERSION} <= 300000
@@ -29,12 +26,11 @@ MAN5= super.5
post-install:
@strip ${PREFIX}/bin/super ${PREFIX}/bin/setuid
- @${MKDIR} ${PREFIX}/share/examples
- @${INSTALL_DATA} ${FILESDIR}/sample.tab ${PREFIX}/share/examples
- @${INSTALL_DATA} ${FILESDIR}/sample.cdmount ${PREFIX}/share/examples
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/super
- ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/super
+ @${MKDIR} ${DOCSDIR} ${EXAMPLESDIR}
+ @${INSTALL_DATA} ${FILESDIR}/sample.tab ${FILESDIR}/sample.cdmount \
+ ${EXAMPLESDIR}
+ @${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.post.mk>
diff --git a/security/super/distinfo b/security/super/distinfo
index 78077960ca68..2c2be14a7aed 100644
--- a/security/super/distinfo
+++ b/security/super/distinfo
@@ -1 +1 @@
-MD5 (super-3.14.0.tar.gz) = fa2f3e190fe5cc4353e2f08cf64f2ec4
+MD5 (super-3.20.0-tar.gz) = 50d1b81a6c83b7d76236445eba65f800
diff --git a/security/super/pkg-plist b/security/super/pkg-plist
index 094c4f0fa418..24ac4fb3b3a1 100644
--- a/security/super/pkg-plist
+++ b/security/super/pkg-plist
@@ -1,7 +1,7 @@
-@comment $FreeBSD$
bin/super
bin/setuid
-share/examples/sample.tab
-share/examples/sample.cdmount
-share/doc/super/README
-@dirrm share/doc/super
+%%PORTDOCS%%share/examples/super/sample.tab
+%%PORTDOCS%%share/examples/super/sample.cdmount
+%%PORTDOCS%%share/doc/super/README
+%%PORTDOCS%%@dirrm share/examples/super
+%%PORTDOCS%%@dirrm share/doc/super