git: 062b4fed1070 - main - textproc/py-restructuredtext-lint: Fix build after 51c8c9bdc20f2c5166fa98f9c14b1000a0f199d7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Nov 2021 13:48:51 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=062b4fed10705e7fbd63fce4b6bd957bfdd42858 commit 062b4fed10705e7fbd63fce4b6bd957bfdd42858 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-01 13:30:47 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-01 13:42:24 +0000 textproc/py-restructuredtext-lint: Fix build after 51c8c9bdc20f2c5166fa98f9c14b1000a0f199d7 Approved by: portmgr (blanket) --- textproc/py-restructuredtext-lint/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/py-restructuredtext-lint/Makefile b/textproc/py-restructuredtext-lint/Makefile index 4b5e4108ac61..e26d383cf9b1 100644 --- a/textproc/py-restructuredtext-lint/Makefile +++ b/textproc/py-restructuredtext-lint/Makefile @@ -9,7 +9,7 @@ COMMENT= reStructuredText linter LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC}/UNLICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.11<1.0:textproc/py-docutils@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.11,1<1.0,1:textproc/py-docutils@${PY_FLAVOR} USES= python USE_GITHUB= yes