svn commit: r301363 - in head/devel: rubygem-rspec rubygem-rspec-core rubygem-rspec-expectations rubygem-rspec-mocks
Steve Wills
swills at FreeBSD.org
Mon Jul 23 01:43:04 UTC 2012
Author: swills
Date: Mon Jul 23 01:43:03 2012
New Revision: 301363
URL: http://svn.freebsd.org/changeset/ports/301363
Log:
- Update devel/rubygem-rspec to 2.11.0 [1]
- Update devel/rubygem-rspec-core to 2.11.1
- Update devel/rubygem-rspec-mocks to 2.11.1
- Update devel/rubygem-rspec-expectations to 2.11.1
PR: ports/169281 [1]
Approved by: maintainer timeout (romanbsd at yahoo.com, >1 month) [1]
Modified:
head/devel/rubygem-rspec-core/Makefile (contents, props changed)
head/devel/rubygem-rspec-core/distinfo (contents, props changed)
head/devel/rubygem-rspec-expectations/Makefile (contents, props changed)
head/devel/rubygem-rspec-expectations/distinfo (contents, props changed)
head/devel/rubygem-rspec-mocks/Makefile (contents, props changed)
head/devel/rubygem-rspec-mocks/distinfo (contents, props changed)
head/devel/rubygem-rspec/Makefile (contents, props changed)
head/devel/rubygem-rspec/distinfo (contents, props changed)
Modified: head/devel/rubygem-rspec-core/Makefile
==============================================================================
--- head/devel/rubygem-rspec-core/Makefile Mon Jul 23 01:33:55 2012 (r301362)
+++ head/devel/rubygem-rspec-core/Makefile Mon Jul 23 01:43:03 2012 (r301363)
@@ -6,7 +6,7 @@
#
PORTNAME= rspec-core
-PORTVERSION= 2.8.0
+PORTVERSION= 2.11.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
Modified: head/devel/rubygem-rspec-core/distinfo
==============================================================================
--- head/devel/rubygem-rspec-core/distinfo Mon Jul 23 01:33:55 2012 (r301362)
+++ head/devel/rubygem-rspec-core/distinfo Mon Jul 23 01:43:03 2012 (r301363)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/rspec-core-2.8.0.gem) = 92639238e84f25851d4b3e3858e7411681075d2a8e1fd77de89483bea77c90b4
-SIZE (rubygem/rspec-core-2.8.0.gem) = 128512
+SHA256 (rubygem/rspec-core-2.11.1.gem) = 245a0928c087be31f4595f59c8bcc8e97209e3ac636f867c01dee71b4c89b30c
+SIZE (rubygem/rspec-core-2.11.1.gem) = 142336
Modified: head/devel/rubygem-rspec-expectations/Makefile
==============================================================================
--- head/devel/rubygem-rspec-expectations/Makefile Mon Jul 23 01:33:55 2012 (r301362)
+++ head/devel/rubygem-rspec-expectations/Makefile Mon Jul 23 01:43:03 2012 (r301363)
@@ -6,15 +6,15 @@
#
PORTNAME= rspec-expectations
-PORTVERSION= 2.8.0
+PORTVERSION= 2.11.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Rspec-expectations adds should and should_not to every object
-BUILD_DEPENDS= rubygem-diff-lcs>=1.1.2:${PORTSDIR}/textproc/rubygem-diff-lcs
-RUN_DEPENDS= rubygem-diff-lcs>=1.1.2:${PORTSDIR}/textproc/rubygem-diff-lcs
+BUILD_DEPENDS= rubygem-diff-lcs>=1.1.3:${PORTSDIR}/textproc/rubygem-diff-lcs
+RUN_DEPENDS= rubygem-diff-lcs>=1.1.3:${PORTSDIR}/textproc/rubygem-diff-lcs
USE_RUBY= yes
USE_RAKE= yes
Modified: head/devel/rubygem-rspec-expectations/distinfo
==============================================================================
--- head/devel/rubygem-rspec-expectations/distinfo Mon Jul 23 01:33:55 2012 (r301362)
+++ head/devel/rubygem-rspec-expectations/distinfo Mon Jul 23 01:43:03 2012 (r301363)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/rspec-expectations-2.8.0.gem) = 64bd8d724310b79df460304b71a0237006c98be9417dde703c3b996df8276cff
-SIZE (rubygem/rspec-expectations-2.8.0.gem) = 60928
+SHA256 (rubygem/rspec-expectations-2.11.1.gem) = b6cfe8398fff20b638611cf7e35520d8688f6ce2f37a3479fb5016344364b49c
+SIZE (rubygem/rspec-expectations-2.11.1.gem) = 75264
Modified: head/devel/rubygem-rspec-mocks/Makefile
==============================================================================
--- head/devel/rubygem-rspec-mocks/Makefile Mon Jul 23 01:33:55 2012 (r301362)
+++ head/devel/rubygem-rspec-mocks/Makefile Mon Jul 23 01:43:03 2012 (r301363)
@@ -6,7 +6,7 @@
#
PORTNAME= rspec-mocks
-PORTVERSION= 2.8.0
+PORTVERSION= 2.11.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
Modified: head/devel/rubygem-rspec-mocks/distinfo
==============================================================================
--- head/devel/rubygem-rspec-mocks/distinfo Mon Jul 23 01:33:55 2012 (r301362)
+++ head/devel/rubygem-rspec-mocks/distinfo Mon Jul 23 01:43:03 2012 (r301363)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/rspec-mocks-2.8.0.gem) = 396d4feada4df6fe68bfad1460929ee00c6da953f1111a66f2585c650f96d430
-SIZE (rubygem/rspec-mocks-2.8.0.gem) = 52224
+SHA256 (rubygem/rspec-mocks-2.11.1.gem) = ab9e40f19c7ddc6b9f4d35ea96933bf054970bd57a385a33f4b2c319ff7fe8ca
+SIZE (rubygem/rspec-mocks-2.11.1.gem) = 62464
Modified: head/devel/rubygem-rspec/Makefile
==============================================================================
--- head/devel/rubygem-rspec/Makefile Mon Jul 23 01:33:55 2012 (r301362)
+++ head/devel/rubygem-rspec/Makefile Mon Jul 23 01:43:03 2012 (r301363)
@@ -5,19 +5,19 @@
# $FreeBSD$
PORTNAME= rspec
-PORTVERSION= 2.8.0
+PORTVERSION= 2.11.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= romanbsd at yahoo.com
COMMENT= Behaviour Driven Development in Ruby
-BUILD_DEPENDS= rubygem-rspec-core>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-core \
- rubygem-rspec-expectations>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-expectations \
- rubygem-rspec-mocks>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-mocks
-RUN_DEPENDS= rubygem-rspec-core>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-core \
- rubygem-rspec-expectations>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-expectations \
- rubygem-rspec-mocks>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-mocks
+BUILD_DEPENDS= rubygem-rspec-core>=2.11.1:${PORTSDIR}/devel/rubygem-rspec-core \
+ rubygem-rspec-expectations>=2.11.1:${PORTSDIR}/devel/rubygem-rspec-expectations \
+ rubygem-rspec-mocks>=2.11.0:${PORTSDIR}/devel/rubygem-rspec-mocks
+RUN_DEPENDS= rubygem-rspec-core>=2.11.1:${PORTSDIR}/devel/rubygem-rspec-core \
+ rubygem-rspec-expectations>=2.11.1:${PORTSDIR}/devel/rubygem-rspec-expectations \
+ rubygem-rspec-mocks>=2.11.1:${PORTSDIR}/devel/rubygem-rspec-mocks
USE_RUBY= yes
USE_RAKE= yes
Modified: head/devel/rubygem-rspec/distinfo
==============================================================================
--- head/devel/rubygem-rspec/distinfo Mon Jul 23 01:33:55 2012 (r301362)
+++ head/devel/rubygem-rspec/distinfo Mon Jul 23 01:43:03 2012 (r301363)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/rspec-2.8.0.gem) = 9049ad7d7eae3668549e7cfc4c96ff3b7fb561fbe05c93c8fb724f324bd2ff14
-SIZE (rubygem/rspec-2.8.0.gem) = 4608
+SHA256 (rubygem/rspec-2.11.0.gem) = baeff07cee3c2f7f3972474b6d085e7e9bb2893ee305f4e7291a76a1f754a54c
+SIZE (rubygem/rspec-2.11.0.gem) = 4608
More information about the svn-ports-all
mailing list