Bug 177731 - [patch] devel/ruby-build
Summary: [patch] devel/ruby-build
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: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-09 09:40 UTC by Geoff Garside
Modified: 2013-05-02 08:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.01 KB, patch)
2013-04-09 09:40 UTC, Geoff Garside
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoff Garside 2013-04-09 09:40:00 UTC
Update devel/ruby-build to include ruby 2.0.0-p0

Once the tree has thawed of course :)

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-09 09:40:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-09 09:40:12 UTC
Maintainer of devel/ruby-build,

Please note that PR ports/177731 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177731

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-09 09:40:13 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Fabian M. Borschel 2013-04-09 11:21:21 UTC
Hi,

thanks for the patch. LGTM

-- 
fmb
Comment 5 Jason Helfman freebsd_committer freebsd_triage 2013-05-02 08:05:15 UTC
Responsible Changed
From-To: ruby->jgh

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-05-02 08:06:19 UTC
Author: jgh
Date: Thu May  2 07:06:10 2013
New Revision: 317077
URL: http://svnweb.freebsd.org/changeset/ports/317077

Log:
  - update to 20130408
  
  PR:		177731
  Submitted by:	freebsd@geoffgarside.co.uk
  Approved by:	maintainer, fmb@onibox.net

Modified:
  head/devel/ruby-build/Makefile
  head/devel/ruby-build/distinfo

Modified: head/devel/ruby-build/Makefile
==============================================================================
--- head/devel/ruby-build/Makefile	Thu May  2 07:02:34 2013	(r317076)
+++ head/devel/ruby-build/Makefile	Thu May  2 07:06:10 2013	(r317077)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ruby-build
-PORTVERSION=	20130129
+PORTVERSION=	20130408
 CATEGORIES=	devel ruby
 MASTER_SITES=	GH
 
@@ -29,7 +29,7 @@ RUN_DEPENDS+=	rbenv:${PORTSDIR}/devel/rb
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	sstephenson
-GH_COMMIT=	d9bbeb3
+GH_COMMIT=	5273fb3
 GH_TAGNAME=	v${PORTVERSION}
 
 NO_BUILD=	yes

Modified: head/devel/ruby-build/distinfo
==============================================================================
--- head/devel/ruby-build/distinfo	Thu May  2 07:02:34 2013	(r317076)
+++ head/devel/ruby-build/distinfo	Thu May  2 07:06:10 2013	(r317077)
@@ -1,2 +1,2 @@
-SHA256 (ruby-build-20130129.tar.gz) = 148a04c91b855f9d3c024b82fd14903c1d79157ea96a1a68047620872fc4afc5
-SIZE (ruby-build-20130129.tar.gz) = 18436
+SHA256 (ruby-build-20130408.tar.gz) = 01e0bdb125cd04a94ad832ee62d896ed281863388379615f75315b98b3edf2d1
+SIZE (ruby-build-20130408.tar.gz) = 21019
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 7 Jason Helfman freebsd_committer freebsd_triage 2013-05-02 08:06:38 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!