git: 04764ed68694 - main - cad/horizon-eda: Broken on 15; Update WWW

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 30 Oct 2024 19:42:48 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=04764ed68694bfa32db78b46ddee03818dcf4c6b

commit 04764ed68694bfa32db78b46ddee03818dcf4c6b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-10-30 19:39:57 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-10-30 19:39:57 +0000

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

diff --git a/cad/horizon-eda/Makefile b/cad/horizon-eda/Makefile
index d7392af4f754..595ce7f6e880 100644
--- a/cad/horizon-eda/Makefile
+++ b/cad/horizon-eda/Makefile
@@ -9,11 +9,14 @@ PATCHFILES=	3b6b783db797b593119756821c04ac64b66b7ffa.patch:-p1 # Fix build with
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	EDA package for printed circuit board design
-WWW=		https://horizon-eda.org/
+WWW=		https://horizon-eda.org/ \
+		https://github.com/horizon-eda/horizon
 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_15=	compilation error: no matching function for call to 'git_commit_create', see https://github.com/horizon-eda/horizon/issues/790
+
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/optional.hpp:devel/boost-libs \
 		cmake:devel/cmake-core \
 		cppzmq>0:net/cppzmq \