svn commit: r369287 - head/devel/py-hgsubversion

William Grzybowski wg at FreeBSD.org
Thu Sep 25 19:47:46 UTC 2014


Author: wg
Date: Thu Sep 25 19:47:44 2014
New Revision: 369287
URL: http://svnweb.freebsd.org/changeset/ports/369287
QAT: https://qat.redports.org/buildarchive/r369287/

Log:
  devel/py-hgsubversion: update to 1.6.3
  
  - USES python

Modified:
  head/devel/py-hgsubversion/Makefile
  head/devel/py-hgsubversion/distinfo

Modified: head/devel/py-hgsubversion/Makefile
==============================================================================
--- head/devel/py-hgsubversion/Makefile	Thu Sep 25 19:47:16 2014	(r369286)
+++ head/devel/py-hgsubversion/Makefile	Thu Sep 25 19:47:44 2014	(r369287)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	hgsubversion
-PORTVERSION=	1.6.1
+PORTVERSION=	1.6.3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,9 +16,8 @@ OPTIONS_DEFINE=	SUBVERTPY
 OPTIONS_DEFAULT=SUBVERTPY
 SUBVERTPY_DESC=	Use subvertpy python bindings
 
-USE_PYTHON=	2
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python:2
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.options.mk>
 

Modified: head/devel/py-hgsubversion/distinfo
==============================================================================
--- head/devel/py-hgsubversion/distinfo	Thu Sep 25 19:47:16 2014	(r369286)
+++ head/devel/py-hgsubversion/distinfo	Thu Sep 25 19:47:44 2014	(r369287)
@@ -1,2 +1,2 @@
-SHA256 (hgsubversion-1.6.1.tar.gz) = bb2787259a5f9716fe4ff4f6a4e6170fb8109c6f74550cbd92ec314d8d4278a0
-SIZE (hgsubversion-1.6.1.tar.gz) = 173184
+SHA256 (hgsubversion-1.6.3.tar.gz) = 915f4415208f61ae7dc551da94a3c6269805af0558945a9f2736e60b0a6190c5
+SIZE (hgsubversion-1.6.3.tar.gz) = 177625


More information about the svn-ports-head mailing list