git: 01c399dbae67 - main - net/rubygem-activestorage70: Update version requirement of RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:16:08 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=01c399dbae673aaca69eb418710b818f29f9c0bc commit 01c399dbae673aaca69eb418710b818f29f9c0bc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 08:51:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 09:05:55 +0000 net/rubygem-activestorage70: Update version requirement of RUN_DEPENDS - Update WWW and clean up pkg-descr --- net/rubygem-activestorage70/Makefile | 11 ++++++----- net/rubygem-activestorage70/pkg-descr | 2 -- 2 files changed, 6 insertions(+), 7 deletions(-) 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 @@ -6,15 +6,16 @@ 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 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 @@ -9,5 +9,3 @@ 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/