aboutsummaryrefslogtreecommitdiff
path: root/textproc/itstool
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-12-18 16:30:41 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-12-18 16:30:41 +0000
commitee02f757433426bda96de83a937a302792ab60ed (patch)
treed097a46fb5770757570f4754910e3a31d56f0cbd /textproc/itstool
parentc0f6b9ab2414cf98cf4a1000c8990a7116529945 (diff)
downloadports-ee02f757433426bda96de83a937a302792ab60ed.tar.gz
ports-ee02f757433426bda96de83a937a302792ab60ed.zip
Update to 2.0.2.
Limit python version to -2.7, because thats what py-libxml2 currently uses.
Notes
Notes: svn path=/head/; revision=336847
Diffstat (limited to 'textproc/itstool')
-rw-r--r--textproc/itstool/Makefile6
-rw-r--r--textproc/itstool/distinfo4
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/itstool/Makefile b/textproc/itstool/Makefile
index 24df78406f9e..b8f830d84ce2 100644
--- a/textproc/itstool/Makefile
+++ b/textproc/itstool/Makefile
@@ -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}/libxml2.py:${PORTSDIR}/textproc/py-libxml2
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>
diff --git a/textproc/itstool/distinfo b/textproc/itstool/distinfo
index 8d26712bdcd2..38ebb2a15466 100644
--- a/textproc/itstool/distinfo
+++ b/textproc/itstool/distinfo
@@ -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