diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-07-03 19:54:13 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-07-03 19:54:13 +0800 |
commit | 5fe9588f3d6727d5aff594c7ef1b0e39177daf5f (patch) | |
tree | 4c8437f483ead77ca9a50e8b9c7b9c8e4e709a60 /Mk | |
parent | e4d4131c4bb770621709ee3679b8275011ff7efb (diff) | |
download | freebsd-ports-gnome-5fe9588f3d6727d5aff594c7ef1b0e39177daf5f.tar.gz freebsd-ports-gnome-5fe9588f3d6727d5aff594c7ef1b0e39177daf5f.tar.zst freebsd-ports-gnome-5fe9588f3d6727d5aff594c7ef1b0e39177daf5f.zip |
Pessimise Sourceforge mirror of MASTER_SITE_GNOME - it seems that Sourceforge
ftp servers are seriously overloaded (the problem persists at least for a
week).
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 69d990961450..87845d0ad834 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -50,7 +50,6 @@ MASTER_SITE_COMP_SOURCES+= \ MASTER_SITE_GNOME+= \ ftp://ftp.yggdrasil.com/mirrors/site/ftp.gnome.org/pub/GNOME/%SUBDIR%/ \ - ftp://ftp.sourceforge.net/pub/mirrors/gnome/%SUBDIR%/ \ ftp://ftp.rpmfind.net/linux/gnome.org/%SUBDIR%/ \ ftp://ftp.cse.buffalo.edu/pub/Gnome/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/X11/GNOME/%SUBDIR%/ \ @@ -61,6 +60,7 @@ MASTER_SITE_GNOME+= \ ftp://ftp.mirror.ac.uk/sites/ftp.gnome.org/pub/GNOME/%SUBDIR%/ \ ftp://ftp.chg.ru/pub/X11/gnome/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,X/gnome/&,} \ + ftp://ftp.sourceforge.net/pub/mirrors/gnome/%SUBDIR%/ \ ftp://gnome.eazel.com/pub/GNOME/%SUBDIR%/ MASTER_SITE_GNU+= \ |