svn commit: r337289 - head/devel/hgsvn

Xin LI delphij at FreeBSD.org
Mon Dec 23 20:22:32 UTC 2013


Author: delphij
Date: Mon Dec 23 20:22:31 2013
New Revision: 337289
URL: http://svnweb.freebsd.org/changeset/ports/337289

Log:
  Update to 0.2.3.

Modified:
  head/devel/hgsvn/Makefile
  head/devel/hgsvn/distinfo

Modified: head/devel/hgsvn/Makefile
==============================================================================
--- head/devel/hgsvn/Makefile	Mon Dec 23 20:08:23 2013	(r337288)
+++ head/devel/hgsvn/Makefile	Mon Dec 23 20:22:31 2013	(r337289)
@@ -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 Subv
 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 -
 

Modified: head/devel/hgsvn/distinfo
==============================================================================
--- head/devel/hgsvn/distinfo	Mon Dec 23 20:08:23 2013	(r337288)
+++ head/devel/hgsvn/distinfo	Mon Dec 23 20:22:31 2013	(r337289)
@@ -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


More information about the svn-ports-head mailing list