git: 4dc1e2ba16ee - main - www/rubygem-propshaft: Update RUN_DEPENDS: use Rails 7.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Sep 2024 06:27:29 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4dc1e2ba16ee98bec32551cc095483b1b8c2e0f7 commit 4dc1e2ba16ee98bec32551cc095483b1b8c2e0f7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-18 06:04:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-18 06:15:08 +0000 www/rubygem-propshaft: Update RUN_DEPENDS: use Rails 7.2 - Bump PORTREVISION for dependency change --- 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 d6ef5bec2d77..634566f88a7b 100644 --- a/www/rubygem-propshaft/Makefile +++ b/www/rubygem-propshaft/Makefile @@ -1,5 +1,6 @@ PORTNAME= propshaft PORTVERSION= 1.0.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-actionpack71>=7.0.0:www/rubygem-actionpack71 \ - rubygem-activesupport71>=7.0.0:devel/rubygem-activesupport71 \ +RUN_DEPENDS= rubygem-actionpack72>=7.0.0:www/rubygem-actionpack72 \ + rubygem-activesupport72>=7.0.0:devel/rubygem-activesupport72 \ rubygem-rack>=0,3:www/rubygem-rack \ - rubygem-railties71>=7.0.0:www/rubygem-railties71 + rubygem-railties72>=7.0.0:www/rubygem-railties72 USES= gem