From owner-svn-ports-all@freebsd.org Sun May 22 16:01:02 2016 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 3BF81B45C86; Sun, 22 May 2016 16:01:02 +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 09C1E1F19; Sun, 22 May 2016 16:01:01 +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 u4MG11kq034178; Sun, 22 May 2016 16:01:01 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4MG10Y1034175; Sun, 22 May 2016 16:01:00 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605221601.u4MG10Y1034175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 22 May 2016 16:01:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415636 - 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.22 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, 22 May 2016 16:01:02 -0000 Author: bapt Date: Sun May 22 16:01:00 2016 New Revision: 415636 URL: https://svnweb.freebsd.org/changeset/ports/415636 Log: Update to 2.10 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 22 15:49:47 2016 (r415635) +++ head/benchmarks/fio/Makefile Sun May 22 16:01:00 2016 (r415636) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fio -PORTVERSION= 2.9 +PORTVERSION= 2.10 CATEGORIES= benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ Modified: head/benchmarks/fio/distinfo ============================================================================== --- head/benchmarks/fio/distinfo Sun May 22 15:49:47 2016 (r415635) +++ head/benchmarks/fio/distinfo Sun May 22 16:01:00 2016 (r415636) @@ -1,2 +1,3 @@ -SHA256 (fio-2.9.tar.bz2) = 3f2aea810a341122274bf97599eaed4d717e9c448493d5b4aec7b418d3b9f1c0 -SIZE (fio-2.9.tar.bz2) = 517581 +TIMESTAMP = 1463932785 +SHA256 (fio-2.10.tar.bz2) = 84e8c03691f836e72ab7b18be4d3ab2125e9182c91744761ff48f2bbd94d0112 +SIZE (fio-2.10.tar.bz2) = 527456 Modified: head/benchmarks/fio/pkg-plist ============================================================================== --- head/benchmarks/fio/pkg-plist Sun May 22 15:49:47 2016 (r415635) +++ head/benchmarks/fio/pkg-plist Sun May 22 16:01:00 2016 (r415636) @@ -24,6 +24,7 @@ man/man1/fio_generate_plots.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/netio_multicast.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/null.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/numa.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pmemblk.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/poisson-rate-submission.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rand-zones.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rbd.fio