From owner-svn-ports-head@freebsd.org Thu Aug 13 17:33:22 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37D4D9B851E; Thu, 13 Aug 2015 17:33:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E8CC833; Thu, 13 Aug 2015 17:33:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7DHXLnY047277; Thu, 13 Aug 2015 17:33:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7DHXLwN047273; Thu, 13 Aug 2015 17:33:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508131733.t7DHXLwN047273@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 13 Aug 2015 17:33:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394102 - head/devel/rubygem-celluloid-io X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2015 17:33:22 -0000 Author: sunpoet Date: Thu Aug 13 17:33:20 2015 New Revision: 394102 URL: https://svnweb.freebsd.org/changeset/ports/394102 Log: - Update to 0.17.0 - Remove RG link Changes: https://github.com/celluloid/celluloid-io/blob/master/CHANGES.md Modified: head/devel/rubygem-celluloid-io/Makefile head/devel/rubygem-celluloid-io/distinfo head/devel/rubygem-celluloid-io/pkg-descr Modified: head/devel/rubygem-celluloid-io/Makefile ============================================================================== --- head/devel/rubygem-celluloid-io/Makefile Thu Aug 13 17:33:15 2015 (r394101) +++ head/devel/rubygem-celluloid-io/Makefile Thu Aug 13 17:33:20 2015 (r394102) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= celluloid-io -PORTVERSION= 0.16.2 +PORTVERSION= 0.17.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,8 +11,13 @@ COMMENT= Evented IO for Celluloid actors LICENSE= MIT -RUN_DEPENDS= rubygem-celluloid>=0.16.0:${PORTSDIR}/devel/rubygem-celluloid \ - rubygem-nio4r>=1.1.0:${PORTSDIR}/devel/rubygem-nio4r +RUN_DEPENDS= rubygem-celluloid>=0.17:${PORTSDIR}/devel/rubygem-celluloid \ + rubygem-bundler>=0:${PORTSDIR}/sysutils/rubygem-bundler \ + 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 NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-celluloid-io/distinfo ============================================================================== --- head/devel/rubygem-celluloid-io/distinfo Thu Aug 13 17:33:15 2015 (r394101) +++ head/devel/rubygem-celluloid-io/distinfo Thu Aug 13 17:33:20 2015 (r394102) @@ -1,2 +1,2 @@ -SHA256 (rubygem/celluloid-io-0.16.2.gem) = dde6646f220d5de23defca047d6f9963456e156d5dedccfdd4bb28d5cc053dd0 -SIZE (rubygem/celluloid-io-0.16.2.gem) = 53248 +SHA256 (rubygem/celluloid-io-0.17.0.gem) = a0ed91bc847c4d02f2d481fa8e3c8ff5e3a2928ab4468c500e496d1e93d9ef21 +SIZE (rubygem/celluloid-io-0.17.0.gem) = 54784 Modified: head/devel/rubygem-celluloid-io/pkg-descr ============================================================================== --- head/devel/rubygem-celluloid-io/pkg-descr Thu Aug 13 17:33:15 2015 (r394101) +++ head/devel/rubygem-celluloid-io/pkg-descr Thu Aug 13 17:33:20 2015 (r394102) @@ -21,4 +21,3 @@ just to take advantage of Celluloid::IO' between evented and blocking IO even over the lifetime of a single connection. WWW: https://github.com/celluloid/celluloid-io -RG: https://rubygems.org/gems/celluloid-io