Date: Mon, 17 Jun 2019 22:46:23 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504444 - in head/textproc: . itstool itstool22 Message-ID: <201906172246.x5HMkNsc085409@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Mon Jun 17 22:46:23 2019 New Revision: 504444 URL: https://svnweb.freebsd.org/changeset/ports/504444 Log: 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 Added: head/textproc/itstool22/ - copied from r494693, head/textproc/itstool/ Modified: head/textproc/Makefile head/textproc/itstool/Makefile head/textproc/itstool22/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Mon Jun 17 22:13:59 2019 (r504443) +++ head/textproc/Makefile Mon Jun 17 22:46:23 2019 (r504444) @@ -301,6 +301,7 @@ SUBDIR += it-hyphen SUBDIR += it-mythes SUBDIR += itstool + SUBDIR += itstool22 SUBDIR += jade SUBDIR += jakarta-commons-digester SUBDIR += jalingo Modified: head/textproc/itstool/Makefile ============================================================================== --- head/textproc/itstool/Makefile Mon Jun 17 22:13:59 2019 (r504443) +++ head/textproc/itstool/Makefile Mon Jun 17 22:46:23 2019 (r504444) @@ -19,6 +19,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/ USES= python tar:bzip2 GNU_CONFIGURE= yes +CONFLICTS_INSTALL= itstool22 + post-patch: @${REINPLACE_CMD} -e 's|@PYTHON@|${PYTHON_CMD}|g' \ ${WRKSRC}/itstool.in Modified: head/textproc/itstool22/Makefile ============================================================================== --- head/textproc/itstool/Makefile Tue Mar 5 12:10:18 2019 (r494693) +++ head/textproc/itstool22/Makefile Mon Jun 17 22:46:23 2019 (r504444) @@ -4,11 +4,11 @@ PORTNAME= itstool PORTVERSION= 2.0.2 -PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://files.itstool.org/itstool/ +PKGNAMESUFFIX= 22 -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= dbaio@FreeBSD.org COMMENT= Make XML documents translatable through po files LICENSE= GPLv3 @@ -16,8 +16,11 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR} -USES= python:2.7,run tar:bzip2 +USES= python:2.7 tar:bzip2 + GNU_CONFIGURE= yes + +CONFLICTS_INSTALL= itstool post-patch: @${REINPLACE_CMD} -e 's|@PYTHON@|${PYTHON_CMD}|g' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906172246.x5HMkNsc085409>