From 37d370c76e9c7ccbaaa5ae620301513f8f858228 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Fri, 14 Dec 2007 00:04:37 +0000 Subject: [PATCH] Make use of port infrastructure's easy_install support[1]. While I'm there, add subversion and mercurial as RUN_DEPENDS, as one will have to install them to make this useful. Reported by: pointyhat via pav [1] --- devel/hgsvn/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/hgsvn/Makefile b/devel/hgsvn/Makefile index 7f3d8fb5cd3d..f20c4d7c0058 100644 --- a/devel/hgsvn/Makefile +++ b/devel/hgsvn/Makefile @@ -7,6 +7,7 @@ PORTNAME= hgsvn PORTVERSION= 0.1.4 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,9 @@ COMMENT= A set of scripts to work locally on Subversion checkouts using Mercuria DIST_SUBDIR= python USE_PYTHON= 2.5+ -USE_PYDISTUTILS=yes +USE_PYDISTUTILS=easy_install PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//} +RUN_DEPENDS= svn:${PORTSDIR}/devel/subversion \ + hg:${PORTSDIR}/devel/mercurial .include