git: 6f734f4581f9 - main - net/rubygem-orchestrator_client: Use a recent version of faraday
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Mar 2023 22:24:45 UTC
The branch main has been updated by romain: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f734f4581f982d206d01809a07a1b093945edf2 commit 6f734f4581f982d206d01809a07a1b093945edf2 Author: Romain Tartière <romain@FreeBSD.org> AuthorDate: 2023-03-24 20:57:54 +0000 Commit: Romain Tartière <romain@FreeBSD.org> CommitDate: 2023-03-24 22:24:12 +0000 net/rubygem-orchestrator_client: Use a recent version of faraday With the update to ruby 3.1, gem loading and version check have been improved and detect conflicts that prevent bolt from starting: https://github.com/puppetlabs/orchestrator_client-ruby/issues/37 With hat: puppet --- net/rubygem-orchestrator_client/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/rubygem-orchestrator_client/Makefile b/net/rubygem-orchestrator_client/Makefile index cb02f5a8fb4a..e8a667825fe8 100644 --- a/net/rubygem-orchestrator_client/Makefile +++ b/net/rubygem-orchestrator_client/Makefile @@ -1,5 +1,6 @@ PORTNAME= orchestrator_client PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -9,8 +10,8 @@ WWW= https://github.com/puppetlabs/orchestrator_client-ruby LICENSE= APACHE20 -RUN_DEPENDS= rubygem-faraday1>=1.4:www/rubygem-faraday1 \ - rubygem-net-http-persistent>=0:www/rubygem-net-http-persistent +RUN_DEPENDS= rubygem-faraday>=2.0:www/rubygem-faraday \ + rubygem-faraday-net_http_persistent>=2.0:www/rubygem-faraday-net_http_persistent USES= gem