git: 41182971812c - main - devel/py-pypugjs: Update version requirement of RUN_DEPENDS

Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jun 10 14:48:53 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=41182971812c157d525bcc3f5c3f1c17a6bea7aa

commit 41182971812c157d525bcc3f5c3f1c17a6bea7aa
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-10 14:29:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-10 14:46:15 +0000

    devel/py-pypugjs: Update version requirement of RUN_DEPENDS
---
 devel/py-pypugjs/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-pypugjs/Makefile b/devel/py-pypugjs/Makefile
index 3b14b5ab4c99..a7787c524368 100644
--- a/devel/py-pypugjs/Makefile
+++ b/devel/py-pypugjs/Makefile
@@ -9,7 +9,7 @@ COMMENT=	PugJS syntax adapter for Django, Jinja2 and Mako templates
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}chardet>=0,1:textproc/py-chardet@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 
 USES=		python:3.6+


More information about the dev-commits-ports-main mailing list