diff --git a/net/rubygem-activestorage70/Makefile b/net/rubygem-activestorage70/Makefile index d33b530ace4e..7eff04a570cf 100644 --- a/net/rubygem-activestorage70/Makefile +++ b/net/rubygem-activestorage70/Makefile @@ -1,28 +1,29 @@ PORTNAME= activestorage PORTVERSION= 7.0.3.1 CATEGORIES= net rubygems MASTER_SITES= RG PKGNAMESUFFIX= 70 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Attach cloud and local files in Rails applications -WWW= https://github.com/rails/rails/tree/main/activestorage +WWW= https://github.com/rails/rails/tree/main/activestorage \ + 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-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-activesupport70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport70 \ rubygem-marcel>=1.0<2:devel/rubygem-marcel \ rubygem-mini_mime>=1.1.0:mail/rubygem-mini_mime USES= gem USE_RUBY= yes NO_ARCH= yes PORTSCOUT= limit:^7\.0\. .include diff --git a/net/rubygem-activestorage70/pkg-descr b/net/rubygem-activestorage70/pkg-descr index d9f893077cf5..48422441ebc3 100644 --- a/net/rubygem-activestorage70/pkg-descr +++ b/net/rubygem-activestorage70/pkg-descr @@ -1,13 +1,11 @@ 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. - -See also: https://rubyonrails.org/