git: dc14db258107 - main - www/rubygem-addressable: Update to 2.8.8

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 02 Dec 2025 12:21:18 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dc14db258107aa75fd1b2d125add85662a8104f7

commit dc14db258107aa75fd1b2d125add85662a8104f7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-02 12:11:14 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-02 12:18:18 +0000

    www/rubygem-addressable: Update to 2.8.8
    
    Changes:        https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md
---
 www/rubygem-addressable/Makefile                  |  3 +--
 www/rubygem-addressable/distinfo                  |  6 +++---
 www/rubygem-addressable/files/patch-public_suffix | 24 -----------------------
 3 files changed, 4 insertions(+), 29 deletions(-)

diff --git a/www/rubygem-addressable/Makefile b/www/rubygem-addressable/Makefile
index adde3551e79a..f70ee99271cb 100644
--- a/www/rubygem-addressable/Makefile
+++ b/www/rubygem-addressable/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	addressable
-PORTVERSION=	2.8.7
-PORTREVISION=	1
+PORTVERSION=	2.8.8
 CATEGORIES=	www devel rubygems
 MASTER_SITES=	RG
 
diff --git a/www/rubygem-addressable/distinfo b/www/rubygem-addressable/distinfo
index d04f4e5464f0..824246c34f3e 100644
--- a/www/rubygem-addressable/distinfo
+++ b/www/rubygem-addressable/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1720023810
-SHA256 (rubygem/addressable-2.8.7.gem) = 462986537cf3735ab5f3c0f557f14155d778f4b43ea4f485a9deb9c8f7c58232
-SIZE (rubygem/addressable-2.8.7.gem) = 106496
+TIMESTAMP = 1764511084
+SHA256 (rubygem/addressable-2.8.8.gem) = 7c13b8f9536cf6364c03b9d417c19986019e28f7c00ac8132da4eb0fe393b057
+SIZE (rubygem/addressable-2.8.8.gem) = 109568
diff --git a/www/rubygem-addressable/files/patch-public_suffix b/www/rubygem-addressable/files/patch-public_suffix
deleted file mode 100644
index 2c6219d0d285..000000000000
--- a/www/rubygem-addressable/files/patch-public_suffix
+++ /dev/null
@@ -1,24 +0,0 @@
-Obtained from:	https://github.com/sporkmonger/addressable/commit/af2d3f6e70b9551f94124e2dbab0d739127a8234
-
---- addressable.gemspec.orig	2025-11-23 09:00:03 UTC
-+++ addressable.gemspec
-@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
- 
-   s.specification_version = 4
- 
--  s.add_runtime_dependency(%q<public_suffix>.freeze, [">= 2.0.2".freeze, "< 7.0".freeze])
-+  s.add_runtime_dependency(%q<public_suffix>.freeze, [">= 2.0.2".freeze, "< 8.0".freeze])
-   s.add_development_dependency(%q<bundler>.freeze, [">= 1.0".freeze, "< 3.0".freeze])
- end
- 
---- tasks/gem.rake.orig	2025-11-23 09:00:03 UTC
-+++ tasks/gem.rake
-@@ -21,7 +21,7 @@ namespace :gem do
- 
-     s.required_ruby_version = ">= 2.2"
- 
--    s.add_runtime_dependency "public_suffix", ">= 2.0.2", "< 7.0"
-+    s.add_runtime_dependency "public_suffix", ">= 2.0.2", "< 8.0"
-     s.add_development_dependency "bundler", ">= 1.0", "< 3.0"
- 
-     s.require_path = "lib"