www/rubygem-rails70: 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:23 +08:00
parent 04dc51723c
commit 9c1e2a5780
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 14 additions and 15 deletions

View file

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

View file

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