Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Oct 2015 06:54:48 +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: r398411 - head/devel/rubygem-celluloid-io
Message-ID:  <201510020654.t926smUB040998@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Oct  2 06:54:47 2015
New Revision: 398411
URL: https://svnweb.freebsd.org/changeset/ports/398411

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

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

Modified: head/devel/rubygem-celluloid-io/Makefile
==============================================================================
--- head/devel/rubygem-celluloid-io/Makefile	Fri Oct  2 06:54:42 2015	(r398410)
+++ head/devel/rubygem-celluloid-io/Makefile	Fri Oct  2 06:54:47 2015	(r398411)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	celluloid-io
-PORTVERSION=	0.17.1
+PORTVERSION=	0.17.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,13 +10,10 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Evented IO for Celluloid actors
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-bundler>=0:${PORTSDIR}/sysutils/rubygem-bundler \
-		rubygem-celluloid>=0.17.1.1:${PORTSDIR}/devel/rubygem-celluloid \
-		rubygem-dotenv>=0:${PORTSDIR}/misc/rubygem-dotenv \
-		rubygem-nenv>=0:${PORTSDIR}/devel/rubygem-nenv \
+RUN_DEPENDS=	rubygem-celluloid>=0.17.2:${PORTSDIR}/devel/rubygem-celluloid \
 		rubygem-nio4r>=1.1:${PORTSDIR}/devel/rubygem-nio4r \
-		rubygem-rspec-logsplit>=0.1.2:${PORTSDIR}/devel/rubygem-rspec-logsplit \
 		rubygem-timers>=4.1.1:${PORTSDIR}/devel/rubygem-timers
 
 NO_ARCH=	yes

Modified: head/devel/rubygem-celluloid-io/distinfo
==============================================================================
--- head/devel/rubygem-celluloid-io/distinfo	Fri Oct  2 06:54:42 2015	(r398410)
+++ head/devel/rubygem-celluloid-io/distinfo	Fri Oct  2 06:54:47 2015	(r398411)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/celluloid-io-0.17.1.gem) = 908105c141f4659e08296a74fb1b1d3fa7b3df2aa0b2862ce60ac9072355132f
-SIZE (rubygem/celluloid-io-0.17.1.gem) = 54784
+SHA256 (rubygem/celluloid-io-0.17.2.gem) = fd68fdeb0b9e9e6e0cfe05e585d592081a0c361abbd0126e3a9ed6074e4c6c5d
+SIZE (rubygem/celluloid-io-0.17.2.gem) = 55296



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