From owner-svn-ports-head@freebsd.org Fri Sep 13 20:12:34 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DEB1DD1DA4; Fri, 13 Sep 2019 20:12:34 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46VRdG5M4Tz44K7; Fri, 13 Sep 2019 20:12:34 +0000 (UTC) (envelope-from krion@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 9B1C1CACA; Fri, 13 Sep 2019 20:12:34 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8DKCYna024560; Fri, 13 Sep 2019 20:12:34 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8DKCYQY024557; Fri, 13 Sep 2019 20:12:34 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201909132012.x8DKCYQY024557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Fri, 13 Sep 2019 20:12:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511985 - head/benchmarks/fio X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/benchmarks/fio X-SVN-Commit-Revision: 511985 X-SVN-Commit-Repository: ports 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.29 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: Fri, 13 Sep 2019 20:12:34 -0000 Author: krion Date: Fri Sep 13 20:12:33 2019 New Revision: 511985 URL: https://svnweb.freebsd.org/changeset/ports/511985 Log: Update to 3.15 Modified: head/benchmarks/fio/Makefile head/benchmarks/fio/distinfo head/benchmarks/fio/pkg-plist Modified: head/benchmarks/fio/Makefile ============================================================================== --- head/benchmarks/fio/Makefile Fri Sep 13 20:09:09 2019 (r511984) +++ head/benchmarks/fio/Makefile Fri Sep 13 20:12:33 2019 (r511985) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fio -PORTVERSION= 3.13 +PORTVERSION= 3.15 CATEGORIES= benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ Modified: head/benchmarks/fio/distinfo ============================================================================== --- head/benchmarks/fio/distinfo Fri Sep 13 20:09:09 2019 (r511984) +++ head/benchmarks/fio/distinfo Fri Sep 13 20:12:33 2019 (r511985) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550645470 -SHA256 (fio-3.13.tar.bz2) = a21d1e50c18eecbd5ee6f7c3c0a8c8605bbe31b91e07c387b2144b02ea3fb235 -SIZE (fio-3.13.tar.bz2) = 871425 +TIMESTAMP = 1568382760 +SHA256 (fio-3.15.tar.bz2) = 246369954833e0d6be5ef4f9c47968adafcb4a0751badca2cdd80700b4bc5784 +SIZE (fio-3.15.tar.bz2) = 876140 Modified: head/benchmarks/fio/pkg-plist ============================================================================== --- head/benchmarks/fio/pkg-plist Fri Sep 13 20:09:09 2019 (r511984) +++ head/benchmarks/fio/pkg-plist Fri Sep 13 20:12:33 2019 (r511985) @@ -37,6 +37,7 @@ man/man1/fio_generate_plots.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/iometer-file-access-server.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/jesd219.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/latency-profile.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libiscsi.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libhdfs.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libpmem.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtd.fio