svn commit: r398405 - head/devel/rubygem-celluloid-essentials

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


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

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

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

Modified: head/devel/rubygem-celluloid-essentials/Makefile
==============================================================================
--- head/devel/rubygem-celluloid-essentials/Makefile	Fri Oct  2 06:54:10 2015	(r398404)
+++ head/devel/rubygem-celluloid-essentials/Makefile	Fri Oct  2 06:54:16 2015	(r398405)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	celluloid-essentials
-PORTVERSION=	0.20.2.1
+PORTVERSION=	0.20.5
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,12 +10,9 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Internally used tools, and superstructural dependencies of Celluloid
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-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-essentials/distinfo
==============================================================================
--- head/devel/rubygem-celluloid-essentials/distinfo	Fri Oct  2 06:54:10 2015	(r398404)
+++ head/devel/rubygem-celluloid-essentials/distinfo	Fri Oct  2 06:54:16 2015	(r398405)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/celluloid-essentials-0.20.2.1.gem) = c1d7049b1ac980f026d500ad3734f6b805815217e256238faad098158a65d304
-SIZE (rubygem/celluloid-essentials-0.20.2.1.gem) = 17920
+SHA256 (rubygem/celluloid-essentials-0.20.5.gem) = 3388206d134eaf2ec262f537bbdefb9e855956039888c0f901b2493ece1d97d0
+SIZE (rubygem/celluloid-essentials-0.20.5.gem) = 17920


More information about the svn-ports-head mailing list