From b78aba553f6bfbfa23c47f4f3af7aa7021c9b354 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 31 Aug 2019 21:59:53 +0000 Subject: [PATCH] Update version requirement of RUN_DEPENDS - Update pkg-descr --- www/rubygem-railties50/Makefile | 2 +- www/rubygem-railties50/pkg-descr | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/www/rubygem-railties50/Makefile b/www/rubygem-railties50/Makefile index 6a55f8d085f7..244540835acf 100644 --- a/www/rubygem-railties50/Makefile +++ b/www/rubygem-railties50/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= rubygem-actionpack50>=${PORTVERSION}:www/rubygem-actionpack50 \ rubygem-activesupport50>=${PORTVERSION}:devel/rubygem-activesupport50 \ rubygem-method_source>=0:devel/rubygem-method_source \ rubygem-rake>=0.8.7:devel/rubygem-rake \ - rubygem-thor>=0.18.1:devel/rubygem-thor + rubygem-thor>=0.18.1<2.0:devel/rubygem-thor USES= gem USE_RUBY= yes diff --git a/www/rubygem-railties50/pkg-descr b/www/rubygem-railties50/pkg-descr index 0db122efaac0..2f0d862681a5 100644 --- a/www/rubygem-railties50/pkg-descr +++ b/www/rubygem-railties50/pkg-descr @@ -1,3 +1,7 @@ -Rails internals: application bootup, plugins, generators, and rake tasks. +Railties is responsible for gluing all frameworks together. Overall, it: +- handles the bootstrapping process for a Rails application; +- manages the rails command line interface; +- and provides the Rails generators core. WWW: https://rubyonrails.org/ +WWW: https://github.com/rails/rails/tree/master/railties