git: 46ce9a1b7fd9 - main - dns/py-namebench: chase r559531, mark broken
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Oct 2021 21:02:47 UTC
The branch main has been updated by jgh: URL: https://cgit.FreeBSD.org/ports/commit/?id=46ce9a1b7fd9447aa59aebf1984846e8c8729192 commit 46ce9a1b7fd9447aa59aebf1984846e8c8729192 Author: Jason Helfman <jgh@FreeBSD.org> AuthorDate: 2021-10-07 20:59:12 +0000 Commit: Jason Helfman <jgh@FreeBSD.org> CommitDate: 2021-10-07 20:59:12 +0000 dns/py-namebench: chase r559531, mark broken PR: 256826 (based on) Reported by: tech-lists@zyxst.net --- dns/py-namebench/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dns/py-namebench/Makefile b/dns/py-namebench/Makefile index 649cc3db98e5..5c26a2379e6e 100644 --- a/dns/py-namebench/Makefile +++ b/dns/py-namebench/Makefile @@ -14,6 +14,8 @@ COMMENT= Open Source DNS benchmark utility LICENSE= APACHE20 +BROKEN= incompatible with Python 3 + RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.5.5:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}graphy>=1.0:graphics/py-graphy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnspython>=1.9.4:dns/py-dnspython@${PY_FLAVOR} \