1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

net/rubygem-activestorage70: Update version requirement of RUN_DEPENDS

- Update WWW and clean up pkg-descr
This commit is contained in:
Po-Chuan Hsieh 2022-12-30 16:51:13 +08:00
parent 1313aa6768
commit 01c399dbae
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 6 additions and 7 deletions

View File

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

View File

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