www/py-httpx: Enable SOCKS option by default

- Bump PORTREVISION for dependency change
2024Q2
Po-Chuan Hsieh 2024-04-01 02:51:48 +08:00
parent 068e113147
commit 3b272f909b
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
1 changed files with 2 additions and 1 deletions

View File

@ -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