mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
www/rubygem-async-http: Fix gemspec for rubygem-protocol-http 0.25.0 update
- Bump PORTREVISION for package change
This commit is contained in:
parent
5f69b4aa8a
commit
32558aa56e
@ -1,5 +1,6 @@
|
||||
PORTNAME= async-http
|
||||
PORTVERSION= 0.60.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -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
|
||||
|
11
www/rubygem-async-http/files/patch-gemspec
Normal file
11
www/rubygem-async-http/files/patch-gemspec
Normal file
@ -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"])
|
Loading…
Reference in New Issue
Block a user