summaryrefslogtreecommitdiffstats
path: root/devel/rubygem-rspec/Makefile
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2011-11-02 18:05:08 +0000
committerpgollucci <pgollucci@FreeBSD.org>2011-11-02 18:05:08 +0000
commita3d97104ac2b07a7755216de8762283df0506edd (patch)
tree63b9d24f8179133a8d1a077a86039e816ecbb7a1 /devel/rubygem-rspec/Makefile
parent0c92db53c6b55c351e24540e60a27887de176624 (diff)
downloadFreeBSD-ports-a3d97104ac2b07a7755216de8762283df0506edd.zip
FreeBSD-ports-a3d97104ac2b07a7755216de8762283df0506edd.tar.gz
- Fix depend versions according to rubygems.org [again]
With Hat: ruby@ Tested by: P6 TB Full rubygem run
Diffstat (limited to 'devel/rubygem-rspec/Makefile')
-rw-r--r--devel/rubygem-rspec/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/rubygem-rspec/Makefile b/devel/rubygem-rspec/Makefile
index 48318ab..4df705a 100644
--- a/devel/rubygem-rspec/Makefile
+++ b/devel/rubygem-rspec/Makefile
@@ -12,12 +12,12 @@ MASTER_SITES= RG
MAINTAINER= romanbsd@yahoo.com
COMMENT= Behaviour Driven Development in Ruby
-BUILD_DEPENDS= rubygem-rspec-core>=0:${PORTSDIR}/devel/rubygem-rspec-core \
- rubygem-rspec-expectations>=0:${PORTSDIR}/devel/rubygem-rspec-expectations \
- rubygem-rspec-mocks>=0:${PORTSDIR}/devel/rubygem-rspec-mocks
-RUN_DEPENDS= rubygem-rspec-core>=0:${PORTSDIR}/devel/rubygem-rspec-core \
- rubygem-rspec-expectations>=0:${PORTSDIR}/devel/rubygem-rspec-expectations \
- rubygem-rspec-mocks>=0:${PORTSDIR}/devel/rubygem-rspec-mocks
+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
USE_RUBY= yes
USE_RAKE= yes
OpenPOWER on IntegriCloud