svn commit: r513146 - in head/devel: . rubygem-childprocess2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 28 20:02:23 UTC 2019


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 at 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>


More information about the svn-ports-all mailing list