Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2024 18:56:59 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: 3b272f909ba8 - main - www/py-httpx: Enable SOCKS option by default
Message-ID:  <202403311856.42VIux0C045914@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=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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403311856.42VIux0C045914>