diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-10-13 06:26:01 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-10-13 06:26:01 +0000 |
| commit | 8b804512a3b0dcb37a7bec0630d97fa740587670 (patch) | |
| tree | 50401e5a3b30853bb41533c35ce463e46c340a98 | |
| parent | 59f7682c3d234a2371bb376057403c54bb980924 (diff) | |
www/rubygem-typhoeus: Update to 1.5.0
- Allow build with rubygem-ethon 0.16.0+
Changes: https://github.com/typhoeus/typhoeus/blob/master/CHANGELOG.md
Reference: https://github.com/typhoeus/typhoeus/issues/739
| -rw-r--r-- | www/rubygem-typhoeus/Makefile | 2 | ||||
| -rw-r--r-- | www/rubygem-typhoeus/distinfo | 6 | ||||
| -rw-r--r-- | www/rubygem-typhoeus/files/patch-gemspec | 10 |
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 + |
