git: 1d4db6c2b30d - main - www/rubygem-jsbundling-rails: Update RUN_DEPENDS: use Rails 7.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Sep 2024 06:27:28 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1d4db6c2b30d23f4a80e7fb3834aee1a51b7677c commit 1d4db6c2b30d23f4a80e7fb3834aee1a51b7677c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-18 06:04:50 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-18 06:15:08 +0000 www/rubygem-jsbundling-rails: Update RUN_DEPENDS: use Rails 7.2 - Bump PORTREVISION for dependency change --- www/rubygem-jsbundling-rails/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/rubygem-jsbundling-rails/Makefile b/www/rubygem-jsbundling-rails/Makefile index 5338dd710604..119a4438c02a 100644 --- a/www/rubygem-jsbundling-rails/Makefile +++ b/www/rubygem-jsbundling-rails/Makefile @@ -1,5 +1,6 @@ PORTNAME= jsbundling-rails PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -10,7 +11,7 @@ WWW= https://github.com/rails/jsbundling-rails LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-railties71>=6.0.0:www/rubygem-railties71 +RUN_DEPENDS= rubygem-railties72>=6.0.0:www/rubygem-railties72 USES= gem