From owner-svn-ports-all@freebsd.org Thu Feb 6 08:54:27 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 AEA61246A0F; Thu, 6 Feb 2020 08:54:27 +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) server-signature RSA-PSS (4096 bits) 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 48CsgR48mhz3KJd; Thu, 6 Feb 2020 08:54:27 +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 858E41931A; Thu, 6 Feb 2020 08:54:27 +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 0168sR9b055454; Thu, 6 Feb 2020 08:54:27 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0168sQIQ055452; Thu, 6 Feb 2020 08:54:26 GMT (envelope-from krion@FreeBSD.org) Message-Id: <202002060854.0168sQIQ055452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Thu, 6 Feb 2020 08:54:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525369 - head/benchmarks/fio X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/benchmarks/fio X-SVN-Commit-Revision: 525369 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.29 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: Thu, 06 Feb 2020 08:54:27 -0000 Author: krion Date: Thu Feb 6 08:54:26 2020 New Revision: 525369 URL: https://svnweb.freebsd.org/changeset/ports/525369 Log: Upgrade to 3.18 Modified: head/benchmarks/fio/Makefile head/benchmarks/fio/distinfo head/benchmarks/fio/pkg-plist Modified: head/benchmarks/fio/Makefile ============================================================================== --- head/benchmarks/fio/Makefile Thu Feb 6 08:51:54 2020 (r525368) +++ head/benchmarks/fio/Makefile Thu Feb 6 08:54:26 2020 (r525369) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fio -PORTVERSION= 3.17 +PORTVERSION= 3.18 CATEGORIES= benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ Modified: head/benchmarks/fio/distinfo ============================================================================== --- head/benchmarks/fio/distinfo Thu Feb 6 08:51:54 2020 (r525368) +++ head/benchmarks/fio/distinfo Thu Feb 6 08:54:26 2020 (r525369) @@ -1,3 +1,3 @@ -TIMESTAMP = 1580899612 -SHA256 (fio-3.17.tar.bz2) = 0ebf02410cbc8c615c3da415f94b676ede9a3d70f9dc5257c2809a2fbd4670c3 -SIZE (fio-3.17.tar.bz2) = 888795 +TIMESTAMP = 1580978738 +SHA256 (fio-3.18.tar.bz2) = cb70c311e8039ea61c50188fad39b4e8e0586593544a8e639bd4030b01899f8b +SIZE (fio-3.18.tar.bz2) = 902218 Modified: head/benchmarks/fio/pkg-plist ============================================================================== --- head/benchmarks/fio/pkg-plist Thu Feb 6 08:51:54 2020 (r525368) +++ head/benchmarks/fio/pkg-plist Thu Feb 6 08:54:26 2020 (r525369) @@ -15,8 +15,10 @@ man/man1/fio_generate_plots.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/e4defrag.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/e4defrag2.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/enospc-pressure.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exitwhat.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/falloc.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/filecreate-ioengine.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/filestat-ioengine.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fio-rand-RW.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fio-rand-read.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fio-rand-write.fio