diff options
author | knu <knu@FreeBSD.org> | 2002-10-13 04:42:10 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-10-13 04:42:10 +0800 |
commit | 83d0cf994960a72e354c7ce3483d4d2b78e627b3 (patch) | |
tree | 68b57ab42f1ff49768607f606d31be13154652de | |
parent | 121a7e573ea6c5123ef3f0265b180319602328fa (diff) | |
download | freebsd-ports-gnome-83d0cf994960a72e354c7ce3483d4d2b78e627b3.tar.gz freebsd-ports-gnome-83d0cf994960a72e354c7ce3483d4d2b78e627b3.tar.zst freebsd-ports-gnome-83d0cf994960a72e354c7ce3483d4d2b78e627b3.zip |
Update MASTER_SITE_RINGSERVER:
- Remove www.mirrornavi.com from comment which seems to be dead.
- Replace the http site with the Tenbin server.
-rw-r--r-- | Mk/bsd.sites.mk | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index a779e7c9dba5..9d4ea40ea86c 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -254,20 +254,16 @@ MASTER_SITE_REDHAT_LINUX+= \ # http://<server>/archives/%SUBDIR%/ # ftp://<server>/pub/%SUBDIR%/ # -# MirrorNavi redirects requests to the nearest server from the client -# using HTTP redirection (301) which "fetch -A" does not follow. -# If you want to use this, set FETCH_CMD to something other than -# "fetch -A". It is also a good idea to check out the URL just to -# see which mirror site it suggests. +# {www,ftp}.dnsbalance.ring.gr.jp redirects requests to one of the +# least busy servers at the moment at the DNS lookup level. (safe to +# use with "fetch -A") # -# http://www.mirrornavi.com/ring/archives/%SUBDIR%/ -# -# DNSBalance redirects requests to the least busy server at the moment -# at the DNS lookup level. (safe to use with "fetch -A") +# {www,ftp}.t.ring.gr.jp redirects requests to one of the nearest +# servers at the DNS lookup level. (safe to use with "fetch -A") # MASTER_SITE_RINGSERVER+= \ ftp://ftp.dnsbalance.ring.gr.jp/pub/%SUBDIR%/ \ - http://www.dnsbalance.ring.gr.jp/archives/%SUBDIR%/ + http://www.t.ring.gr.jp/archives/%SUBDIR%/ MASTER_SITE_RUBY+= \ ftp://ftp.iij.ad.jp/pub/lang/ruby/%SUBDIR%/ \ |