diff --git a/textproc/retext/Makefile b/textproc/retext/Makefile index 50bb27574e53..79323716470c 100644 --- a/textproc/retext/Makefile +++ b/textproc/retext/Makefile @@ -1,36 +1,33 @@ PORTNAME= retext -DISTVERSION= 7.0.4 -PORTREVISION= 6 +DISTVERSION= 7.2.1 CATEGORIES= textproc MAINTAINER= arved@FreeBSD.org COMMENT= Markdown editor LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE_GPL RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=2.0.3:textproc/py-markdown@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Markups>=3.0.0:textproc/py-markups@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}markdown-math>=0.6:textproc/py-markdown-math@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}enchant>=0:textproc/py-enchant@${PY_FLAVOR} USES= python:3.2+ desktop-file-utils pyqt:5 qt:5 USE_GITHUB= yes GH_ACCOUNT= retext-project GH_PROJECT= retext USE_PYTHON= distutils autoplist noflavors USE_QT= linguisttools_build USE_PYQT= core_run sip_run gui_run widgets_run printsupport_run \ network_run -PYDISTUTILS_INSTALLARGS+= --no-rename - BINARY_ALIAS= lrelease=${LRELEASE} NO_ARCH= yes post-patch: ${REINPLACE_CMD} -e "s,lrelease,${LRELEASE}," ${WRKSRC}/setup.py .include diff --git a/textproc/retext/distinfo b/textproc/retext/distinfo index d1a213f3ca69..d9d8468a9dee 100644 --- a/textproc/retext/distinfo +++ b/textproc/retext/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1561661135 -SHA256 (retext-project-retext-7.0.4_GH0.tar.gz) = dd9358dd541266eadf7b4f4606b1eb0a98fa321c25f58f1a9917ec4600345fad -SIZE (retext-project-retext-7.0.4_GH0.tar.gz) = 261646 +TIMESTAMP = 1630607245 +SHA256 (retext-project-retext-7.2.1_GH0.tar.gz) = a1e8784fcb4e186a6e6e42a0f2be4098c27bedb96a9711aa17a9846278e7d932 +SIZE (retext-project-retext-7.2.1_GH0.tar.gz) = 334029 diff --git a/textproc/retext/files/patch-setup.py b/textproc/retext/files/patch-setup.py deleted file mode 100644 index fef973a8c849..000000000000 --- a/textproc/retext/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2019-09-09 20:33:15.181197000 +0200 -+++ setup.py 2019-09-09 20:37:49.730010000 +0200 -@@ -57,7 +57,7 @@ - def run(self): - for ts_file in glob(join('locale', '*.ts')): - try: -- check_call(('lrelease', ts_file), env={'QT_SELECT': '5'}) -+ check_call(('lrelease', ts_file), env={'QT_SELECT': 'qt5'}) - except Exception as e: - log.warn('Failed to build translations: %s', e) - break