git: 3b272f909ba8 - main - www/py-httpx: Enable SOCKS option by default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Mar 2024 18:56:59 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3b272f909ba8a70c2afb71b0003d5fed095a4fc9 commit 3b272f909ba8a70c2afb71b0003d5fed095a4fc9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-31 18:51:48 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-31 18:51:48 +0000 www/py-httpx: Enable SOCKS option by default - Bump PORTREVISION for dependency change --- www/py-httpx/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/py-httpx/Makefile b/www/py-httpx/Makefile index 590bdd937442..5afd6349a094 100644 --- a/www/py-httpx/Makefile +++ b/www/py-httpx/Makefile @@ -1,5 +1,6 @@ PORTNAME= httpx PORTVERSION= 0.27.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -28,7 +29,7 @@ NO_ARCH= yes CPE_VENDOR= encode OPTIONS_DEFINE= BROTLI CLI HTTP2 SOCKS -OPTIONS_DEFAULT=HTTP2 +OPTIONS_DEFAULT=HTTP2 SOCKS BROTLI_DESC= Brotli support CLI_DESC= Command-line interface support HTTP2_DESC= HTTP/2 support