git: 52cd9f0915ff - main - www/rubygem-stimulus-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:50 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=52cd9f0915ff40004bbf660c298eb7b7ae1327fe commit 52cd9f0915ff40004bbf660c298eb7b7ae1327fe Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-01 07:57:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-01 07:57:34 +0000 www/rubygem-stimulus-rails: Update RUN_DEPENDS: use Rails 7.1 --- www/rubygem-stimulus-rails/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/rubygem-stimulus-rails/Makefile b/www/rubygem-stimulus-rails/Makefile index 8d8387bb9cf3..72d9c135103d 100644 --- a/www/rubygem-stimulus-rails/Makefile +++ b/www/rubygem-stimulus-rails/Makefile @@ -1,5 +1,6 @@ PORTNAME= stimulus-rails PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -10,7 +11,7 @@ WWW= https://github.com/hotwired/stimulus-rails LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-railties70>=6.0.0:www/rubygem-railties70 +RUN_DEPENDS= rubygem-railties71>=6.0.0:www/rubygem-railties71 USES= gem