diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2002-05-01 23:33:48 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2002-05-01 23:33:48 +0000 |
commit | 9237e2b2df556f61df7a906a50550018106a70a2 (patch) | |
tree | d7515dd010fd8e2d39f01d73964abe27d0e52736 | |
parent | upgrade to 0.9.3, use USE_GLIB (diff) |
wiretapped.net mirror changed layout
PR: ports/34827
Submitted by: Edwin Groothuis <edwin@mavetju.org>
-rw-r--r-- | net/ethereal/Makefile | 3 | ||||
-rw-r--r-- | net/wireshark/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index debd0b54337b..d9fb638fcdce 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -11,7 +11,8 @@ CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/network/monitoring/ethereal/%SUBDIR%/ \ - ftp://the.wiretapped.net/pub/security/packet-sniffing/ethereal/%SUBDIR%/ + ftp://ftp.mirrors.wiretapped.net/pub/security/packet-capture/ethereal/%SUBDIR%/ \ + http://www.mirrors.wiretapped.net/pub/security/packet-capture/ethereal/%SUBDIR%/ MASTER_SITE_SUBDIR= . old-versions MAINTAINER= billf@FreeBSD.org diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index debd0b54337b..d9fb638fcdce 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -11,7 +11,8 @@ CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/network/monitoring/ethereal/%SUBDIR%/ \ - ftp://the.wiretapped.net/pub/security/packet-sniffing/ethereal/%SUBDIR%/ + ftp://ftp.mirrors.wiretapped.net/pub/security/packet-capture/ethereal/%SUBDIR%/ \ + http://www.mirrors.wiretapped.net/pub/security/packet-capture/ethereal/%SUBDIR%/ MASTER_SITE_SUBDIR= . old-versions MAINTAINER= billf@FreeBSD.org |