git: 2de2d114e43a - main - mail/rubygem-actionmailbox60: Update to 6.0.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:15:36 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2de2d114e43a49165e5bc1de4639c32f2dc61044 commit 2de2d114e43a49165e5bc1de4639c32f2dc61044 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 08:50:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 09:05:47 +0000 mail/rubygem-actionmailbox60: Update to 6.0.6 - Update WWW and clean up pkg-descr Changes: https://github.com/rails/rails/releases --- mail/rubygem-actionmailbox60/Makefile | 15 ++++++++------- mail/rubygem-actionmailbox60/distinfo | 6 +++--- mail/rubygem-actionmailbox60/pkg-descr | 2 -- 3 files changed, 11 insertions(+), 12 deletions(-) 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,21 +1,22 @@ 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 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 @@ -10,5 +10,3 @@ 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/