diff --git a/security/trufflehog/Makefile b/security/trufflehog/Makefile index 2a30dfb83caf..fcd74e637a8c 100644 --- a/security/trufflehog/Makefile +++ b/security/trufflehog/Makefile @@ -1,23 +1,24 @@ PORTNAME= trufflehog DISTVERSIONPREFIX= v DISTVERSION= 3.86.1 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 GO_MODULE= github.com/trufflesecurity/trufflehog/v3 #GO_TARGET= ./${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include