mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
mail/rubygem-actionmailer70: Update version requirement of RUN_DEPENDS
- Update WWW and clean up pkg-descr
This commit is contained in:
parent
d3672b6e66
commit
1313aa6768
2 changed files with 6 additions and 7 deletions
|
@ -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 \
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue