svn commit: r336847 - head/textproc/itstool

Koop Mast kwm at FreeBSD.org
Wed Dec 18 16:30:42 UTC 2013


Author: kwm
Date: Wed Dec 18 16:30:41 2013
New Revision: 336847
URL: http://svnweb.freebsd.org/changeset/ports/336847

Log:
  Update to 2.0.2.
  
  Limit python version to -2.7, because thats what py-libxml2 currently
  uses.

Modified:
  head/textproc/itstool/Makefile
  head/textproc/itstool/distinfo

Modified: head/textproc/itstool/Makefile
==============================================================================
--- head/textproc/itstool/Makefile	Wed Dec 18 16:27:36 2013	(r336846)
+++ head/textproc/itstool/Makefile	Wed Dec 18 16:30:41 2013	(r336847)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	itstool
-PORTVERSION=	2.0.1
+PORTVERSION=	2.0.2
 CATEGORIES=	textproc
 MASTER_SITES=	http://files.itstool.org/itstool/
 
@@ -15,11 +15,11 @@ BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/libx
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2
 
 USE_BZIP2=	yes
-USE_PYTHON_RUN=	yes
+USE_PYTHON_RUN=	-2.7
 GNU_CONFIGURE=	yes
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|g' \
+	@${REINPLACE_CMD} -e 's|@PYTHON@|${PYTHON_CMD}|g' \
 		${WRKSRC}/itstool.in
 
 .include <bsd.port.mk>

Modified: head/textproc/itstool/distinfo
==============================================================================
--- head/textproc/itstool/distinfo	Wed Dec 18 16:27:36 2013	(r336846)
+++ head/textproc/itstool/distinfo	Wed Dec 18 16:30:41 2013	(r336847)
@@ -1,2 +1,2 @@
-SHA256 (itstool-2.0.1.tar.bz2) = ec6b1b32403cbe338b6ac63c61ab1ecd361f539a6e41ef50eae56a4f577234d1
-SIZE (itstool-2.0.1.tar.bz2) = 93084
+SHA256 (itstool-2.0.2.tar.bz2) = bf909fb59b11a646681a8534d5700fec99be83bb2c57badf8c1844512227033a
+SIZE (itstool-2.0.2.tar.bz2) = 96748


More information about the svn-ports-head mailing list