git: 4dd2b1c5eb72 - main - news/sabnzbd: Unbreak by relaxing dependency version range

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 12 Jun 2024 06:20:22 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4dd2b1c5eb7221c108c23fe462818bbb5fdf5b56

commit 4dd2b1c5eb7221c108c23fe462818bbb5fdf5b56
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-12 06:18:21 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-12 06:20:17 +0000

    news/sabnzbd: Unbreak by relaxing dependency version range
    
    Reported by:    fallout
---
 news/sabnzbd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/news/sabnzbd/Makefile b/news/sabnzbd/Makefile
index 6eb3eda5c4cc..c652b1cb7c60 100644
--- a/news/sabnzbd/Makefile
+++ b/news/sabnzbd/Makefile
@@ -19,7 +19,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>=8.1.0<8.2:news/py-sabctools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}sabctools>=8.1.0: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} \