Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 21:20:44 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: 5bee45446972 - main - lang/go: Add CPE information
Message-ID:  <202109102120.18ALKiB6014521@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=5bee45446972c170c85965d35fbbbcf5d8366c65

commit 5bee45446972c170c85965d35fbbbcf5d8366c65
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-10 20:38:41 +0000
Commit:     Bernhard Froehlich <decke@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



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