diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-06-05 18:34:29 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-06-05 18:46:52 +0000 |
| commit | 75f93d0a1206d8a27d32a95fb714819924789c26 (patch) | |
| tree | 279f2f7af836fd1f3970dcd33e480ebc5696bf62 | |
| parent | 28c96d9512a654391a4bba1fb4826448f4e5a1d3 (diff) | |
textproc/rubygem-loofah221: Remove obsoleted port
Use textproc/rubygem-loofah instead.
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | textproc/Makefile | 1 | ||||
| -rw-r--r-- | textproc/rubygem-loofah221/Makefile | 25 | ||||
| -rw-r--r-- | textproc/rubygem-loofah221/distinfo | 3 | ||||
| -rw-r--r-- | textproc/rubygem-loofah221/pkg-descr | 4 |
5 files changed, 1 insertions, 33 deletions
@@ -7628,3 +7628,4 @@ devel/rubygem-aws-sdk-core3171|devel/rubygem-aws-sdk-core|2023-06-05|Remove obso net/rubygem-u2f0|net/rubygem-u2f|2023-06-05|Remove obsoleted port. Use net/rubygem-u2f instead security/rubygem-omniauth-cas3-oauth2|security/rubygem-omniauth-cas3|2023-06-05|Remove obsoleted port. Use security/rubygem-omniauth-cas3 instead textproc/rubygem-loofah220|textproc/rubygem-loofah|2023-06-05|Remove obsoleted port. Use textproc/rubygem-loofah instead +textproc/rubygem-loofah221|textproc/rubygem-loofah|2023-06-05|Remove obsoleted port. Use textproc/rubygem-loofah instead diff --git a/textproc/Makefile b/textproc/Makefile index e45ebd74da4f..b31620bdcd94 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1779,7 +1779,6 @@ SUBDIR += rubygem-liquid4 SUBDIR += rubygem-loggability SUBDIR += rubygem-loofah - SUBDIR += rubygem-loofah221 SUBDIR += rubygem-ltsv SUBDIR += rubygem-markaby SUBDIR += rubygem-mdl diff --git a/textproc/rubygem-loofah221/Makefile b/textproc/rubygem-loofah221/Makefile deleted file mode 100644 index 88d879e1fb87..000000000000 --- a/textproc/rubygem-loofah221/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= loofah -PORTVERSION= 2.21.3 -CATEGORIES= textproc rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 221 - -MAINTAINER= ruby@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\.21\. - -.include <bsd.port.mk> diff --git a/textproc/rubygem-loofah221/distinfo b/textproc/rubygem-loofah221/distinfo deleted file mode 100644 index b96b2a25203c..000000000000 --- a/textproc/rubygem-loofah221/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1684386672 -SHA256 (rubygem/loofah-2.21.3.gem) = 43d21a8bb96c380199a8f66e0298649eaa7362fcd32f3a6114f39775e524e4dc -SIZE (rubygem/loofah-2.21.3.gem) = 32256 diff --git a/textproc/rubygem-loofah221/pkg-descr b/textproc/rubygem-loofah221/pkg-descr deleted file mode 100644 index dae5505c8647..000000000000 --- a/textproc/rubygem-loofah221/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. |
