git: 0b1e50cf98b8 - main - devel/py-msal: unbreak build after py-cryptography revert (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Oct 2022 20:39:20 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=0b1e50cf98b8762fbd6d1d837a364deda4e12a9a commit 0b1e50cf98b8762fbd6d1d837a364deda4e12a9a Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-10-14 20:36:50 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-10-14 20:39:13 +0000 devel/py-msal: 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 --- devel/py-msal/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-msal/Makefile b/devel/py-msal/Makefile index 846300ffa845..cc6d4aa709c7 100644 --- a/devel/py-msal/Makefile +++ b/devel/py-msal/Makefile @@ -1,5 +1,6 @@ PORTNAME= msal DISTVERSION= 1.18.0b1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0<3:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0<3:www/py-pyjwt@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cryptography>=0.6<40:security/py-cryptography@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}cryptography>=0.6<40,1:security/py-cryptography@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils