git: cd65affd8720 - main - devel/linux-c7-strace: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Oct 2021 20:02:01 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=cd65affd872038f7d690beff8fa771e621108d35 commit cd65affd872038f7d690beff8fa771e621108d35 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-05 19:49:54 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-05 20:01:26 +0000 devel/linux-c7-strace: Add CPE information Approved by: portmgr (blanket) --- devel/linux-c7-strace/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/linux-c7-strace/Makefile b/devel/linux-c7-strace/Makefile index 52523cebe5f8..f911fb94f4b1 100644 --- a/devel/linux-c7-strace/Makefile +++ b/devel/linux-c7-strace/Makefile @@ -9,7 +9,9 @@ COMMENT= System call tracer (CentOS ${LINUX_DIST_VER}) RUN_DEPENDS= ${LINUXBASE}/usr/lib/libdw.so.1:devel/linux-c7-elfutils-libs -USES= linux:c7 +USES= cpe linux:c7 USE_LINUX_RPM= nolib +CPE_VENDOR= strace_project + .include <bsd.port.mk>