diff options
Diffstat (limited to 'textproc/py-furo/Makefile')
-rw-r--r-- | textproc/py-furo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/py-furo/Makefile b/textproc/py-furo/Makefile index 87880e65bbcb..d2a548aac864 100644 --- a/textproc/py-furo/Makefile +++ b/textproc/py-furo/Makefile @@ -1,6 +1,5 @@ PORTNAME= furo -PORTVERSION= 2024.8.6 -PORTREVISION= 1 +PORTVERSION= 2025.7.19 CATEGORIES= textproc python MASTER_SITES= PYPI \ LOCAL/sunpoet:static @@ -17,7 +16,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.9.0:devel/py-flit-core@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}accessible-pygments>=0.0.5:textproc/py-accessible-pygments@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.7:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=5.0,1<9.0,1:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx-basic-ng>=1.0.0b2:textproc/py-sphinx-basic-ng@${PY_FLAVOR} |