Bug 296461 - benchmarks/netperfmeter: Update to new release 2.0.8
Summary: benchmarks/netperfmeter: Update to new release 2.0.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Yusuf Yaman
URL: https://www.nntb.no/~dreibh/netperfme...
Keywords:
Depends on:
Blocks:
 
Reported: 2026-07-02 15:04 UTC by Thomas Dreibholz
Modified: 2026-07-02 18:23 UTC (History)
1 user (show)

See Also:


Attachments
The diff file (5.12 KB, patch)
2026-07-02 15:04 UTC, Thomas Dreibholz
thomas.dreibholz: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Dreibholz 2026-07-02 15:04:16 UTC
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
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2026-07-02 15:04:16 UTC
Maintainer informed via mail
Comment 2 commit-hook freebsd_committer freebsd_triage 2026-07-02 18:18:39 UTC
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(-)
Comment 3 Yusuf Yaman freebsd_committer freebsd_triage 2026-07-02 18:23:04 UTC
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.