From owner-svn-ports-head@FreeBSD.ORG Fri Aug 9 17:52:02 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 E773678; Fri, 9 Aug 2013 17:52:02 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) 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 D4575270C; Fri, 9 Aug 2013 17:52:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r79Hq2n3050379; Fri, 9 Aug 2013 17:52:02 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r79Hq2Fd050377; Fri, 9 Aug 2013 17:52:02 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201308091752.r79Hq2Fd050377@svn.freebsd.org> From: Olivier Duchateau Date: Fri, 9 Aug 2013 17:52:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324454 - head/devel/mercurial X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 17:52:03 -0000 Author: olivierd Date: Fri Aug 9 17:52:02 2013 New Revision: 324454 URL: http://svnweb.freebsd.org/changeset/ports/324454 Log: - Fix install, when PORTDATA is enabled Reported by: bdrewery@, Mike Harding Modified: head/devel/mercurial/Makefile head/devel/mercurial/pkg-plist Modified: head/devel/mercurial/Makefile ============================================================================== --- head/devel/mercurial/Makefile Fri Aug 9 17:22:27 2013 (r324453) +++ head/devel/mercurial/Makefile Fri Aug 9 17:52:02 2013 (r324454) @@ -3,6 +3,7 @@ PORTNAME= mercurial PORTVERSION= 2.7 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://mercurial.selenic.com/release/ @@ -39,7 +40,6 @@ CONTRIB_FILES= bash_completion \ pylintrc \ python-hook-examples.py \ sample.hgrc \ - shrink-revlog.py \ simplemerge \ tcsh_completion \ tcsh_completion_build.sh \ Modified: head/devel/mercurial/pkg-plist ============================================================================== --- head/devel/mercurial/pkg-plist Fri Aug 9 17:22:27 2013 (r324453) +++ head/devel/mercurial/pkg-plist Fri Aug 9 17:52:02 2013 (r324454) @@ -721,7 +721,6 @@ bin/hg %%PORTDATA%%%%DATADIR%%/contrib/pylintrc %%PORTDATA%%%%DATADIR%%/contrib/python-hook-examples.py %%PORTDATA%%%%DATADIR%%/contrib/sample.hgrc -%%PORTDATA%%%%DATADIR%%/contrib/shrink-revlog.py %%PORTDATA%%%%DATADIR%%/contrib/simplemerge %%PORTDATA%%%%DATADIR%%/contrib/tcsh_completion %%PORTDATA%%%%DATADIR%%/contrib/tcsh_completion_build.sh