Date: Mon, 5 Jun 2023 18:51:13 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 28c96d9512a6 - main - textproc/rubygem-loofah220: Remove obsoleted port Message-ID: <202306051851.355IpDF7047549@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=28c96d9512a654391a4bba1fb4826448f4e5a1d3 commit 28c96d9512a654391a4bba1fb4826448f4e5a1d3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-05 18:34:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-05 18:46:52 +0000 textproc/rubygem-loofah220: Remove obsoleted port Use textproc/rubygem-loofah instead. --- MOVED | 1 + textproc/Makefile | 1 - textproc/rubygem-loofah220/Makefile | 25 ------------------------- textproc/rubygem-loofah220/distinfo | 3 --- textproc/rubygem-loofah220/pkg-descr | 4 ---- 5 files changed, 1 insertion(+), 33 deletions(-) diff --git a/MOVED b/MOVED index affc76b64c5d..e7f5b9f0e825 100644 --- a/MOVED +++ b/MOVED @@ -7627,3 +7627,4 @@ devel/py-dulwich020|devel/py-dulwich|2023-06-05|Remove obsoleted port. Use devel devel/rubygem-aws-sdk-core3171|devel/rubygem-aws-sdk-core|2023-06-05|Remove obsoleted port. Use devel/rubygem-aws-sdk-core instead 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 diff --git a/textproc/Makefile b/textproc/Makefile index 160fa94ac13d..e45ebd74da4f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1779,7 +1779,6 @@ SUBDIR += rubygem-liquid4 SUBDIR += rubygem-loggability SUBDIR += rubygem-loofah - SUBDIR += rubygem-loofah220 SUBDIR += rubygem-loofah221 SUBDIR += rubygem-ltsv SUBDIR += rubygem-markaby diff --git a/textproc/rubygem-loofah220/Makefile b/textproc/rubygem-loofah220/Makefile deleted file mode 100644 index 99e1b27f10a7..000000000000 --- a/textproc/rubygem-loofah220/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= loofah -PORTVERSION= 2.20.0 -CATEGORIES= textproc rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 220 - -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\.20\. - -.include <bsd.port.mk> diff --git a/textproc/rubygem-loofah220/distinfo b/textproc/rubygem-loofah220/distinfo deleted file mode 100644 index a956e2554b52..000000000000 --- a/textproc/rubygem-loofah220/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1680726416 -SHA256 (rubygem/loofah-2.20.0.gem) = e8fa874c8e2cd2fbdbecc1b6badc3f713639796aaca3f6dd494c4737828a24d6 -SIZE (rubygem/loofah-2.20.0.gem) = 32768 diff --git a/textproc/rubygem-loofah220/pkg-descr b/textproc/rubygem-loofah220/pkg-descr deleted file mode 100644 index dae5505c8647..000000000000 --- a/textproc/rubygem-loofah220/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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306051851.355IpDF7047549>