Date: Fri, 3 Sep 2021 09:32:03 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 556f0ecb624b - main - net/ooni-probe-cli: Remove invalid CPE information Message-ID: <202109030932.1839W3xZ087023@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=556f0ecb624b70efd6c0c7d3868ec2759fc8083b commit 556f0ecb624b70efd6c0c7d3868ec2759fc8083b Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-03 06:49:52 +0000 Commit: Bernhard Froehlich <decke@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109030932.1839W3xZ087023>