git: ec168c07c499 - main - textproc/rubygem-escape_utils12: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Jul 2022 11:54:58 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ec168c07c4999a0b0f6e0c0fded74c30d7906f90 commit ec168c07c4999a0b0f6e0c0fded74c30d7906f90 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-13 11:54:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-13 11:54:21 +0000 textproc/rubygem-escape_utils12: Remove obsoleted port Use textproc/rubygem-escape_utils instead. --- MOVED | 1 + textproc/Makefile | 1 - textproc/rubygem-escape_utils12/Makefile | 20 -------------------- textproc/rubygem-escape_utils12/distinfo | 3 --- textproc/rubygem-escape_utils12/pkg-descr | 14 -------------- 5 files changed, 1 insertion(+), 38 deletions(-) diff --git a/MOVED b/MOVED index b6c56db86c31..baf2961cbf95 100644 --- a/MOVED +++ b/MOVED @@ -17498,3 +17498,4 @@ x11/alltray||2022-07-08|Has expired: abandonware x11/simdock||2022-07-08|Has expired: Abandonware using deprecated gnome2 libs misc/cxxmatrix|games/cxxmatrix|2022-07-10|Move to a more appropriate category devel/ChipmunkPhysics|science/ChipmunkPhysics|2022-07-13|Move to a more appropriate category +textproc/rubygem-escape_utils12|textproc/rubygem-escape_utils|2022-07-13|Remove obsoleted port. Use textproc/rubygem-escape_utils instead diff --git a/textproc/Makefile b/textproc/Makefile index aafed562a018..8746cb54508c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1673,7 +1673,6 @@ SUBDIR += rubygem-elasticsearch713 SUBDIR += rubygem-emot SUBDIR += rubygem-escape_utils - SUBDIR += rubygem-escape_utils12 SUBDIR += rubygem-extended-markdown-filter SUBDIR += rubygem-ezamar SUBDIR += rubygem-fast_xs diff --git a/textproc/rubygem-escape_utils12/Makefile b/textproc/rubygem-escape_utils12/Makefile deleted file mode 100644 index 41ba501035bf..000000000000 --- a/textproc/rubygem-escape_utils12/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Scott Sanders <scott@jssjr.com> - -PORTNAME= escape_utils -PORTVERSION= 1.2.2 -CATEGORIES= textproc rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 12 - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Faster string escaping routines for your web apps - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -USES= gem -USE_RUBY= yes - -PORTSCOUT= limit:^1\.2\. - -.include <bsd.port.mk> diff --git a/textproc/rubygem-escape_utils12/distinfo b/textproc/rubygem-escape_utils12/distinfo deleted file mode 100644 index 9071a81a3f2b..000000000000 --- a/textproc/rubygem-escape_utils12/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1657199137 -SHA256 (rubygem/escape_utils-1.2.2.gem) = a307a83a4d62f1c86ce268202baf16bd2854b6ba63088206f1d6305ded5050a0 -SIZE (rubygem/escape_utils-1.2.2.gem) = 27136 diff --git a/textproc/rubygem-escape_utils12/pkg-descr b/textproc/rubygem-escape_utils12/pkg-descr deleted file mode 100644 index 1d7667b43bd2..000000000000 --- a/textproc/rubygem-escape_utils12/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Async (EventMachine) HTTP client, with support for: -o Asynchronous HTTP API for single & parallel request execution -o Keep-Alive and HTTP pipelining support -o Auto-follow 3xx redirects with max depth -o Automatic gzip & deflate decoding -o Streaming response processing -o Streaming file uploads -o HTTP proxy and SOCKS5 support -o Basic Auth & OAuth -o Connection-level & Global middleware support -o HTTP parser via http_parser.rb -o Works wherever EventMachine runs: Rubinius, JRuby, MRI - -WWW: https://github.com/brianmario/escape_utils