git: bcf1a868c8db - main - www/rubygem-async-http: Update to 0.61.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Nov 2023 02:19:04 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bcf1a868c8db8587874490cd04b846554b6cd91e
commit bcf1a868c8db8587874490cd04b846554b6cd91e
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-01 01:53:22 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-01 02:08:58 +0000
www/rubygem-async-http: Update to 0.61.0
Changes: https://github.com/socketry/async-http/releases
https://github.com/socketry/async-http/commits/main
---
www/rubygem-async-http/Makefile | 7 +++----
www/rubygem-async-http/distinfo | 6 +++---
www/rubygem-async-http/files/patch-gemspec | 11 -----------
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"])