Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2015 17:28:35 +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: r395303 - in head/devel/rubygem-celluloid-io: . files
Message-ID:  <201508251728.t7PHSZco053667@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Aug 25 17:28:34 2015
New Revision: 395303
URL: https://svnweb.freebsd.org/changeset/ports/395303

Log:
  - Update to 0.17.1
  - Sort RUN_DEPENDS
  
  Changes:	https://github.com/celluloid/celluloid-io/blob/master/CHANGES.md

Deleted:
  head/devel/rubygem-celluloid-io/files/
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	Tue Aug 25 17:28:29 2015	(r395302)
+++ head/devel/rubygem-celluloid-io/Makefile	Tue Aug 25 17:28:34 2015	(r395303)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	celluloid-io
-PORTVERSION=	0.17.0
-PORTREVISION=	1
+PORTVERSION=	0.17.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,13 +11,13 @@ COMMENT=	Evented IO for Celluloid actors
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-celluloid>=0.17:${PORTSDIR}/devel/rubygem-celluloid \
-		rubygem-bundler>=0:${PORTSDIR}/sysutils/rubygem-bundler \
+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 \
 		rubygem-nio4r>=1.1:${PORTSDIR}/devel/rubygem-nio4r \
 		rubygem-rspec-logsplit>=0.1.2:${PORTSDIR}/devel/rubygem-rspec-logsplit \
-		rubygem-timers>=4.0.0:${PORTSDIR}/devel/rubygem-timers
+		rubygem-timers>=4.1.1:${PORTSDIR}/devel/rubygem-timers
 
 NO_ARCH=	yes
 USE_RUBY=	yes

Modified: head/devel/rubygem-celluloid-io/distinfo
==============================================================================
--- head/devel/rubygem-celluloid-io/distinfo	Tue Aug 25 17:28:29 2015	(r395302)
+++ head/devel/rubygem-celluloid-io/distinfo	Tue Aug 25 17:28:34 2015	(r395303)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/celluloid-io-0.17.0.gem) = a0ed91bc847c4d02f2d481fa8e3c8ff5e3a2928ab4468c500e496d1e93d9ef21
-SIZE (rubygem/celluloid-io-0.17.0.gem) = 54784
+SHA256 (rubygem/celluloid-io-0.17.1.gem) = 908105c141f4659e08296a74fb1b1d3fa7b3df2aa0b2862ce60ac9072355132f
+SIZE (rubygem/celluloid-io-0.17.1.gem) = 54784



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