Skip to content

Commit

Permalink
www/rubygem-rails70: 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 04dc517 commit 9c1e2a5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
27 changes: 14 additions & 13 deletions www/rubygem-rails70/Makefile
Expand Up @@ -6,23 +6,24 @@ PKGNAMESUFFIX= 70

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Full-stack web application framework
WWW= https://github.com/rails/rails
WWW= https://github.com/rails/rails \
https://rubyonrails.org/

LICENSE= MIT

RUN_DEPENDS= rubygem-actioncable70>=${PORTVERSION}:www/rubygem-actioncable70 \
rubygem-actionmailbox70>=${PORTVERSION}:mail/rubygem-actionmailbox70 \
rubygem-actionmailer70>=${PORTVERSION}:mail/rubygem-actionmailer70 \
rubygem-actionpack70>=${PORTVERSION}:www/rubygem-actionpack70 \
rubygem-actiontext70>=${PORTVERSION}:textproc/rubygem-actiontext70 \
rubygem-actionview70>=${PORTVERSION}:devel/rubygem-actionview70 \
rubygem-activejob70>=${PORTVERSION}:devel/rubygem-activejob70 \
rubygem-activemodel70>=${PORTVERSION}:databases/rubygem-activemodel70 \
rubygem-activerecord70>=${PORTVERSION}:databases/rubygem-activerecord70 \
rubygem-activestorage70>=${PORTVERSION}:net/rubygem-activestorage70 \
rubygem-activesupport70>=${PORTVERSION}:devel/rubygem-activesupport70 \
RUN_DEPENDS= rubygem-actioncable70>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actioncable70 \
rubygem-actionmailbox70>=${PORTVERSION}<${PORTVERSION}_99:mail/rubygem-actionmailbox70 \
rubygem-actionmailer70>=${PORTVERSION}<${PORTVERSION}_99:mail/rubygem-actionmailer70 \
rubygem-actionpack70>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack70 \
rubygem-actiontext70>=${PORTVERSION}<${PORTVERSION}_99:textproc/rubygem-actiontext70 \
rubygem-actionview70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-actionview70 \
rubygem-activejob70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activejob70 \
rubygem-activemodel70>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activemodel70 \
rubygem-activerecord70>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord70 \
rubygem-activestorage70>=${PORTVERSION}<${PORTVERSION}_99:net/rubygem-activestorage70 \
rubygem-activesupport70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport70 \
rubygem-bundler>=1.15.0:sysutils/rubygem-bundler \
rubygem-railties70>=${PORTVERSION}:www/rubygem-railties70 \
rubygem-railties70>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-railties70 \
rubygem-bootsnap>=1.4.4:devel/rubygem-bootsnap \
rubygem-capybara>=3.26:devel/rubygem-capybara \
rubygem-connection_pool>=0:net/rubygem-connection_pool \
Expand Down
2 changes: 0 additions & 2 deletions www/rubygem-rails70/pkg-descr
Expand Up @@ -16,5 +16,3 @@ library to attach cloud and local files to Rails applications; Action Text, a
library to handle rich text content; and Active Support, a collection of utility
classes and standard library extensions that are useful for Rails, and may also
be used independently outside Rails.

See also: https://rubyonrails.org/

0 comments on commit 9c1e2a5

Please sign in to comment.