mail/rubygem-actionmailer4: Update WWW and clean up pkg-descr

This commit is contained in:
Po-Chuan Hsieh 2024-06-18 12:02:04 +08:00
parent c7562d7625
commit 4f7ae1df13
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 2 additions and 3 deletions

View file

@ -6,7 +6,8 @@ PKGNAMESUFFIX= 4
MAINTAINER= sunpoet@FreeBSD.org MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Easy email delivery and testing for Ruby 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= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE LICENSE_FILE= ${WRKSRC}/MIT-LICENSE

View file

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