git: e735f28be396 - main - devel/strace: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Sat Sep 11 11:57:12 UTC 2021


The branch main has been updated by decke:

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

commit e735f28be3968d309a118cc2b206fc81100f8ee6
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-11 11:22:35 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-11 11:22:35 +0000

    devel/strace: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 devel/strace/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/strace/Makefile b/devel/strace/Makefile
index ccedd3db6432..c07211b3e291 100644
--- a/devel/strace/Makefile
+++ b/devel/strace/Makefile
@@ -11,9 +11,10 @@ COMMENT=	System call tracer
 
 LICENSE=	BSD3CLAUSE
 
-USES=		shebangfix perl5 tar:bzip2	# perl5 for strace-graph
+USES=		cpe shebangfix perl5 tar:bzip2	# perl5 for strace-graph
 GNU_CONFIGURE=	yes
 ONLY_FOR_ARCHS=	i386
+CPE_VENDOR=	strace_project
 
 SHEBANG_FILES=	strace-graph
 


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