Update version requirement of RUN_DEPENDS

- Add PORTSCOUT
- Update pkg-descr
- Take maintainership
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-08-31 21:59:43 +00:00
parent f11e23d940
commit 01e5069318
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510461
2 changed files with 9 additions and 3 deletions

View file

@ -7,7 +7,7 @@ CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 4
MAINTAINER= ruby@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Rails internals bootup, plugins, generators, and rake tasks
LICENSE= MIT
@ -15,7 +15,7 @@ LICENSE= MIT
RUN_DEPENDS= rubygem-actionpack4>=${PORTVERSION}:www/rubygem-actionpack4 \
rubygem-activesupport4>=${PORTVERSION}:devel/rubygem-activesupport4 \
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
@ -26,4 +26,6 @@ PLIST_FILES= bin/rails
CONFLICTS_INSTALL= rubygem-railties5 rubygem-railties50 rubygem-railties52
PORTSCOUT= limit:^4\.2\.
.include <bsd.port.mk>

View file

@ -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