git: dad16f56cc7e - main - net-im/toot: Mark as BROKEN since devel/py-urwid is broken
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 02:50:01 UTC
The branch main has been updated by jbo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dad16f56cc7ecb434effae46d050cc900046b969
commit dad16f56cc7ecb434effae46d050cc900046b969
Author: Lexi Winter <lexi@le-Fay.ORG>
AuthorDate: 2024-01-15 10:15:53 +0000
Commit: Joel Bodenmann <jbo@FreeBSD.org>
CommitDate: 2024-02-26 02:49:21 +0000
net-im/toot: Mark as BROKEN since devel/py-urwid is broken
PR: 276347
Reviewed by: kevans
Approved by: tcberner (mentor, implicit)
---
net-im/toot/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net-im/toot/Makefile b/net-im/toot/Makefile
index b0a25676c9fa..fdd132c026d7 100644
--- a/net-im/toot/Makefile
+++ b/net-im/toot/Makefile
@@ -10,6 +10,8 @@ WWW= https://github.com/ihabunek/toot
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= does not run with current devel/py-urwid (PR 274411)
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5.0:www/py-beautifulsoup@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}click>=8.1:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.13:www/py-requests@${PY_FLAVOR} \