1
0
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:
Po-Chuan Hsieh 2023-09-22 11:21:25 +08:00
parent 5f69b4aa8a
commit 32558aa56e
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 13 additions and 1 deletions

View File

@ -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

View 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"])