Files
ports/net/rubygem-activestorage80/Makefile
T
Po-Chuan Hsieh 1260c68f90 net/rubygem-activestorage80: Update to 8.0.5
Changes:	https://github.com/rails/rails/releases
Security:	CVE-2026-33173, CVE-2026-33174, CVE-2026-33195, CVE-2026-33202, CVE-2026-33658
2026-04-19 05:54:00 +08:00

28 lines
823 B
Makefile

PORTNAME= activestorage
PORTVERSION= 8.0.5
CATEGORIES= net rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 80
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Attach cloud and local files in Rails applications
WWW= https://github.com/rails/rails/tree/main/activestorage \
https://rubyonrails.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionpack80>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack80 \
rubygem-activejob80>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activejob80 \
rubygem-activerecord80>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord80 \
rubygem-activesupport80>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport80 \
rubygem-marcel>=1.0<2:devel/rubygem-marcel
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^8\.0\.
.include <bsd.port.mk>