summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 16:51:09 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 17:05:54 +0800
commit1313aa676868c47ed7c40c05f1becfd0ae82b0a7 (patch)
tree24610fd0738599cdd78906b3f2434861b8f930bf /mail
parentd3672b6e66dcb703ca4a4513b66ada472c1a9d7a (diff)
downloadfreebsd-ports-1313aa676868c47ed7c40c05f1becfd0ae82b0a7.zip
mail/rubygem-actionmailer70: Update version requirement of RUN_DEPENDS
- Update WWW and clean up pkg-descr
Diffstat (limited to 'mail')
-rw-r--r--mail/rubygem-actionmailer70/Makefile11
-rw-r--r--mail/rubygem-actionmailer70/pkg-descr2
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/rubygem-actionmailer70/Makefile b/mail/rubygem-actionmailer70/Makefile
index fa2bb6a83b29..e378db5f5802 100644
--- a/mail/rubygem-actionmailer70/Makefile
+++ b/mail/rubygem-actionmailer70/Makefile
@@ -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 \
diff --git a/mail/rubygem-actionmailer70/pkg-descr b/mail/rubygem-actionmailer70/pkg-descr
index 771fc903149b..e757a32e32bf 100644
--- a/mail/rubygem-actionmailer70/pkg-descr
+++ b/mail/rubygem-actionmailer70/pkg-descr
@@ -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/