From owner-svn-ports-head@FreeBSD.ORG Fri Aug 9 14:20:28 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C35F35BA for ; Fri, 9 Aug 2013 14:20:28 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 88DEC2B28 for ; Fri, 9 Aug 2013 14:20:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r79EKSrq006061 for ; Fri, 9 Aug 2013 14:20:28 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r79EKSTH006053 for svn-ports-head@freebsd.org; Fri, 9 Aug 2013 14:20:28 GMT (envelope-from bdrewery) Received: (qmail 34726 invoked from network); 9 Aug 2013 09:20:26 -0500 Received: from unknown (HELO ?10.102.76.214?) (freebsd@shatow.net@198.228.232.93) by sweb.xzibition.com with ESMTPA; 9 Aug 2013 09:20:26 -0500 Mime-Version: 1.0 References: <201308091209.r79C9l0F016217@svn.freebsd.org> In-Reply-To: <201308091209.r79C9l0F016217@svn.freebsd.org> User-Agent: Roundcube Webmail/0.9.2 X-Sender: bdrewery@FreeBSD.org Content-Type: text/plain; charset=us-ascii Organization: FreeBSD Message-Id: <3803F3B7-D028-4826-A237-2D8CB9D52F6B@FreeBSD.org> Content-Transfer-Encoding: quoted-printable X-Mailer: iPhone Mail (10B329) From: Bryan Drewery X-Draft-Info: type=reply; uid=25265; folder=bGlzdHMucG9ydHMtY29tbWl0dGVycw== Subject: Re: svn commit: r324427 - head/devel/mercurial Date: Fri, 9 Aug 2013 09:20:23 -0500 To: Olivier Duchateau Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "owner-ports-committers@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Aug 2013 14:20:28 -0000 On 2013-08-09 07:09, Olivier Duchateau wrote: > Author: olivierd > Date: Fri Aug 9 12:09:47 2013 > New Revision: 324427 > URL: http://svnweb.freebsd.org/changeset/ports/324427 > Log: > - Update to 2.7 > ChangeLog: > http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_2.7_.282013-08-01.29 > Modified: > head/devel/mercurial/Makefile > head/devel/mercurial/distinfo > head/devel/mercurial/pkg-plist This fails to install for me on 8.3: for f in bash_completion casesmash.py check-code.py convert-repo debugcm= dserver.py debugshell.py dumprevlog hg-ssh hgfixes/__init__.py hgfixes/= fix_bytes.py hgfixes/fix_bytesmod.py hgfixes/fix_leftover_imports.py hgk = hgsh/Makefile hgsh/hgsh.c mercurial.el mergetools.hgrc mq.el perf.py p= ylintrc python-hook-examples.py sample.hgrc shrink-revlog.py simplemerge= tcsh_completion tcsh_completion_build.sh tmplrewrite.py undumprevlog z= sh_completion vim/HGAnnotate.vim vim/hg-menu.vim vim/hgcommand.vim vim/h= gtest.vim vim/patchreview.txt vim/patchreview.vim; do /bin/cp -p /wrkdirs= /usr/ports/devel/mercurial/work/mercurial-2.7/contrib/${f} /usr/local/share/= mercurial/contrib/${f}; done cp: /wrkdirs/usr/ports/devel/mercurial/work/mercurial-2.7/contrib/shrink-rev= log.py: No such file or directory *** Error code 1 Stop in /usr/ports/devel/mercurial. =3D=3D=3D> Cleaning for mercurial-2.7 --=20 Regards, Bryan Drewery=