git: 5bee45446972 - main - lang/go: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 10 21:20:48 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5bee45446972c170c85965d35fbbbcf5d8366c65

commit 5bee45446972c170c85965d35fbbbcf5d8366c65
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-10 20:38:41 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-10 21:18:05 +0000

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

diff --git a/lang/go/Makefile b/lang/go/Makefile
index 2f9546eb612e..808981427f40 100644
--- a/lang/go/Makefile
+++ b/lang/go/Makefile
@@ -30,7 +30,9 @@ RUN_DEPENDS_aarch64=	binutils>0:devel/binutils
 TEST_DEPENDS=	${TEST_DEPENDS_${ARCH}}
 TEST_DEPENDS_aarch64=	binutils>0:devel/binutils
 
-USES=		shebangfix
+USES=		cpe shebangfix
+
+CPE_VENDOR=	golang
 
 SHEBANG_FILES=	misc/wasm/go_js_wasm_exec \
 		src/net/http/cgi/testdata/test.cgi


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