Date: Fri, 26 Jun 2026 20:53:41 +0000 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: 576731052ca9 - main - devel/py-fluent-logger: Fix BUILD_DEPENDS Message-ID: <6a3ee6d5.1e91e.498399b2@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=576731052ca977e2e0caf04ae5b8246f3ee866f9 commit 576731052ca977e2e0caf04ae5b8246f3ee866f9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-06-26 20:47:29 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-06-26 20:47:29 +0000 devel/py-fluent-logger: Fix BUILD_DEPENDS Approved by: portmgr (blanket) With hat: python --- devel/py-fluent-logger/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-fluent-logger/Makefile b/devel/py-fluent-logger/Makefile index 1213a54a9ff1..a2fb0155dee0 100644 --- a/devel/py-fluent-logger/Makefile +++ b/devel/py-fluent-logger/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/fluent/fluent-logger-python LICENSE= APACHE20 -BUILD_DEPENDS= py311-hatchling>0:devel/py-hatchling@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>0:devel/py-msgpack@${PY_FLAVOR} USES= pythonhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3ee6d5.1e91e.498399b2>
