svn commit: r510463 - head/www/rubygem-railties50
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Aug 31 21:59:54 UTC 2019
Author: sunpoet
Date: Sat Aug 31 21:59:53 2019
New Revision: 510463
URL: https://svnweb.freebsd.org/changeset/ports/510463
Log:
Update version requirement of RUN_DEPENDS
- Update pkg-descr
Modified:
head/www/rubygem-railties50/Makefile
head/www/rubygem-railties50/pkg-descr
Modified: head/www/rubygem-railties50/Makefile
==============================================================================
--- head/www/rubygem-railties50/Makefile Sat Aug 31 21:59:48 2019 (r510462)
+++ head/www/rubygem-railties50/Makefile Sat Aug 31 21:59:53 2019 (r510463)
@@ -17,7 +17,7 @@ RUN_DEPENDS= rubygem-actionpack50>=${PORTVERSION}:www/
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
Modified: head/www/rubygem-railties50/pkg-descr
==============================================================================
--- head/www/rubygem-railties50/pkg-descr Sat Aug 31 21:59:48 2019 (r510462)
+++ head/www/rubygem-railties50/pkg-descr Sat Aug 31 21:59:53 2019 (r510463)
@@ -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
More information about the svn-ports-all
mailing list