From owner-svn-ports-all@freebsd.org Sun Sep 22 20:08:50 2019 Return-Path: Delivered-To: svn-ports-all@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 988C212B1E7; Sun, 22 Sep 2019 20:08:50 +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 46bz6p37z2z4BJ4; Sun, 22 Sep 2019 20:08:50 +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 4EFBB3C41; Sun, 22 Sep 2019 20:08:50 +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 x8MK8oQL072810; Sun, 22 Sep 2019 20:08:50 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8MK8nIN072807; Sun, 22 Sep 2019 20:08:49 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201909222008.x8MK8nIN072807@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Sun, 22 Sep 2019 20:08:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512601 - head/benchmarks/fio X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/benchmarks/fio X-SVN-Commit-Revision: 512601 X-SVN-Commit-Repository: ports 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.29 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 Sep 2019 20:08:50 -0000 Author: krion Date: Sun Sep 22 20:08:49 2019 New Revision: 512601 URL: https://svnweb.freebsd.org/changeset/ports/512601 Log: Update to 3.16 Modified: head/benchmarks/fio/Makefile head/benchmarks/fio/distinfo head/benchmarks/fio/pkg-plist Modified: head/benchmarks/fio/Makefile ============================================================================== --- head/benchmarks/fio/Makefile Sun Sep 22 19:06:43 2019 (r512600) +++ head/benchmarks/fio/Makefile Sun Sep 22 20:08:49 2019 (r512601) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fio -PORTVERSION= 3.15 +PORTVERSION= 3.16 CATEGORIES= benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ Modified: head/benchmarks/fio/distinfo ============================================================================== --- head/benchmarks/fio/distinfo Sun Sep 22 19:06:43 2019 (r512600) +++ head/benchmarks/fio/distinfo Sun Sep 22 20:08:49 2019 (r512601) @@ -1,3 +1,3 @@ -TIMESTAMP = 1568382760 -SHA256 (fio-3.15.tar.bz2) = 246369954833e0d6be5ef4f9c47968adafcb4a0751badca2cdd80700b4bc5784 -SIZE (fio-3.15.tar.bz2) = 876140 +TIMESTAMP = 1568984907 +SHA256 (fio-3.16.tar.bz2) = 77f5b6e11f8d7f08416af100359ec295620673ddacef370f840f2a4e1a33119e +SIZE (fio-3.16.tar.bz2) = 881436 Modified: head/benchmarks/fio/pkg-plist ============================================================================== --- head/benchmarks/fio/pkg-plist Sun Sep 22 19:06:43 2019 (r512600) +++ head/benchmarks/fio/pkg-plist Sun Sep 22 20:08:49 2019 (r512601) @@ -41,6 +41,7 @@ man/man1/fio_generate_plots.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libhdfs.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libpmem.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtd.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nbd.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/netio.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/netio_multicast.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/null.fio