svn commit: r508775 - head/devel/rubygem-childprocess

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 12 19:45:29 UTC 2019


Author: sunpoet
Date: Mon Aug 12 19:45:27 2019
New Revision: 508775
URL: https://svnweb.freebsd.org/changeset/ports/508775

Log:
  Update to 1.0.1
  
  - Take maintainership
  
  Changes:	https://github.com/enkessler/childprocess/blob/master/CHANGELOG.md

Modified:
  head/devel/rubygem-childprocess/Makefile
  head/devel/rubygem-childprocess/distinfo

Modified: head/devel/rubygem-childprocess/Makefile
==============================================================================
--- head/devel/rubygem-childprocess/Makefile	Mon Aug 12 19:45:22 2019	(r508774)
+++ head/devel/rubygem-childprocess/Makefile	Mon Aug 12 19:45:27 2019	(r508775)
@@ -2,20 +2,21 @@
 # $FreeBSD$
 
 PORTNAME=	childprocess
-PORTVERSION=	0.9.0
+PORTVERSION=	1.0.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ruby at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	External background process controller
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-ffi>=1.0.11:devel/rubygem-ffi
+RUN_DEPENDS=	rubygem-rake>=0<13.0:devel/rubygem-rake
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-childprocess/distinfo
==============================================================================
--- head/devel/rubygem-childprocess/distinfo	Mon Aug 12 19:45:22 2019	(r508774)
+++ head/devel/rubygem-childprocess/distinfo	Mon Aug 12 19:45:27 2019	(r508775)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1520786570
-SHA256 (rubygem/childprocess-0.9.0.gem) = 17893660db6562970bc2d74dfa7f0bff1d94af62de81438bf49ded3a8548c128
-SIZE (rubygem/childprocess-0.9.0.gem) = 32768
+TIMESTAMP = 1565627621
+SHA256 (rubygem/childprocess-1.0.1.gem) = 7fe65b8d220967e8b47d8027274db40667641829f12ce9c6145022949c564fb4
+SIZE (rubygem/childprocess-1.0.1.gem) = 34816


More information about the svn-ports-head mailing list