Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Nov 2021 13:48:51 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: 062b4fed1070 - main - textproc/py-restructuredtext-lint: Fix build after 51c8c9bdc20f2c5166fa98f9c14b1000a0f199d7
Message-ID:  <202111011348.1A1Dmp3a053364@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=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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111011348.1A1Dmp3a053364>