git: ff40d7c12c86 - main - devel/py-hishel: Enable HTTPX by default

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 15 Jan 2026 11:58:25 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ff40d7c12c8639096fcf10fe96c0a1b89ace758e

commit ff40d7c12c8639096fcf10fe96c0a1b89ace758e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-01-15 11:40:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-01-15 11:53:23 +0000

    devel/py-hishel: Enable HTTPX by default
    
    - Bump PORTREVISION for dependency change
---
 devel/py-hishel/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/py-hishel/Makefile b/devel/py-hishel/Makefile
index 1845c5f7edae..b8a411ca3463 100644
--- a/devel/py-hishel/Makefile
+++ b/devel/py-hishel/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	hishel
 PORTVERSION=	1.1.7
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -23,6 +24,7 @@ USE_PYTHON=	autoplist concurrent pep517
 NO_ARCH=	yes
 
 OPTIONS_DEFINE=	ASYNC FASTAPI HTTPX REQUESTS
+OPTIONS_DEFAULT=HTTPX
 ASYNC_DESC=	Asynchronous support
 FASTAPI_DESC=	FastAPI support
 HTTPX_DESC=	HTTPX support