aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-11-01 01:53:22 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-11-01 02:08:58 +0000
commitbcf1a868c8db8587874490cd04b846554b6cd91e (patch)
treef8205f39ff1f7dba97a5058a2fb2765f4e8d9ccd
parent8f7245c2a6434dfa688651e0e7af5c293e94b1fd (diff)
downloadports-bcf1a868c8db8587874490cd04b846554b6cd91e.tar.gz
ports-bcf1a868c8db8587874490cd04b846554b6cd91e.zip
www/rubygem-async-http: Update to 0.61.0
-rw-r--r--www/rubygem-async-http/Makefile7
-rw-r--r--www/rubygem-async-http/distinfo6
-rw-r--r--www/rubygem-async-http/files/patch-gemspec11
3 files changed, 6 insertions, 18 deletions
diff --git a/www/rubygem-async-http/Makefile b/www/rubygem-async-http/Makefile
index 72f1fa8abc1f..927cb9290e09 100644
--- a/www/rubygem-async-http/Makefile
+++ b/www/rubygem-async-http/Makefile
@@ -1,6 +1,5 @@
PORTNAME= async-http
-PORTVERSION= 0.60.2
-PORTREVISION= 1
+PORTVERSION= 0.61.0
CATEGORIES= www rubygems
MASTER_SITES= RG
@@ -13,8 +12,8 @@ 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:www/rubygem-protocol-http \
- rubygem-protocol-http1>=0.15.0<0.16:www/rubygem-protocol-http1 \
+ rubygem-protocol-http>=0.25.0:www/rubygem-protocol-http \
+ rubygem-protocol-http1>=0.16.0<0.17:www/rubygem-protocol-http1 \
rubygem-protocol-http2>=0.15.0<0.16:www/rubygem-protocol-http2 \
rubygem-traces>=0.10.0:devel/rubygem-traces
diff --git a/www/rubygem-async-http/distinfo b/www/rubygem-async-http/distinfo
index 31517f116e78..8b2a40718a65 100644
--- a/www/rubygem-async-http/distinfo
+++ b/www/rubygem-async-http/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688167152
-SHA256 (rubygem/async-http-0.60.2.gem) = 55fca862478c9925e4d6f938dce2393c0f9b721da38f8ecb54927b3e4ae0445f
-SIZE (rubygem/async-http-0.60.2.gem) = 33792
+TIMESTAMP = 1698341287
+SHA256 (rubygem/async-http-0.61.0.gem) = 5ea6fd91d491e4e5a87191ad9255aad0626f9ac38c4ca7a583967d5cdbe40d65
+SIZE (rubygem/async-http-0.61.0.gem) = 33792
diff --git a/www/rubygem-async-http/files/patch-gemspec b/www/rubygem-async-http/files/patch-gemspec
deleted file mode 100644
index a9f9999e3743..000000000000
--- a/www/rubygem-async-http/files/patch-gemspec
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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"])