diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-22 14:26:41 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-22 14:26:41 +0000 |
commit | b97a47d2df1f7e48ec1b20f35a5c8a2d66a9045b (patch) | |
tree | 23469a38e4f9eaf889cf4d88444f5c8fc4cf02d7 /security | |
parent | Update to v1.49. (diff) |
* Update portsentry to 1.0
* Remove current MAINTAINER as email has been unreachable for weeks
* Add dan@freebsddiary.com as MAINTAINER at his request
PR: 15490
Submitted by: Dan Langille <dan@freebsddiary.com>
Notes
Notes:
svn path=/head/; revision=23809
Diffstat (limited to 'security')
-rw-r--r-- | security/portsentry/Makefile | 10 | ||||
-rw-r--r-- | security/portsentry/distinfo | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/portsentry/Makefile b/security/portsentry/Makefile index fcd18eb10747..3ea4a274808a 100644 --- a/security/portsentry/Makefile +++ b/security/portsentry/Makefile @@ -1,22 +1,22 @@ # New ports collection makefile for: sentry -# Version required: 0.90 +# Version required: 1.0 # Date created: 3 January 1998 # Whom: chris@still.whet.org # # $FreeBSD$ # -DISTNAME= portsentry-0.90 +DISTNAME= portsentry-1.0 CATEGORIES= security MASTER_SITES= http://www.psionic.com/tools/ -MAINTAINER= chris@still.whet.org +MAINTAINER= dan@freebsddiary.org ALL_TARGET= freebsd post-patch: - @/usr/bin/perl -pi -e 's,__PREFIX__,${PREFIX},g' ${WRKSRC}/portsentry.conf - @/usr/bin/perl -pi -e 's,__PREFIX__,${PREFIX},g' ${WRKSRC}/portsentry_config.h + @${PERL} -pi -e 's,__PREFIX__,${PREFIX},g' ${WRKSRC}/portsentry.conf + @${PERL} -pi -e 's,__PREFIX__,${PREFIX},g' ${WRKSRC}/portsentry_config.h do-install: .if !exists($(PREFIX)/etc/portsentry.conf) diff --git a/security/portsentry/distinfo b/security/portsentry/distinfo index 434f67720493..89343f139eea 100644 --- a/security/portsentry/distinfo +++ b/security/portsentry/distinfo @@ -1 +1 @@ -MD5 (portsentry-0.90.tar.gz) = 80eead64b3d6efb10748b80ecec0f54a +MD5 (portsentry-1.0.tar.gz) = d2d29e614f1604bd62a23e33d7a7564f |