diff options
author | will <will@FreeBSD.org> | 2001-03-20 08:51:57 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-20 08:51:57 +0800 |
commit | e0dac250da33df567a7f45bc30fc5fce9b259ede (patch) | |
tree | 18cca53183ba9f638e353c4a21a5e6bc7d8b0483 /Mk | |
parent | ba3b56dc2ed917dfde40259f78b846491b279d7a (diff) | |
download | freebsd-ports-gnome-e0dac250da33df567a7f45bc30fc5fce9b259ede.tar.gz freebsd-ports-gnome-e0dac250da33df567a7f45bc30fc5fce9b259ede.tar.zst freebsd-ports-gnome-e0dac250da33df567a7f45bc30fc5fce9b259ede.zip |
Add some relatively geographically distributed mirrors to MASTER_SITE_LOCAL
and add a new mirror to MASTER_SITE_SOURCEFORGE (yay ftp3 @ UNC!).
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index bcc7f6e02604..d740597044a4 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -16,7 +16,11 @@ # Where to put distfiles that don't have any other master site MASTER_SITE_LOCAL?= \ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ - ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ + ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ + ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ + ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ + ftp://ftp.ru.FreeBSD.og/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ + ftp://ftp.nectec.or.th/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ MASTER_SITE_PORTS_JP+= \ ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ \ @@ -200,8 +204,9 @@ MASTER_SITE_SOURCEWARE+= \ ftp://unix.hensa.ac.uk/mirrors/sourceware.cygnus.com/pub/%SUBDIR%/ MASTER_SITE_SOURCEFORGE+= \ - ftp://download.sourceforge.net/pub/sourceforge/%SUBDIR%/ \ - http://download.sourceforge.net/%SUBDIR%/ \ + ftp://ftp2.sourceforge.net/pub/sourceforge/%SUBDIR%/ \ + http://ftp2.sourceforge.net/%SUBDIR%/ \ + ftp://ftp3.sourceforge.net/pub/sourceforge/%SUBDIR%/ \ ftp://projects.sourceforge.net/pub/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/sourceforge/%SUBDIR%/ \ ftp://ftp.mirror.ac.uk/sites/download.sourceforge.net/pub/sourceforge/%SUBDIR%/ |