From owner-svn-ports-all@freebsd.org Wed Jun 7 19:23:37 2017 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 18716D7BCB0; Wed, 7 Jun 2017 19:23:37 +0000 (UTC) (envelope-from pi@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 D57E78099C; Wed, 7 Jun 2017 19:23:36 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v57JNZrS054597; Wed, 7 Jun 2017 19:23:35 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v57JNZFn054595; Wed, 7 Jun 2017 19:23:35 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201706071923.v57JNZFn054595@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 7 Jun 2017 19:23:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r442884 - branches/2017Q2/benchmarks/nuttcp X-SVN-Group: ports-branches 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.23 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: Wed, 07 Jun 2017 19:23:37 -0000 Author: pi Date: Wed Jun 7 19:23:35 2017 New Revision: 442884 URL: https://svnweb.freebsd.org/changeset/ports/442884 Log: benchmarks/nuttcp: fix distinfos to unbreak - and set LICENSE PR: 219822 Submitted by: xmj MFH: r442883 Approved by: ports-secteam (blanket) Modified: branches/2017Q2/benchmarks/nuttcp/Makefile branches/2017Q2/benchmarks/nuttcp/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/benchmarks/nuttcp/Makefile ============================================================================== --- branches/2017Q2/benchmarks/nuttcp/Makefile Wed Jun 7 19:20:14 2017 (r442883) +++ branches/2017Q2/benchmarks/nuttcp/Makefile Wed Jun 7 19:23:35 2017 (r442884) @@ -3,6 +3,7 @@ PORTNAME= nuttcp PORTVERSION= 7.3.2 +PORTREVISION= 1 CATEGORIES= benchmarks net MASTER_SITES= http://nuttcp.net/nuttcp/beta/ http://nuttcp.net/nuttcp/latest/:latest DISTFILES= ${PORTNAME}-${PORTVERSION}.c ${NUTTSCPDISTFILE} ${PORTNAME}.8:latest examples.txt:latest LICENSE:latest README:latest @@ -11,6 +12,8 @@ EXTRACT_ONLY= # none MAINTAINER= pi@FreeBSD.org COMMENT= TCP/UDP network testing tool + +LICENSE= GPLv2 NO_WRKSUBDIR= yes USES= shebangfix Modified: branches/2017Q2/benchmarks/nuttcp/distinfo ============================================================================== --- branches/2017Q2/benchmarks/nuttcp/distinfo Wed Jun 7 19:20:14 2017 (r442883) +++ branches/2017Q2/benchmarks/nuttcp/distinfo Wed Jun 7 19:23:35 2017 (r442884) @@ -1,13 +1,13 @@ -TIMESTAMP = 1465482030 +TIMESTAMP = 1496757295 SHA256 (nuttcp-7.3.2/nuttcp-7.3.2.c) = 4deb98a21bb8d2f75dff95436f85d616cdf321b50f29b2bf5f0ff9a0d42b0d62 SIZE (nuttcp-7.3.2/nuttcp-7.3.2.c) = 265085 SHA256 (nuttcp-7.3.2/nuttscp-2.2) = 0874f2f87b8def21bd3d1b18dab449e3d97648100d0c824af109eba897e2160d SIZE (nuttcp-7.3.2/nuttscp-2.2) = 28729 -SHA256 (nuttcp-7.3.2/nuttcp.8) = 83f10cb19e11e37a00fa78ad1f87afc02e5250777e91e78bdf2f2485d372e2c5 +SHA256 (nuttcp-7.3.2/nuttcp.8) = 7d133bcc293b24e9610a66e6fed933131a72865905c58585190f3756497a56f9 SIZE (nuttcp-7.3.2/nuttcp.8) = 16157 SHA256 (nuttcp-7.3.2/examples.txt) = eb94d5424880164cae4b4b5d8f4ab25299cb3396a32c4dcb136e9718c0844938 SIZE (nuttcp-7.3.2/examples.txt) = 5933 SHA256 (nuttcp-7.3.2/LICENSE) = ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 SIZE (nuttcp-7.3.2/LICENSE) = 17987 -SHA256 (nuttcp-7.3.2/README) = 7ad8dcb72bd72afed8f32a13d3f81614b659afacdfa91ca57b41ff20cd4806a1 -SIZE (nuttcp-7.3.2/README) = 5666 +SHA256 (nuttcp-7.3.2/README) = 7a4858e2e1863d5de64b4f559dc3f6061f535bd2901664073983359f034ad51c +SIZE (nuttcp-7.3.2/README) = 5228