mail/rubygem-actionmailer70: 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:09 +08:00
parent d3672b6e66
commit 1313aa6768
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 6 additions and 7 deletions

View file

@ -6,15 +6,16 @@ PKGNAMESUFFIX= 70
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Compose, deliver, and test emails on Rails
WWW= https://github.com/rails/rails/tree/main/actionmailer
WWW= https://github.com/rails/rails/tree/main/actionmailer \
https://rubyonrails.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionpack70>=${PORTVERSION}:www/rubygem-actionpack70 \
rubygem-actionview70>=${PORTVERSION}:devel/rubygem-actionview70 \
rubygem-activejob70>=${PORTVERSION}:devel/rubygem-activejob70 \
rubygem-activesupport70>=${PORTVERSION}:devel/rubygem-activesupport70 \
RUN_DEPENDS= rubygem-actionpack70>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack70 \
rubygem-actionview70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-actionview70 \
rubygem-activejob70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activejob70 \
rubygem-activesupport70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport70 \
rubygem-mail>=2.5.4,2<3,2:mail/rubygem-mail \
rubygem-net-imap>=0:mail/rubygem-net-imap \
rubygem-net-pop>=0:mail/rubygem-net-pop \

View file

@ -10,5 +10,3 @@ Controller renders views using templates.
Additionally, an Action Mailer class can be used to process incoming email, such
as allowing a blog to accept new posts from an email (which could even have been
sent from a phone).
See also: https://rubyonrails.org/