git: 67e221459055 - main - www/rubygem-kamal: Update RUN_DEPENDS: use Rails 8.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Nov 2025 21:08:15 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=67e22145905538e95475e417b8f18e72a91a4187
commit 67e22145905538e95475e417b8f18e72a91a4187
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-17 21:04:07 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-17 21:06:54 +0000
www/rubygem-kamal: Update RUN_DEPENDS: use Rails 8.1
- Bump PORTREVISION for dependency change
---
www/rubygem-kamal/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/rubygem-kamal/Makefile b/www/rubygem-kamal/Makefile
index 1b02990fba72..caaf3f2367ea 100644
--- a/www/rubygem-kamal/Makefile
+++ b/www/rubygem-kamal/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kamal
PORTVERSION= 2.8.2
+PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
@@ -11,7 +12,7 @@ WWW= https://kamal-deploy.org/ \
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS= rubygem-activesupport80>=7.0:devel/rubygem-activesupport80 \
+RUN_DEPENDS= rubygem-activesupport81>=7.0:devel/rubygem-activesupport81 \
rubygem-base64>=0.2<1:converters/rubygem-base64 \
rubygem-bcrypt_pbkdf>=1.0<2:security/rubygem-bcrypt_pbkdf \
rubygem-concurrent-ruby>=1.2<2:devel/rubygem-concurrent-ruby \