Bug 188447 - [patch] devel/ruby-build: Update to 20140408
Summary: [patch] devel/ruby-build: Update to 20140408
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-11 06:10 UTC by Koichiro Iwao
Modified: 2014-04-13 04:12 UTC (History)
0 users

See Also:


Attachments
file.txt (1.11 KB, text/plain)
2014-04-11 06:10 UTC, Koichiro Iwao
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Koichiro Iwao freebsd_committer freebsd_triage 2014-04-11 06:10:00 UTC
Synopsis says describes it all.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-11 06:10:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-11 06:10:06 UTC
Maintainer of devel/ruby-build,

Please note that PR ports/188447 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/188447

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-11 06:10:07 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Fabian M. Borschel 2014-04-12 06:25:43 UTC
LGTM

-- 
fmb
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-04-13 04:05:36 UTC
Author: swills
Date: Sun Apr 13 03:05:32 2014
New Revision: 351180
URL: http://svnweb.freebsd.org/changeset/ports/351180
QAT: https://qat.redports.org/buildarchive/r351180/

Log:
  - Update to 20140408
  
  PR:		ports/188447
  Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp>
  Approved by:	"Fabian M. Borschel" <fmb@onibox.net> (maintainer)

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

Modified: head/devel/ruby-build/Makefile
==============================================================================
--- head/devel/ruby-build/Makefile	Sun Apr 13 02:44:45 2014	(r351179)
+++ head/devel/ruby-build/Makefile	Sun Apr 13 03:05:32 2014	(r351180)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ruby-build
-PORTVERSION=	20140225
+PORTVERSION=	20140408
 CATEGORIES=	devel ruby
 
 MAINTAINER=	fmb@onibox.net
@@ -23,7 +23,7 @@ RBENV_RUN_DEPENDS=	rbenv:${PORTSDIR}/dev
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	sstephenson
-GH_COMMIT=	9951b22
+GH_COMMIT=	0a9b5e3
 GH_TAGNAME=	v${PORTVERSION}
 
 NO_BUILD=	yes

Modified: head/devel/ruby-build/distinfo
==============================================================================
--- head/devel/ruby-build/distinfo	Sun Apr 13 02:44:45 2014	(r351179)
+++ head/devel/ruby-build/distinfo	Sun Apr 13 03:05:32 2014	(r351180)
@@ -1,2 +1,2 @@
-SHA256 (ruby-build-20140225.tar.gz) = a1e34911176585802f33617287fe787ce6525e1dc1dbaf34b47ce3707a300db1
-SIZE (ruby-build-20140225.tar.gz) = 31161
+SHA256 (ruby-build-20140408.tar.gz) = 919c91e9f43571c0f9ea5bd04b692f83fd2f1bdbe638b714408b80c4d106e6b0
+SIZE (ruby-build-20140408.tar.gz) = 28335
_______________________________________________
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 6 Steve Wills freebsd_committer freebsd_triage 2014-04-13 04:12:52 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!