aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2011-06-20 17:25:42 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2011-06-20 17:25:42 +0000
commit3ee931631c69e5814bd4e09136930b6d8459e161 (patch)
tree4562f64d175d9f41a11d219ca2bcb9a94acf76d6 /devel
parent8c604d65434089c0567c6c88ac6ed18e9bd4808f (diff)
- Fix dependency versions
Notes
Notes: svn path=/head/; revision=275909
Diffstat (limited to 'devel')
-rw-r--r--devel/rubygem-ruport/Makefile2
-rw-r--r--devel/rubygem-warbler/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/rubygem-ruport/Makefile b/devel/rubygem-ruport/Makefile
index d81989d6ae4e..54fa65ee8df8 100644
--- a/devel/rubygem-ruport/Makefile
+++ b/devel/rubygem-ruport/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby Reports (Ruport) is an extensible reporting system.
RUN_DEPENDS= rubygem-transactionsimple>=1.4.0:${PORTSDIR}/devel/rubygem-transactionsimple \
- rubygem-fastercsv>=0:${PORTSDIR}/devel/rubygem-fastercsv \
+ rubygem-fastercsv>=1.1.0:${PORTSDIR}/devel/rubygem-fastercsv \
rubygem-pdfwriter>=1.1.3:${PORTSDIR}/print/rubygem-pdfwriter
USE_RUBY= yes
diff --git a/devel/rubygem-warbler/Makefile b/devel/rubygem-warbler/Makefile
index 447ecddcea1c..ea2e9613d601 100644
--- a/devel/rubygem-warbler/Makefile
+++ b/devel/rubygem-warbler/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= ruby@FreeBSD.org
COMMENT= A constructor of .war files of Rails applications
RUN_DEPENDS= jruby:${PORTSDIR}/lang/jruby \
- rubygem-jruby-jars>=1.4.0:${PORTSDIR}/devel/rubygem-jruby-jars
+ rubygem-jruby-jars>=1.3.1:${PORTSDIR}/devel/rubygem-jruby-jars
USE_RUBY= yes
USE_RAKE= yes