diff options
| author | Xin LI <delphij@FreeBSD.org> | 2013-12-23 20:22:31 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2013-12-23 20:22:31 +0000 |
| commit | c41f3a23e63793c00a29b02e4172b14d3f456f75 (patch) | |
| tree | 29c17903666d4124879a8a5e9660ac5ea17c5559 | |
| parent | - Strip shared library (diff) | |
Update to 0.2.3.
Notes
Notes:
svn path=/head/; revision=337289
| -rw-r--r-- | devel/hgsvn/Makefile | 4 | ||||
| -rw-r--r-- | devel/hgsvn/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/hgsvn/Makefile b/devel/hgsvn/Makefile index c7b0015dc168..6ce1ff37c774 100644 --- a/devel/hgsvn/Makefile +++ b/devel/hgsvn/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hgsvn -PORTVERSION= 0.1.9 +PORTVERSION= 0.2.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,11 +14,13 @@ COMMENT= Scripts to work locally on Subversion checkouts using Mercurial RUN_DEPENDS= svn:${PORTSDIR}/devel/subversion \ hg:${PORTSDIR}/devel/mercurial +USE_ZIP= yes USE_PYTHON= yes USE_PYDISTUTILS=easy_install PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//} NO_STAGE= yes + post-patch: @cd ${WRKSRC} && ${MV} setup.py setup.py.orig && ${GREP} -v use_setuptools setup.py.orig > setup.py && cd - diff --git a/devel/hgsvn/distinfo b/devel/hgsvn/distinfo index f5a30420b796..5c38b6d9b51f 100644 --- a/devel/hgsvn/distinfo +++ b/devel/hgsvn/distinfo @@ -1,2 +1,2 @@ -SHA256 (python/hgsvn-0.1.9.tar.gz) = de45c04a1b3c3e104fcfc99973609239240c3b22789b6e87e29323c7b86c333f -SIZE (python/hgsvn-0.1.9.tar.gz) = 56452 +SHA256 (python/hgsvn-0.2.3.zip) = bd066a058b34b8beb0b108e729f223e177532487fed0422d978061620422ed0e +SIZE (python/hgsvn-0.2.3.zip) = 199696 |
