aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.sites.mk
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-10-12 20:42:10 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-10-12 20:42:10 +0000
commit303cabb3d23ab7eff512be256d8c75e032eb2347 (patch)
tree4b2fbf4824f1c7239981c6bd75449bf4a966b893 /Mk/bsd.sites.mk
parent17e0d651045849daacd98b780cc852df643fa48b (diff)
downloadports-303cabb3d23ab7eff512be256d8c75e032eb2347.tar.gz
ports-303cabb3d23ab7eff512be256d8c75e032eb2347.zip
Update MASTER_SITE_RINGSERVER:
- Remove www.mirrornavi.com from comment which seems to be dead. - Replace the http site with the Tenbin server.
Notes
Notes: svn path=/head/; revision=67900
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r--Mk/bsd.sites.mk16
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%/ \