Date: Tue, 25 Jan 2022 19:53:15 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: adffac65d910 - main - textproc/translate-toolkit: Update to 3.5.3 Message-ID: <202201251953.20PJrFE3020136@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=adffac65d91057f7e34adc1d633f69ea97b633c9 commit adffac65d91057f7e34adc1d633f69ea97b633c9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-25 19:20:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-25 19:50:05 +0000 textproc/translate-toolkit: Update to 3.5.3 Changes: https://github.com/translate/translate/releases https://docs.translatehouse.org/projects/translate-toolkit/en/latest/releases/ --- textproc/translate-toolkit/Makefile | 4 ++-- textproc/translate-toolkit/distinfo | 6 +++--- textproc/translate-toolkit/files/patch-requirements-optional.txt | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/textproc/translate-toolkit/Makefile b/textproc/translate-toolkit/Makefile index 4aa553be61ce..ade635d92289 100644 --- a/textproc/translate-toolkit/Makefile +++ b/textproc/translate-toolkit/Makefile @@ -1,7 +1,7 @@ # Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> PORTNAME= translate-toolkit -PORTVERSION= 3.5.2 +PORTVERSION= 3.5.3 CATEGORIES= textproc MASTER_SITES= CHEESESHOP @@ -49,7 +49,7 @@ ICAL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}vobject>=0.9.6.1:deskutils/py-vobject@$ ICAL_VARS= MANPAGES+="ical2po po2ical" INI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}iniparse>=0.5:devel/py-iniparse@${PY_FLAVOR} INI_VARS= MANPAGES+="ini2po po2ini" -LANGUAGES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycountry>=20.7.3:textproc/py-pycountry@${PY_FLAVOR} +LANGUAGES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycountry>=22.1.10:textproc/py-pycountry@${PY_FLAVOR} LEVENSHTEIN_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}python-Levenshtein>=0.12:devel/py-python-Levenshtein@${PY_FLAVOR} PHP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}phply>=1.2.5:devel/py-phply@${PY_FLAVOR} PHP_VARS= MANPAGES+="php2po po2php" diff --git a/textproc/translate-toolkit/distinfo b/textproc/translate-toolkit/distinfo index c7e3fc2678bd..14f43dd74862 100644 --- a/textproc/translate-toolkit/distinfo +++ b/textproc/translate-toolkit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642102153 -SHA256 (translate-toolkit-3.5.2.tar.gz) = 43d8fa8d765480c822ff7931f60be8b2836fd52307a4e85e449624b9d6fecef0 -SIZE (translate-toolkit-3.5.2.tar.gz) = 6013610 +TIMESTAMP = 1643133687 +SHA256 (translate-toolkit-3.5.3.tar.gz) = b7ca3e0e8f69c306c372e05a0a814ecafa6176d30ce314e787378dabf3e48dfb +SIZE (translate-toolkit-3.5.3.tar.gz) = 6153779 diff --git a/textproc/translate-toolkit/files/patch-requirements-optional.txt b/textproc/translate-toolkit/files/patch-requirements-optional.txt index 6596700f6b11..e0b46cc0e64f 100644 --- a/textproc/translate-toolkit/files/patch-requirements-optional.txt +++ b/textproc/translate-toolkit/files/patch-requirements-optional.txt @@ -24,9 +24,9 @@ -phply==1.2.5 # PHP +phply>=1.2.5 # PHP # To provide translations for language names without need for OS package. --pycountry==20.7.3 # Languages +-pycountry==22.1.10 # Languages -pyenchant==3.2.2 # spellcheck -+pycountry>=20.7.3 # Languages ++pycountry>=22.1.10 # Languages +pyenchant>=3.2.2 # spellcheck # Windows Resources (rc2po and po2rc) -pyparsing==3.0.6 # RC
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201251953.20PJrFE3020136>