diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-actionpack/Makefile | 2 | ||||
-rw-r--r-- | www/rubygem-activeresource/Makefile | 2 | ||||
-rw-r--r-- | www/rubygem-rails/Makefile | 2 | ||||
-rw-r--r-- | www/rubygem-railties/Makefile | 5 |
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 |