Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Sep 2021 09:32:02 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: ce60e4b4838c - main - net/ooni-mini: Remove invalid CPE information
Message-ID:  <202109030932.1839W2Pd086997@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=ce60e4b4838c9ce4b587235fe0a46405b88996fc

commit ce60e4b4838c9ce4b587235fe0a46405b88996fc
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-03 06:48:16 +0000
Commit:     Bernhard Froehlich <decke@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109030932.1839W2Pd086997>