mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
www/rubygem-railties70: Update version requirement of RUN_DEPENDS
- Update WWW and clean up pkg-descr
This commit is contained in:
parent
9c1e2a5780
commit
b5b449a12e
@ -6,13 +6,14 @@ PKGNAMESUFFIX= 70
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Rails internals: application bootup, plugins, generators, and rake tasks
|
||||
WWW= https://github.com/rails/rails/tree/master/railties
|
||||
WWW= https://github.com/rails/rails/tree/master/railties \
|
||||
https://rubyonrails.org/
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-actionpack70>=${PORTVERSION}:www/rubygem-actionpack70 \
|
||||
rubygem-activesupport70>=${PORTVERSION}:devel/rubygem-activesupport70 \
|
||||
RUN_DEPENDS= rubygem-actionpack70>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack70 \
|
||||
rubygem-activesupport70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport70 \
|
||||
rubygem-method_source>=0:devel/rubygem-method_source \
|
||||
rubygem-rake>=12.2:devel/rubygem-rake \
|
||||
rubygem-thor>=1.0<2:devel/rubygem-thor \
|
||||
|
@ -2,5 +2,3 @@ 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.
|
||||
|
||||
See also: https://rubyonrails.org/
|
||||
|
Loading…
Reference in New Issue
Block a user