git: d1a89c885fe3 - main - textproc/translate-toolkit: Update version requirement of RUN_DEPENDS
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jun 10 14:47:28 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d1a89c885fe3145f192a18daed81c6ee31c4ff99
commit d1a89c885fe3145f192a18daed81c6ee31c4ff99
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-10 14:26:22 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-10 14:45:59 +0000
textproc/translate-toolkit: Update version requirement of RUN_DEPENDS
---
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 7b456499bb9b..f28425a2b255 100644
--- a/textproc/translate-toolkit/Makefile
+++ b/textproc/translate-toolkit/Makefile
@@ -42,7 +42,7 @@ TMSERVER_DESC= Tmserver backend support
TRADOS_DESC= Trados format support
YAML_DESC= YAML format support
-ENCODING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=3.0.4:textproc/py-chardet@${PY_FLAVOR}
+ENCODING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=4.0.0,1:textproc/py-chardet@${PY_FLAVOR}
ICAL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}vobject>=0.9.6.1:deskutils/py-vobject@${PY_FLAVOR}
ICAL_VARS= MANPAGES+="ical2po po2ical"
INI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}iniparse>=0.5:devel/py-iniparse@${PY_FLAVOR}
diff --git a/textproc/translate-toolkit/files/patch-requirements-optional.txt b/textproc/translate-toolkit/files/patch-requirements-optional.txt
index c669d0bd74a6..9e1551b6e06f 100644
--- a/textproc/translate-toolkit/files/patch-requirements-optional.txt
+++ b/textproc/translate-toolkit/files/patch-requirements-optional.txt
@@ -10,7 +10,7 @@
BeautifulSoup4>=4.3 # Trados
# Encoding detection
-chardet==4.0.0 # chardet
-+chardet>=3.0.4 # chardet
++chardet>=4.0.0 # chardet
# Tmserver backend
-cheroot==8.5.2 # tmserver
+cheroot>=8.5.2 # tmserver
More information about the dev-commits-ports-all
mailing list