git: 2e83c7cb00a0 - main - textproc/rubygem-loofah222: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Feb 2026 19:38:04 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2e83c7cb00a0cce821fcbe0996cb6bf19280b29e
commit 2e83c7cb00a0cce821fcbe0996cb6bf19280b29e
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-10 19:32:15 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-10 19:32:15 +0000
textproc/rubygem-loofah222: Remove obsoleted port
Use textproc/rubygem-loofah instead.
---
MOVED | 1 +
textproc/Makefile | 1 -
textproc/rubygem-loofah222/Makefile | 25 -------------------------
textproc/rubygem-loofah222/distinfo | 3 ---
textproc/rubygem-loofah222/pkg-descr | 4 ----
5 files changed, 1 insertion(+), 33 deletions(-)
diff --git a/MOVED b/MOVED
index cdbf4d9cb6c9..2a8cce8bcf45 100644
--- a/MOVED
+++ b/MOVED
@@ -5134,3 +5134,4 @@ devel/rubygem-xdg7|devel/rubygem-xdg|2026-02-10|Remove obsoleted port. Use devel
devel/rubygem-xdg8|devel/rubygem-xdg|2026-02-10|Remove obsoleted port. Use devel/rubygem-xdg instead
textproc/rubygem-cucumber-gherkin34|textproc/rubygem-cucumber-gherkin|2026-02-10|Remove obsoleted port. Use textproc/rubygem-cucumber-gherkin instead
textproc/rubygem-cucumber-html-formatter21|textproc/rubygem-cucumber-html-formatter|2026-02-10|Remove obsoleted port. Use textproc/rubygem-cucumber-html-formatter instead
+textproc/rubygem-loofah222|textproc/rubygem-loofah|2026-02-10|Remove obsoleted port. Use textproc/rubygem-loofah instead
diff --git a/textproc/Makefile b/textproc/Makefile
index 041cb0ee1f2a..bde3b9758358 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1936,7 +1936,6 @@
SUBDIR += rubygem-loggability
SUBDIR += rubygem-loofah
SUBDIR += rubygem-loofah-gitlab
- SUBDIR += rubygem-loofah222
SUBDIR += rubygem-ltsv
SUBDIR += rubygem-markaby
SUBDIR += rubygem-mdl
diff --git a/textproc/rubygem-loofah222/Makefile b/textproc/rubygem-loofah222/Makefile
deleted file mode 100644
index 5bba75138b00..000000000000
--- a/textproc/rubygem-loofah222/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PORTNAME= loofah
-PORTVERSION= 2.22.0
-CATEGORIES= textproc rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 222
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Library for manipulating HTML/XML documents and fragments
-WWW= https://github.com/flavorjones/loofah
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
-
-RUN_DEPENDS= rubygem-crass>=1.0.2<1.1:www/rubygem-crass \
- rubygem-nokogiri>=1.12.0:textproc/rubygem-nokogiri
-
-USES= cpe gem
-
-NO_ARCH= yes
-
-CPE_VENDOR= loofah_project
-
-PORTSCOUT= limit:^2\.22\.
-
-.include <bsd.port.mk>
diff --git a/textproc/rubygem-loofah222/distinfo b/textproc/rubygem-loofah222/distinfo
deleted file mode 100644
index 690f37cfe2d8..000000000000
--- a/textproc/rubygem-loofah222/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1699985629
-SHA256 (rubygem/loofah-2.22.0.gem) = 10d76e070c86b12fec74b6a9515fd1940f4459198b991342d0a7897d86c372fe
-SIZE (rubygem/loofah-2.22.0.gem) = 33280
diff --git a/textproc/rubygem-loofah222/pkg-descr b/textproc/rubygem-loofah222/pkg-descr
deleted file mode 100644
index dae5505c8647..000000000000
--- a/textproc/rubygem-loofah222/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Loofah is a general library for manipulating HTML/XML documents and fragments.
-It's built on top of Nokogiri and libxml2, so it's fast and has a nice API.
-Loofah excels at HTML sanitization (XSS prevention). It includes some nice HTML
-sanitizers, which are based on HTML5lib's whitelist.