Skip to content

Commit

Permalink
www/rubygem-railties70: Update version requirement of RUN_DEPENDS
Browse files Browse the repository at this point in the history
- Update WWW and clean up pkg-descr
  • Loading branch information
sunpoet committed Dec 30, 2022
1 parent 9c1e2a5 commit b5b449a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 4 additions & 3 deletions www/rubygem-railties70/Makefile
Expand Up @@ -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 \
Expand Down
2 changes: 0 additions & 2 deletions www/rubygem-railties70/pkg-descr
Expand Up @@ -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/

0 comments on commit b5b449a

Please sign in to comment.