svn commit: r404143 - head/Mk
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Dec 21 18:33:24 UTC 2015
Author: sunpoet
Date: Mon Dec 21 18:33:23 2015
New Revision: 404143
URL: https://svnweb.freebsd.org/changeset/ports/404143
Log:
- Add http://ftp.ruby-lang.org/ to MASTER_SITE_RUBY
- Remove dead links:
- Error code 403: http://www.ibiblio.org/
- Error code 404: http://mirrors.sunsite.dk/
- Error code 550: ftp://xyz.lcs.mit.edu/, ftp://ftp.easynet.be/, ftp://ftp.ntua.gr/
- Unable to resolve: ftp.SpringDaemons.com
Modified:
head/Mk/bsd.sites.mk
Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk Mon Dec 21 18:19:51 2015 (r404142)
+++ head/Mk/bsd.sites.mk Mon Dec 21 18:33:23 2015 (r404143)
@@ -1117,15 +1117,10 @@ MASTER_SITE_REDHAT_LINUX+= \
.if !defined(IGNORE_MASTER_SITE_RUBY)
MASTER_SITE_RUBY+= \
http://cache.ruby-lang.org/pub/ruby/%SUBDIR%/ \
+ http://ftp.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%/ \
- ftp://xyz.lcs.mit.edu/pub/ruby/%SUBDIR%/ \
ftp://ftp.fu-berlin.de/unix/languages/ruby/%SUBDIR%/ \
- ftp://ftp.easynet.be/ruby/ruby/%SUBDIR%/ \
- ftp://ftp.ntua.gr/pub/lang/ruby/%SUBDIR%/ \
ftp://ftp.kr.FreeBSD.org/pub/ruby/%SUBDIR%/ \
- http://mirrors.sunsite.dk/ruby/%SUBDIR%/ \
ftp://ftp.iDaemons.org/pub/mirror/ftp.ruby-lang.org/ruby/%SUBDIR%/
.endif
@@ -1140,8 +1135,7 @@ MASTER_SITE_RUBYGEMS+= \
MASTER_SITE_SAMBA+= \
http://ftp.samba.org/pub/%SUBDIR%/ \
ftp://ca.samba.org/pub/%SUBDIR%/ \
- ftp://de.samba.org/pub/%SUBDIR%/ \
- ftp://ftp.easynet.be/%SUBDIR%/
+ ftp://de.samba.org/pub/%SUBDIR%/
.endif
# List: http://download.savannah.gnu.org/mirmon/
More information about the svn-ports-head
mailing list