Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2022 17:45:55 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: 5a01151b0269 - main - net/clash: Add CPE information
Message-ID:  <202204181745.23IHjt0k080771@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=5a01151b02690cb25bb923b6ff5f10c4e585af23

commit 5a01151b02690cb25bb923b6ff5f10c4e585af23
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-04-18 17:33:38 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-04-18 17:45:47 +0000

    net/clash: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 net/clash/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net/clash/Makefile b/net/clash/Makefile
index f284ca7039ea..3261109f9d77 100644
--- a/net/clash/Makefile
+++ b/net/clash/Makefile
@@ -10,7 +10,9 @@ COMMENT=	Rule-based tunnel in Go
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:modules
+USES=		go:modules cpe
+
+CPE_VENDOR=	clash_project
 
 GO_MODULE=	github.com/Dreamacro/clash
 



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