git: 4bc765d5df9a - main - devel/py-phmdoctest: Fix RUN_DEPENDS

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 10 Sep 2025 04:46:59 UTC
The branch main has been updated by sunpoet:

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

commit 4bc765d5df9a1a6f7a4691a8bf46e98346d0b7c1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-09-10 04:37:58 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-09-10 04:37:58 +0000

    devel/py-phmdoctest: Fix RUN_DEPENDS
    
    - Use PY_TOMLI
    - Bump PORTREVISION for dependency change
    
    from setup.cfg:
        tomli >= 1.0.0 ; python_version < "3.11"
    
    Reference:      https://github.com/tmarktaylor/phmdoctest/blob/v1.4.0/setup.cfg#L47
    Approved by:    portmgr (blanket)
    With hat:       python
---
 devel/py-phmdoctest/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/py-phmdoctest/Makefile b/devel/py-phmdoctest/Makefile
index 39b2540608b1..43916cdb0d04 100644
--- a/devel/py-phmdoctest/Makefile
+++ b/devel/py-phmdoctest/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	phmdoctest
 DISTVERSION=	1.4.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI # no tests
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=7.1.1:devel/py-click@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}CommonMark>=0.9.1:textproc/py-CommonMark@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}monotable>=2.1.1:devel/py-monotable@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}tomli>=1.0.0:textproc/py-tomli@${PY_FLAVOR}
+		${PY_TOMLI}
 
 USES=		python
 USE_PYTHON=	pep517 autoplist pytest