diff --git a/mail/rubygem-actionmailbox61/Makefile b/mail/rubygem-actionmailbox61/Makefile index 6983cb2ad1c9..c559c704605e 100644 --- a/mail/rubygem-actionmailbox61/Makefile +++ b/mail/rubygem-actionmailbox61/Makefile @@ -1,29 +1,29 @@ # Created by: Po-Chuan Hsieh PORTNAME= actionmailbox -PORTVERSION= 6.1.4.1 +PORTVERSION= 6.1.4.4 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Receive and process incoming emails in Rails applications LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-actionpack61>=${PORTVERSION}:www/rubygem-actionpack61 \ rubygem-activejob61>=${PORTVERSION}:devel/rubygem-activejob61 \ rubygem-activerecord61>=${PORTVERSION}:databases/rubygem-activerecord61 \ rubygem-activestorage61>=${PORTVERSION}:net/rubygem-activestorage61 \ rubygem-activesupport61>=${PORTVERSION}:devel/rubygem-activesupport61 \ rubygem-mail>=2.7.1,2:mail/rubygem-mail USES= gem USE_RUBY= yes NO_ARCH= yes PORTSCOUT= limit:^6\.1\. .include diff --git a/mail/rubygem-actionmailbox61/distinfo b/mail/rubygem-actionmailbox61/distinfo index 9316786d9037..d43db305daa4 100644 --- a/mail/rubygem-actionmailbox61/distinfo +++ b/mail/rubygem-actionmailbox61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632664512 -SHA256 (rubygem/actionmailbox-6.1.4.1.gem) = 06e39f90ad0da00acf860265188c438b74fa96aa69990216652508cda56d5f99 -SIZE (rubygem/actionmailbox-6.1.4.1.gem) = 22016 +TIMESTAMP = 1641046822 +SHA256 (rubygem/actionmailbox-6.1.4.4.gem) = 11c035301c95bb2ae4f12462cdf007dfa20c174a3676ceba390a54178f962461 +SIZE (rubygem/actionmailbox-6.1.4.4.gem) = 22016 diff --git a/mail/rubygem-actionmailbox61/pkg-descr b/mail/rubygem-actionmailbox61/pkg-descr index 3cf8870e8193..c480504bfe30 100644 --- a/mail/rubygem-actionmailbox61/pkg-descr +++ b/mail/rubygem-actionmailbox61/pkg-descr @@ -1,15 +1,15 @@ Action Mailbox routes incoming emails to controller-like mailboxes for processing in Rails. It ships with ingresses for Mailgun, Mandrill, Postmark, and SendGrid. You can also handle inbound mails directly via the built-in Exim, Postfix, and Qmail ingresses. The inbound emails are turned into InboundEmail records using Active Record and feature lifecycle tracking, storage of the original email on cloud storage via Active Storage, and responsible data handling with on-by-default incineration. These inbound emails are routed asynchronously using Active Job to one or several dedicated mailboxes, which are capable of interacting directly with the rest of your domain model. WWW: https://rubyonrails.org/ -WWW: https://github.com/rails/rails/tree/master/actionmailbox +WWW: https://github.com/rails/rails/tree/main/actionmailbox