aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-10-13 06:26:01 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-10-13 06:26:01 +0000
commit8b804512a3b0dcb37a7bec0630d97fa740587670 (patch)
tree50401e5a3b30853bb41533c35ce463e46c340a98
parent59f7682c3d234a2371bb376057403c54bb980924 (diff)
www/rubygem-typhoeus: Update to 1.5.0
-rw-r--r--www/rubygem-typhoeus/Makefile2
-rw-r--r--www/rubygem-typhoeus/distinfo6
-rw-r--r--www/rubygem-typhoeus/files/patch-gemspec10
3 files changed, 14 insertions, 4 deletions
diff --git a/www/rubygem-typhoeus/Makefile b/www/rubygem-typhoeus/Makefile
index 5e120bf27164..f17f49542b14 100644
--- a/www/rubygem-typhoeus/Makefile
+++ b/www/rubygem-typhoeus/Makefile
@@ -1,5 +1,5 @@
PORTNAME= typhoeus
-PORTVERSION= 1.4.1
+PORTVERSION= 1.5.0
CATEGORIES= www rubygems
MASTER_SITES= RG
diff --git a/www/rubygem-typhoeus/distinfo b/www/rubygem-typhoeus/distinfo
index 32bc6f482eed..ab51152a24a0 100644
--- a/www/rubygem-typhoeus/distinfo
+++ b/www/rubygem-typhoeus/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1700760710
-SHA256 (rubygem/typhoeus-1.4.1.gem) = 1c17db8364bd45ab302dc61e460173c3e69835896be88a3df07c206d5c55ef7c
-SIZE (rubygem/typhoeus-1.4.1.gem) = 57856
+TIMESTAMP = 1759817022
+SHA256 (rubygem/typhoeus-1.5.0.gem) = 120b67ed1ef515e6c0e938176db880f15b0916f038e78ce2a66290f3f1de3e3b
+SIZE (rubygem/typhoeus-1.5.0.gem) = 38912
diff --git a/www/rubygem-typhoeus/files/patch-gemspec b/www/rubygem-typhoeus/files/patch-gemspec
new file mode 100644
index 000000000000..be3656532efd
--- /dev/null
+++ b/www/rubygem-typhoeus/files/patch-gemspec
@@ -0,0 +1,10 @@
+--- typhoeus.gemspec.orig 2025-09-03 14:33:53 UTC
++++ typhoeus.gemspec
+@@ -21,6 +21,6 @@ Gem::Specification.new do |s|
+
+ s.specification_version = 4
+
+- s.add_runtime_dependency(%q<ethon>.freeze, [">= 0.9.0".freeze, "< 0.16.0".freeze])
++ s.add_runtime_dependency(%q<ethon>.freeze, [">= 0.9.0".freeze])
+ end
+