diff --git a/net/rubygem-activestorage61/Makefile b/net/rubygem-activestorage61/Makefile index f9ad93c313f8..cbf941c12ac7 100644 --- a/net/rubygem-activestorage61/Makefile +++ b/net/rubygem-activestorage61/Makefile @@ -1,29 +1,29 @@ # Created by: Po-Chuan Hsieh PORTNAME= activestorage -PORTVERSION= 6.1.4.1 +PORTVERSION= 6.1.4.4 CATEGORIES= net rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Attach cloud and local files 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-activesupport61>=${PORTVERSION}:devel/rubygem-activesupport61 \ rubygem-marcel>=1.0.0<1.1:devel/rubygem-marcel \ rubygem-mini_mime>=1.1.0:mail/rubygem-mini_mime USES= gem USE_RUBY= yes NO_ARCH= yes PORTSCOUT= limit:^6\.1\. .include diff --git a/net/rubygem-activestorage61/distinfo b/net/rubygem-activestorage61/distinfo index ebe6e36b338e..5bb2a53b4c5a 100644 --- a/net/rubygem-activestorage61/distinfo +++ b/net/rubygem-activestorage61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632664516 -SHA256 (rubygem/activestorage-6.1.4.1.gem) = 716fdda141aa3a9c027f59d0effb08cbf5291fad1df82d50e9e4e1edd2ff769e -SIZE (rubygem/activestorage-6.1.4.1.gem) = 55296 +TIMESTAMP = 1641046826 +SHA256 (rubygem/activestorage-6.1.4.4.gem) = 64ee4300cd874cc193ca964dcaae4c489a3c4bc1cc68cc7c087b29a443add528 +SIZE (rubygem/activestorage-6.1.4.4.gem) = 55296 diff --git a/net/rubygem-activestorage61/pkg-descr b/net/rubygem-activestorage61/pkg-descr index 192794021c2e..73744e3aa720 100644 --- a/net/rubygem-activestorage61/pkg-descr +++ b/net/rubygem-activestorage61/pkg-descr @@ -1,14 +1,14 @@ Active Storage makes it simple to upload and reference files in cloud services like Amazon S3, Google Cloud Storage, or Microsoft Azure Storage, and attach those files to Active Records. Supports having one main service and mirrors in other services for redundancy. It also provides a disk service for testing or local deployments, but the focus is on cloud storage. Files can be uploaded from the server to the cloud or directly from the client to the cloud. Image files can furthermore be transformed using on-demand variants for quality, aspect ratio, size, or any other MiniMagick or Vips supported transformation. WWW: https://rubyonrails.org/ -WWW: https://github.com/rails/rails/tree/master/activestorage +WWW: https://github.com/rails/rails/tree/main/activestorage