diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2023-05-30 10:48:16 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2023-05-30 10:48:16 +0000 |
commit | 8b4335b78a2e8e4fcee18c84e6ab020c5d0c50aa (patch) | |
tree | e4256cacda2a309f6b69e4a23c8ee83c31d6d1fc | |
parent | 73f4bcea212048376185a1a6e2a37a1cad6d46da (diff) | |
download | ports-8b4335b78a2e8e4fcee18c84e6ab020c5d0c50aa.tar.gz ports-8b4335b78a2e8e4fcee18c84e6ab020c5d0c50aa.zip |
benchmarks/fio: Update to 3.35
PR: 271691
Reported by: dizzy
-rw-r--r-- | benchmarks/fio/Makefile | 7 | ||||
-rw-r--r-- | benchmarks/fio/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile index 8f4ff738349c..51b652d2907d 100644 --- a/benchmarks/fio/Makefile +++ b/benchmarks/fio/Makefile @@ -1,6 +1,5 @@ PORTNAME= fio -DISTVERSION= 3.34 -POTREVISION= 1 +DISTVERSION= 3.35 CATEGORIES= benchmarks MASTER_SITES= https://brick.kernel.dk/snaps/ @@ -14,7 +13,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:c11 gmake pkgconfig tar:bzip2 HAS_CONFIGURE= yes -CONFIGURE_ARGS= --disable-native \ +TEST_TARGET= test +CONFIGURE_ARGS= --disable-http \ + --disable-native \ --disable-optimizations MAKE_ARGS= DEBUGFLAGS= \ OPTFLAGS= \ diff --git a/benchmarks/fio/distinfo b/benchmarks/fio/distinfo index ba5892a0cc8b..f03f6ce9d7f9 100644 --- a/benchmarks/fio/distinfo +++ b/benchmarks/fio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680095929 -SHA256 (fio-3.34.tar.bz2) = a5a28f19c701d4c8e04924bec1b85f6ac8c67fc8fe75968a5d6990e0b656a7a7 -SIZE (fio-3.34.tar.bz2) = 7049859 +TIMESTAMP = 1685260765 +SHA256 (fio-3.35.tar.bz2) = 63356abbd6670b0e623aadd9f9dd46dbe719e2c09a9794f417677d18ced97d37 +SIZE (fio-3.35.tar.bz2) = 7052951 |