git: 1dbdab0dcae3 - main - sysutils/containerd: Enable cpe and set CPE_VENDOR properly
Bernhard Froehlich
decke at FreeBSD.org
Wed Aug 4 19:44:05 UTC 2021
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1dbdab0dcae39ef25c6f4f9af11799fb9c5e712a
commit 1dbdab0dcae39ef25c6f4f9af11799fb9c5e712a
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: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}"
More information about the dev-commits-ports-all
mailing list