diff options
author | kwm <kwm@FreeBSD.org> | 2013-12-01 20:47:29 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-12-01 20:47:29 +0800 |
commit | afc1189510c4f5b556509c273eb73e7f998c0bef (patch) | |
tree | 66e0c0b96dd9ebc4e05ec7c78d37c634b7552dbb | |
parent | 10f2195942e33e57eadac8c6c58d61d4ac74bdda (diff) | |
download | freebsd-ports-gnome-afc1189510c4f5b556509c273eb73e7f998c0bef.tar.gz freebsd-ports-gnome-afc1189510c4f5b556509c273eb73e7f998c0bef.tar.zst freebsd-ports-gnome-afc1189510c4f5b556509c273eb73e7f998c0bef.zip |
Update to 2.0.1.
Stagify, add license.
-rw-r--r-- | textproc/itstool/Makefile | 8 | ||||
-rw-r--r-- | textproc/itstool/distinfo | 4 | ||||
-rw-r--r-- | textproc/itstool/pkg-plist | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/textproc/itstool/Makefile b/textproc/itstool/Makefile index 295caf6a74be..24df78406f9e 100644 --- a/textproc/itstool/Makefile +++ b/textproc/itstool/Makefile @@ -2,22 +2,22 @@ # $FreeBSD$ PORTNAME= itstool -PORTVERSION= 1.2.0 +PORTVERSION= 2.0.1 CATEGORIES= textproc MASTER_SITES= http://files.itstool.org/itstool/ MAINTAINER= kwm@FreeBSD.org COMMENT= Make XML documents translatable through po files +LICENSE= GPLv3 + +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 GNU_CONFIGURE= yes -MAN1= itstool.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|g' \ ${WRKSRC}/itstool.in diff --git a/textproc/itstool/distinfo b/textproc/itstool/distinfo index dbef666fd9df..8d26712bdcd2 100644 --- a/textproc/itstool/distinfo +++ b/textproc/itstool/distinfo @@ -1,2 +1,2 @@ -SHA256 (itstool-1.2.0.tar.bz2) = 46fed63fb89c72dbfc03097b4477084ff05ad6f171212d8f1f1546ea543978aa -SIZE (itstool-1.2.0.tar.bz2) = 82479 +SHA256 (itstool-2.0.1.tar.bz2) = ec6b1b32403cbe338b6ac63c61ab1ecd361f539a6e41ef50eae56a4f577234d1 +SIZE (itstool-2.0.1.tar.bz2) = 93084 diff --git a/textproc/itstool/pkg-plist b/textproc/itstool/pkg-plist index 1344c1d0b5fe..d9d065660d99 100644 --- a/textproc/itstool/pkg-plist +++ b/textproc/itstool/pkg-plist @@ -1,5 +1,7 @@ bin/itstool +man/man1/itstool.1.gz %%DATADIR%%/its/docbook.its +%%DATADIR%%/its/docbook5.its %%DATADIR%%/its/its.its %%DATADIR%%/its/mallard.its %%DATADIR%%/its/ttml.its |