From owner-svn-ports-all@freebsd.org Fri Jul 10 21:16:54 2015 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 0E24D997AFC; Fri, 10 Jul 2015 21:16:54 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 F246F1D94; Fri, 10 Jul 2015 21:16:53 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ALGrvs007141; Fri, 10 Jul 2015 21:16:53 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6ALGrxR007140; Fri, 10 Jul 2015 21:16:53 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201507102116.t6ALGrxR007140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Fri, 10 Jul 2015 21:16:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391724 - branches/2015Q3/benchmarks/nttcp 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.20 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: Fri, 10 Jul 2015 21:16:54 -0000 Author: martymac Date: Fri Jul 10 21:16:52 2015 New Revision: 391724 URL: https://svnweb.freebsd.org/changeset/ports/391724 Log: MFH: r391114 Approved by: portmgr Add LOCAL mirror as distfile does not seem to be available anymore Modified: branches/2015Q3/benchmarks/nttcp/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/benchmarks/nttcp/Makefile ============================================================================== --- branches/2015Q3/benchmarks/nttcp/Makefile Fri Jul 10 21:14:14 2015 (r391723) +++ branches/2015Q3/benchmarks/nttcp/Makefile Fri Jul 10 21:16:52 2015 (r391724) @@ -6,7 +6,8 @@ PORTVERSION= 1.47 PORTREVISION= 2 CATEGORIES= benchmarks net MASTER_SITES= http://freeware.sgi.com/source/nttcp/ \ - http://reality.sgiweb.org/freeware/source/nttcp/ + http://reality.sgiweb.org/freeware/source/nttcp/ \ + LOCAL/martymac MAINTAINER= martymac@FreeBSD.org COMMENT= Client/server program for testing network performance