git: 1e85d4094c27 - main - www/mitmproxy: unbreak build after py-cryptography revert (+)

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Fri, 14 Oct 2022 20:54:19 UTC
The branch main has been updated by fluffy:

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

commit 1e85d4094c2721dd60ad7f707240970702e79610
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-10-14 20:50:45 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-10-14 20:54:13 +0000

    www/mitmproxy: unbreak build after py-cryptography revert (+)
    
    securuty/py-cryptography got a PORTEPOCH bump after revert.
    Adjust dependency package version check boundaries to meet new reality.
    
    Approved by:    portmgr blanket
---
 www/mitmproxy/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/mitmproxy/Makefile b/www/mitmproxy/Makefile
index ccafa21ac8c5..510266be4002 100644
--- a/www/mitmproxy/Makefile
+++ b/www/mitmproxy/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asgiref>=3.2.10<3.5:www/py-asgiref@${PY_FLAV
 		${PYTHON_PKGNAMEPREFIX}brotli>=1.0<1.1:archivers/py-brotli@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}certifi>=2019.9.11:security/py-certifi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}click>=7.0<8.1:devel/py-click@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}cryptography>=3.3<3.5:security/py-cryptography@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}cryptography>=3.3<3.5,1:security/py-cryptography@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}Flask>=1.1.1<2.1:www/py-flask@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}h11>=0.11<0.13:net/py-h11@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}h2>=4.0<5:www/py-h2@${PY_FLAVOR} \