git: 23db3185b12a - main - textproc/translate-toolkit: Remove workaround for py-ruamel.yaml after 17dc1dd8747711c5431e93943440b8a009df8e0d
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Aug 2022 10:31:19 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=23db3185b12a0e35f264bca714556ac0cd591d5a commit 23db3185b12a0e35f264bca714556ac0cd591d5a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-08-27 10:23:45 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-08-27 10:23:45 +0000 textproc/translate-toolkit: Remove workaround for py-ruamel.yaml after 17dc1dd8747711c5431e93943440b8a009df8e0d --- textproc/translate-toolkit/Makefile | 2 +- textproc/translate-toolkit/files/patch-requirements-optional.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/translate-toolkit/Makefile b/textproc/translate-toolkit/Makefile index c94f064335db..a64b31a5284a 100644 --- a/textproc/translate-toolkit/Makefile +++ b/textproc/translate-toolkit/Makefile @@ -62,7 +62,7 @@ SPELLCHECK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}enchant>=3.2.2:textproc/py-enchan SUBTITLES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aeidon>=1.10.1:textproc/py-aeidon@${PY_FLAVOR} TMSERVER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheroot>=8.6.0:www/py-cheroot@${PY_FLAVOR} TRADOS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.3:www/py-beautifulsoup@${PY_FLAVOR} -YAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.16.12:devel/py-ruamel.yaml@${PY_FLAVOR} +YAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.17.21:devel/py-ruamel.yaml@${PY_FLAVOR} YAML_VARS= MANPAGES+="po2yaml yaml2po" .include <bsd.port.options.mk> diff --git a/textproc/translate-toolkit/files/patch-requirements-optional.txt b/textproc/translate-toolkit/files/patch-requirements-optional.txt index a0b66987c5c8..9724de91d267 100644 --- a/textproc/translate-toolkit/files/patch-requirements-optional.txt +++ b/textproc/translate-toolkit/files/patch-requirements-optional.txt @@ -35,7 +35,7 @@ python-Levenshtein>=0.12 # Levenshtein # Format support -ruamel.yaml==0.17.21 # YAML -+ruamel.yaml>=0.16.12 # YAML ++ruamel.yaml>=0.17.21 # YAML # Format support -vobject==0.9.6.1 # iCal +vobject>=0.9.6.1 # iCal