From owner-svn-ports-all@FreeBSD.ORG Wed Jan 8 14:45: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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E4971AC; Wed, 8 Jan 2014 14:45: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4AABE10CD; Wed, 8 Jan 2014 14:45:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s08EjEuj018920; Wed, 8 Jan 2014 14:45:14 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s08EjEDN018919; Wed, 8 Jan 2014 14:45:14 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401081445.s08EjEDN018919@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 8 Jan 2014 14:45:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339142 - head/Tools/scripts 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.17 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, 08 Jan 2014 14:45:14 -0000 Author: bapt Date: Wed Jan 8 14:45:13 2014 New Revision: 339142 URL: http://svnweb.freebsd.org/changeset/ports/339142 Log: Remove ^MFH: lines from the log Modified: head/Tools/scripts/mfh Modified: head/Tools/scripts/mfh ============================================================================== --- head/Tools/scripts/mfh Wed Jan 8 14:44:31 2014 (r339141) +++ head/Tools/scripts/mfh Wed Jan 8 14:45:13 2014 (r339142) @@ -73,7 +73,7 @@ for f in $(svn diff --summarize -c $rev done filelist=$(echo -e $filelist | sort -u) echo "MFH: r$rev" > commit.txt -svn log -r$rev svn://svn.freebsd.org/ports/head | sed '1,2d;$d' >> commit.txt +svn log -r$rev svn://svn.freebsd.org/ports/head | sed '1,2d;$d;/^MFH:/d' >> commit.txt for f in ${filelist}; do svn up --parents ${branch}/${f} done