aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-dm-rails/Makefile
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2011-11-02 18:05:08 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2011-11-02 18:05:08 +0000
commit19334d785f74b37ce6d393821a881dd43e6622d8 (patch)
tree5aa43ecf11905c852ec7979482ddc359ac80df24 /databases/rubygem-dm-rails/Makefile
parent9344c2d6cabcdedf0d7cfc561f7688ace1b3a8b0 (diff)
downloadports-19334d785f74b37ce6d393821a881dd43e6622d8.tar.gz
ports-19334d785f74b37ce6d393821a881dd43e6622d8.zip
- Fix depend versions according to rubygems.org [again]
With Hat: ruby@ Tested by: P6 TB Full rubygem run
Notes
Notes: svn path=/head/; revision=284931
Diffstat (limited to 'databases/rubygem-dm-rails/Makefile')
-rw-r--r--databases/rubygem-dm-rails/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/rubygem-dm-rails/Makefile b/databases/rubygem-dm-rails/Makefile
index 4c5e50873cf9..d791dfa469d9 100644
--- a/databases/rubygem-dm-rails/Makefile
+++ b/databases/rubygem-dm-rails/Makefile
@@ -13,11 +13,11 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Integrate DataMapper with Rails 3
-RUN_DEPENDS= rubygem-actionpack>=3.0.4:${PORTSDIR}/www/rubygem-actionpack \
+RUN_DEPENDS= rubygem-actionpack>=3.1.0:${PORTSDIR}/www/rubygem-actionpack \
rubygem-activesupport>=3.1.1:${PORTSDIR}/devel/rubygem-activesupport \
- rubygem-dm-active_model>=1.1.0:${PORTSDIR}/databases/rubygem-dm-active_model \
+ rubygem-dm-active_model>=1.2.0:${PORTSDIR}/databases/rubygem-dm-active_model \
rubygem-dm-core>=1.2.0:${PORTSDIR}/databases/rubygem-dm-core \
- rubygem-railties>=3.1.1:${PORTSDIR}/www/rubygem-railties
+ rubygem-railties>=3.1.0:${PORTSDIR}/www/rubygem-railties
USE_RUBY= yes
USE_RUBYGEMS= yes