aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorGoran Mekic <meka@tilda.center>2021-10-04 17:07:25 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2021-11-24 11:20:18 +0000
commit127e49fb45063a84e3f57540ef05b842d116a041 (patch)
treef7ec88de7b0117eee4a804f393498d0208580f51 /net-mgmt
parent18a47d7c81c82c753c8f43fe1ab0c2384f0c63d7 (diff)
downloadports-127e49fb45063a84e3f57540ef05b842d116a041.tar.gz
ports-127e49fb45063a84e3f57540ef05b842d116a041.zip
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 (cherry picked from commit e6ec12f6646f71fe84268d21f3a6901191ebf60e)
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}