git: 75f93d0a1206 - main - textproc/rubygem-loofah221: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 18:51:14 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=75f93d0a1206d8a27d32a95fb714819924789c26 commit 75f93d0a1206d8a27d32a95fb714819924789c26 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-05 18:34:29 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-05 18:46:52 +0000 textproc/rubygem-loofah221: Remove obsoleted port Use textproc/rubygem-loofah instead. --- MOVED | 1 + textproc/Makefile | 1 - textproc/rubygem-loofah221/Makefile | 25 ------------------------- textproc/rubygem-loofah221/distinfo | 3 --- textproc/rubygem-loofah221/pkg-descr | 4 ---- 5 files changed, 1 insertion(+), 33 deletions(-) diff --git a/MOVED b/MOVED index e7f5b9f0e825..ff3fa4bc4e2b 100644 --- a/MOVED +++ b/MOVED @@ -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.