git: 72038329e675 - main - security/trufflehog: Still broken on armv7 and i386; Update WWW

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 18 Dec 2024 11:12:04 UTC
The branch main has been updated by yuri:

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

commit 72038329e675d2e1433244b331d8126a676d3391
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-12-18 02:43:31 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-12-18 11:11:58 +0000

    security/trufflehog: Still broken on armv7 and i386; Update WWW
    
    Reported by:    fallout
---
 security/trufflehog/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/security/trufflehog/Makefile b/security/trufflehog/Makefile
index 2a30dfb83caf..fcd74e637a8c 100644
--- a/security/trufflehog/Makefile
+++ b/security/trufflehog/Makefile
@@ -5,13 +5,14 @@ CATEGORIES=	security
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Find and verify credentials
-WWW=		https://trufflesecurity.com/
+WWW=		https://trufflesecurity.com/ \
+		https://github.com/trufflesecurity/trufflehog
 
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-#BROKEN_armv7=	compilation fails see details here: https://github.com/golang/go/issues/65187
-#BROKEN_i386=	compilation fails see details here: https://github.com/golang/go/issues/65187
+BROKEN_armv7=	compilation fails see details here: https://github.com/trufflesecurity/trufflehog/issues/3791
+BROKEN_i386=	compilation fails see details here: https://github.com/trufflesecurity/trufflehog/issues/3791
 
 USES=		go:1.21,modules