From owner-svn-ports-head@freebsd.org Sat Sep 17 19:00:48 2016 Return-Path: Delivered-To: svn-ports-head@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 A7B95BDE144; Sat, 17 Sep 2016 19:00:48 +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 mx1.freebsd.org (Postfix) with ESMTPS id 71575D21; Sat, 17 Sep 2016 19:00:48 +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 u8HJ0l4U010647; Sat, 17 Sep 2016 19:00:47 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8HJ0lh9010644; Sat, 17 Sep 2016 19:00:47 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201609171900.u8HJ0lh9010644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 17 Sep 2016 19:00:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422339 - head/benchmarks/fio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2016 19:00:48 -0000 Author: bapt Date: Sat Sep 17 19:00:47 2016 New Revision: 422339 URL: https://svnweb.freebsd.org/changeset/ports/422339 Log: Update to 2.14 Modified: head/benchmarks/fio/Makefile head/benchmarks/fio/distinfo head/benchmarks/fio/pkg-plist Modified: head/benchmarks/fio/Makefile ============================================================================== --- head/benchmarks/fio/Makefile Sat Sep 17 18:13:34 2016 (r422338) +++ head/benchmarks/fio/Makefile Sat Sep 17 19:00:47 2016 (r422339) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fio -PORTVERSION= 2.13 +PORTVERSION= 2.14 CATEGORIES= benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ Modified: head/benchmarks/fio/distinfo ============================================================================== --- head/benchmarks/fio/distinfo Sat Sep 17 18:13:34 2016 (r422338) +++ head/benchmarks/fio/distinfo Sat Sep 17 19:00:47 2016 (r422339) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469294180 -SHA256 (fio-2.13.tar.bz2) = e03f3c7477ebab152edea3c08988e83cb57a53865439f377a9aa223dbf4c7681 -SIZE (fio-2.13.tar.bz2) = 530845 +TIMESTAMP = 1474138756 +SHA256 (fio-2.14.tar.bz2) = 9156f784ab96a90150984ba92ddbd677b53605e70debf30f64bbbd438787e819 +SIZE (fio-2.14.tar.bz2) = 543963 Modified: head/benchmarks/fio/pkg-plist ============================================================================== --- head/benchmarks/fio/pkg-plist Sat Sep 17 18:13:34 2016 (r422338) +++ head/benchmarks/fio/pkg-plist Sat Sep 17 19:00:47 2016 (r422339) @@ -4,6 +4,8 @@ man/man1/fio.1.gz man/man1/fio_generate_plots.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/1mbs_clients.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/aio-read.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/backwards-read.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic-verify.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cpuio.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/disk-zone-profile.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/e4defrag.fio