git: fb883785ab54 - main - sysutils/conan: Correct dependency line

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 03 Jun 2022 08:58:11 UTC
The branch main has been updated by yuri:

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

commit fb883785ab54cfd98e10cfb68ad507690d1a6c56
Author:     Rainer Hurling <rhurlin@gwdg.de>
AuthorDate: 2022-06-03 08:57:39 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-06-03 08:58:09 +0000

    sysutils/conan: Correct dependency line
---
 sysutils/conan/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sysutils/conan/Makefile b/sysutils/conan/Makefile
index 756e14124779..64966fb6fb6a 100644
--- a/sysutils/conan/Makefile
+++ b/sysutils/conan/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	conan
 DISTVERSION=	1.49.0
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 
@@ -22,7 +23,7 @@ PY_DEPENDS=	\
 		${PYTHON_PKGNAMEPREFIX}patch-ng>=1.17.4,<1.18:devel/py-patch-ng@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pluginbase>=0.5:devel/py-pluginbase@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pygments>=2.0,<3.0:textproc/py-pygments@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pyjwt1>=1.4.0,<2.0.0:www/py-pyjwt1@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyjwt>=2.4.0,<3.0.0:www/py-pyjwt@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.25,<3.0.0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.10.0,<=1.16.0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \