Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Aug 2021 19:44:05 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: 1dbdab0dcae3 - main - sysutils/containerd: Enable cpe and set CPE_VENDOR properly
Message-ID:  <202108041944.174Ji5nw008750@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=1dbdab0dcae39ef25c6f4f9af11799fb9c5e712a

commit 1dbdab0dcae39ef25c6f4f9af11799fb9c5e712a
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-08-04 19:39:29 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-08-04 19:43:44 +0000

    sysutils/containerd: Enable cpe and set CPE_VENDOR properly
---
 sysutils/containerd/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sysutils/containerd/Makefile b/sysutils/containerd/Makefile
index e63264c0e44c..6e66cd4ead87 100644
--- a/sysutils/containerd/Makefile
+++ b/sysutils/containerd/Makefile
@@ -12,12 +12,14 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	bash:shells/bash \
 		go:lang/go
 
-USES=		gmake
+USES=		cpe gmake
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	containerd
 GH_SUBDIR=	src/github.com/containerd/containerd
 
+CPE_VENDOR=	linuxfoundation
+
 MAKE_ENV=	${GO_ENV} \
 		GOFLAGS="${GO_BUILDFLAGS}" \
 		VERSION="${DISTVERSION}"



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