git: 27f62f0729ea - 2021Q3 - sysutils/containerd: Enable cpe and set CPE_VENDOR properly

Bernhard Froehlich decke at FreeBSD.org
Wed Aug 4 19:51:10 UTC 2021


The branch 2021Q3 has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=27f62f0729ea7766812c1b88cb8d16fadedf51c8

commit 27f62f0729ea7766812c1b88cb8d16fadedf51c8
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-08-04 19:39:29 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-08-04 19:49:57 +0000

    sysutils/containerd: Enable cpe and set CPE_VENDOR properly
    
    (cherry picked from commit 1dbdab0dcae39ef25c6f4f9af11799fb9c5e712a)
---
 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}"


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