svn commit: r398409 - head/devel/rubygem-celluloid-supervision

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


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

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

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

Modified: head/devel/rubygem-celluloid-supervision/Makefile
==============================================================================
--- head/devel/rubygem-celluloid-supervision/Makefile	Fri Oct  2 06:54:32 2015	(r398408)
+++ head/devel/rubygem-celluloid-supervision/Makefile	Fri Oct  2 06:54:37 2015	(r398409)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	celluloid-supervision
-PORTVERSION=	0.20.1.1
+PORTVERSION=	0.20.5
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,12 +10,9 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Supervisors, supervision groups, and supervision trees for Celluloid
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-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-supervision/distinfo
==============================================================================
--- head/devel/rubygem-celluloid-supervision/distinfo	Fri Oct  2 06:54:32 2015	(r398408)
+++ head/devel/rubygem-celluloid-supervision/distinfo	Fri Oct  2 06:54:37 2015	(r398409)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/celluloid-supervision-0.20.1.1.gem) = 4ded4dfb9e3cdbfe53425ef224049d189610b08bb05e10991eafe1ff1e356c72
-SIZE (rubygem/celluloid-supervision-0.20.1.1.gem) = 15360
+SHA256 (rubygem/celluloid-supervision-0.20.5.gem) = 33297a17e4f84410af671014a2a1e1adf9f07531948148f0a8d888ac89010c23
+SIZE (rubygem/celluloid-supervision-0.20.5.gem) = 15360


More information about the svn-ports-all mailing list