From owner-svn-ports-all@freebsd.org Sat Dec 5 08:58:17 2015 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 8836AA41C1B; Sat, 5 Dec 2015 08:58:17 +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 48CA513BF; Sat, 5 Dec 2015 08:58:17 +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 tB58wG0N091769; Sat, 5 Dec 2015 08:58:16 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB58wGaC091766; Sat, 5 Dec 2015 08:58:16 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201512050858.tB58wGaC091766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 5 Dec 2015 08:58:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403037 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 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, 05 Dec 2015 08:58:17 -0000 Author: bapt Date: Sat Dec 5 08:58:16 2015 New Revision: 403037 URL: https://svnweb.freebsd.org/changeset/ports/403037 Log: Update to 2.2.12 Sort plist examples Modified: head/benchmarks/fio/Makefile head/benchmarks/fio/distinfo head/benchmarks/fio/pkg-plist Modified: head/benchmarks/fio/Makefile ============================================================================== --- head/benchmarks/fio/Makefile Sat Dec 5 06:12:19 2015 (r403036) +++ head/benchmarks/fio/Makefile Sat Dec 5 08:58:16 2015 (r403037) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fio -PORTVERSION= 2.2.11 +PORTVERSION= 2.2.12 CATEGORIES= benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ Modified: head/benchmarks/fio/distinfo ============================================================================== --- head/benchmarks/fio/distinfo Sat Dec 5 06:12:19 2015 (r403036) +++ head/benchmarks/fio/distinfo Sat Dec 5 08:58:16 2015 (r403037) @@ -1,2 +1,2 @@ -SHA256 (fio-2.2.11.tar.bz2) = 03ac5354537002f44d09112a46e97d59dee326ddb01e3a1cee65dcc9322ebcf2 -SIZE (fio-2.2.11.tar.bz2) = 501424 +SHA256 (fio-2.2.12.tar.bz2) = b821131a0553884454053aec2fbc26cbaca737eff8348dfc7a7163c3f3290ed1 +SIZE (fio-2.2.12.tar.bz2) = 502557 Modified: head/benchmarks/fio/pkg-plist ============================================================================== --- head/benchmarks/fio/pkg-plist Sat Dec 5 06:12:19 2015 (r403036) +++ head/benchmarks/fio/pkg-plist Sat Dec 5 08:58:16 2015 (r403037) @@ -10,15 +10,20 @@ man/man1/fio_generate_plots.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/e4defrag2.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/enospc-pressure.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/falloc.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fixed-rate-submission.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/flow.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fsx.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fusion-aw-sync.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gfapi.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/iometer-file-access-server.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/latency-profile.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libhdfs.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtd.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/netio.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/netio_multicast.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/null.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/numa.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poisson-rate-submission.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rbd.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rdmaio-client.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rdmaio-server.fio @@ -27,7 +32,3 @@ man/man1/fio_generate_plots.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/surface-scan.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tiobench-example.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/zipf.fio -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fixed-rate-submission.fio -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gfapi.fio -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libhdfs.fio -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtd.fio