git: 4a4f20fd5521 - main - textproc/rubygem-nokogumbo: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Mon, 31 Mar 2025 14:42:07 UTC
The branch main has been updated by rene:

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

commit 4a4f20fd55218e72f45c384fca28ef5af8e79618
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-03-31 14:42:02 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-03-31 14:42:02 +0000

    textproc/rubygem-nokogumbo: Remove expired port
    
    2025-03-31 textproc/rubygem-nokogumbo: Upstream has merged into textproc/rubygem-nokogiri
---
 MOVED                                |  1 +
 textproc/Makefile                    |  1 -
 textproc/rubygem-nokogumbo/Makefile  | 23 -----------------------
 textproc/rubygem-nokogumbo/distinfo  |  3 ---
 textproc/rubygem-nokogumbo/pkg-descr |  2 --
 5 files changed, 1 insertion(+), 29 deletions(-)

diff --git a/MOVED b/MOVED
index 4d23cbe143a4..0d35a0432ffe 100644
--- a/MOVED
+++ b/MOVED
@@ -4249,3 +4249,4 @@ net/nsscache||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
 security/caldera4||2025-03-31|Has expired: Upgrade to a newer caldera version. 4.2.0 is vulnerable to remote code execution
 net/opensips31||2025-03-31|Has expired: Deprecated upstream
 security/py-python-jose||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
+textproc/rubygem-nokogumbo||2025-03-31|Has expired: Upstream has merged into textproc/rubygem-nokogiri
diff --git a/textproc/Makefile b/textproc/Makefile
index 5ba6d014d10c..50a7c855f210 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1906,7 +1906,6 @@
     SUBDIR += rubygem-multi_xml
     SUBDIR += rubygem-nokogiri
     SUBDIR += rubygem-nokogiri-diff
-    SUBDIR += rubygem-nokogumbo
     SUBDIR += rubygem-octopress-escape-code
     SUBDIR += rubygem-opensearch-ruby-gitlab
     SUBDIR += rubygem-opml
diff --git a/textproc/rubygem-nokogumbo/Makefile b/textproc/rubygem-nokogumbo/Makefile
deleted file mode 100644
index 6cb371398748..000000000000
--- a/textproc/rubygem-nokogumbo/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-PORTNAME=	nokogumbo
-PORTVERSION=	2.0.5
-PORTREVISION=	2
-CATEGORIES=	textproc rubygems
-MASTER_SITES=	RG
-
-MAINTAINER=	ruby@FreeBSD.org
-COMMENT=	Nokogiri interface to the Gumbo HTML5 parser
-WWW=		https://github.com/rubys/nokogumbo
-
-LICENSE=	APACHE20
-LICENSE_FILE=	${WRKSRC}/LICENSE.txt
-
-DEPRECATED=	Upstream has merged into textproc/rubygem-nokogiri
-EXPIRATION_DATE=	2025-03-31
-BROKEN=		Build fails with all supported Ruby versions
-
-RUN_DEPENDS=	rubygem-nokogiri>=1.8.4<2:textproc/rubygem-nokogiri
-
-USES=		gem gnome pkgconfig
-USE_GNOME=	libxml2
-
-.include <bsd.port.mk>
diff --git a/textproc/rubygem-nokogumbo/distinfo b/textproc/rubygem-nokogumbo/distinfo
deleted file mode 100644
index 7482ad0195ad..000000000000
--- a/textproc/rubygem-nokogumbo/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1626714696
-SHA256 (rubygem/nokogumbo-2.0.5.gem) = 5c48053cc021d742aa3fcf7015f785f406a49245c1cfcd1b639e644341b6fa59
-SIZE (rubygem/nokogumbo-2.0.5.gem) = 221696
diff --git a/textproc/rubygem-nokogumbo/pkg-descr b/textproc/rubygem-nokogumbo/pkg-descr
deleted file mode 100644
index 36dc2c6b837c..000000000000
--- a/textproc/rubygem-nokogumbo/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Nokogumbo allows a Ruby program to invoke the Gumbo HTML5 parser and access the
-result as a Nokogiri parsed document.