git: 9e04b8daf1a6 - main - www/rubygem-importmap-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:27 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9e04b8daf1a6a2db3004dd7de61b2124e47ffe66 commit 9e04b8daf1a6a2db3004dd7de61b2124e47ffe66 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-18 06:04:47 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-18 06:15:07 +0000 www/rubygem-importmap-rails: Update RUN_DEPENDS: use Rails 7.2 - Bump PORTREVISION for dependency change --- www/rubygem-importmap-rails/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/www/rubygem-importmap-rails/Makefile b/www/rubygem-importmap-rails/Makefile index adbdba628009..658da89102d8 100644 --- a/www/rubygem-importmap-rails/Makefile +++ b/www/rubygem-importmap-rails/Makefile @@ -1,5 +1,6 @@ PORTNAME= importmap-rails PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -10,9 +11,9 @@ WWW= https://github.com/rails/importmap-rails LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionpack71>=6.0.0:www/rubygem-actionpack71 \ - rubygem-activesupport71>=6.0.0:devel/rubygem-activesupport71 \ - rubygem-railties71>=6.0.0:www/rubygem-railties71 +RUN_DEPENDS= rubygem-actionpack72>=6.0.0:www/rubygem-actionpack72 \ + rubygem-activesupport72>=6.0.0:devel/rubygem-activesupport72 \ + rubygem-railties72>=6.0.0:www/rubygem-railties72 USES= gem