summaryrefslogtreecommitdiff
path: root/lang/ruby/Makefile.common
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-01-25 15:58:29 +0000
committertaca <taca@pkgsrc.org>2015-01-25 15:58:29 +0000
commitecd4738fb486b96b96620b36ad26e2e0c12c2459 (patch)
tree7fd26ba8ee7bd8410cb6c19f6ba68fbbd5ab5d0c /lang/ruby/Makefile.common
parent5b7d6e71515e3641f820ec3c6479c62ebc12a3d6 (diff)
downloadpkgsrc-ecd4738fb486b96b96620b36ad26e2e0c12c2459.tar.gz
Add http://cache.ruby-lang.org to MASTER_SITE_RUBY.
Diffstat (limited to 'lang/ruby/Makefile.common')
-rw-r--r--lang/ruby/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ruby/Makefile.common b/lang/ruby/Makefile.common
index 756eacff42b..234cf6d4b03 100644
--- a/lang/ruby/Makefile.common
+++ b/lang/ruby/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.31 2014/05/21 03:10:30 taca Exp $
+# $NetBSD: Makefile.common,v 1.32 2015/01/25 15:58:29 taca Exp $
#
# Ruby base distribution common definition
# used by databases/ruby-gdbm/Makefile
@@ -35,6 +35,7 @@ LICENSE= 2-clause-bsd OR ruby-license
RUBY_SITE_SUBDIR= ${_RUBY_VER_MAJOR}.${_RUBY_VER_MINOR}
MASTER_SITE_RUBY?= \
+ http://cache.ruby-lang.org/pub/ruby/${RUBY_SITE_SUBDIR}/ \
ftp://ftp.ruby-lang.org/pub/ruby/${RUBY_SITE_SUBDIR}/ \
ftp://www.ibiblio.org/pub/languages/ruby/${RUBY_SITE_SUBDIR}/ \
ftp://xyz.lcs.mit.edu/pub/ruby/${RUBY_SITE_SUBDIR}/ \