git: c485dc95de2b - main - news/sabnzbd: Allow build with py-sabctools 7.1.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Aug 2023 17:18:19 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c485dc95de2b4b52d74d72491995f354362749cb commit c485dc95de2b4b52d74d72491995f354362749cb Author: James French <james@french.id.au> AuthorDate: 2023-08-21 17:08:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-21 17:08:54 +0000 news/sabnzbd: Allow build with py-sabctools 7.1.1 --- news/sabnzbd/Makefile | 3 ++- news/sabnzbd/files/patch-sabctools | 3 ++- 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