aboutsummaryrefslogtreecommitdiff
path: root/textproc/retext
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2021-09-02 18:48:35 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2021-09-02 18:51:47 +0000
commit00ec8e2c81741c55f95e971dbcf0b41b8856421c (patch)
tree1c1bca87484f476214595997dd75f3fda2e7d2c9 /textproc/retext
parentd7e288ccb1174f6e265988dfb5bf22b1c6399685 (diff)
downloadports-00ec8e2c81741c55f95e971dbcf0b41b8856421c.tar.gz
ports-00ec8e2c81741c55f95e971dbcf0b41b8856421c.zip
textproc/retext: Update to 7.2.1
Diffstat (limited to 'textproc/retext')
-rw-r--r--textproc/retext/Makefile9
-rw-r--r--textproc/retext/distinfo6
-rw-r--r--textproc/retext/files/patch-setup.py11
3 files changed, 6 insertions, 20 deletions
diff --git a/textproc/retext/Makefile b/textproc/retext/Makefile
index 50bb27574e53..79323716470c 100644
--- a/textproc/retext/Makefile
+++ b/textproc/retext/Makefile
@@ -1,6 +1,5 @@
PORTNAME= retext
-DISTVERSION= 7.0.4
-PORTREVISION= 6
+DISTVERSION= 7.2.1
CATEGORIES= textproc
MAINTAINER= arved@FreeBSD.org
@@ -11,9 +10,9 @@ 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
@@ -24,8 +23,6 @@ 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
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