Date: Mon, 2 Jun 2025 21:57:27 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 434f568a2095 - main - benchmarks/iorate: Use USES=tar Message-ID: <202506022157.552LvR38075467@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=434f568a20957ca88261a552f33c6a08abc9c002 commit 434f568a20957ca88261a552f33c6a08abc9c002 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2025-06-02 20:55:50 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2025-06-02 21:56:27 +0000 benchmarks/iorate: Use USES=tar Approved by: portmgr (blanket) --- benchmarks/iorate/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/benchmarks/iorate/Makefile b/benchmarks/iorate/Makefile index e201f96ea75d..640b24d90318 100644 --- a/benchmarks/iorate/Makefile +++ b/benchmarks/iorate/Makefile @@ -4,13 +4,12 @@ PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= http://sites.google.com/site/vwiorate/downloads/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src -EXTRACT_SUFX= .tar MAINTAINER= blttll@gmail.com COMMENT= General purpose storage I/O benchmarking tool WWW= http://iorate.org/ -USES= alias bison +USES= alias bison tar MAKEFILE= makefile MAKE_ARGS= CC="${CC}" NO_WRKSUBDIR= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506022157.552LvR38075467>