Summary: | [patch] devel/ruby-build | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Geoff Garside <freebsd> | ||||
Component: | Individual Port(s) | Assignee: | Jason Helfman <jgh> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Geoff Garside
2013-04-09 09:40:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->ruby ruby@ wants this port PRs (via the GNATS Auto Assign Tool) 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 State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Hi, thanks for the patch. LGTM -- fmb Responsible Changed From-To: ruby->jgh I'll take it. 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" State Changed From-To: feedback->closed Committed. Thanks! |