From owner-svn-ports-all@freebsd.org Mon Jan 23 18:51:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09704CBE368; Mon, 23 Jan 2017 18:51:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4999B14; Mon, 23 Jan 2017 18:51:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0NIp6RG064460; Mon, 23 Jan 2017 18:51:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0NIp664064457; Mon, 23 Jan 2017 18:51:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201701231851.v0NIp664064457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 23 Jan 2017 18:51:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432270 - head/devel/rubygem-childprocess X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2017 18:51:08 -0000 Author: sunpoet Date: Mon Jan 23 18:51:06 2017 New Revision: 432270 URL: https://svnweb.freebsd.org/changeset/ports/432270 Log: Update to 0.6.1 - Update WWW Changes: https://github.com/enkessler/childprocess/commits/master Modified: head/devel/rubygem-childprocess/Makefile head/devel/rubygem-childprocess/distinfo head/devel/rubygem-childprocess/pkg-descr Modified: head/devel/rubygem-childprocess/Makefile ============================================================================== --- head/devel/rubygem-childprocess/Makefile Mon Jan 23 18:51:00 2017 (r432269) +++ head/devel/rubygem-childprocess/Makefile Mon Jan 23 18:51:06 2017 (r432270) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= childprocess -PORTVERSION= 0.5.9 +PORTVERSION= 0.6.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-childprocess/distinfo ============================================================================== --- head/devel/rubygem-childprocess/distinfo Mon Jan 23 18:51:00 2017 (r432269) +++ head/devel/rubygem-childprocess/distinfo Mon Jan 23 18:51:06 2017 (r432270) @@ -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 Modified: head/devel/rubygem-childprocess/pkg-descr ============================================================================== --- head/devel/rubygem-childprocess/pkg-descr Mon Jan 23 18:51:00 2017 (r432269) +++ head/devel/rubygem-childprocess/pkg-descr Mon Jan 23 18:51:06 2017 (r432270) @@ -5,4 +5,4 @@ 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