svn commit: r539818 - in head/devel: . rubygem-childprocess3

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 22 16:06:46 UTC 2020


Author: sunpoet
Date: Mon Jun 22 16:06:45 2020
New Revision: 539818
URL: https://svnweb.freebsd.org/changeset/ports/539818

Log:
  Add rubygem-childprocess3 3.0.0 (copied from rubygem-childprocess)
  
  - Add PORTSCOUT

Added:
  head/devel/rubygem-childprocess3/
     - copied from r539775, head/devel/rubygem-childprocess/
Modified:
  head/devel/Makefile
  head/devel/rubygem-childprocess3/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Jun 22 16:06:25 2020	(r539817)
+++ head/devel/Makefile	Mon Jun 22 16:06:45 2020	(r539818)
@@ -5866,6 +5866,7 @@
     SUBDIR += rubygem-chef-provisioning
     SUBDIR += rubygem-cheffish
     SUBDIR += rubygem-childprocess
+    SUBDIR += rubygem-childprocess3
     SUBDIR += rubygem-chronic
     SUBDIR += rubygem-chronic_duration
     SUBDIR += rubygem-clamp

Modified: head/devel/rubygem-childprocess3/Makefile
==============================================================================
--- head/devel/rubygem-childprocess/Makefile	Sun Jun 21 16:55:34 2020	(r539775)
+++ head/devel/rubygem-childprocess3/Makefile	Mon Jun 22 16:06:45 2020	(r539818)
@@ -5,6 +5,7 @@ PORTNAME=	childprocess
 PORTVERSION=	3.0.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	3
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	External background process controller
@@ -16,5 +17,7 @@ USES=		gem
 USE_RUBY=	yes
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^3\.
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list