git: 66ebbd6f4014 - main - www/rubygem-cssbundling-rails: Update RUN_DEPENDS: use Rails 8.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Nov 2025 21:08:11 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=66ebbd6f40141df6e65d3a9285bb9851a68b06bd
commit 66ebbd6f40141df6e65d3a9285bb9851a68b06bd
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-17 21:03:57 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-17 21:06:54 +0000
www/rubygem-cssbundling-rails: Update RUN_DEPENDS: use Rails 8.1
- Bump PORTREVISION for dependency change
---
www/rubygem-cssbundling-rails/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/rubygem-cssbundling-rails/Makefile b/www/rubygem-cssbundling-rails/Makefile
index 31b141d1c5be..478f358c587d 100644
--- a/www/rubygem-cssbundling-rails/Makefile
+++ b/www/rubygem-cssbundling-rails/Makefile
@@ -1,5 +1,6 @@
PORTNAME= cssbundling-rails
PORTVERSION= 1.4.3
+PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
@@ -10,7 +11,7 @@ WWW= https://github.com/rails/cssbundling-rails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS= rubygem-railties80>=6.0.0:www/rubygem-railties80
+RUN_DEPENDS= rubygem-railties81>=6.0.0:www/rubygem-railties81
USES= gem