Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Sep 2021 09:32: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: b6c692c88fe9 - main - net/tshark: Fix CPE information
Message-ID:  <202109030932.1839W4T5087047@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=b6c692c88fe9e467b02f8d8aff6ed584669abb32

commit b6c692c88fe9e467b02f8d8aff6ed584669abb32
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-03 06:52:53 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-03 09:19:19 +0000

    net/tshark: Fix CPE information
    
    Approved by:    portmgr (blanket)
---
 net/tshark/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net/tshark/Makefile b/net/tshark/Makefile
index 96d123a476d2..cf23a3960b72 100644
--- a/net/tshark/Makefile
+++ b/net/tshark/Makefile
@@ -7,6 +7,8 @@ CONFLICTS_INSTALL?=	tshark-lite-[0-9]* wireshark-lite-[0-9]* wireshark-[0-9]*
 
 MASTERDIR=	${.CURDIR}/../wireshark
 
+CPE_PRODUCT=	wireshark
+
 OPTIONS_EXCLUDE=	GUI
 
 .include "${MASTERDIR}/Makefile"



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