git: bf156321e49d - main - science/py-HepMC3: Broken on armv7; Update WWW

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 17 Nov 2024 05:27:50 UTC
The branch main has been updated by yuri:

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

commit bf156321e49d293fb183edc8d32a607643d4fa23
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-17 05:27:05 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-17 05:27:48 +0000

    science/py-HepMC3: Broken on armv7; Update WWW
    
    Reported by:    fallout
---
 science/py-HepMC3/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/science/py-HepMC3/Makefile b/science/py-HepMC3/Makefile
index dd5a0dda065c..35d7803841fe 100644
--- a/science/py-HepMC3/Makefile
+++ b/science/py-HepMC3/Makefile
@@ -6,11 +6,13 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Event record for High Energy Physics Monte Carlo generators/simulation
-WWW=		https://hepmc.web.cern.ch/hepmc/
+WWW=		https://hepmc.web.cern.ch/hepmc/ \
+		https://gitlab.cern.ch/hepmc/HepMC3
 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/../COPYING
 
+BROKEN_armv7=	compilation fails, static assertion failed due to requirement 'sizeof(long long) <= sizeof(int)': Implicit narrowing is not permitted.
 BROKEN_i386=	compilation fails, static_assert(sizeof(IntType) <= sizeof(ssize_t), "Implicit narrowing is not permitted."), reported to the ML hepmc-dev@cern.ch on 2024-06-24
 BROKEN_powerpc=	compilation fails, static_assert(sizeof(IntType) <= sizeof(ssize_t), "Implicit narrowing is not permitted."), reported to the ML hepmc-dev@cern.ch on 2024-06-24