From owner-svn-ports-all@freebsd.org Mon Jun 17 22:46:24 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9F7D15C66E7; Mon, 17 Jun 2019 22:46:24 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5024785EC7; Mon, 17 Jun 2019 22:46:24 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 26EC5465F; Mon, 17 Jun 2019 22:46:24 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5HMkN8O085411; Mon, 17 Jun 2019 22:46:23 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5HMkNsc085409; Mon, 17 Jun 2019 22:46:23 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201906172246.x5HMkNsc085409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Mon, 17 Jun 2019 22:46:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504444 - in head/textproc: . itstool itstool22 X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/textproc: . itstool itstool22 X-SVN-Commit-Revision: 504444 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5024785EC7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jun 2019 22:46:25 -0000 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' \