diff --git a/mail/rubygem-actionmailbox60/Makefile b/mail/rubygem-actionmailbox60/Makefile index 72993689843a..6788f12a288e 100644 --- a/mail/rubygem-actionmailbox60/Makefile +++ b/mail/rubygem-actionmailbox60/Makefile @@ -1,28 +1,29 @@ PORTNAME= actionmailbox -PORTVERSION= 6.0.5.1 +PORTVERSION= 6.0.6 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Receive and process incoming emails in Rails applications -WWW= https://github.com/rails/rails/tree/main/actionmailbox +WWW= https://github.com/rails/rails/tree/main/actionmailbox \ + https://rubyonrails.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionpack60>=${PORTVERSION}:www/rubygem-actionpack60 \ - rubygem-activejob60>=${PORTVERSION}:devel/rubygem-activejob60 \ - rubygem-activerecord60>=${PORTVERSION}:databases/rubygem-activerecord60 \ - rubygem-activestorage60>=${PORTVERSION}:net/rubygem-activestorage60 \ - rubygem-activesupport60>=${PORTVERSION}:devel/rubygem-activesupport60 \ +RUN_DEPENDS= rubygem-actionpack60>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack60 \ + rubygem-activejob60>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activejob60 \ + rubygem-activerecord60>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord60 \ + rubygem-activestorage60>=${PORTVERSION}<${PORTVERSION}_99:net/rubygem-activestorage60 \ + rubygem-activesupport60>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport60 \ rubygem-mail>=2.7.1,2:mail/rubygem-mail USES= gem USE_RUBY= yes NO_ARCH= yes PORTSCOUT= limit:^6\.0\. .include diff --git a/mail/rubygem-actionmailbox60/distinfo b/mail/rubygem-actionmailbox60/distinfo index 930ed4468092..4f1779d24766 100644 --- a/mail/rubygem-actionmailbox60/distinfo +++ b/mail/rubygem-actionmailbox60/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657835539 -SHA256 (rubygem/actionmailbox-6.0.5.1.gem) = f2b88823bdb7fd8879220988136f94550ee2fd687450cc3fa9b6ec1b8be4c9e9 -SIZE (rubygem/actionmailbox-6.0.5.1.gem) = 20992 +TIMESTAMP = 1669058217 +SHA256 (rubygem/actionmailbox-6.0.6.gem) = b0289c1f0ab082cf36538d48088ab6f691db56007094506563fc2674e6605988 +SIZE (rubygem/actionmailbox-6.0.6.gem) = 20992 diff --git a/mail/rubygem-actionmailbox60/pkg-descr b/mail/rubygem-actionmailbox60/pkg-descr index 742baa46b9ec..ffc1daea8253 100644 --- a/mail/rubygem-actionmailbox60/pkg-descr +++ b/mail/rubygem-actionmailbox60/pkg-descr @@ -1,14 +1,12 @@ 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. - -See also: https://rubyonrails.org/