mail/rubygem-actionmailbox61: Update to 6.1.7

- Update WWW and clean up pkg-descr

Changes:	https://github.com/rails/rails/releases
This commit is contained in:
Po-Chuan Hsieh 2022-12-30 16:50:46 +08:00
parent 338a2b2b8a
commit 8573635254
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 11 additions and 12 deletions

View File

@ -1,21 +1,22 @@
PORTNAME= actionmailbox
PORTVERSION= 6.1.6.1
PORTVERSION= 6.1.7
CATEGORIES= mail rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 61
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-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 \
RUN_DEPENDS= rubygem-actionpack61>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack61 \
rubygem-activejob61>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activejob61 \
rubygem-activerecord61>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord61 \
rubygem-activestorage61>=${PORTVERSION}<${PORTVERSION}_99:net/rubygem-activestorage61 \
rubygem-activesupport61>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport61 \
rubygem-mail>=2.7.1,2:mail/rubygem-mail
USES= gem

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1657835565
SHA256 (rubygem/actionmailbox-6.1.6.1.gem) = a4cc16fe634c9de4e22669fc4bf20d5b84f65039c7e3d7308c804b82726d03d2
SIZE (rubygem/actionmailbox-6.1.6.1.gem) = 22528
TIMESTAMP = 1669058243
SHA256 (rubygem/actionmailbox-6.1.7.gem) = c4364381e724b39eee3381e6eb3fdc80f121ac9a53dea3fd9ef687a9040b8a08
SIZE (rubygem/actionmailbox-6.1.7.gem) = 22528

View File

@ -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/