git: b610962c1481 - main - textproc/rubygem-loofah218: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Apr 2023 13:39:36 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b610962c14814d80e27b9ca516e5c3e2ae406e3e
commit b610962c14814d80e27b9ca516e5c3e2ae406e3e
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-09 13:28:15 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-09 13:36:31 +0000
textproc/rubygem-loofah218: Remove obsoleted port
Use textproc/rubygem-loofah instead.
---
MOVED | 1 +
textproc/Makefile | 1 -
textproc/rubygem-loofah218/Makefile | 23 -----------------------
textproc/rubygem-loofah218/distinfo | 3 ---
textproc/rubygem-loofah218/pkg-descr | 4 ----
5 files changed, 1 insertion(+), 31 deletions(-)
diff --git a/MOVED b/MOVED
index 2bda55b964e8..e0377cc35d07 100644
--- a/MOVED
+++ b/MOVED
@@ -17905,3 +17905,4 @@ devel/rubygem-sidekiq-cron-sidekiq64|devel/rubygem-sidekiq-cron|2023-04-09|Remov
devel/rubygem-sidekiq64|devel/rubygem-sidekiq|2023-04-09|Remove obsoleted port. Use devel/rubygem-sidekiq instead
security/rubygem-openssl221|security/rubygem-openssl|2023-04-09|Remove obsoleted port. Use security/rubygem-openssl instead
textproc/rubygem-github-markup17|textproc/rubygem-github-markup|2023-04-09|Remove obsoleted port. Use textproc/rubygem-github-markup instead
+textproc/rubygem-loofah218|textproc/rubygem-loofah|2023-04-09|Remove obsoleted port. Use textproc/rubygem-loofah instead
diff --git a/textproc/Makefile b/textproc/Makefile
index f20a7191200d..1d9bd757340c 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1762,7 +1762,6 @@
SUBDIR += rubygem-liquid4
SUBDIR += rubygem-loggability
SUBDIR += rubygem-loofah
- SUBDIR += rubygem-loofah218
SUBDIR += rubygem-loofah219
SUBDIR += rubygem-ltsv
SUBDIR += rubygem-markaby
diff --git a/textproc/rubygem-loofah218/Makefile b/textproc/rubygem-loofah218/Makefile
deleted file mode 100644
index 7831f3225e3b..000000000000
--- a/textproc/rubygem-loofah218/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-PORTNAME= loofah
-PORTVERSION= 2.18.0
-CATEGORIES= textproc rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 218
-
-MAINTAINER= mfechner@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.5.9:textproc/rubygem-nokogiri
-
-USES= cpe gem
-
-NO_ARCH= yes
-
-CPE_VENDOR= loofah_project
-
-.include <bsd.port.mk>
diff --git a/textproc/rubygem-loofah218/distinfo b/textproc/rubygem-loofah218/distinfo
deleted file mode 100644
index e1099c46b54e..000000000000
--- a/textproc/rubygem-loofah218/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1664907327
-SHA256 (rubygem/loofah-2.18.0.gem) = 61975a247a6aeb8f09ac5a3430305451efc4525c0b9b79c05feaec35a8b9d5a3
-SIZE (rubygem/loofah-2.18.0.gem) = 31232
diff --git a/textproc/rubygem-loofah218/pkg-descr b/textproc/rubygem-loofah218/pkg-descr
deleted file mode 100644
index dae5505c8647..000000000000
--- a/textproc/rubygem-loofah218/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.