git: e9388e8b8cb7 - main - www/rubygem-importmap-rails: Update RUN_DEPENDS: use Rails 7.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Nov 2023 07:59:47 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e9388e8b8cb7580966458e793e6ae960653f4ccd commit e9388e8b8cb7580966458e793e6ae960653f4ccd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-01 07:57:25 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-01 07:57:25 +0000 www/rubygem-importmap-rails: Update RUN_DEPENDS: use Rails 7.1 --- www/rubygem-importmap-rails/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/rubygem-importmap-rails/Makefile b/www/rubygem-importmap-rails/Makefile index c1661e206832..c05e1c22cfdd 100644 --- a/www/rubygem-importmap-rails/Makefile +++ b/www/rubygem-importmap-rails/Makefile @@ -1,5 +1,6 @@ PORTNAME= importmap-rails PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -10,8 +11,8 @@ WWW= https://github.com/rails/importmap-rails LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionpack70>=6.0.0:www/rubygem-actionpack70 \ - rubygem-railties70>=6.0.0:www/rubygem-railties70 +RUN_DEPENDS= rubygem-actionpack71>=6.0.0:www/rubygem-actionpack71 \ + rubygem-railties71>=6.0.0:www/rubygem-railties71 USES= gem