Index: head/devel/rubygem-childprocess/Makefile =================================================================== --- head/devel/rubygem-childprocess/Makefile (revision 432269) +++ head/devel/rubygem-childprocess/Makefile (revision 432270) @@ -1,21 +1,21 @@ # Created by: Greg Larkin # $FreeBSD$ PORTNAME= childprocess -PORTVERSION= 0.5.9 +PORTVERSION= 0.6.1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= External background process controller LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-ffi>=1.0.11:devel/rubygem-ffi NO_ARCH= yes USE_RUBY= yes USES= gem .include Index: head/devel/rubygem-childprocess/distinfo =================================================================== --- head/devel/rubygem-childprocess/distinfo (revision 432269) +++ head/devel/rubygem-childprocess/distinfo (revision 432270) @@ -1,2 +1,3 @@ -SHA256 (rubygem/childprocess-0.5.9.gem) = 221f98abeacce606ab3940785217c2d4a58ddbb7d267678b185acc54f92842c7 -SIZE (rubygem/childprocess-0.5.9.gem) = 29184 +TIMESTAMP = 1485193397 +SHA256 (rubygem/childprocess-0.6.1.gem) = 51c158ebb45ecf2149777b5ce9db6a73cdc51326dfe782869470acee91a0b1bc +SIZE (rubygem/childprocess-0.6.1.gem) = 30208 Index: head/devel/rubygem-childprocess/pkg-descr =================================================================== --- head/devel/rubygem-childprocess/pkg-descr (revision 432269) +++ head/devel/rubygem-childprocess/pkg-descr (revision 432270) @@ -1,8 +1,8 @@ This gem aims at being a simple and reliable solution for controlling external programs running in the background on any Ruby / OS combination. The code originated in the selenium-webdriver gem, but should prove useful as a standalone library. -WWW: https://github.com/jarib/childprocess +WWW: https://github.com/enkessler/childprocess