svn commit: r513297 - head/devel/rubygem-childprocess

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 30 04:18:15 UTC 2019


Author: sunpoet
Date: Mon Sep 30 04:18:13 2019
New Revision: 513297
URL: https://svnweb.freebsd.org/changeset/ports/513297

Log:
  Update to 3.0.0
  
  Changes:	https://github.com/enkessler/childprocess/blob/master/CHANGELOG.md

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

Modified: head/devel/rubygem-childprocess/Makefile
==============================================================================
--- head/devel/rubygem-childprocess/Makefile	Mon Sep 30 04:18:08 2019	(r513296)
+++ head/devel/rubygem-childprocess/Makefile	Mon Sep 30 04:18:13 2019	(r513297)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	childprocess
-PORTVERSION=	2.0.0
+PORTVERSION=	3.0.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,8 +11,6 @@ COMMENT=	External background process controller
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
-
-RUN_DEPENDS=	rubygem-rake>=0<13.0:devel/rubygem-rake
 
 USES=		gem
 USE_RUBY=	yes

Modified: head/devel/rubygem-childprocess/distinfo
==============================================================================
--- head/devel/rubygem-childprocess/distinfo	Mon Sep 30 04:18:08 2019	(r513296)
+++ head/devel/rubygem-childprocess/distinfo	Mon Sep 30 04:18:13 2019	(r513297)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1565970656
-SHA256 (rubygem/childprocess-2.0.0.gem) = 2f3408192e03514cf02d48cc8eac43bacbb593f0cbbaaa21b4a512b6a980ac5d
-SIZE (rubygem/childprocess-2.0.0.gem) = 34816
+TIMESTAMP = 1569809155
+SHA256 (rubygem/childprocess-3.0.0.gem) = 4579a87cdc962de252eebf1482a4185fad383ae7dbe29a746ba2be8e261280c5
+SIZE (rubygem/childprocess-3.0.0.gem) = 33792


More information about the svn-ports-all mailing list