svn commit: r343769 - head/Mk

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 11 16:50:46 UTC 2014


Author: sunpoet
Date: Tue Feb 11 16:50:46 2014
New Revision: 343769
URL: http://svnweb.freebsd.org/changeset/ports/343769
QAT: https://qat.redports.org/buildarchive/r343769/

Log:
  - Update MASTER_SITE_RUBY: add CDN by fastly.com
  
  Reference:	https://www.ruby-lang.org/en/downloads/mirrors/

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Tue Feb 11 16:48:58 2014	(r343768)
+++ head/Mk/bsd.sites.mk	Tue Feb 11 16:50:46 2014	(r343769)
@@ -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%/ \


More information about the svn-ports-all mailing list