Bug 293445 - benchmarks/netperfmeter: Update to new release 2.0.1
Summary: benchmarks/netperfmeter: Update to new release 2.0.1
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: Vladimir Druzenko
URL: https://www.nntb.no/~dreibh/netperfme...
Keywords:
Depends on:
Blocks:
 
Reported: 2026-02-25 13:53 UTC by Thomas Dreibholz
Modified: 2026-02-26 19:32 UTC (History)
1 user (show)

See Also:


Attachments
The diff file (1.85 KB, patch)
2026-02-25 13:53 UTC, Thomas Dreibholz
thomas.dreibholz: maintainer-approval+
Details | Diff
The diff file (920 bytes, patch)
2026-02-26 09:21 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-02-25 13:53:19 UTC
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.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2026-02-25 13:53:19 UTC
Maintainer informed via mail
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2026-02-25 15:55:17 UTC
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
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2026-02-25 15:56:15 UTC
5. Unnecessary PORTREVERSION=1 - you update DISTVERSION.
Comment 4 Vladimir Druzenko freebsd_committer freebsd_triage 2026-02-25 15:59:02 UTC
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".
Comment 5 Vladimir Druzenko freebsd_committer freebsd_triage 2026-02-25 19:29:05 UTC
You reverted improvements from bug #292237. Why?
Comment 6 Thomas Dreibholz 2026-02-26 09:21:08 UTC
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.
Comment 7 commit-hook freebsd_committer freebsd_triage 2026-02-26 19:32:17 UTC
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(-)
Comment 8 Vladimir Druzenko freebsd_committer freebsd_triage 2026-02-26 19:32:34 UTC
Thanks.