Date: Sat, 28 Sep 2019 20:02:22 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513146 - in head/devel: . rubygem-childprocess2 Message-ID: <201909282002.x8SK2M7b032816@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Sep 28 20:02:22 2019 New Revision: 513146 URL: https://svnweb.freebsd.org/changeset/ports/513146 Log: Add rubygem-childprocess2 2.0.0 (copied from rubygem-childprocess) - Add PORTSCOUT Added: head/devel/rubygem-childprocess2/ - copied from r513142, head/devel/rubygem-childprocess/ Modified: head/devel/Makefile head/devel/rubygem-childprocess2/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Sep 28 17:47:44 2019 (r513145) +++ head/devel/Makefile Sat Sep 28 20:02:22 2019 (r513146) @@ -5710,6 +5710,7 @@ SUBDIR += rubygem-chef-provisioning SUBDIR += rubygem-cheffish SUBDIR += rubygem-childprocess + SUBDIR += rubygem-childprocess2 SUBDIR += rubygem-chronic SUBDIR += rubygem-chronic_duration SUBDIR += rubygem-clamp Modified: head/devel/rubygem-childprocess2/Makefile ============================================================================== --- head/devel/rubygem-childprocess/Makefile Sat Sep 28 16:01:15 2019 (r513142) +++ head/devel/rubygem-childprocess2/Makefile Sat Sep 28 20:02:22 2019 (r513146) @@ -5,6 +5,7 @@ PORTNAME= childprocess PORTVERSION= 2.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 2 MAINTAINER= sunpoet@FreeBSD.org COMMENT= External background process controller @@ -18,5 +19,7 @@ USES= gem USE_RUBY= yes NO_ARCH= yes + +PORTSCOUT= limit:^2\. .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909282002.x8SK2M7b032816>