git: 263b692b4a1e - main - devel/py-readme-renderer: Update RUN_DEPENDS after 51c8c9bdc20f2c5166fa98f9c14b1000a0f199d7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Nov 2021 13:46:39 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=263b692b4a1eddaec9bb55f8d133b4954ec0bf25 commit 263b692b4a1eddaec9bb55f8d133b4954ec0bf25 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-01 13:26:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-01 13:41:45 +0000 devel/py-readme-renderer: Update RUN_DEPENDS after 51c8c9bdc20f2c5166fa98f9c14b1000a0f199d7 --- devel/py-readme-renderer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-readme-renderer/Makefile b/devel/py-readme-renderer/Makefile index 090157f0bdd3..5559570be313 100644 --- a/devel/py-readme-renderer/Makefile +++ b/devel/py-readme-renderer/Makefile @@ -14,7 +14,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bleach>=2.1.0:www/py-bleach@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}docutils>=0.13.1:textproc/py-docutils@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}docutils>=0.13.1,1:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.5.1:textproc/py-pygments@${PY_FLAVOR} USES= python:3.6+