diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-22 07:36:13 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-22 07:36:13 +0800 |
commit | 93ce921c8c33d7dc3a04c534aa4cdb712ae15a11 (patch) | |
tree | ab95b5cfac09872e8d8de63e176ec7e4b5614c8a | |
parent | e6413a14e71b41cc7a74b0f3cd26aa39311ad23a (diff) | |
download | freebsd-ports-gnome-93ce921c8c33d7dc3a04c534aa4cdb712ae15a11.tar.gz freebsd-ports-gnome-93ce921c8c33d7dc3a04c534aa4cdb712ae15a11.tar.zst freebsd-ports-gnome-93ce921c8c33d7dc3a04c534aa4cdb712ae15a11.zip |
Chase MASTER_SITES and WWW and add a second MASTER_SITE.
PR: ports/99281
Submitted by: David Thiel <lx@redundancy.redundancy.org>
-rw-r--r-- | net/thcrut/Makefile | 3 | ||||
-rw-r--r-- | net/thcrut/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/thcrut/Makefile b/net/thcrut/Makefile index 352f99e03246..a93587bb49b1 100644 --- a/net/thcrut/Makefile +++ b/net/thcrut/Makefile @@ -8,7 +8,8 @@ PORTNAME= thcrut PORTVERSION= 1.2.5 CATEGORIES= net -MASTER_SITES= http://www.thc.org/releases/ +MASTER_SITES= http://thc.org.segfault.net/releases/ \ + http://redundancy.redundancy.org/mirror/ MAINTAINER= lx@redundancy.redundancy.org COMMENT= Local network discovery tool diff --git a/net/thcrut/pkg-descr b/net/thcrut/pkg-descr index a7e236a4ff2d..086431282f78 100644 --- a/net/thcrut/pkg-descr +++ b/net/thcrut/pkg-descr @@ -8,4 +8,4 @@ lookup on all hosts on a network with vendor-string, spoofed DHCP request, RARP, BOOTP, ICMP-ping and address mask request and some other features. -WWW: http://www.thc.org/ +WWW: http://thc.org.segfault.net/ |