svn commit: r398408 - head/devel/rubygem-celluloid-pool

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Oct 2 06:54:33 UTC 2015


Author: sunpoet
Date: Fri Oct  2 06:54:32 2015
New Revision: 398408
URL: https://svnweb.freebsd.org/changeset/ports/398408

Log:
  - Update to 0.20.5
  - Add LICENSE_FILE
  
  Changes:	https://github.com/celluloid/celluloid-pool/blob/master/CHANGES.md

Modified:
  head/devel/rubygem-celluloid-pool/Makefile
  head/devel/rubygem-celluloid-pool/distinfo

Modified: head/devel/rubygem-celluloid-pool/Makefile
==============================================================================
--- head/devel/rubygem-celluloid-pool/Makefile	Fri Oct  2 06:54:26 2015	(r398407)
+++ head/devel/rubygem-celluloid-pool/Makefile	Fri Oct  2 06:54:32 2015	(r398408)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	celluloid-pool
-PORTVERSION=	0.20.1
+PORTVERSION=	0.20.5
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,12 +10,9 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Actor pools for Celluloid
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-bundler>=0:${PORTSDIR}/sysutils/rubygem-bundler \
-		rubygem-dotenv>=0:${PORTSDIR}/misc/rubygem-dotenv \
-		rubygem-nenv>=0:${PORTSDIR}/devel/rubygem-nenv \
-		rubygem-rspec-logsplit>=0.1.2:${PORTSDIR}/devel/rubygem-rspec-logsplit \
-		rubygem-timers>=4.1.1:${PORTSDIR}/devel/rubygem-timers
+RUN_DEPENDS=	rubygem-timers>=4.1.1:${PORTSDIR}/devel/rubygem-timers
 
 NO_ARCH=	yes
 USE_RUBY=	yes

Modified: head/devel/rubygem-celluloid-pool/distinfo
==============================================================================
--- head/devel/rubygem-celluloid-pool/distinfo	Fri Oct  2 06:54:26 2015	(r398407)
+++ head/devel/rubygem-celluloid-pool/distinfo	Fri Oct  2 06:54:32 2015	(r398408)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/celluloid-pool-0.20.1.gem) = e9be974166f054b60f5f22c8fcf3735a194d8f9f46d8f487ca0a4be101eaeadb
-SIZE (rubygem/celluloid-pool-0.20.1.gem) = 9216
+SHA256 (rubygem/celluloid-pool-0.20.5.gem) = ac9453bfb063582913712131aab5f0c026e7c82d0e2e4531b4ab242a2329d9ad
+SIZE (rubygem/celluloid-pool-0.20.5.gem) = 9728


More information about the svn-ports-all mailing list