diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-11 16:50:46 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-11 16:50:46 +0000 |
commit | 4e38ca47bbc2e2165af539e6af3487543a5021eb (patch) | |
tree | a035ab92d433e762c6ef8e622971edffcffccd40 /Mk | |
parent | edccd619fba5662b89e1febe96b6b37e8510a93d (diff) | |
download | freebsd-ports-4e38ca47bbc2e2165af539e6af3487543a5021eb.zip |
- Update MASTER_SITE_RUBY: add CDN by fastly.com
Reference: https://www.ruby-lang.org/en/downloads/mirrors/
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index f5152046671a..efd935f6ce34 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -1100,6 +1100,7 @@ MASTER_SITE_RINGSERVER+= \ .if !defined(IGNORE_MASTER_SITE_RUBY) MASTER_SITE_RUBY+= \ + http://cache.ruby-lang.org/pub/ruby/%SUBDIR%/ \ ftp://ftp.ruby-lang.org/pub/ruby/%SUBDIR%/ \ ftp://ftp.SpringDaemons.com/pub/ruby/ruby/%SUBDIR%/ \ http://www.ibiblio.org/pub/languages/ruby/%SUBDIR%/ \ |