Bug 189125 - [update] devel/ruby-build: Update to 20140420
Summary: [update] devel/ruby-build: Update to 20140420
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-30 03:10 UTC by Koichiro Iwao
Modified: 2014-05-24 03:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.02 KB, patch)
2014-04-30 03:10 UTC, Koichiro Iwao
no flags Details | Diff
patch-ruby-build-20140509.txt (1.02 KB, patch)
2014-05-13 16:01 UTC, Koichiro IWAO
no flags Details | Diff

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-30 03:10:00 UTC
Synopsis describes all.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-30 03:10:04 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-30 03:10:05 UTC
Maintainer of devel/ruby-build,

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

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

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Fabian M. Borschel 2014-05-06 20:18:19 UTC
LGTM

-- 
fmb
Comment 5 Koichiro IWAO 2014-05-13 16:01:15 UTC
20140509 has been released. Please look at this new patch.

-- 
`whois vmeta.jp | nkf -w`
meta <meta@vmeta.jp>
Comment 6 Fabian M. Borschel 2014-05-19 21:02:25 UTC
LGTM,

fmb
Comment 7 dfilter service freebsd_committer freebsd_triage 2014-05-24 02:56:47 UTC
Author: swills
Date: Sat May 24 01:56:43 2014
New Revision: 354969
URL: http://svnweb.freebsd.org/changeset/ports/354969
QAT: https://qat.redports.org/buildarchive/r354969/

Log:
  - Update to 20140509
  
  PR:		ports/189125
  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	Fri May 23 23:48:13 2014	(r354968)
+++ head/devel/ruby-build/Makefile	Sat May 24 01:56:43 2014	(r354969)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ruby-build
-PORTVERSION=	20140408
+PORTVERSION=	20140509
 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=	0a9b5e3
+GH_COMMIT=	6da6908
 GH_TAGNAME=	v${PORTVERSION}
 
 NO_BUILD=	yes

Modified: head/devel/ruby-build/distinfo
==============================================================================
--- head/devel/ruby-build/distinfo	Fri May 23 23:48:13 2014	(r354968)
+++ head/devel/ruby-build/distinfo	Sat May 24 01:56:43 2014	(r354969)
@@ -1,2 +1,2 @@
-SHA256 (ruby-build-20140408.tar.gz) = 919c91e9f43571c0f9ea5bd04b692f83fd2f1bdbe638b714408b80c4d106e6b0
-SIZE (ruby-build-20140408.tar.gz) = 28335
+SHA256 (ruby-build-20140509.tar.gz) = 157eaa5de59ebdb35cdd3941ca79d12f9d818ec23c82eee0d50e121e24f08636
+SIZE (ruby-build-20140509.tar.gz) = 28560
_______________________________________________
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 8 Steve Wills freebsd_committer freebsd_triage 2014-05-24 02:56:55 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!