Date: Mon, 1 Nov 2021 13:47:04 GMT 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: 4a9eedd3a81c - main - textproc/py-pybtex-docutils: Update RUN_DEPENDS after 51c8c9bdc20f2c5166fa98f9c14b1000a0f199d7 Message-ID: <202111011347.1A1Dl4Vl051023@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4a9eedd3a81cdee9532898ffeefb5317febc81a5 commit 4a9eedd3a81cdee9532898ffeefb5317febc81a5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-01 13:27:42 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-01 13:41:52 +0000 textproc/py-pybtex-docutils: Update RUN_DEPENDS after 51c8c9bdc20f2c5166fa98f9c14b1000a0f199d7 --- textproc/py-pybtex-docutils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/py-pybtex-docutils/Makefile b/textproc/py-pybtex-docutils/Makefile index 3783144ca01d..94c40a1d34d5 100644 --- a/textproc/py-pybtex-docutils/Makefile +++ b/textproc/py-pybtex-docutils/Makefile @@ -12,7 +12,7 @@ COMMENT= Docutils backend for pybtex LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.rst -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.8:textproc/py-docutils@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.8,1:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pybtex>=0.16:textproc/py-pybtex@${PY_FLAVOR} USES= python:3.6+
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111011347.1A1Dl4Vl051023>