diff --git a/mail/rubygem-actionmailbox70/Makefile b/mail/rubygem-actionmailbox70/Makefile index e3e046dc07ec..2d3e3b1a7ac3 100644 --- a/mail/rubygem-actionmailbox70/Makefile +++ b/mail/rubygem-actionmailbox70/Makefile @@ -1,31 +1,32 @@ PORTNAME= actionmailbox PORTVERSION= 7.0.3.1 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 70 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-actionpack70>=${PORTVERSION}:www/rubygem-actionpack70 \ - rubygem-activejob70>=${PORTVERSION}:devel/rubygem-activejob70 \ - rubygem-activerecord70>=${PORTVERSION}:databases/rubygem-activerecord70 \ - rubygem-activestorage70>=${PORTVERSION}:net/rubygem-activestorage70 \ - rubygem-activesupport70>=${PORTVERSION}:devel/rubygem-activesupport70 \ +RUN_DEPENDS= rubygem-actionpack70>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack70 \ + rubygem-activejob70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activejob70 \ + rubygem-activerecord70>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord70 \ + rubygem-activestorage70>=${PORTVERSION}<${PORTVERSION}_99:net/rubygem-activestorage70 \ + rubygem-activesupport70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport70 \ rubygem-mail>=2.7.1,2:mail/rubygem-mail \ rubygem-net-imap>=0:mail/rubygem-net-imap \ rubygem-net-pop>=0:mail/rubygem-net-pop \ rubygem-net-smtp>=0:mail/rubygem-net-smtp USES= gem USE_RUBY= yes NO_ARCH= yes PORTSCOUT= limit:^7\.0\. .include diff --git a/mail/rubygem-actionmailbox70/pkg-descr b/mail/rubygem-actionmailbox70/pkg-descr index 742baa46b9ec..ffc1daea8253 100644 --- a/mail/rubygem-actionmailbox70/pkg-descr +++ b/mail/rubygem-actionmailbox70/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/