Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2020 16:06:45 +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: r539818 - in head/devel: . rubygem-childprocess3
Message-ID:  <202006221606.05MG6j4F037009@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006221606.05MG6j4F037009>