Created attachment 268352 [details] The diff file The latest upstream version of netperfmeter is 2.0.1. Therefore, the port benchmarks/netperfmeter needs an update. Fix: The updated diff file netperfmeter-2.0.1.diff is attached.
Maintainer informed via mail
1. Is it your email: MAINTAINER= dreibh@simula.no ? I think is better to change it to thomas.dreibholz@gmail.com. 2. USES must be after RUN_DEPENDS. 3. CMAKE_ON= must be before CMAKE_OFF=. 4. Must be tabs instead of spaces after "MAKE_ENV=" before "OMP_NUM_THREADS=1" in line: MAKE_ENV= OMP_NUM_THREADS=1
5. Unnecessary PORTREVERSION=1 - you update DISTVERSION.
6. Unnecessary USES+=desktop-file-utils - port doesn't install any ".desktop" files. But need USES+=shared-mime-info - installs "share/mime/packages/netperfmeter.xml".
You reverted improvements from bug #292237. Why?
Created attachment 268371 [details] The diff file Unfortunately, I forgot to update the ports files from the upstream repository before making the update. Now, the diff file is fixed.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a8d1f384101a1b4056115ff95f128a062afa46e7 commit a8d1f384101a1b4056115ff95f128a062afa46e7 Author: Thomas Dreibholz <thomas.dreibholz@gmail.com> AuthorDate: 2026-02-26 19:27:14 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-02-26 19:27:14 +0000 benchmarks/netperfmeter: Update 2.0.0 => 2.0.1 Changelog: https://github.com/dreibh/netperfmeter/blob/netperfmeter-2.0.1/ChangeLog Commit log: https://github.com/dreibh/netperfmeter/compare/netperfmeter-2.0.0...netperfmeter-2.0.1 PR: 293445 benchmarks/netperfmeter/Makefile | 2 +- benchmarks/netperfmeter/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Thanks.