git: 6cda0a48e1d1 - main - devel/py-hypothesis: Fix ZONEINFO_DESC

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 19 May 2024 17:25:50 UTC
The branch main has been updated by sunpoet:

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

commit 6cda0a48e1d1a1f3bb37124e1570ccf83ebc38d0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-19 16:17:35 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-19 17:15:35 +0000

    devel/py-hypothesis: Fix ZONEINFO_DESC
---
 devel/py-hypothesis/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile
index 1484585ee73d..45a2a25e82d7 100644
--- a/devel/py-hypothesis/Makefile
+++ b/devel/py-hypothesis/Makefile
@@ -40,7 +40,7 @@ PANDAS_DESC=		Pandas support
 PYTEST_DESC=		pytest support
 PYTZ_DESC=		Timezone support
 REDIS_DESC=		Redis support
-ZONEINFO_DESC=	Zone
+ZONEINFO_DESC=		Zoneinfo support
 
 CLI_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}black>=19.10b0:devel/py-black@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}click>=7.0:devel/py-click@${PY_FLAVOR} \