summaryrefslogtreecommitdiff
path: root/Mk/bsd.sites.mk
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-24 22:07:59 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-24 22:07:59 +0000
commit70d7e533524e359e6d72abef93a861f97800f853 (patch)
tree3290b74d7fb6d746bf5dcf422b7c836d84cfbc6d /Mk/bsd.sites.mk
parent- Remove stray @dirrm line missed in 1.3.6 update (diff)
- Add new macro RG for RubyGems site
- Remove a dead RUBYFORGE mirror, select a new one to replace it PR: ports/146656 Submitted by: Eric Freeman <freebsdports@chillibear.com>
Notes
Notes: svn path=/head/; revision=255006
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r--Mk/bsd.sites.mk12
1 files changed, 10 insertions, 2 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index 782a3ca04733..36f057a94604 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -1141,8 +1141,15 @@ MASTER_SITE_RUBY+= \
# See http://rubyforge.org/credits/
.if !defined(IGNORE_MASTER_SITE_RUBYFORGE)
MASTER_SITE_RUBYFORGE+= \
- http://files.rubyforge.mmmultiworks.com/%SUBDIR%/ \
- http://files.rubyforge.vm.bytemark.co.uk/%SUBDIR%/
+ http://files.rubyforge.vm.bytemark.co.uk/%SUBDIR%/ \
+ http://files.ruby.inoack.com/%SUBDIR%/
+.endif
+
+# See http://rubygems.org/pages/about
+.if !defined(IGNORE_MASTER_SITE_RUBYGEMS)
+MASTER_SITE_RUBYGEMS+= \
+ http://production.s3.rubygems.org/gems/%SUBDIR%/ \
+ http://production.cf.rubygems.org/gems/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_SAMBA)
@@ -1493,6 +1500,7 @@ MASTER_SITE_KERNEL_ORG+= \
MASTER_SITES_ABBREVS= CPAN:PERL_CPAN \
SF:SOURCEFORGE \
SFJP:SOURCEFORGE_JP \
+ RG:RUBYGEMS \
RF:RUBYFORGE
MASTER_SITES_SUBDIRS= \
APACHE_JAKARTA:${PORTNAME:S,-,/,}/source \