summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorGoran Mekic <meka@tilda.center>2021-10-04 19:07:25 +0200
committerRainer Hurling <rhurlin@FreeBSD.org>2021-10-04 19:10:05 +0200
commite6ec12f6646f71fe84268d21f3a6901191ebf60e (patch)
tree711e45bbb529fa26f62660d7225f68b5d1436589 /net-mgmt
parentsysutil/intel-pcm: Update to 202109 (diff)
www/py-pyjwt: Rename to www/py-pyjwt1
To make it possible to easily import py-pyjwt v2.x move the current port to a versioned directory. Bump consumers after rename of the dependency. PR: 254038
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/py-adal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/py-adal/Makefile b/net-mgmt/py-adal/Makefile
index ea74734a3e35..0376c0d1e626 100644
--- a/net-mgmt/py-adal/Makefile
+++ b/net-mgmt/py-adal/Makefile
@@ -2,6 +2,7 @@
PORTNAME= adal
PORTVERSION= 1.2.7
+PORTREVISION= 1
CATEGORIES= net-mgmt python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,7 @@ COMMENT= Authentication to Azure Active Directory for Python applications
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.1.0:security/py-cryptography@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0<3:www/py-pyjwt@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pyjwt1>=1.0.0<3:www/py-pyjwt1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dateutil>=2.1.0<3:devel/py-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.0.0<3:www/py-requests@${PY_FLAVOR}