From owner-svn-ports-head@freebsd.org Mon Aug 24 23:56:34 2020 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 A4DA43B160A; Mon, 24 Aug 2020 23:56:34 +0000 (UTC) (envelope-from dbaio@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4Bb8D23sHWz4SZh; Mon, 24 Aug 2020 23:56:34 +0000 (UTC) (envelope-from dbaio@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 679B920B17; Mon, 24 Aug 2020 23:56:34 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07ONuYJL054777; Mon, 24 Aug 2020 23:56:34 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07ONuYeT054776; Mon, 24 Aug 2020 23:56:34 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202008242356.07ONuYeT054776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Mon, 24 Aug 2020 23:56:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546128 - head/benchmarks/flowgrind X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/benchmarks/flowgrind X-SVN-Commit-Revision: 546128 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.33 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: Mon, 24 Aug 2020 23:56:34 -0000 Author: dbaio Date: Mon Aug 24 23:56:33 2020 New Revision: 546128 URL: https://svnweb.freebsd.org/changeset/ports/546128 Log: benchmarks/flowgrind: Fix build on 13-CURRENT Reported by: pkg-fallout Modified: head/benchmarks/flowgrind/Makefile head/benchmarks/flowgrind/distinfo Modified: head/benchmarks/flowgrind/Makefile ============================================================================== --- head/benchmarks/flowgrind/Makefile Mon Aug 24 23:55:49 2020 (r546127) +++ head/benchmarks/flowgrind/Makefile Mon Aug 24 23:56:33 2020 (r546128) @@ -7,6 +7,9 @@ DISTVERSIONPREFIX= ${PORTNAME}- PORTREVISION= 5 CATEGORIES= benchmarks +PATCH_SITES= https://github.com/flowgrind/flowgrind/commit/ +PATCHFILES= f9049c589fcf1970c81c9127eec3393f399cce82.patch:-p1 + MAINTAINER= dbaio@FreeBSD.org COMMENT= Measure throughput and other metrics for TCP Modified: head/benchmarks/flowgrind/distinfo ============================================================================== --- head/benchmarks/flowgrind/distinfo Mon Aug 24 23:55:49 2020 (r546127) +++ head/benchmarks/flowgrind/distinfo Mon Aug 24 23:56:33 2020 (r546128) @@ -1,3 +1,5 @@ -TIMESTAMP = 1478561627 +TIMESTAMP = 1598312489 SHA256 (flowgrind-flowgrind-flowgrind-0.8.0_GH0.tar.gz) = 1b0c6c571f11430e170ee5d654ff10ba095f627f50509b6c678681566ead8cb6 SIZE (flowgrind-flowgrind-flowgrind-0.8.0_GH0.tar.gz) = 152977 +SHA256 (f9049c589fcf1970c81c9127eec3393f399cce82.patch) = 0c0bfd90a3515c99789021e712715bdc8fb50ff4b4c01f8257dc9f51ddf04c27 +SIZE (f9049c589fcf1970c81c9127eec3393f399cce82.patch) = 1466