git: 9973acb34a08 - main - science/ttk: Broken due to boost incompatibility; Update WWW

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 24 Feb 2025 23:35:16 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9973acb34a08798f780b2152b023a32fc7ddc07c

commit 9973acb34a08798f780b2152b023a32fc7ddc07c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-02-25 03:01:33 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-02-24 23:35:01 +0000

    science/ttk: Broken due to boost incompatibility; Update WWW
---
 science/ttk/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/science/ttk/Makefile b/science/ttk/Makefile
index 7fb4d27c9cfa..1413725a0ad4 100644
--- a/science/ttk/Makefile
+++ b/science/ttk/Makefile
@@ -5,11 +5,13 @@ CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Topology ToolKit: Topological data analysis and visualization
-WWW=		https://topology-tool-kit.github.io/
+WWW=		https://topology-tool-kit.github.io \
+		https://github.com/topology-tool-kit/ttk
 
 LICENSE=	BSD4CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		compilation fails: incompatible with boost-1.87+, see https://github.com/topology-tool-kit/ttk/issues/1094
 BROKEN_i386=	compilation fails: cannot initialize a parameter of type 'const ttk::LongSimplexId *' (aka 'const long long *') with an lvalue ..., see https://github.com/topology-tool-kit/ttk/issues/852
 
 PY_DEPENDS=	${PYNUMPY} \