git: d44749161da4 - main - www/rubygem-propshaft: Update RUN_DEPENDS: use Rails 7.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Nov 2023 07:59:49 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d44749161da497440d6b8f9061fdf1b3984174b2 commit d44749161da497440d6b8f9061fdf1b3984174b2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-01 07:57:31 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-01 07:57:31 +0000 www/rubygem-propshaft: Update RUN_DEPENDS: use Rails 7.1 --- www/rubygem-propshaft/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/www/rubygem-propshaft/Makefile b/www/rubygem-propshaft/Makefile index 4fef1653e838..b637d8c4d9c0 100644 --- a/www/rubygem-propshaft/Makefile +++ b/www/rubygem-propshaft/Makefile @@ -1,5 +1,6 @@ PORTNAME= propshaft PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -10,10 +11,10 @@ WWW= https://github.com/rails/propshaft LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionpack70>=7.0.0:www/rubygem-actionpack70 \ - rubygem-activesupport70>=7.0.0:devel/rubygem-activesupport70 \ +RUN_DEPENDS= rubygem-actionpack71>=7.0.0:www/rubygem-actionpack71 \ + rubygem-activesupport71>=7.0.0:devel/rubygem-activesupport71 \ rubygem-rack>=0,3:www/rubygem-rack \ - rubygem-railties70>=7.0.0:www/rubygem-railties70 + rubygem-railties71>=7.0.0:www/rubygem-railties71 USES= gem