Skip to content

Commit

Permalink
net/rubygem-orchestrator_client: Add patches forgotten in the last co…
Browse files Browse the repository at this point in the history
…mmit

I forgot to `git add` these patches before updating the port, breaking
the port.  Fix and bump PORTREVISION to ensure everyone get the fixed
version.

Pointy hat to:	me
With hat:	puppet
  • Loading branch information
smortex committed Mar 30, 2023
1 parent c905861 commit ce6318e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion net/rubygem-orchestrator_client/Makefile
@@ -1,6 +1,6 @@
PORTNAME= orchestrator_client
PORTVERSION= 0.6.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net rubygems
MASTER_SITES= RG

Expand Down
@@ -0,0 +1,10 @@
--- 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'
@@ -0,0 +1,12 @@
--- orchestrator_client.gemspec.orig 2023-03-24 18:18:51 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"])
- s.add_runtime_dependency(%q<net-http-persistent>.freeze, ["~> 4.0"])
+ s.add_runtime_dependency(%q<faraday>.freeze, ["~> 2.0"])
+ s.add_runtime_dependency(%q<faraday-net_http_persistent>.freeze, ["~> 2.0"])
end

0 comments on commit ce6318e

Please sign in to comment.