git: 4df97f143d80 - main - net/rubygem-orchestrator_client: Update to 0.7.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 20:53:16 UTC
The branch main has been updated by romain:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4df97f143d80aa38cdc6769d19b887ef2b45e7a4
commit 4df97f143d80aa38cdc6769d19b887ef2b45e7a4
Author: Romain Tartière <romain@FreeBSD.org>
AuthorDate: 2025-12-31 20:42:07 +0000
Commit: Romain Tartière <romain@FreeBSD.org>
CommitDate: 2025-12-31 20:42:07 +0000
net/rubygem-orchestrator_client: Update to 0.7.2
With hat: puppet
---
net/rubygem-orchestrator_client/Makefile | 2 +-
net/rubygem-orchestrator_client/distinfo | 6 +++---
.../files/patch-lib_orchestrator__client.rb | 10 ----------
.../files/patch-orchestrator__client.gemspec | 12 ------------
4 files changed, 4 insertions(+), 26 deletions(-)
diff --git a/net/rubygem-orchestrator_client/Makefile b/net/rubygem-orchestrator_client/Makefile
index df5c76c10edf..728c5080e71f 100644
--- a/net/rubygem-orchestrator_client/Makefile
+++ b/net/rubygem-orchestrator_client/Makefile
@@ -1,5 +1,5 @@
PORTNAME= orchestrator_client
-PORTVERSION= 0.7.0
+PORTVERSION= 0.7.2
CATEGORIES= net rubygems
MASTER_SITES= RG
diff --git a/net/rubygem-orchestrator_client/distinfo b/net/rubygem-orchestrator_client/distinfo
index a92ab1ea1c62..2ede7007bb73 100644
--- a/net/rubygem-orchestrator_client/distinfo
+++ b/net/rubygem-orchestrator_client/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1683420742
-SHA256 (rubygem/orchestrator_client-0.7.0.gem) = 4f578cb395ec40a8b851a7dbd01719e7033be2842ce88b3c2f323b271f084b16
-SIZE (rubygem/orchestrator_client-0.7.0.gem) = 10752
+TIMESTAMP = 1766859997
+SHA256 (rubygem/orchestrator_client-0.7.2.gem) = ed07d84f3cfc6e03258fd91177c679712c5c95f3dbda467498d5ca429ad4b2df
+SIZE (rubygem/orchestrator_client-0.7.2.gem) = 10752
diff --git a/net/rubygem-orchestrator_client/files/patch-lib_orchestrator__client.rb b/net/rubygem-orchestrator_client/files/patch-lib_orchestrator__client.rb
deleted file mode 100644
index f557c5b9a94e..000000000000
--- a/net/rubygem-orchestrator_client/files/patch-lib_orchestrator__client.rb
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/orchestrator_client.rb.orig 2023-03-24 18:18:51 UTC
-+++ lib/orchestrator_client.rb
-@@ -3,6 +3,7 @@ require 'uri'
- require 'json'
- require 'openssl'
- require 'faraday'
-+require 'faraday/net_http_persistent'
-
- class OrchestratorClient
- require 'orchestrator_client/error'
diff --git a/net/rubygem-orchestrator_client/files/patch-orchestrator__client.gemspec b/net/rubygem-orchestrator_client/files/patch-orchestrator__client.gemspec
deleted file mode 100644
index 2bdaa92e8cf2..000000000000
--- a/net/rubygem-orchestrator_client/files/patch-orchestrator__client.gemspec
+++ /dev/null
@@ -1,12 +0,0 @@
---- orchestrator_client.gemspec.orig 2024-02-27 18:00:11 UTC
-+++ orchestrator_client.gemspec
-@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
-
- s.specification_version = 4
-
-- s.add_runtime_dependency(%q<faraday>.freeze, ["~> 1.4".freeze])
-- s.add_runtime_dependency(%q<net-http-persistent>.freeze, ["~> 4.0".freeze])
-+ s.add_runtime_dependency(%q<faraday>.freeze, ["~> 2.0".freeze])
-+ s.add_runtime_dependency(%q<faraday-net_http_persistent>.freeze, ["~> 2.0".freeze])
- end
-