diff options
author | kwm <kwm@FreeBSD.org> | 2013-12-19 00:30:41 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-12-19 00:30:41 +0800 |
commit | 8ff7cabe2dbfa113510c78d1401109ecf2770025 (patch) | |
tree | d097a46fb5770757570f4754910e3a31d56f0cbd /textproc | |
parent | 80543aae78273b868a70442638af04976003367f (diff) | |
download | freebsd-ports-gnome-8ff7cabe2dbfa113510c78d1401109ecf2770025.tar.gz freebsd-ports-gnome-8ff7cabe2dbfa113510c78d1401109ecf2770025.tar.zst freebsd-ports-gnome-8ff7cabe2dbfa113510c78d1401109ecf2770025.zip |
Update to 2.0.2.
Limit python version to -2.7, because thats what py-libxml2 currently
uses.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/itstool/Makefile | 6 | ||||
-rw-r--r-- | textproc/itstool/distinfo | 4 |
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 |