git: 6d6cc389c8b0 - main - www/rubygem-jsbundling-rails: Update RUN_DEPENDS: use Rails 8.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Jan 2025 16:30:53 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d6cc389c8b0a99896acd999b1fe7b0573f634d5 commit 6d6cc389c8b0a99896acd999b1fe7b0573f634d5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-01-02 16:29:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-01-02 16:29:38 +0000 www/rubygem-jsbundling-rails: Update RUN_DEPENDS: use Rails 8.0 - Bump PORTREVISION for dependency change --- www/rubygem-jsbundling-rails/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/rubygem-jsbundling-rails/Makefile b/www/rubygem-jsbundling-rails/Makefile index 119a4438c02a..14fe3792e7c4 100644 --- a/www/rubygem-jsbundling-rails/Makefile +++ b/www/rubygem-jsbundling-rails/Makefile @@ -1,6 +1,6 @@ PORTNAME= jsbundling-rails PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ WWW= https://github.com/rails/jsbundling-rails LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-railties72>=6.0.0:www/rubygem-railties72 +RUN_DEPENDS= rubygem-railties80>=6.0.0:www/rubygem-railties80 USES= gem