Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Nov 2011 23:09:50 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        ruby@FreeBSD.org
Subject:   [PATCH] devel/ruby-gems: add MASTER_SITES
Message-ID:  <20111126150950.249CA3AB4@sunpoet.net>

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

>Submitter-Id:	current-users
>Originator:	Sunpoet Po-Chuan Hsieh
>Organization:	The FreeBSD Project
>Confidential:	no 
>Synopsis:	[PATCH] devel/ruby-gems: add MASTER_SITES
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 9.0-RC1 amd64
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-RC1 FreeBSD 9.0-RC1 #0: Sun Nov  6 07:24:13 CST
>Description:
- Add rubygems.org MASTER_SITES

Port maintainer (ruby@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- ruby19-gems-1.8.11.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/ruby-gems/Makefile,v
retrieving revision 1.47
diff -u -u -r1.47 Makefile
--- Makefile	19 Nov 2011 03:43:51 -0000	1.47
+++ Makefile	26 Nov 2011 15:09:19 -0000
@@ -8,7 +8,9 @@
 PORTNAME=	gems
 PORTVERSION=	1.8.11
 CATEGORIES=	devel ruby
-MASTER_SITES=	RF
+MASTER_SITES=	http://production.s3.rubygems.org/rubygems/ \
+		http://production.cf.rubygems.org/rubygems/ \
+		RF
 MASTER_SITE_SUBDIR=	ruby${PORTNAME}
 PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
 DISTNAME=	ruby${PORTNAME}-${PORTVERSION}
--- ruby19-gems-1.8.11.patch ends here ---




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