diff options
author | ade <ade@FreeBSD.org> | 2000-11-03 23:54:36 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-11-03 23:54:36 +0800 |
commit | 9be19cb0cb77c218f94b37bc2790cbd7f0d3837b (patch) | |
tree | 738f8e7d30ad4d88cfed66a0cb7e9322e92fb64b /Mk | |
parent | 542a914540703316df544c77dcfbedaca8d79e2b (diff) | |
download | freebsd-ports-gnome-9be19cb0cb77c218f94b37bc2790cbd7f0d3837b.tar.gz freebsd-ports-gnome-9be19cb0cb77c218f94b37bc2790cbd7f0d3837b.tar.zst freebsd-ports-gnome-9be19cb0cb77c218f94b37bc2790cbd7f0d3837b.zip |
Move sourceforge right down to the bottom of MASTER_SITES_GNOME
until they actually make some vague attempt to keep their mirror
up to date, as per numerous emails to them.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 6cb51d5d78d6..6f148e1f7a3f 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -153,7 +153,6 @@ MASTER_SITE_COMP_SOURCES+= \ MASTER_SITE_GNOME+= \ ftp://ftp.gnome.org/pub/GNOME/%SUBDIR%/ \ - ftp://download.sourceforge.net/pub/mirrors/gnome/%SUBDIR%/ \ ftp://rpmfind.net/linux/gnome.org/%SUBDIR%/ \ ftp://ftp.mirror.ac.uk/sites/ftp.gnome.org/pub/GNOME/%SUBDIR%/ \ ftp://slave.opensource.captech.com/gnome/%SUBDIR%/ \ @@ -164,7 +163,8 @@ MASTER_SITE_GNOME+= \ ftp://ftp2.sinica.edu.tw/pub5/gnome/%SUBDIR%/ \ ftp://gnomeftp.blue-labs.org/pub/gnome/%SUBDIR%/ \ ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/%SUBDIR%/ \ - ftp://ftp.tas.gov.au/gnome/%SUBDIR%/ + ftp://ftp.tas.gov.au/gnome/%SUBDIR%/ \ + ftp://download.sourceforge.net/pub/mirrors/gnome/%SUBDIR%/ MASTER_SITE_AFTERSTEP+= \ ftp://ftp.afterstep.org/%SUBDIR%/ \ |