Date: Tue, 18 Jun 2024 04:10:42 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c849db43edbf - main - mail/rubygem-actionmailer50: Update WWW and clean up pkg-descr Message-ID: <202406180410.45I4AgNC091355@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c849db43edbfc3e6730d0c1a260d6a20fd9484a6 commit c849db43edbfc3e6730d0c1a260d6a20fd9484a6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-06-18 04:02:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-06-18 04:02:05 +0000 mail/rubygem-actionmailer50: Update WWW and clean up pkg-descr --- mail/rubygem-actionmailer50/Makefile | 3 ++- mail/rubygem-actionmailer50/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/mail/rubygem-actionmailer50/Makefile b/mail/rubygem-actionmailer50/Makefile index 49f4375a3065..e98ea807973a 100644 --- a/mail/rubygem-actionmailer50/Makefile +++ b/mail/rubygem-actionmailer50/Makefile @@ -6,7 +6,8 @@ PKGNAMESUFFIX= 50 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-actionmailer50/pkg-descr b/mail/rubygem-actionmailer50/pkg-descr index 771fc903149b..e757a32e32bf 100644 --- a/mail/rubygem-actionmailer50/pkg-descr +++ b/mail/rubygem-actionmailer50/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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406180410.45I4AgNC091355>