Date: Tue, 31 Dec 2024 16:25:49 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: dd1b0cbb1918 - main - www/rubygem-httparty020: Remove obsoleted port Message-ID: <202412311625.4BVGPniR042174@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=dd1b0cbb1918df749b862d4ff9bd85e8c4604871 commit dd1b0cbb1918df749b862d4ff9bd85e8c4604871 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-12-31 16:17:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-12-31 16:22:46 +0000 www/rubygem-httparty020: Remove obsoleted port Use www/rubygem-httparty instead. --- MOVED | 1 + www/Makefile | 1 - www/rubygem-httparty020/Makefile | 29 ----------------------------- www/rubygem-httparty020/distinfo | 3 --- www/rubygem-httparty020/pkg-descr | 9 --------- 5 files changed, 1 insertion(+), 42 deletions(-) diff --git a/MOVED b/MOVED index 1b80628d6860..7a7e8e0e3b51 100644 --- a/MOVED +++ b/MOVED @@ -3799,3 +3799,4 @@ textproc/rubygem-rexml32|textproc/rubygem-rexml|2024-12-31|Remove obsoleted port textproc/rubygem-rexml33|textproc/rubygem-rexml|2024-12-31|Remove obsoleted port. Use textproc/rubygem-rexml instead textproc/rubygem-rouge43|textproc/rubygem-rouge|2024-12-31|Remove obsoleted port. Use textproc/rubygem-rouge instead textproc/rubygem-terser11|textproc/rubygem-terser|2024-12-31|Remove obsoleted port. Use textproc/rubygem-terser instead +www/rubygem-httparty020|www/rubygem-httparty|2024-12-31|Remove obsoleted port. Use www/rubygem-httparty instead diff --git a/www/Makefile b/www/Makefile index 611167d916da..03b2b2633a9b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2119,7 +2119,6 @@ SUBDIR += rubygem-http4 SUBDIR += rubygem-http_router SUBDIR += rubygem-httparty - SUBDIR += rubygem-httparty020 SUBDIR += rubygem-httparty021 SUBDIR += rubygem-httpclient SUBDIR += rubygem-httpi diff --git a/www/rubygem-httparty020/Makefile b/www/rubygem-httparty020/Makefile deleted file mode 100644 index 8532760f940e..000000000000 --- a/www/rubygem-httparty020/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= httparty -PORTVERSION= 0.20.0 -CATEGORIES= www rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 020 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Ruby Library that Makes HTTP Fun Again -WWW= https://www.johnnunemaker.com/httparty/ \ - https://github.com/jnunemaker/httparty - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/MIT-LICENSE - -RUN_DEPENDS= rubygem-mime-types>=3.0<4:misc/rubygem-mime-types \ - rubygem-multi_xml>=0.5.2:textproc/rubygem-multi_xml - -USES= cpe gem - -NO_ARCH= yes - -CPE_VENDOR= john_nunemaker - -PORTSCOUT= limit:^0\.20\. - -post-install: - ${RM} ${STAGEDIR}${PREFIX}/bin/httparty - -.include <bsd.port.mk> diff --git a/www/rubygem-httparty020/distinfo b/www/rubygem-httparty020/distinfo deleted file mode 100644 index 5235a8bdd11b..000000000000 --- a/www/rubygem-httparty020/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1650557179 -SHA256 (rubygem/httparty-0.20.0.gem) = 490d2a028a5accc611f1685d479d80ef80b129140d24a93c53c119f578614867 -SIZE (rubygem/httparty-0.20.0.gem) = 47104 diff --git a/www/rubygem-httparty020/pkg-descr b/www/rubygem-httparty020/pkg-descr deleted file mode 100644 index 7e7ee4388b40..000000000000 --- a/www/rubygem-httparty020/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -httparty is a Ruby library that makes HTTP fun again! - -Its features: -* Easy get, post, put, delete requests -* Basic http authentication -* Default request query string parameters (i.e. for API keys that are needed on - each request) -* Automatic parsing of JSON and XML into ruby hashes based on response - content-type
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412311625.4BVGPniR042174>