From owner-svn-ports-all@freebsd.org Sun May 24 09:06:38 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4723F2FF934; Sun, 24 May 2020 09:06:38 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49VDqf1Dtbz4c65; Sun, 24 May 2020 09:06:38 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 218AA1E6F4; Sun, 24 May 2020 09:06:38 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04O96b7V008098; Sun, 24 May 2020 09:06:37 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04O96bFD008095; Sun, 24 May 2020 09:06:37 GMT (envelope-from krion@FreeBSD.org) Message-Id: <202005240906.04O96bFD008095@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Sun, 24 May 2020 09:06:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536368 - head/benchmarks/fio X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/benchmarks/fio X-SVN-Commit-Revision: 536368 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 May 2020 09:06:38 -0000 Author: krion Date: Sun May 24 09:06:37 2020 New Revision: 536368 URL: https://svnweb.freebsd.org/changeset/ports/536368 Log: Update to 3.20 Modified: head/benchmarks/fio/Makefile head/benchmarks/fio/distinfo head/benchmarks/fio/pkg-plist Modified: head/benchmarks/fio/Makefile ============================================================================== --- head/benchmarks/fio/Makefile Sun May 24 08:13:06 2020 (r536367) +++ head/benchmarks/fio/Makefile Sun May 24 09:06:37 2020 (r536368) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fio -PORTVERSION= 3.19 +PORTVERSION= 3.20 CATEGORIES= benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ Modified: head/benchmarks/fio/distinfo ============================================================================== --- head/benchmarks/fio/distinfo Sun May 24 08:13:06 2020 (r536367) +++ head/benchmarks/fio/distinfo Sun May 24 09:06:37 2020 (r536368) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585069321 -SHA256 (fio-3.19.tar.bz2) = 4b6db7eaee26d6fd33bf210eb73b6d37f5d45adcc88726866ad030565f3ccc06 -SIZE (fio-3.19.tar.bz2) = 902391 +TIMESTAMP = 1590310844 +SHA256 (fio-3.20.tar.bz2) = 87a539ecebce3d8281ff9c653e9978302f91c72534273e85ef37a980ac5398d7 +SIZE (fio-3.20.tar.bz2) = 912040 Modified: head/benchmarks/fio/pkg-plist ============================================================================== --- head/benchmarks/fio/pkg-plist Sun May 24 08:13:06 2020 (r536367) +++ head/benchmarks/fio/pkg-plist Sun May 24 09:06:37 2020 (r536368) @@ -42,6 +42,8 @@ man/man1/fio_generate_plots.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libiscsi.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libhdfs.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libpmem.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libzbc-rand-write.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libzbc-seq-read.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtd.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nbd.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/netio.fio @@ -61,4 +63,6 @@ man/man1/fio_generate_plots.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/surface-scan.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tiobench-example.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/waitfor.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zbd-rand-write.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zbd-seq-read.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/zipf.fio