diff options
author | lioux <lioux@FreeBSD.org> | 2002-02-23 01:41:42 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-02-23 01:41:42 +0800 |
commit | 3f61b0bcff2fcc3249b2c76a956fb9d169b0cb40 (patch) | |
tree | 7adbbe8e80ed532ac333ef4113db4d69d9dabb0a /net/silc-client | |
parent | eb833c93a176536c607d71ae5638f51cd8fe866b (diff) | |
download | freebsd-ports-graphics-3f61b0bcff2fcc3249b2c76a956fb9d169b0cb40.tar.gz freebsd-ports-graphics-3f61b0bcff2fcc3249b2c76a956fb9d169b0cb40.tar.zst freebsd-ports-graphics-3f61b0bcff2fcc3249b2c76a956fb9d169b0cb40.zip |
Update MASTER_SITES as wiretapped.net renamed their servers
PR: 34823
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'net/silc-client')
-rw-r--r-- | net/silc-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/silc-client/Makefile b/net/silc-client/Makefile index da272fdb1de..d61b471fe27 100644 --- a/net/silc-client/Makefile +++ b/net/silc-client/Makefile @@ -12,8 +12,8 @@ MASTER_SITES= http://www.silcnet.org/download/client/sources/ \ ftp://ftp.silcnet.org/silc/client/sources/ \ http://www.planetmirror.com/pub/silcnet/client/sources/ \ ftp://ftp.au.silcnet.org/pub/silcnet/client/sources/ \ - http://the.wiretapped.net/security/network-security/silc/client/sources/ \ - ftp://ftp.wiretapped.net/pub/security/network-security/silc/client/sources/ \ + http://www.mirrors.wiretapped.net/security/network-security/silc/client/sources/ \ + ftp://ftp.mirrors.wiretapped.net/pub/security/network-security/silc/client/sources/ \ http://munitions.vipul.net/software/mirrors/silc/ \ ftp://ftp.no.silcnet.org/pub/silc/client/sources/ PKGNAMESUFFIX= -client |