From owner-svn-ports-all@FreeBSD.ORG Tue Apr 7 10:12:10 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 00502209; Tue, 7 Apr 2015 10:12:09 +0000 (UTC) Received: from svn.freebsd.org (svn.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 E069C82F; Tue, 7 Apr 2015 10:12:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t37AC945036632; Tue, 7 Apr 2015 10:12:09 GMT (envelope-from mich@FreeBSD.org) Received: (from mich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t37AC9fr036631; Tue, 7 Apr 2015 10:12:09 GMT (envelope-from mich@FreeBSD.org) Message-Id: <201504071012.t37AC9fr036631@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mich set sender to mich@FreeBSD.org using -f From: Michael Landin Hostbaek Date: Tue, 7 Apr 2015 10:12:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383493 - head/benchmarks/pipebench 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.18-1 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: Tue, 07 Apr 2015 10:12:10 -0000 Author: mich Date: Tue Apr 7 10:12:08 2015 New Revision: 383493 URL: https://svnweb.freebsd.org/changeset/ports/383493 Log: - fix unfetchable port (MASTER_SITES) Modified: head/benchmarks/pipebench/Makefile Modified: head/benchmarks/pipebench/Makefile ============================================================================== --- head/benchmarks/pipebench/Makefile Tue Apr 7 09:42:28 2015 (r383492) +++ head/benchmarks/pipebench/Makefile Tue Apr 7 10:12:08 2015 (r383493) @@ -4,12 +4,11 @@ PORTNAME= pipebench PORTVERSION= 0.40 CATEGORIES= benchmarks -MASTER_SITES= ftp://ftp.habets.pp.se/pub/synscan/ +MASTER_SITES= http://www.habets.pp.se/synscan/files/ MAINTAINER= mich@FreeBSD.org COMMENT= Pipebench shows current throughput/amount of data through a pipe -BROKEN= Unfetchable PLIST_FILES= bin/pipebench \ man/man1/pipebench.1.gz