aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 14:59:20 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 15:10:52 +0000
commit643ce598cf0240c753a26a50e740de989aae2bf8 (patch)
tree2bff62c3bd1454c1a8aad654636c60096aacc69e
parent2be051a87ce5e82a557abed4e938a10aff512938 (diff)
downloadports-643ce598cf0240c753a26a50e740de989aae2bf8.tar.gz
ports-643ce598cf0240c753a26a50e740de989aae2bf8.zip
www/rubygem-http: Update to 5.2.0
-rw-r--r--www/rubygem-http/Makefile6
-rw-r--r--www/rubygem-http/distinfo6
-rw-r--r--www/rubygem-http/files/patch-gemspec11
3 files changed, 6 insertions, 17 deletions
diff --git a/www/rubygem-http/Makefile b/www/rubygem-http/Makefile
index beb588de4e7a..cfb85a1a1f7b 100644
--- a/www/rubygem-http/Makefile
+++ b/www/rubygem-http/Makefile
@@ -1,6 +1,5 @@
PORTNAME= http
-PORTVERSION= 5.1.1
-PORTREVISION= 1
+PORTVERSION= 5.2.0
CATEGORIES= www rubygems
MASTER_SITES= RG
@@ -12,9 +11,10 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-addressable>=2.8<3:www/rubygem-addressable \
+ rubygem-base64>=0.1<1:converters/rubygem-base64 \
rubygem-http-cookie>=1.0<2:www/rubygem-http-cookie \
rubygem-http-form_data>=2.2<3:www/rubygem-http-form_data \
- rubygem-llhttp-ffi>=0.4<1:www/rubygem-llhttp-ffi
+ rubygem-llhttp-ffi>=0.5.0<0.6:www/rubygem-llhttp-ffi
USES= gem
diff --git a/www/rubygem-http/distinfo b/www/rubygem-http/distinfo
index d7616cd317c9..c1e0688fd5f9 100644
--- a/www/rubygem-http/distinfo
+++ b/www/rubygem-http/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1674590594
-SHA256 (rubygem/http-5.1.1.gem) = fcaec14a4f82de6d2f9cb978c07326814c6c2b42b8974f6ec166ff19c645ebaf
-SIZE (rubygem/http-5.1.1.gem) = 82944
+TIMESTAMP = 1708450616
+SHA256 (rubygem/http-5.2.0.gem) = b99ed3c65376e0fd8107647fbaf5a8ab4f66c347d1271fb74cea757e209c6115
+SIZE (rubygem/http-5.2.0.gem) = 85504
diff --git a/www/rubygem-http/files/patch-gemspec b/www/rubygem-http/files/patch-gemspec
deleted file mode 100644
index 659063c6d13f..000000000000
--- a/www/rubygem-http/files/patch-gemspec
+++ /dev/null
@@ -1,11 +0,0 @@
---- http.gemspec.orig 2023-04-06 18:04:03 UTC
-+++ http.gemspec
-@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
- s.add_runtime_dependency(%q<addressable>.freeze, ["~> 2.8"])
- s.add_runtime_dependency(%q<http-cookie>.freeze, ["~> 1.0"])
- s.add_runtime_dependency(%q<http-form_data>.freeze, ["~> 2.2"])
-- s.add_runtime_dependency(%q<llhttp-ffi>.freeze, ["~> 0.4.0"])
-+ s.add_runtime_dependency(%q<llhttp-ffi>.freeze, ["~> 0.4"])
- s.add_development_dependency(%q<bundler>.freeze, ["~> 2.0"])
- end
-