git: 3bc1fbd89a40 - main - misc/py-fastscapelib: Broken on 15; Update WWW

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 02 Nov 2024 08:51:58 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3bc1fbd89a40d07e774585cb16072ea529e5c0ec

commit 3bc1fbd89a40d07e774585cb16072ea529e5c0ec
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-02 08:26:16 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-02 08:51:52 +0000

    misc/py-fastscapelib: Broken on 15; Update WWW
    
    Reported by:    fallout
---
 misc/py-fastscapelib/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/misc/py-fastscapelib/Makefile b/misc/py-fastscapelib/Makefile
index 50c91c14342e..dd142735cb90 100644
--- a/misc/py-fastscapelib/Makefile
+++ b/misc/py-fastscapelib/Makefile
@@ -6,11 +6,14 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Library of efficient algorithms for topographic data
-WWW=		https://fastscapelib.readthedocs.io/en/latest/
+WWW=		https://fastscapelib.readthedocs.io/en/latest/ \
+		https://github.com/fastscape-lem/fastscapelib
 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_15=	compilation fails with clang-19, see https://github.com/fastscape-lem/fastscapelib/issues/168
+
 BUILD_DEPENDS=	cmake:devel/cmake-core \
 		xtensor>0:math/xtensor \
 		xtensor-python>0:math/xtensor-python \