From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 14:22:14 2014 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 07C4B738; Sun, 28 Sep 2014 14:22:14 +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 E84A583B; Sun, 28 Sep 2014 14:22:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SEMDc0069128; Sun, 28 Sep 2014 14:22:13 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SEMDIf069127; Sun, 28 Sep 2014 14:22:13 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201409281422.s8SEMDIf069127@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 28 Sep 2014 14:22:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369456 - head/benchmarks/pathrate 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: Sun, 28 Sep 2014 14:22:14 -0000 Author: wen Date: Sun Sep 28 14:22:13 2014 New Revision: 369456 URL: http://svnweb.freebsd.org/changeset/ports/369456 QAT: https://qat.redports.org/buildarchive/r369456/ Log: - Reset maintainer to ports@ PR: 193991 Submitted by: dikshie@gmail.com(previous maintainer) Modified: head/benchmarks/pathrate/Makefile Modified: head/benchmarks/pathrate/Makefile ============================================================================== --- head/benchmarks/pathrate/Makefile Sun Sep 28 14:15:04 2014 (r369455) +++ head/benchmarks/pathrate/Makefile Sun Sep 28 14:22:13 2014 (r369456) @@ -7,7 +7,7 @@ CATEGORIES= benchmarks MASTER_SITES= http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/ DISTNAME= ${PORTNAME} -MAINTAINER= dikshie@lapi.itb.ac.id +MAINTAINER= ports@FreeBSD.org COMMENT= Measurement tool for capacity estimation of network paths GNU_CONFIGURE= yes