Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 2021 20:02:31 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: c172989abeec - main - net-mgmt/nfdump: Add CPE information
Message-ID:  <202109292002.18TK2VmX010937@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=c172989abeec8677391bb8b9e7fca24c3b56f557

commit c172989abeec8677391bb8b9e7fca24c3b56f557
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-29 19:52:42 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-29 19:52:42 +0000

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

diff --git a/net-mgmt/nfdump/Makefile b/net-mgmt/nfdump/Makefile
index 008abd6d69d8..f5ce1ccef3be 100644
--- a/net-mgmt/nfdump/Makefile
+++ b/net-mgmt/nfdump/Makefile
@@ -12,11 +12,12 @@ COMMENT=	Command-line tools to collect and process NetFlow data
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/BSD-license.txt
 
-USES=		autoreconf compiler:c11 libtool pkgconfig
+USES=		autoreconf compiler:c11 cpe libtool pkgconfig
 USE_CSTD=	gnu89
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	phaag
+CPE_VENDOR=	nfdump_project
 
 GNU_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=	yes



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