diff options
author | Xin LI <delphij@FreeBSD.org> | 2007-12-14 00:04:37 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2007-12-14 00:04:37 +0000 |
commit | 37d370c76e9c7ccbaaa5ae620301513f8f858228 (patch) | |
tree | 6ec872001cc1d3cfe71476567f85e676ddeba91b /devel/hgsvn | |
parent | a001a3435d3770f53d29f4712961ef7fe07b9e22 (diff) | |
download | ports-37d370c76e9c7ccbaaa5ae620301513f8f858228.tar.gz ports-37d370c76e9c7ccbaaa5ae620301513f8f858228.zip |
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]
Notes
Notes:
svn path=/head/; revision=203513
Diffstat (limited to 'devel/hgsvn')
-rw-r--r-- | devel/hgsvn/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 <bsd.port.mk> |