Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 2021 14:47:23 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: d1a89c885fe3 - main - textproc/translate-toolkit: Update version requirement of RUN_DEPENDS
Message-ID:  <202106101447.15AElNol047553@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=d1a89c885fe3145f192a18daed81c6ee31c4ff99

commit d1a89c885fe3145f192a18daed81c6ee31c4ff99
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-10 14:26:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106101447.15AElNol047553>