Commit 4a4f20fd authored by Rene Ladan's avatar Rene Ladan
Browse files

textproc/rubygem-nokogumbo: Remove expired port

2025-03-31 textproc/rubygem-nokogumbo: Upstream has merged into textproc/rubygem-nokogiri
parent 656b9347
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −23
Original line number Diff line number Diff line
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>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1626714696
SHA256 (rubygem/nokogumbo-2.0.5.gem) = 5c48053cc021d742aa3fcf7015f785f406a49245c1cfcd1b639e644341b6fa59
SIZE (rubygem/nokogumbo-2.0.5.gem) = 221696
+0 −2
Original line number Diff line number Diff line
Nokogumbo allows a Ruby program to invoke the Gumbo HTML5 parser and access the
result as a Nokogiri parsed document.