From owner-cvs-ports@FreeBSD.ORG Sun Aug 8 18:31:52 2010 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 146F71065674; Sun, 8 Aug 2010 18:31:52 +0000 (UTC) (envelope-from jhein@gossamer.timing.com) Received: from mout.perfora.net (mout.perfora.net [74.208.4.195]) by mx1.freebsd.org (Postfix) with ESMTP id CD79A8FC17; Sun, 8 Aug 2010 18:31:51 +0000 (UTC) Received: from gossamer.timing.com ([206.168.13.144]) by mrelay.perfora.net (node=mrus2) with ESMTP (Nemesis) id 0MVvRA-1OSdxE07I0-00XBl9; Sun, 08 Aug 2010 14:31:47 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19550.63499.268226.758886@gossamer.timing.com> Date: Sun, 8 Aug 2010 12:31:39 -0600 From: John Hein To: "Matthias Andree" In-Reply-To: <19550.59933.469642.27709@gossamer.timing.com> References: <201008062159.o76LxsbT064236@repoman.freebsd.org> <19550.59049.226541.911898@gossamer.timing.com> <19550.59933.469642.27709@gossamer.timing.com> X-Mailer: VM 8.0.12 under 22.3.1 (i386-redhat-linux-gnu) X-Provags-ID: V02:K0:zPccZTOE5Qa+II+848B35vx8Og69h/vr6MZ3KnyOlF/ UUZSZ+frwg1qCcN9ahFmwTWxGs2pWU/x5NTcNy0C9PRtpj02KY f/t/5a9U7dxcJT22QNs9ZkpzMx8q+8s12QBWPzXMBXbwkVDW+X ATvKHfVOP4zC8DoFBHYLaSlfePriHB8ADbWC4UGZyqTncI7I6Y NGrr9MjP+Pbx4IOsShSug== Cc: cvs-ports@freebsd.org, "portmgr@freebsd.org" , Ollivier Robert , cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/devel/mercurial Makefile distinfo pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2010 18:31:52 -0000 John Hein wrote at 11:32 -0600 on Aug 8, 2010: > John Hein wrote at 11:17 -0600 on Aug 8, 2010: > > Matthias Andree wrote at 11:18 +0200 on Aug 7, 2010: > > > the port is MASSIVELY broken since the upgrade. It does not install at > > > all, pkg-plists - particularly for contrib and help - are out of synch and > > > worse. > > > > Indeed. That is completely my fault. I sent Ollivier the incomplete > > patch. > > Attached is the fix. And sorry about the delayed response. > > Last patch was against the original 1.6.2 update commit > (Makefile:1.49). I just noticed that Ollivier partly fixed things in > Makefile:1.50 > > Here's a refreshed patch... Add this to fix a broken link (see ports/149393)... Index: files/pkg-message.in =================================================================== RCS file: /base/FreeBSD-CVS/ports/devel/mercurial/files/pkg-message.in,v retrieving revision 1.1 diff -u -p -r1.1 pkg-message.in --- files/pkg-message.in 8 Jan 2010 12:25:36 -0000 1.1 +++ files/pkg-message.in 8 Aug 2010 17:45:20 -0000 @@ -2,6 +2,6 @@ Note that we now install a few more files in %%PREFIX%%/share/mercurial: - shell completion scripts (bash, tcsh and zsh) - CGI scripts for web access to repositories - see http://www.selenic.com/mercurial/wiki/index.cgi/CGI_Install + see http://mercurial.selenic.com/wiki/CGIinstall - various documentation files ====