Date: Fri, 30 Dec 2022 09:15:52 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: 45c6c761a6e0 - main - mail/rubygem-actionmailer61: Update to 6.1.7 Message-ID: <202212300915.2BU9Fqdp023560@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=45c6c761a6e0f440f491580791adb944cc0a721e commit 45c6c761a6e0f440f491580791adb944cc0a721e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 08:50:47 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 09:05:51 +0000 mail/rubygem-actionmailer61: Update to 6.1.7 - Update WWW and clean up pkg-descr Changes: https://github.com/rails/rails/releases --- mail/rubygem-actionmailer61/Makefile | 13 +++++++------ mail/rubygem-actionmailer61/distinfo | 6 +++--- mail/rubygem-actionmailer61/pkg-descr | 2 -- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/mail/rubygem-actionmailer61/Makefile b/mail/rubygem-actionmailer61/Makefile index 81f079d51b4c..b804879ef595 100644 --- a/mail/rubygem-actionmailer61/Makefile +++ b/mail/rubygem-actionmailer61/Makefile @@ -1,20 +1,21 @@ PORTNAME= actionmailer -PORTVERSION= 6.1.6.1 +PORTVERSION= 6.1.7 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Easy email delivery and testing for Ruby -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-actionpack61>=${PORTVERSION}:www/rubygem-actionpack61 \ - rubygem-actionview61>=${PORTVERSION}:devel/rubygem-actionview61 \ - rubygem-activejob61>=${PORTVERSION}:devel/rubygem-activejob61 \ - rubygem-activesupport61>=${PORTVERSION}:devel/rubygem-activesupport61 \ +RUN_DEPENDS= rubygem-actionpack61>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack61 \ + rubygem-actionview61>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-actionview61 \ + rubygem-activejob61>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activejob61 \ + rubygem-activesupport61>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport61 \ rubygem-mail>=2.5.4,2<3,2:mail/rubygem-mail \ rubygem-rails-dom-testing-rails61>=2.0<3:textproc/rubygem-rails-dom-testing-rails61 diff --git a/mail/rubygem-actionmailer61/distinfo b/mail/rubygem-actionmailer61/distinfo index 0815afeb1410..1c8005a1747e 100644 --- a/mail/rubygem-actionmailer61/distinfo +++ b/mail/rubygem-actionmailer61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657835567 -SHA256 (rubygem/actionmailer-6.1.6.1.gem) = 13964bff4a75efd705304cb7aeb71380a4b11d404c7304b67f3bc3208cde12a7 -SIZE (rubygem/actionmailer-6.1.6.1.gem) = 30720 +TIMESTAMP = 1669058245 +SHA256 (rubygem/actionmailer-6.1.7.gem) = 5561c298a13e6d43eb71098be366f59be51470358e6e6e49ebaaf43502906fa4 +SIZE (rubygem/actionmailer-6.1.7.gem) = 30720 diff --git a/mail/rubygem-actionmailer61/pkg-descr b/mail/rubygem-actionmailer61/pkg-descr index 771fc903149b..e757a32e32bf 100644 --- a/mail/rubygem-actionmailer61/pkg-descr +++ b/mail/rubygem-actionmailer61/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?202212300915.2BU9Fqdp023560>