git: 556f0ecb624b - main - net/ooni-probe-cli: Remove invalid CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 3 09:32:04 UTC 2021


The branch main has been updated by decke:

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

commit 556f0ecb624b70efd6c0c7d3868ec2759fc8083b
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-03 06:49:52 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-03 09:19:18 +0000

    net/ooni-probe-cli: Remove invalid CPE information
    
    Approved by:    portmgr (blanket)
---
 net/ooni-probe-cli/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/net/ooni-probe-cli/Makefile b/net/ooni-probe-cli/Makefile
index ea3d66605be6..5b64bfe92bea 100644
--- a/net/ooni-probe-cli/Makefile
+++ b/net/ooni-probe-cli/Makefile
@@ -11,12 +11,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss
 
-USES=		cpe go:modules
+USES=		go:modules
 USE_GITHUB=	yes
 USE_GITLAB=	nodefault
 
-CPE_VENDOR=	torproject
-
 # github.com/ooni/probe-engine/blob/master/readme_compiletimecheck.go#L6
 GO_BUILDFLAGS=	-tags=ooni,nomk,DISABLE_QUIC -ldflags '-s -w -extldflags "-static"'
 GO_TARGET=	./cmd/ooniprobe


More information about the dev-commits-ports-main mailing list