git: ce60e4b4838c - main - net/ooni-mini: Remove invalid CPE information
Bernhard Froehlich
decke at FreeBSD.org
Fri Sep 3 09:32:02 UTC 2021
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ce60e4b4838c9ce4b587235fe0a46405b88996fc
commit ce60e4b4838c9ce4b587235fe0a46405b88996fc
Author: Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-03 06:48:16 +0000
Commit: Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-03 09:19:16 +0000
net/ooni-mini: Remove invalid CPE information
Approved by: portmgr (blanket)
---
net/ooni-mini/Makefile | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/net/ooni-mini/Makefile b/net/ooni-mini/Makefile
index e53764b1f608..26375bc198f3 100644
--- a/net/ooni-mini/Makefile
+++ b/net/ooni-mini/Makefile
@@ -11,12 +11,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
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/miniooni
More information about the dev-commits-ports-all
mailing list