From owner-svn-ports-head@freebsd.org Fri Oct 2 06:54:44 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 1E94EA0C695; Fri, 2 Oct 2015 06:54:44 +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 E12AD12AB; Fri, 2 Oct 2015 06:54:43 +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 t926shg7040879; Fri, 2 Oct 2015 06:54:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t926shu1040877; Fri, 2 Oct 2015 06:54:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510020654.t926shu1040877@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Oct 2015 06:54:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398410 - head/devel/rubygem-celluloid 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: Fri, 02 Oct 2015 06:54:44 -0000 Author: sunpoet Date: Fri Oct 2 06:54:42 2015 New Revision: 398410 URL: https://svnweb.freebsd.org/changeset/ports/398410 Log: - Update to 0.17.2 - Add LICENSE_FILE Changes: https://github.com/celluloid/celluloid/blob/master/CHANGES.md Modified: head/devel/rubygem-celluloid/Makefile head/devel/rubygem-celluloid/distinfo Modified: head/devel/rubygem-celluloid/Makefile ============================================================================== --- head/devel/rubygem-celluloid/Makefile Fri Oct 2 06:54:37 2015 (r398409) +++ head/devel/rubygem-celluloid/Makefile Fri Oct 2 06:54:42 2015 (r398410) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= celluloid -PORTVERSION= 0.17.1.2 +PORTVERSION= 0.17.2 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,16 +10,13 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Build concurrent programs out of concurrent objects LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-bundler>=0:${PORTSDIR}/sysutils/rubygem-bundler \ - rubygem-celluloid-essentials>=0:${PORTSDIR}/devel/rubygem-celluloid-essentials \ +RUN_DEPENDS= rubygem-celluloid-essentials>=0:${PORTSDIR}/devel/rubygem-celluloid-essentials \ rubygem-celluloid-extras>=0:${PORTSDIR}/devel/rubygem-celluloid-extras \ rubygem-celluloid-fsm>=0:${PORTSDIR}/devel/rubygem-celluloid-fsm \ rubygem-celluloid-pool>=0:${PORTSDIR}/devel/rubygem-celluloid-pool \ rubygem-celluloid-supervision>=0:${PORTSDIR}/devel/rubygem-celluloid-supervision \ - 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 NO_ARCH= yes Modified: head/devel/rubygem-celluloid/distinfo ============================================================================== --- head/devel/rubygem-celluloid/distinfo Fri Oct 2 06:54:37 2015 (r398409) +++ head/devel/rubygem-celluloid/distinfo Fri Oct 2 06:54:42 2015 (r398410) @@ -1,2 +1,2 @@ -SHA256 (rubygem/celluloid-0.17.1.2.gem) = c979de93bc42947a86d42bae2e1fdb7b47f7dfa5aad37dfc5ae4ecb01229c57f -SIZE (rubygem/celluloid-0.17.1.2.gem) = 60416 +SHA256 (rubygem/celluloid-0.17.2.gem) = 3de97f755dcd890a8b5a923d237c6730c20200159fb0940508c50d8714d128ad +SIZE (rubygem/celluloid-0.17.2.gem) = 61440