Created attachment 272395 [details] The diff file The latest upstream version of netperfmeter is 2.0.8. Therefore, the port benchmarks/netperfmeter needs an update. Fix: The updated diff file netperfmeter-2.0.8.diff is attached. The new version particularly provides: * FreeBSD support for the netperfmeter-module-loader module loader script, which is installed now as well. * rc.d services for netperfmeter and netperfmeter-module-loader * Sorting of the Makefile according to portclippy * Sorting of pkg-plist
Maintainer informed via mail
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd8f3df792214816ccfc66955a9bd9ba9ff41bf7 commit bd8f3df792214816ccfc66955a9bd9ba9ff41bf7 Author: Thomas Dreibholz <thomas.dreibholz@gmail.com> AuthorDate: 2026-07-02 17:59:12 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-07-02 18:18:14 +0000 benchmarks/netperfmeter: Update 2.0.5 => 2.0.8 While here, adjust indentation and pet portclippy. Changelog: https://github.com/dreibh/netperfmeter/blob/netperfmeter-2.0.8/ChangeLog Commit log: https://github.com/dreibh/netperfmeter/compare/netperfmeter-2.0.5...netperfmeter-2.0.8 PR: 296461 Approved by: osa, vvd (Mentors, implicit) benchmarks/netperfmeter/Makefile | 23 ++++++++++++++--------- benchmarks/netperfmeter/distinfo | 6 +++--- benchmarks/netperfmeter/pkg-plist | 6 +++++- 3 files changed, 22 insertions(+), 13 deletions(-)
Hi, Thank you for your submission. > Sorting of pkg-plist I think it was already sorted well enough. I figured shared-mime-info is always required regardless which options are enabled, so kept it in global USES. I have tested build in Poudriere on 14.4-RELEASE-amd64-main-7128762c75f3 and it seems OK. Committed, thanks.