diff --git a/mail/rubygem-actionmailer61/Makefile b/mail/rubygem-actionmailer61/Makefile index 475c31c6d114..c2d8e25ad5f8 100644 --- a/mail/rubygem-actionmailer61/Makefile +++ b/mail/rubygem-actionmailer61/Makefile @@ -1,29 +1,29 @@ # Created by: Johannes Meixner PORTNAME= actionmailer -PORTVERSION= 6.1.4.1 +PORTVERSION= 6.1.4.4 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Easy email delivery and testing for Ruby 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 \ 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 USES= gem USE_RUBY= yes NO_ARCH= yes PORTSCOUT= limit:^6\.1\. .include diff --git a/mail/rubygem-actionmailer61/distinfo b/mail/rubygem-actionmailer61/distinfo index 4474848c6dde..a5d729c428c0 100644 --- a/mail/rubygem-actionmailer61/distinfo +++ b/mail/rubygem-actionmailer61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632664514 -SHA256 (rubygem/actionmailer-6.1.4.1.gem) = 229525238eeba137d9ecdc6c331fac07c76a2305ea66f102642f16a6043d4003 -SIZE (rubygem/actionmailer-6.1.4.1.gem) = 30720 +TIMESTAMP = 1641046824 +SHA256 (rubygem/actionmailer-6.1.4.4.gem) = 30fdfdaaa2f250581604bdf399a50f4014e3b1d09e61eb2a38ce05da0bb3ccbe +SIZE (rubygem/actionmailer-6.1.4.4.gem) = 30720 diff --git a/mail/rubygem-actionmailer61/pkg-descr b/mail/rubygem-actionmailer61/pkg-descr index 6315c6fd0389..45c72f95f8ba 100644 --- a/mail/rubygem-actionmailer61/pkg-descr +++ b/mail/rubygem-actionmailer61/pkg-descr @@ -1,15 +1,15 @@ Action Mailer is a framework for designing email service layers. These layers are used to consolidate code for sending out forgotten passwords, welcome wishes on signup, invoices for billing, and any other use case that requires a written notification to either a person or another system. Action Mailer is in essence a wrapper around Action Controller and the Mail gem. It provides a way to make emails using templates in the same way that Action 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). WWW: https://rubyonrails.org/ -WWW: https://github.com/rails/rails/tree/master/actionmailer +WWW: https://github.com/rails/rails/tree/main/actionmailer