From owner-svn-ports-all@freebsd.org Wed Jun 7 19:20:15 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 646D3D7BAF8; Wed, 7 Jun 2017 19:20:15 +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 34FBF8062B; Wed, 7 Jun 2017 19:20:15 +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 v57JKEGS050508; Wed, 7 Jun 2017 19:20:14 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v57JKEEM050506; Wed, 7 Jun 2017 19:20:14 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201706071920.v57JKEEM050506@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:20:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442883 - head/benchmarks/nuttcp 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.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:20:15 -0000 Author: pi Date: Wed Jun 7 19:20:14 2017 New Revision: 442883 URL: https://svnweb.freebsd.org/changeset/ports/442883 Log: benchmarks/nuttcp: fix distinfos - and set LICENSE PR: 219822 Submitted by: xmj Modified: head/benchmarks/nuttcp/Makefile head/benchmarks/nuttcp/distinfo Modified: head/benchmarks/nuttcp/Makefile ============================================================================== --- head/benchmarks/nuttcp/Makefile Wed Jun 7 19:12:23 2017 (r442882) +++ head/benchmarks/nuttcp/Makefile Wed Jun 7 19:20:14 2017 (r442883) @@ -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: head/benchmarks/nuttcp/distinfo ============================================================================== --- head/benchmarks/nuttcp/distinfo Wed Jun 7 19:12:23 2017 (r442882) +++ head/benchmarks/nuttcp/distinfo Wed Jun 7 19:20:14 2017 (r442883) @@ -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