aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2011-06-24 03:32:59 +0800
committerpgollucci <pgollucci@FreeBSD.org>2011-06-24 03:32:59 +0800
commit519b8465c739a8e02fa54f43ce86416cc6a0c791 (patch)
treeaf48b1fcbbbd1f43aec7809e1e4da3dbc82708e5 /www
parentd0cf643c35a81e3414cdc44018113b047eaf3e06 (diff)
downloadfreebsd-ports-gnome-519b8465c739a8e02fa54f43ce86416cc6a0c791.tar.gz
freebsd-ports-gnome-519b8465c739a8e02fa54f43ce86416cc6a0c791.tar.zst
freebsd-ports-gnome-519b8465c739a8e02fa54f43ce86416cc6a0c791.zip
- Update rails to 3.0.9 (current)
bump required dependencie With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
Diffstat (limited to 'www')
-rw-r--r--www/rubygem-actionpack/Makefile2
-rw-r--r--www/rubygem-activeresource/Makefile2
-rw-r--r--www/rubygem-rails/Makefile2
-rw-r--r--www/rubygem-railties/Makefile5
4 files changed, 6 insertions, 5 deletions
diff --git a/www/rubygem-actionpack/Makefile b/www/rubygem-actionpack/Makefile
index 87ba38ad8eda..c40d546f8fe9 100644
--- a/www/rubygem-actionpack/Makefile
+++ b/www/rubygem-actionpack/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= actionpack
-PORTVERSION= 3.0.6
+PORTVERSION= 3.0.9
CATEGORIES= www rubygems
MASTER_SITES= RG
diff --git a/www/rubygem-activeresource/Makefile b/www/rubygem-activeresource/Makefile
index 429437201e4d..6ae53c6ea996 100644
--- a/www/rubygem-activeresource/Makefile
+++ b/www/rubygem-activeresource/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= activeresource
-PORTVERSION= 3.0.6
+PORTVERSION= 3.0.9
CATEGORIES= www rubygems
MASTER_SITES= RG
diff --git a/www/rubygem-rails/Makefile b/www/rubygem-rails/Makefile
index a5f21b7edce4..8f46969ed712 100644
--- a/www/rubygem-rails/Makefile
+++ b/www/rubygem-rails/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= rails
-PORTVERSION= 3.0.6
+PORTVERSION= 3.0.9
CATEGORIES= www rubygems
MASTER_SITES= RG
diff --git a/www/rubygem-railties/Makefile b/www/rubygem-railties/Makefile
index 79a6435e0e93..8a20b1ce592b 100644
--- a/www/rubygem-railties/Makefile
+++ b/www/rubygem-railties/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= railties
-PORTVERSION= 3.0.6
+PORTVERSION= 3.0.9
CATEGORIES= www rubygems
MASTER_SITES= RG
@@ -14,7 +14,8 @@ COMMENT= Rails internals bootup, plugins, generators, and rake tasks
RUN_DEPENDS= rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-actionpack>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack \
- rubygem-thor>=0.14.4:${PORTSDIR}/devel/rubygem-thor
+ rubygem-thor>=0.14.4:${PORTSDIR}/devel/rubygem-thor \
+ rubygem-rdoc>=3.4:${PORTSDIR}/devel/rubygem-rdoc
USE_RUBY= yes
USE_RAKE= yes