aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 04:02:06 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 04:02:06 +0000
commitc0f45c8485709ceaf8c0757d6aa2c1e4175ff550 (patch)
treef3448937b7cdcbfd1c83cd2a622191b2d5aed5e3
parentc849db43edbfc3e6730d0c1a260d6a20fd9484a6 (diff)
downloadports-c0f45c8485709ceaf8c0757d6aa2c1e4175ff550.tar.gz
ports-c0f45c8485709ceaf8c0757d6aa2c1e4175ff550.zip
mail/rubygem-actionmailer52: Update WWW and clean up pkg-descr
-rw-r--r--mail/rubygem-actionmailer52/Makefile3
-rw-r--r--mail/rubygem-actionmailer52/pkg-descr2
2 files changed, 2 insertions, 3 deletions
diff --git a/mail/rubygem-actionmailer52/Makefile b/mail/rubygem-actionmailer52/Makefile
index 29e968b0de53..473903ba4f4f 100644
--- a/mail/rubygem-actionmailer52/Makefile
+++ b/mail/rubygem-actionmailer52/Makefile
@@ -6,7 +6,8 @@ PKGNAMESUFFIX= 52
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Easy email delivery and testing for Ruby
-WWW= https://github.com/rails/rails/tree/main/actionmailer
+WWW= https://rubyonrails.org/ \
+ https://github.com/rails/rails/tree/main/actionmailer
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
diff --git a/mail/rubygem-actionmailer52/pkg-descr b/mail/rubygem-actionmailer52/pkg-descr
index 771fc903149b..e757a32e32bf 100644
--- a/mail/rubygem-actionmailer52/pkg-descr
+++ b/mail/rubygem-actionmailer52/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/