Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2023 10:53:13 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dea13063c617 - main - www/trac-devel: mark BROKEN
Message-ID:  <202302201053.31KArDNP090017@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



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