Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Sep 2021 20:54:04 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: d54aad362441 - main - sysutils/lsof: Add CPE information
Message-ID:  <202109082054.188Ks4kB021295@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=d54aad362441c13045f38afcc57ea74b3f73a2d0

commit d54aad362441c13045f38afcc57ea74b3f73a2d0
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-08 20:37:52 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-08 20:53:37 +0000

    sysutils/lsof: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 sysutils/lsof/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index f924572349a8..3dee55fbb9db 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -16,7 +16,9 @@ LICENSE_NAME=	lsof
 LICENSE_FILE=	${FILESDIR}/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-USES=		compiler shebangfix tar:bzip2
+USES=		compiler cpe shebangfix tar:bzip2
+
+CPE_VENDOR=	lsof_project
 
 HAS_CONFIGURE=	yes
 



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