git: a6676631599f - main - www/rubygem-stimulus-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:30 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a6676631599fd6d12e554613863764aabfe49815 commit a6676631599fd6d12e554613863764aabfe49815 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-18 06:04:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-18 06:15:08 +0000 www/rubygem-stimulus-rails: Update RUN_DEPENDS: use Rails 7.2 - Bump PORTREVISION for dependency change --- 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 44f700535291..35191923a190 100644 --- a/www/rubygem-stimulus-rails/Makefile +++ b/www/rubygem-stimulus-rails/Makefile @@ -1,5 +1,6 @@ PORTNAME= stimulus-rails PORTVERSION= 1.3.4 +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-railties71>=6.0.0:www/rubygem-railties71 +RUN_DEPENDS= rubygem-railties72>=6.0.0:www/rubygem-railties72 USES= gem