Date: Thu, 31 Mar 2022 14:17:29 GMT From: Sofian Brabez <sbz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: c1b9ae6a3434 - 2022Q1 - net/tcpslice: Add CPE information Message-ID: <202203311417.22VEHTuN045443@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q1 has been updated by sbz: URL: https://cgit.FreeBSD.org/ports/commit/?id=c1b9ae6a3434a09d0451713db83f59b3f4fceac6 commit c1b9ae6a3434a09d0451713db83f59b3f4fceac6 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2022-03-18 13:18:58 +0000 Commit: Sofian Brabez <sbz@FreeBSD.org> CommitDate: 2022-03-31 14:14:48 +0000 net/tcpslice: Add CPE information Approved by: portmgr (blanket) (cherry picked from commit 4362ee6eec17b7c0c656bd25f5914d7d08751157) --- net/tcpslice/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net/tcpslice/Makefile b/net/tcpslice/Makefile index 468b6ced40be..a7a53339957f 100644 --- a/net/tcpslice/Makefile +++ b/net/tcpslice/Makefile @@ -9,6 +9,10 @@ COMMENT= Tool for extracting portions of pcap files LICENSE= BSD3CLAUSE +USES= cpe + +CPE_VENDOR= tcpdump + PLIST_FILES= sbin/tcpslice \ man/man1/tcpslice.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203311417.22VEHTuN045443>