git: 1d04197dda69 - main - textproc/rubygem-loofah219: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 May 2023 23:51:20 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1d04197dda698fbc601f1b26e2fadb56009850ff commit 1d04197dda698fbc601f1b26e2fadb56009850ff Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-05-27 23:20:45 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-05-27 23:43:41 +0000 textproc/rubygem-loofah219: Remove obsoleted port Use textproc/rubygem-loofah instead. --- MOVED | 1 + textproc/Makefile | 1 - textproc/rubygem-loofah219/Makefile | 25 ------------------------- textproc/rubygem-loofah219/distinfo | 3 --- textproc/rubygem-loofah219/pkg-descr | 4 ---- 5 files changed, 1 insertion(+), 33 deletions(-) diff --git a/MOVED b/MOVED index a73f4d8594bb..6e6664d4b952 100644 --- a/MOVED +++ b/MOVED @@ -7567,3 +7567,4 @@ security/rubygem-doorkeeper562|security/rubygem-doorkeeper|2023-05-27|Remove obs security/rubygem-ed2551912|security/rubygem-ed25519|2023-05-27|Remove obsoleted port. Use security/rubygem-ed25519 instead sysutils/rubygem-chef16|sysutils/rubygem-chef|2023-05-27|Remove obsoleted port. Use sysutils/rubygem-chef instead sysutils/rubygem-ohai16|sysutils/rubygem-ohai|2023-05-27|Remove obsoleted port. Use sysutils/rubygem-ohai instead +textproc/rubygem-loofah219|textproc/rubygem-loofah|2023-05-27|Remove obsoleted port. Use textproc/rubygem-loofah instead diff --git a/textproc/Makefile b/textproc/Makefile index e136ef401d2b..cad4f81b65c8 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1780,7 +1780,6 @@ SUBDIR += rubygem-liquid4 SUBDIR += rubygem-loggability SUBDIR += rubygem-loofah - SUBDIR += rubygem-loofah219 SUBDIR += rubygem-loofah220 SUBDIR += rubygem-loofah221 SUBDIR += rubygem-ltsv diff --git a/textproc/rubygem-loofah219/Makefile b/textproc/rubygem-loofah219/Makefile deleted file mode 100644 index 84e2ddc82bbf..000000000000 --- a/textproc/rubygem-loofah219/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= loofah -PORTVERSION= 2.19.1 -CATEGORIES= textproc rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 219 - -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.5.9:textproc/rubygem-nokogiri - -USES= cpe gem - -NO_ARCH= yes - -CPE_VENDOR= loofah_project - -PORTSCOUT= limit:^2\.19\. - -.include <bsd.port.mk> diff --git a/textproc/rubygem-loofah219/distinfo b/textproc/rubygem-loofah219/distinfo deleted file mode 100644 index 07beb3b4d976..000000000000 --- a/textproc/rubygem-loofah219/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1674590576 -SHA256 (rubygem/loofah-2.19.1.gem) = 6c6469efdefe3496010000a346f9d3bf710e11ac4661e353cf56852326fb1023 -SIZE (rubygem/loofah-2.19.1.gem) = 32768 diff --git a/textproc/rubygem-loofah219/pkg-descr b/textproc/rubygem-loofah219/pkg-descr deleted file mode 100644 index dae5505c8647..000000000000 --- a/textproc/rubygem-loofah219/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.