diff options
author | Frederic Culot <culot@FreeBSD.org> | 2011-08-25 14:42:00 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2011-08-25 14:42:00 +0000 |
commit | 9c69bf75803e4bcfc432af279d32ed089fc09954 (patch) | |
tree | 9edf467ff36c2e54aeb47b3c70be10385e0f5efe /security/pktsuckers | |
parent | 2cfffc7263a4ef1b5d351f5f373a51572f936655 (diff) |
- Update MASTER_SITES
- Undeprecate (distfile fetchable again)
PR: ports/160144
Submitted by: Kato Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=280405
Diffstat (limited to 'security/pktsuckers')
-rw-r--r-- | security/pktsuckers/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/pktsuckers/Makefile b/security/pktsuckers/Makefile index 1b4e7c0d27e7..b1d03f7f0006 100644 --- a/security/pktsuckers/Makefile +++ b/security/pktsuckers/Makefile @@ -8,16 +8,12 @@ PORTNAME= pktsuckers PORTVERSION= 1.2 CATEGORIES= security -MASTER_SITES= http://mirror2.unixfreunde.de/ \ - http://freebsd.unixfreunde.de/sources/ +MASTER_SITES= ftp://minnie.tuhs.org/pub/NetSecurity/ DISTNAME= ${PORTNAME}1_2 MAINTAINER= ports@FreeBSD.org COMMENT= Log contents of unwanted UDP packets and TCP connections -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcpsuck ${PREFIX}/libexec ${INSTALL_PROGRAM} ${WRKSRC}/udpsuck ${PREFIX}/libexec |