diff options
author | knu <knu@FreeBSD.org> | 2009-08-24 13:25:17 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2009-08-24 13:25:17 +0800 |
commit | e4ef3c0bd391198e90f779580899146cfe70cba7 (patch) | |
tree | a919d9692bf9f9afe8300d40c53dc92f4dfee90e /Mk/bsd.sites.mk | |
parent | c195f1572260ab9b4bc85ef693eb892dd469d628 (diff) | |
download | freebsd-ports-gnome-e4ef3c0bd391198e90f779580899146cfe70cba7.tar.gz freebsd-ports-gnome-e4ef3c0bd391198e90f779580899146cfe70cba7.tar.zst freebsd-ports-gnome-e4ef3c0bd391198e90f779580899146cfe70cba7.zip |
- Fix the path of ftp.iasi.roedu.net in MASTER_SITE_FEDORA_LINUX.
- Remove rubyforge.iasi.roedu.net from MASTER_SITE_RUBYFORGE.
It stopped mirroring files lately.
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r-- | Mk/bsd.sites.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 20a79e9575b3..9e355bea41ac 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -371,7 +371,7 @@ MASTER_SITE_FEDORA_LINUX+= \ ftp://mirrors.hpcf.upr.edu/pub/Mirrors/redhat/download.fedora.redhat.com/%SUBDIR%/ \ http://ftp.astral.ro/mirrors/fedora/pub/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.astral.ro/mirrors/fedora/pub/fedora/linux/core/%SUBDIR%/ \ - http://ftp.iasi.roedu.net/mirrors/fedora.redhat.com/core/%SUBDIR%/ \ + http://ftp.iasi.roedu.net/mirrors/fedora.redhat.com/fedora/%SUBDIR%/ \ ftp://ftp.rdsor.ro/pub/Linux/Distributions/Fedora/%SUBDIR%/ \ http://ftp.chg.ru/pub/Linux/fedora/linux/core/%SUBDIR%/ \ ftp://ftp.chg.ru/pub/Linux/fedora/linux/core/%SUBDIR%/ \ @@ -1137,7 +1137,6 @@ MASTER_SITE_RUBY+= \ # See http://rubyforge.org/credits/ .if !defined(IGNORE_MASTER_SITE_RUBYFORGE) MASTER_SITE_RUBYFORGE+= \ - http://rubyforge.iasi.roedu.net/files/%SUBDIR%/ \ http://files.rubyforge.mmmultiworks.com/%SUBDIR%/ \ http://files.rubyforge.vm.bytemark.co.uk/%SUBDIR%/ .endif |