From: Rafael Sadowski Subject: UPDATE: flent-2.2.0 To: The OpenBSD ports mailing-list Date: Sun, 3 Aug 2025 21:39:42 +0200 Simple update flent-2.2.0. Tested on amd64. OK? Cheers Rafael diff --git a/benchmarks/netperf-wrapper/Makefile b/benchmarks/netperf-wrapper/Makefile index 6f4d0efda04..39f2c5328c7 100644 --- a/benchmarks/netperf-wrapper/Makefile +++ b/benchmarks/netperf-wrapper/Makefile @@ -1,9 +1,7 @@ COMMENT-main= test network latency under load via netperf COMMENT-gui= GUI for flent (test network latency under load via netperf) -REVISION-gui= 1 -REVISION-main= 2 -MODPY_DISTV= 2.1.1 +MODPY_DISTV= 2.2.0 DISTNAME= flent-${MODPY_DISTV} CATEGORIES= benchmarks net diff --git a/benchmarks/netperf-wrapper/distinfo b/benchmarks/netperf-wrapper/distinfo index 763c6d63c24..2f543f6687f 100644 --- a/benchmarks/netperf-wrapper/distinfo +++ b/benchmarks/netperf-wrapper/distinfo @@ -1,2 +1,2 @@ -SHA256 (flent-2.1.1.tar.gz) = 21gd6sPYCZll3Q2O7kucTRhXvc5byXeQr50+1bZVT3M= -SIZE (flent-2.1.1.tar.gz) = 3657256 +SHA256 (flent-2.2.0.tar.gz) = BPwh3oWIY1YEI+ecgi9AUiX4Ka/Y5dYikwmfvvNB+eg= +SIZE (flent-2.2.0.tar.gz) = 3679321 diff --git a/benchmarks/netperf-wrapper/patches/patch-flent_build_info_py b/benchmarks/netperf-wrapper/patches/patch-flent_build_info_py index 9464d70d4be..cce35d9ae7d 100644 --- a/benchmarks/netperf-wrapper/patches/patch-flent_build_info_py +++ b/benchmarks/netperf-wrapper/patches/patch-flent_build_info_py @@ -4,6 +4,6 @@ Index: flent/build_info.py @@ -2,4 +2,4 @@ import os - VERSION='2.1.1' + VERSION='2.2.0' -DATA_DIR=os.path.dirname(__file__) +DATA_DIR='/usr/local/share/flent'