Bug 187592 - [PATCH] Update version of port rubygem-childprocess
Summary: [PATCH] Update version of port rubygem-childprocess
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-03-14 19:20 UTC by joe
Modified: 2014-03-15 23:20 UTC (History)
0 users

See Also:


Attachments
file.diff (754 bytes, patch)
2014-03-14 19:20 UTC, joe
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description joe 2014-03-14 19:20:01 UTC
Updated the gem version to 0.5.1.

Fix: Patch attached with submission follows:
Comment 1 Steve Wills freebsd_committer freebsd_triage 2014-03-14 20:23:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-15 23:18:36 UTC
Author: swills
Date: Sat Mar 15 23:18:33 2014
New Revision: 348385
URL: http://svnweb.freebsd.org/changeset/ports/348385
QAT: https://qat.redports.org/buildarchive/r348385/

Log:
  - Update to 0.5.1
  
  PR:		ports/187592
  Submitted by:	Joseph Benden <joe@thrallingpenguin.com>

Modified:
  head/devel/rubygem-childprocess/Makefile
  head/devel/rubygem-childprocess/distinfo

Modified: head/devel/rubygem-childprocess/Makefile
==============================================================================
--- head/devel/rubygem-childprocess/Makefile	Sat Mar 15 23:06:27 2014	(r348384)
+++ head/devel/rubygem-childprocess/Makefile	Sat Mar 15 23:18:33 2014	(r348385)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	childprocess
-PORTVERSION=	0.3.9
+PORTVERSION=	0.5.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 

Modified: head/devel/rubygem-childprocess/distinfo
==============================================================================
--- head/devel/rubygem-childprocess/distinfo	Sat Mar 15 23:06:27 2014	(r348384)
+++ head/devel/rubygem-childprocess/distinfo	Sat Mar 15 23:18:33 2014	(r348385)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/childprocess-0.3.9.gem) = edc04b6bf18a31dc1e8f0f113e5521cd238978c20cd2130ef23939777a147f49
-SIZE (rubygem/childprocess-0.3.9.gem) = 25600
+SHA256 (rubygem/childprocess-0.5.1.gem) = fd978c8bdd528d344d5fe3c85fad8d5566b15089be539fc10786ddf8fbe7a033
+SIZE (rubygem/childprocess-0.5.1.gem) = 28160
_______________________________________________
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 3 Steve Wills freebsd_committer freebsd_triage 2014-03-15 23:18:57 UTC
State Changed
From-To: open->closed

Committed. Thanks!