svn commit: r324454 - head/devel/mercurial

Olivier Duchateau olivierd at FreeBSD.org
Fri Aug 9 17:52:03 UTC 2013


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


More information about the svn-ports-all mailing list