aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-22 03:22:15 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-22 03:22:15 +0000
commit2bb710a66738485d3d1eb760bed77199332a274e (patch)
tree99f04653b6fce4131984050a6f318b007bfa5a08 /news
parentcbdcfca2c95911a601e3093a68e1d35a3b8e672b (diff)
downloadports-2bb710a66738485d3d1eb760bed77199332a274e.tar.gz
ports-2bb710a66738485d3d1eb760bed77199332a274e.zip
news/sabnzbd: Fix RUN_DEPENDS
It actually allows any patch versions of SABCTOOLS_VERSION_REQUIRED. from sabnzbd/decoder.py: if SABCTOOLS_VERSION[:3] != SABCTOOLS_VERSION_REQUIRED[:3]: raise ImportError Reference: https://github.com/sabnzbd/sabnzbd/commit/2b3b5e02f53ed07c23c0892f477b96e557461c13
Diffstat (limited to 'news')
-rw-r--r--news/sabnzbd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/sabnzbd/Makefile b/news/sabnzbd/Makefile
index d20168e911e9..9821244c0149 100644
--- a/news/sabnzbd/Makefile
+++ b/news/sabnzbd/Makefile
@@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah3>=0:devel/py-cheetah3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.0:textproc/py-feedparser@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}portend>=0:net/py-portend@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}sabctools>=7.1.0<7.1.1_99:news/py-sabctools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}sabctools>=7.1.0<7.2:news/py-sabctools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}guessit>0:multimedia/py-guessit@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}puremagic>0:sysutils/py-puremagic@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pysocks>0:net/py-pysocks@${PY_FLAVOR} \