diff options
author | yuri <yuri@FreeBSD.org> | 2018-02-25 13:19:55 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-02-25 13:19:55 +0800 |
commit | 96ad292808c80b03488d89384b7f6c431cdf55ad (patch) | |
tree | 5b9534ec2c4f264b8e6c09e93dcf04a4fb0fad92 /net-mgmt | |
parent | afeed00afe6647b8a03bd886364338799ea49214 (diff) | |
download | freebsd-ports-gnome-96ad292808c80b03488d89384b7f6c431cdf55ad.tar.gz freebsd-ports-gnome-96ad292808c80b03488d89384b7f6c431cdf55ad.tar.zst freebsd-ports-gnome-96ad292808c80b03488d89384b7f6c431cdf55ad.zip |
net-mgmt/py-adal: Update to 0.5.0
Additional port changes:
* Changed to DISTVERSION
* Updated versions in RUN_DEPENDS
* Added NO_ARCH
* Updated WWW
Approved by: tcberner (mentor, implicit)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/py-adal/Makefile | 9 | ||||
-rw-r--r-- | net-mgmt/py-adal/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/py-adal/pkg-descr | 2 |
3 files changed, 9 insertions, 8 deletions
diff --git a/net-mgmt/py-adal/Makefile b/net-mgmt/py-adal/Makefile index d3cf4c951907..a807e4d86016 100644 --- a/net-mgmt/py-adal/Makefile +++ b/net-mgmt/py-adal/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= adal -PORTVERSION= 0.4.7 +DISTVERSION= 0.5.0 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +12,13 @@ COMMENT= Authentication ot Azure Active Directory for python apps LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:devel/py-dateutil@${FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.1.0:security/py-cryptography@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1.0:devel/py-dateutil@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0:www/py-pyjwt@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${FLAVOR} USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes .include <bsd.port.mk> diff --git a/net-mgmt/py-adal/distinfo b/net-mgmt/py-adal/distinfo index b920748af86d..733f38e652f1 100644 --- a/net-mgmt/py-adal/distinfo +++ b/net-mgmt/py-adal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1505103027 -SHA256 (adal-0.4.7.tar.gz) = 114046ac85d0054791c21b00922f26286822bc6f2ba3716db42e7e57f762ef20 -SIZE (adal-0.4.7.tar.gz) = 28161 +TIMESTAMP = 1519535386 +SHA256 (adal-0.5.0.tar.gz) = 120821f72ca9d59a7c7197fc14d0e27448ff8d331fae230f92d713b9b5c721f7 +SIZE (adal-0.5.0.tar.gz) = 31990 diff --git a/net-mgmt/py-adal/pkg-descr b/net-mgmt/py-adal/pkg-descr index c0506f323e46..0ca52f65fca2 100644 --- a/net-mgmt/py-adal/pkg-descr +++ b/net-mgmt/py-adal/pkg-descr @@ -2,4 +2,4 @@ The ADAL for Python library makes it easy for python application to authenticate to Azure Active Directory (AAD) in order to access AAD protected web resources. -WWW: https://pypi.python.org/pypi/adal +WWW: https://github.com/AzureAD/azure-activedirectory-library-for-python |