From owner-svn-ports-all@freebsd.org Sat Jan 6 21:11:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62351DEFF70; Sat, 6 Jan 2018 21:11:15 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C6937F9B1; Sat, 6 Jan 2018 21:11:15 +0000 (UTC) (envelope-from bapt@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 6071817A65; Sat, 6 Jan 2018 21:11:14 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w06LBEmA049203; Sat, 6 Jan 2018 21:11:14 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w06LBE8o048795; Sat, 6 Jan 2018 21:11:14 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201801062111.w06LBE8o048795@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 6 Jan 2018 21:11:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458289 - head/benchmarks/fio X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/benchmarks/fio X-SVN-Commit-Revision: 458289 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.25 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: Sat, 06 Jan 2018 21:11:15 -0000 Author: bapt Date: Sat Jan 6 21:11:13 2018 New Revision: 458289 URL: https://svnweb.freebsd.org/changeset/ports/458289 Log: Update to 3.3 Modified: head/benchmarks/fio/Makefile head/benchmarks/fio/distinfo head/benchmarks/fio/pkg-plist Modified: head/benchmarks/fio/Makefile ============================================================================== --- head/benchmarks/fio/Makefile Sat Jan 6 20:43:51 2018 (r458288) +++ head/benchmarks/fio/Makefile Sat Jan 6 21:11:13 2018 (r458289) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fio -PORTVERSION= 3.1 +PORTVERSION= 3.3 CATEGORIES= benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ Modified: head/benchmarks/fio/distinfo ============================================================================== --- head/benchmarks/fio/distinfo Sat Jan 6 20:43:51 2018 (r458288) +++ head/benchmarks/fio/distinfo Sat Jan 6 21:11:13 2018 (r458289) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506931281 -SHA256 (fio-3.1.tar.bz2) = d0b72b0d5433c40f9b8581c7f9e00a940a463432b58dc2fe6df398cb2d61ebc6 -SIZE (fio-3.1.tar.bz2) = 608658 +TIMESTAMP = 1515272927 +SHA256 (fio-3.3.tar.bz2) = 590d59c7242556fc578eb8f39a851995f385083f17e74bff73c6367ceaa43157 +SIZE (fio-3.3.tar.bz2) = 619945 Modified: head/benchmarks/fio/pkg-plist ============================================================================== --- head/benchmarks/fio/pkg-plist Sat Jan 6 20:43:51 2018 (r458288) +++ head/benchmarks/fio/pkg-plist Sat Jan 6 21:11:13 2018 (r458289) @@ -7,6 +7,7 @@ man/man1/fio_generate_plots.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/backwards-read.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic-verify.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/butterfly.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cpp_null.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cpuio.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev-dax.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/disk-zone-profile.fio @@ -14,6 +15,13 @@ man/man1/fio_generate_plots.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/e4defrag2.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/enospc-pressure.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/falloc.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/filecreate-ioengine.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fio-rand-RW.job +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fio-rand-read.job +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fio-rand-write.job +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fio-seq-RW.job +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fio-seq-read.job +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fio-seq-write.job %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fixed-rate-submission.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/flow.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fsx.fio @@ -26,6 +34,7 @@ man/man1/fio_generate_plots.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/jesd219.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/latency-profile.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libhdfs.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libpmem.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtd.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/netio.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/netio_multicast.fio