diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2019-06-17 22:46:23 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2019-06-17 22:46:23 +0000 |
commit | 71ca6421bf24e077f93068962c4c3ee076da2214 (patch) | |
tree | b889ba054f1e87d6988ecb005ff591ef7ebeea39 /textproc/itstool/Makefile | |
parent | fe638ff1ba051da70f6805e518c34c7651ebf43c (diff) | |
download | ports-71ca6421bf24e077f93068962c4c3ee076da2214.tar.gz ports-71ca6421bf24e077f93068962c4c3ee076da2214.zip |
Add textproc/itstool22 (v.2.0.2)
This brings back ITS Tool 2.0.2 to the tree because there is an issue
with version 2.0.5 and it is impacting the translation efforts of FreeBSD [1].
I'll keep this version until this problem gets fixed.
1 - https://github.com/itstool/itstool/issues/38
PR: 224903
Notes
Notes:
svn path=/head/; revision=504444
Diffstat (limited to 'textproc/itstool/Makefile')
-rw-r--r-- | textproc/itstool/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/itstool/Makefile b/textproc/itstool/Makefile index 101d92612409..5a201f2af516 100644 --- a/textproc/itstool/Makefile +++ b/textproc/itstool/Makefile @@ -19,6 +19,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR} USES= python tar:bzip2 GNU_CONFIGURE= yes +CONFLICTS_INSTALL= itstool22 + post-patch: @${REINPLACE_CMD} -e 's|@PYTHON@|${PYTHON_CMD}|g' \ ${WRKSRC}/itstool.in |