Bug 162895 - [PATCH] devel/ruby-gems: add MASTER_SITES
Summary: [PATCH] devel/ruby-gems: add MASTER_SITES
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-26 15:20 UTC by Po-Chuan Hsieh
Modified: 2012-01-18 05:30 UTC (History)
1 user (show)

See Also:


Attachments
ruby19-gems-1.8.11.patch (602 bytes, patch)
2011-11-26 15:20 UTC, Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-11-26 15:20:08 UTC
- Add rubygems.org MASTER_SITES

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

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-11-26 15:20:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2011-11-26 23:25:20 UTC
On 11/26/2011 15:09, Sunpoet Po-Chuan Hsieh wrote:
>> Number:         162895
>> Category:       ports
>> Synopsis:       [PATCH] devel/ruby-gems: add MASTER_SITES
>> 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:   Sat Nov 26 15:20:08 UTC 2011
>> Closed-Date:
>> Last-Modified:
>> Originator:     Sunpoet Po-Chuan Hsieh
>> Release:        FreeBSD 9.0-RC1 amd64
>> Organization:
> The FreeBSD Project
>> 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 ---

  i would like to see that in bsd.sites.mk

>> Release-Note:
>> Audit-Trail:
>> Unformatted:
> _______________________________________________
> freebsd-ports-bugs@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
> To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"


-- 
+-----------------oOO--(_)--OOo-------------------------+
With best Regards,
         Martin Wilke (miwi_(at)_FreeBSD.org)

Mess with the Best, Die like the Rest
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2012-01-17 05:58:51 UTC
Responsible Changed
From-To: ruby->pgollucci

I will take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-01-18 05:23:01 UTC
pgollucci    2012-01-18 05:22:52 UTC

  FreeBSD ports repository

  Modified files:
    devel/ruby-gems      Makefile 
  Log:
  - Switch to RG (MASTER_SITE_RUBYGEMS)
    for some reason they put this one in /rubygems not /gems, so use the variable not the macro
  
  PR:             ports/162895
  Suggested by:   sunpoet@
  With hat:       ruby@
  
  Revision  Changes    Path
  1.48      +1 -2      ports/devel/ruby-gems/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Philip M. Gollucci freebsd_committer freebsd_triage 2012-01-18 05:23:05 UTC
State Changed
From-To: open->closed

Committed, Thanks!