git: dea13063c617 - main - www/trac-devel: mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Feb 2023 10:53:13 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=dea13063c61755e92ac6659db66f68f69deb4c2d commit dea13063c61755e92ac6659db66f68f69deb4c2d Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2023-02-20 10:48:42 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2023-02-20 10:48:42 +0000 www/trac-devel: mark BROKEN ImportError: cannot import name 'contextfilter' from 'jinja2' (/usr/local/lib/python3.9/site-packages/jinja2/__init__.py) Reported by: pkg-fallout --- www/trac-devel/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/trac-devel/Makefile b/www/trac-devel/Makefile index a5f8e68e012a..7a4951e73500 100644 --- a/www/trac-devel/Makefile +++ b/www/trac-devel/Makefile @@ -14,6 +14,8 @@ WWW= https://trac.edgewall.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to build + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel/py-Jinja2@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel@${PY_FLAVOR} \