- 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>
This commit is contained in:
Philip M. Gollucci 2010-05-24 22:07:59 +00:00
parent af15f3cbc6
commit 70d7e53352
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255006

View File

@ -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 \