Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Aug 2013 17:52:02 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324454 - head/devel/mercurial
Message-ID:  <201308091752.r79Hq2Fd050377@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308091752.r79Hq2Fd050377>