aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 04:02:05 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 04:02:05 +0000
commit835b2d7202622908853b3209dce25843de62215f (patch)
tree0a126dff2984ee63d9d9b7f2bdcfc11cf93ab875
parent4f7ae1df13833af87319639f1528ebeb4fc97985 (diff)
downloadports-835b2d7202622908853b3209dce25843de62215f.tar.gz
ports-835b2d7202622908853b3209dce25843de62215f.zip
mail/rubygem-actionmailer5: Update WWW and clean up pkg-descr
-rw-r--r--mail/rubygem-actionmailer5/Makefile3
-rw-r--r--mail/rubygem-actionmailer5/pkg-descr2
2 files changed, 2 insertions, 3 deletions
diff --git a/mail/rubygem-actionmailer5/Makefile b/mail/rubygem-actionmailer5/Makefile
index 6f4a580f33a4..7e322c050e09 100644
--- a/mail/rubygem-actionmailer5/Makefile
+++ b/mail/rubygem-actionmailer5/Makefile
@@ -6,7 +6,8 @@ PKGNAMESUFFIX= 5
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-actionmailer5/pkg-descr b/mail/rubygem-actionmailer5/pkg-descr
index 771fc903149b..e757a32e32bf 100644
--- a/mail/rubygem-actionmailer5/pkg-descr
+++ b/mail/rubygem-actionmailer5/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/