1
0
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:
Po-Chuan Hsieh 2022-12-30 16:51:25 +08:00
parent 9c1e2a5780
commit b5b449a12e
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 4 additions and 5 deletions

View File

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

View File

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