From owner-svn-ports-all@freebsd.org Thu Nov 19 13:19:55 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 F0C26A31620; Thu, 19 Nov 2015 13:19:55 +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 A0EEE1DBC; Thu, 19 Nov 2015 13:19:55 +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 tAJDJsiF050607; Thu, 19 Nov 2015 13:19:54 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAJDJs1T050604; Thu, 19 Nov 2015 13:19:54 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201511191319.tAJDJs1T050604@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 19 Nov 2015 13:19:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401947 - 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: Thu, 19 Nov 2015 13:19:56 -0000 Author: bapt Date: Thu Nov 19 13:19:54 2015 New Revision: 401947 URL: https://svnweb.freebsd.org/changeset/ports/401947 Log: Update to 2.2.11 - Take maintainership Approved by: skreuzer (former maintainer) Sponsored by: Gandi.net Modified: head/benchmarks/fio/Makefile head/benchmarks/fio/distinfo head/benchmarks/fio/pkg-plist Modified: head/benchmarks/fio/Makefile ============================================================================== --- head/benchmarks/fio/Makefile Thu Nov 19 13:02:00 2015 (r401946) +++ head/benchmarks/fio/Makefile Thu Nov 19 13:19:54 2015 (r401947) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= fio -PORTVERSION= 2.1.9 +PORTVERSION= 2.2.11 CATEGORIES= benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ -MAINTAINER= skreuzer@FreeBSD.org +MAINTAINER= bapt@FreeBSD.org COMMENT= FIO - flexible IO tester LICENSE= GPLv2 Modified: head/benchmarks/fio/distinfo ============================================================================== --- head/benchmarks/fio/distinfo Thu Nov 19 13:02:00 2015 (r401946) +++ head/benchmarks/fio/distinfo Thu Nov 19 13:19:54 2015 (r401947) @@ -1,2 +1,2 @@ -SHA256 (fio-2.1.9.tar.bz2) = 4ae877939a1a1460ad4d93f7891a15bad8ca7295f441204b12c723758a0d4493 -SIZE (fio-2.1.9.tar.bz2) = 429122 +SHA256 (fio-2.2.11.tar.bz2) = 03ac5354537002f44d09112a46e97d59dee326ddb01e3a1cee65dcc9322ebcf2 +SIZE (fio-2.2.11.tar.bz2) = 501424 Modified: head/benchmarks/fio/pkg-plist ============================================================================== --- head/benchmarks/fio/pkg-plist Thu Nov 19 13:02:00 2015 (r401946) +++ head/benchmarks/fio/pkg-plist Thu Nov 19 13:19:54 2015 (r401947) @@ -27,3 +27,7 @@ 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