From: yaydn@protonmail.com Subject: Re: UPDATE: flent-2.2.0 To: Rafael Sadowski Cc: "ports@openbsd.org" Date: Mon, 04 Aug 2025 06:00:01 +0000 På søndag 3. august 2025 kl. 21:41, Rafael Sadowski skrev: > Simple update flent-2.2.0. Tested on amd64. OK? > > Cheers Rafael > Tested on current/amd64. Did: cd /usr/ports/ && patch -l -p1 -E < /tmp/flent-2.20.patch cd /usr/ports/benchmarks/netperf-wrapper/ && make install-all clean && make distclean Built fine. Tested the flent-gui which ran natively on sway, but was unable to force xwayland. Looks fine. Happy porting! Well wishes and may you stay healthy with all these updates you are churning out. jaja. May everyone have a good one. > 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'