svn commit: r323069 - head/devel/rubygem-rspec

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jul 15 16:58:07 UTC 2013


Author: sunpoet
Date: Mon Jul 15 16:58:06 2013
New Revision: 323069
URL: http://svnweb.freebsd.org/changeset/ports/323069

Log:
  - Update to 2.14.0 and unbreak this port
  - Remove BUILD_DEPENDS
  
  Changes:	https://github.com/rspec/rspec/commits/master
  With hat:	ruby

Modified:
  head/devel/rubygem-rspec/Makefile
  head/devel/rubygem-rspec/distinfo

Modified: head/devel/rubygem-rspec/Makefile
==============================================================================
--- head/devel/rubygem-rspec/Makefile	Mon Jul 15 16:39:21 2013	(r323068)
+++ head/devel/rubygem-rspec/Makefile	Mon Jul 15 16:58:06 2013	(r323069)
@@ -2,17 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	rspec
-PORTVERSION=	2.13.0
+PORTVERSION=	2.14.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	romanbsd at yahoo.com
 COMMENT=	Behaviour Driven Development in Ruby
 
-BUILD_DEPENDS=	rubygem-rspec-core>=2.13.0:${PORTSDIR}/devel/rubygem-rspec-core \
-		rubygem-rspec-expectations>=2.13.0:${PORTSDIR}/devel/rubygem-rspec-expectations \
-		rubygem-rspec-mocks>=2.13.0:${PORTSDIR}/devel/rubygem-rspec-mocks
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	rubygem-rspec-core>=2.14.0:${PORTSDIR}/devel/rubygem-rspec-core \
+		rubygem-rspec-expectations>=2.14.0:${PORTSDIR}/devel/rubygem-rspec-expectations \
+		rubygem-rspec-mocks>=2.14.0:${PORTSDIR}/devel/rubygem-rspec-mocks
 
 USE_RUBY=	yes
 USE_RAKE=	yes

Modified: head/devel/rubygem-rspec/distinfo
==============================================================================
--- head/devel/rubygem-rspec/distinfo	Mon Jul 15 16:39:21 2013	(r323068)
+++ head/devel/rubygem-rspec/distinfo	Mon Jul 15 16:58:06 2013	(r323069)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/rspec-2.13.0.gem) = eb51e41c9093f86dae3aea621496f3762e5588f707d56b4111e12270519309cb
-SIZE (rubygem/rspec-2.13.0.gem) = 4608
+SHA256 (rubygem/rspec-2.14.0.gem) = cf4cb06d0552d76a8b619ce366f7f38a21d444509c5a3ff7f5d8da06a262c9e7
+SIZE (rubygem/rspec-2.14.0.gem) = 4608


More information about the svn-ports-all mailing list