Skip to content

Commit

Permalink
www/rubygem-async-http: Fix gemspec for rubygem-protocol-http 0.25.0 …
Browse files Browse the repository at this point in the history
…update

- Bump PORTREVISION for package change
  • Loading branch information
sunpoet committed Sep 22, 2023
1 parent 5f69b4a commit 32558aa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/rubygem-async-http/Makefile
@@ -1,5 +1,6 @@
PORTNAME= async-http
PORTVERSION= 0.60.2
PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG

Expand All @@ -12,7 +13,7 @@ LICENSE= MIT
RUN_DEPENDS= rubygem-async>=1.25:devel/rubygem-async \
rubygem-async-io>=1.28:devel/rubygem-async-io \
rubygem-async-pool>=0.2:www/rubygem-async-pool \
rubygem-protocol-http>=0.24.0<0.25:www/rubygem-protocol-http \
rubygem-protocol-http>=0.24.0:www/rubygem-protocol-http \
rubygem-protocol-http1>=0.15.0<0.16:www/rubygem-protocol-http1 \
rubygem-protocol-http2>=0.15.0<0.16:www/rubygem-protocol-http2 \
rubygem-traces>=0.10.0:devel/rubygem-traces
Expand Down
11 changes: 11 additions & 0 deletions www/rubygem-async-http/files/patch-gemspec
@@ -0,0 +1,11 @@
--- async-http.gemspec.orig 2023-09-19 19:44:04 UTC
+++ async-http.gemspec
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<async>.freeze, [">= 1.25"])
s.add_runtime_dependency(%q<async-io>.freeze, [">= 1.28"])
s.add_runtime_dependency(%q<async-pool>.freeze, [">= 0.2"])
- s.add_runtime_dependency(%q<protocol-http>.freeze, ["~> 0.24.0"])
+ s.add_runtime_dependency(%q<protocol-http>.freeze, [">= 0.24.0"])
s.add_runtime_dependency(%q<protocol-http1>.freeze, ["~> 0.15.0"])
s.add_runtime_dependency(%q<protocol-http2>.freeze, ["~> 0.15.0"])
s.add_runtime_dependency(%q<traces>.freeze, [">= 0.10.0"])

0 comments on commit 32558aa

Please sign in to comment.