From owner-svn-src-projects@FreeBSD.ORG Mon Nov 5 23:36:25 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 3BF1E1A2; Mon, 5 Nov 2012 23:36:25 +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 20F778FC0A; Mon, 5 Nov 2012 23:36:25 +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 qA5NaOM2017905; Mon, 5 Nov 2012 23:36:24 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA5NaOmc017900; Mon, 5 Nov 2012 23:36:24 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201211052336.qA5NaOmc017900@svn.freebsd.org> From: Mark Linimon Date: Mon, 5 Nov 2012 23:36:24 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r242635 - in projects/portbuild: conf 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: Mon, 05 Nov 2012 23:36:25 -0000 Author: linimon (doc,ports committer) Date: Mon Nov 5 23:36:24 2012 New Revision: 242635 URL: http://svnweb.freebsd.org/changeset/base/242635 Log: Switch the canonical website references from CVS to SVN. Modified: projects/portbuild/conf/server.conf projects/portbuild/scripts/processfail projects/portbuild/scripts/processlogs projects/portbuild/scripts/processlogs2 Modified: projects/portbuild/conf/server.conf ============================================================================== --- projects/portbuild/conf/server.conf Mon Nov 5 23:20:48 2012 (r242634) +++ projects/portbuild/conf/server.conf Mon Nov 5 23:36:24 2012 (r242635) @@ -102,12 +102,13 @@ MASTER_URL="pointyhat-west.isc.FreeBSD.o # vcs-specific definitions # +# XXX MCL 20121104 fix me! VCS="cvs" VCS_UPDATE_DATE="-Rq update -PdA -D" VCS_UPDATE_TAG="-Rq update -PdA -r" -VCSWEB="http://cvsweb.freebsd.org" +VCSWEB="http://svnweb.freebsd.org/ports/head" # # www definitions (see processfail) Modified: projects/portbuild/scripts/processfail ============================================================================== --- projects/portbuild/scripts/processfail Mon Nov 5 23:20:48 2012 (r242634) +++ projects/portbuild/scripts/processfail Mon Nov 5 23:36:24 2012 (r242635) @@ -60,7 +60,7 @@ sort -r -n -k 4 -t \| failure > newfailu IFS='|' while read dir name ver date last count; do echo "" >> $of - echo "$dir" >> $of + echo "$dir" >> $of if [ -L ${pbd}/${arch}/${branch}/latest/${dir} ]; then err=$(readlink ${pbd}/${arch}/${branch}/latest/${dir}) echo "$ver" >> $of @@ -69,7 +69,7 @@ while read dir name ver date last count; fi # echo "$affby$4 Kb" >> $of -# echo "$5" >> $of +# echo "$5" >> $of # echo "$6" >> $of # echo "" >> $of Modified: projects/portbuild/scripts/processlogs ============================================================================== --- projects/portbuild/scripts/processlogs Mon Nov 5 23:20:48 2012 (r242634) +++ projects/portbuild/scripts/processlogs Mon Nov 5 23:36:24 2012 (r242635) @@ -159,7 +159,7 @@ footer() { # # Create "default" output, sorted on portname # -header "PortAff.SizeCVSMaintainerReasonBuild date" +header "PortAff.SizeSVNMaintainerReasonBuild date" if [ ${n_logs} -gt 0 ]; then sort .logs/.all | while read line; do @@ -178,7 +178,7 @@ sort .logs/.all | while read line; do affby="$3" test "${affby}" = "0" -o "${affby}" = "-1" && affby=" " echo "${affby}$4 Kb" >> $of - echo "$5" >> $of + echo "$5" >> $of echo "$mailto" >> $of echo "" >> $of @@ -200,7 +200,7 @@ mv -f $of index.html # # Create output by category # -header "CVSAff.SizePortMaintainerReasonBuild date" +header "SVNAff.SizePortMaintainerReasonBuild date" if [ ${n_logs} -gt 0 ]; then sort -t \| +4 .logs/.all | while read line; do @@ -214,7 +214,7 @@ sort -t \| +4 .logs/.all | while read li echo "" >> $of - echo "$5" >> $of + echo "$5" >> $of affby="$3" test "${affby}" = "0" -o "${affby}" = "-1" && affby=" " @@ -241,7 +241,7 @@ mv -f $of index-category.html # # Create output by maintainer # -header "MaintainerPortAff.SizeCVSReasonBuild date" +header "MaintainerPortAff.SizeSVNReasonBuild date" if [ ${n_logs} -gt 0 ]; then sort -t \| +5 .logs/.all | while read line; do @@ -261,7 +261,7 @@ sort -t \| +5 .logs/.all | while read li affby="$3" test "${affby}" = "0" -o "${affby}" = "-1" && affby=" " echo "${affby}$4 Kb" >> $of - echo "$5" >> $of + echo "$5" >> $of echo "" >> $of test "$9" = "broken" && echo "[B]" >> $of @@ -282,7 +282,7 @@ mv -f $of index-maintainer.html # # Create output by error # -header "ReasonPortAff.SizeCVSMaintainerBuild date" +header "ReasonPortAff.SizeSVNMaintainerBuild date" if [ ${n_logs} -gt 0 ]; then sort -t \| +7 .logs/.all | while read line; do @@ -307,7 +307,7 @@ sort -t \| +7 .logs/.all | while read li affby="$3" test "${affby}" = "0" -o "${affby}" = "-1" && affby=" " echo "${affby}$4 Kb" >> $of - echo "$5" >> $of + echo "$5" >> $of echo "$mailto" >> $of date=`echo ${10} | sed -e "s/_/ /g"` @@ -323,7 +323,7 @@ mv -f $of index-reason.html # # Create output by builddate # -header "Build datePortAff.SizeCVSMaintainerReason" +header "Build datePortAff.SizeSVNMaintainerReason" if [ ${n_logs} -gt 0 ]; then sort -t \| +9 .logs/.all | while read line; do @@ -346,7 +346,7 @@ sort -t \| +9 .logs/.all | while read li affby="$3" test "${affby}" = "0" -o "${affby}" = "-1" && affby=" " echo "${affby}$4 Kb" >> $of - echo "$5" >> $of + echo "$5" >> $of echo "$mailto" >> $of echo "" >> $of Modified: projects/portbuild/scripts/processlogs2 ============================================================================== --- projects/portbuild/scripts/processlogs2 Mon Nov 5 23:20:48 2012 (r242634) +++ projects/portbuild/scripts/processlogs2 Mon Nov 5 23:36:24 2012 (r242635) @@ -38,7 +38,7 @@ else echo -n "$size KB" >>$of echo -n "" >>$of dir=$(sed -n -e '5p' $log.log | awk '{print $3}' | sed -e 's,^/[^/]*/[^/]*/,,') - echo -n "$dir" >>$of + echo -n "$dir" >>$of echo -n "" >>$of maint=$(sed -n -e '4p' $log.log | awk '{print $3}') maints="$maints $maint"