diff options
author | dougb <dougb@FreeBSD.org> | 2005-09-24 02:26:35 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2005-09-24 02:26:35 +0000 |
commit | 4c43c3bfd3170b56ae624e54d95f6116627fa9e3 (patch) | |
tree | d473b33d06c7ba3788a4fdc4a1beb2af356f8e78 /Mk | |
parent | eb74e2e25713af63ffd9d8a0d1b8a621dfd66660 (diff) | |
download | FreeBSD-ports-4c43c3bfd3170b56ae624e54d95f6116627fa9e3.zip FreeBSD-ports-4c43c3bfd3170b56ae624e54d95f6116627fa9e3.tar.gz |
For MASTER_SITE_ISC, remove mirrors that are either totally empty,
or dramatically stale. Extra axe points given to sites that no loner
appear on ISC's mirror list. Add one site in Sweden. More sites could
be added if necessary.
For MASTER_SITE_WINDOWMAKER, delete sites that do not have the
latest version.
Prompted by: fenner's distfile survey
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 355ae40..344cfec 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -670,26 +670,19 @@ MASTER_SITE_GNU_ALPHA+= \ MASTER_SITE_ISC+= \ ftp://ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.ciril.fr/pub/isc/%SUBDIR%/ \ - ftp://ftp.grolier.fr/pub/isc/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.freenet.de/pub/ftp.isc.org/isc/%SUBDIR%/ \ - ftp://ftp.fsn.hu/pub/isc/%SUBDIR%/ \ - ftp://ftp.kyushu-u.ac.jp/pub/Net/isc/%SUBDIR%/ \ ftp://ftp.iij.ad.jp/pub/network/isc/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/net/isc/%SUBDIR%/ \ ftp://ftp.u-aizu.ac.jp/pub/net/isc/%SUBDIR%/ \ - ftp://ftp.linux.lv/pub/software/isc/%SUBDIR%/ \ ftp://ftp.task.gda.pl/mirror/ftp.isc.org/isc/%SUBDIR%/ \ + ftp://ftp.chl.chalmers.se/pub/isc/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/network/isc/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.epix.net/pub/isc/%SUBDIR%/ \ ftp://ftp.nominum.com/pub/isc/%SUBDIR%/ \ - ftp://ftp.nerdc.ufl.edu/pub/mirrors/ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.ripe.net/mirrors/sites/ftp.isc.org/isc/%SUBDIR%/ \ - ftp://ftp.nl.uu.net/pub/mirrors/ftp.isc.org/%SUBDIR%/ \ - ftp://ftp.pop-mg.com.br/pub/isc/%SUBDIR%/ \ - ftp://ftp.ntua.gr/pub/net/isc/isc/%SUBDIR%/ \ - ftp://ftp.metu.edu.tr/pub/mirrors/ftp.isc.org/%SUBDIR%/ + ftp://ftp.ntua.gr/pub/net/isc/isc/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_KDE) @@ -1459,11 +1452,8 @@ MASTER_SITE_VIM+= \ .if !defined(IGNORE_MASTER_SITE_WINDOWMAKER) MASTER_SITE_WINDOWMAKER+= \ ftp://ftp.windowmaker.org/pub/%SUBDIR%/ \ - ftp://ftp.minet.net/pub/windowmaker/%SUBDIR%/ \ - ftp://ftp.informatik.uni-hamburg.de/pub/soft/X/contrib/window_managers/windowmaker/%SUBDIR%/ \ ftp://ftp.uvsq.fr/pub8/X11/window-managers/windowmaker/%SUBDIR%/ \ - ftp://ftp.dti.ad.jp/pub/X/WindowMaker/%SUBDIR%/ \ - ftp://ftp.chg.ru/pub/X11/windowmanagers/windowmaker/%SUBDIR%/ + ftp://ftp.dti.ad.jp/pub/X/WindowMaker/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_XCONTRIB) |