From owner-svn-src-projects@FreeBSD.ORG Wed Nov 21 07:52:23 2012 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9A710751; Wed, 21 Nov 2012 07:52:23 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8059D8FC14; Wed, 21 Nov 2012 07:52:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAL7qNI4098893; Wed, 21 Nov 2012 07:52:23 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAL7qNPw098892; Wed, 21 Nov 2012 07:52:23 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201211210752.qAL7qNPw098892@svn.freebsd.org> From: Mark Linimon Date: Wed, 21 Nov 2012 07:52:23 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r243367 - projects/portbuild/scripts X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Nov 2012 07:52:23 -0000 Author: linimon (doc,ports committer) Date: Wed Nov 21 07:52:23 2012 New Revision: 243367 URL: http://svnweb.freebsd.org/changeset/base/243367 Log: So many trailing hard-coded references to a particular VCS, so little time. Modified: projects/portbuild/scripts/processlogs Modified: projects/portbuild/scripts/processlogs ============================================================================== --- projects/portbuild/scripts/processlogs Wed Nov 21 06:26:18 2012 (r243366) +++ projects/portbuild/scripts/processlogs Wed Nov 21 07:52:23 2012 (r243367) @@ -159,7 +159,7 @@ footer() { # # Create "default" output, sorted on portname # -header "PortAff.SizeSVNMaintainerReasonBuild date" +header "PortAff.Size${VCS}MaintainerReasonBuild date" if [ ${n_logs} -gt 0 ]; then sort .logs/.all | while read line; do @@ -214,7 +214,7 @@ mv -f $of index.html # # Create output by category # -header "SVNAff.SizePortMaintainerReasonBuild date" +header "${VCS}Aff.SizePortMaintainerReasonBuild date" if [ ${n_logs} -gt 0 ]; then sort -t \| +4 .logs/.all | while read line; do @@ -269,7 +269,7 @@ mv -f $of index-category.html # # Create output by maintainer # -header "MaintainerPortAff.SizeSVNReasonBuild date" +header "MaintainerPortAff.Size${VCS}ReasonBuild date" if [ ${n_logs} -gt 0 ]; then sort -t \| +5 .logs/.all | while read line; do @@ -324,7 +324,7 @@ mv -f $of index-maintainer.html # # Create output by error # -header "ReasonPortAff.SizeSVNMaintainerBuild date" +header "ReasonPortAff.Size${VCS}MaintainerBuild date" if [ ${n_logs} -gt 0 ]; then sort -t \| +7 .logs/.all | while read line; do @@ -379,7 +379,7 @@ mv -f $of index-reason.html # # Create output by builddate # -header "Build datePortAff.SizeSVNMaintainerReason" +header "Build datePortAff.Size${VCS}MaintainerReason" if [ ${n_logs} -gt 0 ]; then sort -t \| +9 .logs/.all | while read line; do