diff options
author | culot <culot@FreeBSD.org> | 2011-08-25 22:42:00 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-08-25 22:42:00 +0800 |
commit | 9a3ebeee609dda8e0e285832d38b8fcaa5b01772 (patch) | |
tree | 26b89a75be312e7efde95ab3c98704f96a4bc408 /security | |
parent | a20335b2b7fca955686f37e6f437cda5a741a5e4 (diff) | |
download | freebsd-ports-gnome-9a3ebeee609dda8e0e285832d38b8fcaa5b01772.tar.gz freebsd-ports-gnome-9a3ebeee609dda8e0e285832d38b8fcaa5b01772.tar.zst freebsd-ports-gnome-9a3ebeee609dda8e0e285832d38b8fcaa5b01772.zip |
- Update MASTER_SITES
- Undeprecate (distfile fetchable again)
PR: ports/160144
Submitted by: Kato Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'security')
-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 |