svn commit: r510464 - head/www/rubygem-railties52
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Aug 31 22:00:00 UTC 2019
Author: sunpoet
Date: Sat Aug 31 21:59:58 2019
New Revision: 510464
URL: https://svnweb.freebsd.org/changeset/ports/510464
Log:
Update version requirement of RUN_DEPENDS
- Update pkg-descr
Modified:
head/www/rubygem-railties52/Makefile
head/www/rubygem-railties52/pkg-descr
Modified: head/www/rubygem-railties52/Makefile
==============================================================================
--- head/www/rubygem-railties52/Makefile Sat Aug 31 21:59:53 2019 (r510463)
+++ head/www/rubygem-railties52/Makefile Sat Aug 31 21:59:58 2019 (r510464)
@@ -17,7 +17,7 @@ RUN_DEPENDS= rubygem-actionpack52>=${PORTVERSION}:www/
rubygem-activesupport52>=${PORTVERSION}:devel/rubygem-activesupport52 \
rubygem-method_source>=0:devel/rubygem-method_source \
rubygem-rake>=0.8.7:devel/rubygem-rake \
- rubygem-thor>=0.19.0:devel/rubygem-thor
+ rubygem-thor>=0.19.0<2.0:devel/rubygem-thor
USES= gem
USE_RUBY= yes
Modified: head/www/rubygem-railties52/pkg-descr
==============================================================================
--- head/www/rubygem-railties52/pkg-descr Sat Aug 31 21:59:53 2019 (r510463)
+++ head/www/rubygem-railties52/pkg-descr Sat Aug 31 21:59:58 2019 (r510464)
@@ -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