git: 55e3a21c6f01 - main - www/rubygem-turbo-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:52 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=55e3a21c6f01c4160b7627e5e9bff954029c796d
commit 55e3a21c6f01c4160b7627e5e9bff954029c796d
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-01 07:57:41 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-01 07:57:41 +0000
www/rubygem-turbo-rails: Update RUN_DEPENDS: use Rails 7.1
---
www/rubygem-turbo-rails/Makefile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/www/rubygem-turbo-rails/Makefile b/www/rubygem-turbo-rails/Makefile
index a4b7d4e18aea..65d3cf4c8e89 100644
--- a/www/rubygem-turbo-rails/Makefile
+++ b/www/rubygem-turbo-rails/Makefile
@@ -1,5 +1,6 @@
PORTNAME= turbo-rails
PORTVERSION= 1.5.0
+PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
@@ -10,9 +11,9 @@ WWW= https://github.com/hotwired/turbo-rails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS= rubygem-actionpack70>=6.0.0:www/rubygem-actionpack70 \
- rubygem-activejob70>=6.0.0:devel/rubygem-activejob70 \
- rubygem-railties70>=6.0.0:www/rubygem-railties70
+RUN_DEPENDS= rubygem-actionpack71>=6.0.0:www/rubygem-actionpack71 \
+ rubygem-activejob71>=6.0.0:devel/rubygem-activejob71 \
+ rubygem-railties71>=6.0.0:www/rubygem-railties71
USES= gem