aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorJames French <james@french.id.au>2023-08-21 17:08:54 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-21 17:08:54 +0000
commitc485dc95de2b4b52d74d72491995f354362749cb (patch)
treef794d1bf1d55bbcb9f483a486146f5c544603aa0 /news
parent27209cfbcd205e651b6ceeb26dcf028dc9a4dcff (diff)
downloadports-c485dc95de2b4b52d74d72491995f354362749cb.tar.gz
ports-c485dc95de2b4b52d74d72491995f354362749cb.zip
news/sabnzbd: Allow build with py-sabctools 7.1.1
Diffstat (limited to 'news')
-rw-r--r--news/sabnzbd/Makefile3
-rw-r--r--news/sabnzbd/files/patch-sabctools3
2 files changed, 4 insertions, 2 deletions
diff --git a/news/sabnzbd/Makefile b/news/sabnzbd/Makefile
index b33a4a1d292a..d20168e911e9 100644
--- a/news/sabnzbd/Makefile
+++ b/news/sabnzbd/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sabnzbd
DISTVERSION= 4.0.2
+PORTREVISION= 1
CATEGORIES= news
MASTER_SITES= https://github.com/sabnzbd/sabnzbd/releases/download/${DISTVERSION}/
DISTNAME= SABnzbd-${DISTVERSION}-src
@@ -19,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.0_99:news/py-sabctools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}sabctools>=7.1.0<7.1.1_99: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} \
diff --git a/news/sabnzbd/files/patch-sabctools b/news/sabnzbd/files/patch-sabctools
index a9d0ee784c29..da0463501ac0 100644
--- a/news/sabnzbd/files/patch-sabctools
+++ b/news/sabnzbd/files/patch-sabctools
@@ -1,4 +1,5 @@
Obtained from: https://github.com/sabnzbd/sabnzbd/commit/a179f2a895259e49f3679405ad59cac06e0bf2d9
+ https://github.com/sabnzbd/sabnzbd/commit/a951361fa639235e9252cd32c5c7264ff0f1a70a
--- requirements.txt.orig 2023-06-07 19:24:42 UTC
+++ requirements.txt
@@ -6,7 +7,7 @@ Obtained from: https://github.com/sabnzbd/sabnzbd/commit/a179f2a895259e49f367940
# Main requirements
# Note that not all sub-dependencies are listed, but only ones we know could cause trouble
-sabctools==7.0.2
-+sabctools==7.1.0
++sabctools==7.1.1
cheetah3==3.2.6.post1
cffi==1.15.1
pycparser==2.21