diff options
author | lioux <lioux@FreeBSD.org> | 2003-02-07 23:43:57 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-02-07 23:43:57 +0800 |
commit | d7ec7c19d1ee3f4394e706d728832dc0415d0fe6 (patch) | |
tree | 539224d9d23c82ed8ddf31f5ed18acba5e126c9e /net | |
parent | d45cb1eed1ee0a93dbf402d39619d9fd6569fe2e (diff) | |
download | freebsd-ports-gnome-d7ec7c19d1ee3f4394e706d728832dc0415d0fe6.tar.gz freebsd-ports-gnome-d7ec7c19d1ee3f4394e706d728832dc0415d0fe6.tar.zst freebsd-ports-gnome-d7ec7c19d1ee3f4394e706d728832dc0415d0fe6.zip |
Sanitize MASTER_SITES
Submitted by: fenner's distfiles survey
Diffstat (limited to 'net')
-rw-r--r-- | net/silc-client/Makefile | 4 | ||||
-rw-r--r-- | net/silc-doc/Makefile | 4 | ||||
-rw-r--r-- | net/silc-server/Makefile | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/net/silc-client/Makefile b/net/silc-client/Makefile index e7faaf9feb8d..01d06c2bd3e7 100644 --- a/net/silc-client/Makefile +++ b/net/silc-client/Makefile @@ -10,7 +10,6 @@ PORTVERSION= 0.9.10.1 CATEGORIES= net ipv6 security MASTER_SITES= http://www.silcnet.org/download/%SUBDIR%/ \ http://ftp.silcnet.org/%SUBDIR%/ \ - http://www.planetmirror.com/pub/silcnet/%SUBDIR%/ \ http://www.nic.funet.fi/pub/mirrors/ftp.silcnet.org/silc/%SUBDIR%/ \ http://www.fi.silcnet.org/download/%SUBDIR%/ \ http://munitions.vipul.net/software/mirrors/silc/%SUBDIR%/ \ @@ -20,8 +19,7 @@ MASTER_SITES= http://www.silcnet.org/download/%SUBDIR%/ \ ftp://ftp.au.silcnet.org/pub/silcnet/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.silcnet.org/silc/%SUBDIR%/ \ ftp://ftp.pl.silcnet.org/pub/silc/%SUBDIR%/ \ - ftp://ftp.sunet.se/pub/network/silc/%SUBDIR%/ \ - ftp://ftp.uk.silcnet.org/pub/silc/%SUBDIR%/ + ftp://ftp.sunet.se/pub/network/silc/%SUBDIR%/ MASTER_SITE_SUBDIR= client/sources PKGNAMESUFFIX= -client DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} diff --git a/net/silc-doc/Makefile b/net/silc-doc/Makefile index 409002e8330f..be28ffbad90f 100644 --- a/net/silc-doc/Makefile +++ b/net/silc-doc/Makefile @@ -10,7 +10,6 @@ PORTVERSION= 0.9.10.1 CATEGORIES= net security MASTER_SITES= http://www.silcnet.org/download/%SUBDIR%/ \ http://ftp.silcnet.org/%SUBDIR%/ \ - http://www.planetmirror.com/pub/silcnet/%SUBDIR%/ \ http://www.nic.funet.fi/pub/mirrors/ftp.silcnet.org/silc/%SUBDIR%/ \ http://www.fi.silcnet.org/download/%SUBDIR%/ \ http://munitions.vipul.net/software/mirrors/silc/%SUBDIR%/ \ @@ -20,8 +19,7 @@ MASTER_SITES= http://www.silcnet.org/download/%SUBDIR%/ \ ftp://ftp.au.silcnet.org/pub/silcnet/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.silcnet.org/silc/%SUBDIR%/ \ ftp://ftp.pl.silcnet.org/pub/silc/%SUBDIR%/ \ - ftp://ftp.sunet.se/pub/network/silc/%SUBDIR%/ \ - ftp://ftp.uk.silcnet.org/pub/silc/%SUBDIR%/ + ftp://ftp.sunet.se/pub/network/silc/%SUBDIR%/ MASTER_SITE_SUBDIR= server/sources PKGNAMESUFFIX= -doc DISTNAME= ${PORTNAME}-server-${PORTVERSION} diff --git a/net/silc-server/Makefile b/net/silc-server/Makefile index e5de519d8841..64d231d12350 100644 --- a/net/silc-server/Makefile +++ b/net/silc-server/Makefile @@ -10,7 +10,6 @@ PORTVERSION= 0.9.10.1 CATEGORIES= net ipv6 security MASTER_SITES= http://www.silcnet.org/download/%SUBDIR%/ \ http://ftp.silcnet.org/%SUBDIR%/ \ - http://www.planetmirror.com/pub/silcnet/%SUBDIR%/ \ http://www.nic.funet.fi/pub/mirrors/ftp.silcnet.org/silc/%SUBDIR%/ \ http://www.fi.silcnet.org/download/%SUBDIR%/ \ http://munitions.vipul.net/software/mirrors/silc/%SUBDIR%/ \ @@ -20,8 +19,7 @@ MASTER_SITES= http://www.silcnet.org/download/%SUBDIR%/ \ ftp://ftp.au.silcnet.org/pub/silcnet/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.silcnet.org/silc/%SUBDIR%/ \ ftp://ftp.pl.silcnet.org/pub/silc/%SUBDIR%/ \ - ftp://ftp.sunet.se/pub/network/silc/%SUBDIR%/ \ - ftp://ftp.uk.silcnet.org/pub/silc/%SUBDIR%/ + ftp://ftp.sunet.se/pub/network/silc/%SUBDIR%/ MASTER_SITE_SUBDIR= server/sources PKGNAMESUFFIX= -server DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} |