Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Feb 2010 11:00:11 +0800 (CST)
From:      Jyun-Yan You <jyyou@cs.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/143658: [patch] bsd.sites.mk: add a new mirror to MASTER_SITE_RUBYFORGE 
Message-ID:  <201002080300.o1830B8v008495@bsd3.cs.nctu.edu.tw>
Resent-Message-ID: <201002080310.o183A2fD035545@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         143658
>Category:       ports
>Synopsis:       [patch] bsd.sites.mk: add a new mirror to MASTER_SITE_RUBYFORGE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 08 03:10:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Jyun-Yan You
>Release:        FreeBSD 7.2-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD bsd3.cs.nctu.edu.tw 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Fri Oct 2 08:22:32 UTC 2009 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
Some gems have been moved to gemcutter. They can't be found at old mirrors.
I propose adding a new one to MASTER_SITE_RUBYFORGE.

	
>How-To-Repeat:
	
>Fix:

	

--- bsd.sites.mk.diff begins here ---
--- bsd.sites.mk.orig	2010-02-04 16:47:55.000000000 +0800
+++ bsd.sites.mk	2010-02-04 16:48:19.000000000 +0800
@@ -1134,7 +1134,8 @@
 .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://production.cf.rubygems.org/gems/
 .endif
 
 .if !defined(IGNORE_MASTER_SITE_SAMBA)
--- bsd.sites.mk.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002080300.o1830B8v008495>