diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-04-26 00:42:37 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-04-26 00:42:37 +0800 |
commit | 3493250ecd6d6cc69788adf443ebfde511a3184e (patch) | |
tree | 5816208a1a58cec4948e059798f42fb162cd7327 /net-mgmt | |
parent | f3ab0499d1e8c78fb15dee897cdc659f12fc6c72 (diff) | |
download | freebsd-ports-graphics-3493250ecd6d6cc69788adf443ebfde511a3184e.tar.gz freebsd-ports-graphics-3493250ecd6d6cc69788adf443ebfde511a3184e.tar.zst freebsd-ports-graphics-3493250ecd6d6cc69788adf443ebfde511a3184e.zip |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/py-adal/pkg-descr | 2 | ||||
-rw-r--r-- | net-mgmt/py-ipcalc/pkg-descr | 2 | ||||
-rw-r--r-- | net-mgmt/py-ipy/pkg-descr | 2 | ||||
-rw-r--r-- | net-mgmt/py-msrest/pkg-descr | 2 | ||||
-rw-r--r-- | net-mgmt/py-msrestazure/pkg-descr | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/py-adal/pkg-descr b/net-mgmt/py-adal/pkg-descr index 4be8b44adf3..6247f998477 100644 --- a/net-mgmt/py-adal/pkg-descr +++ b/net-mgmt/py-adal/pkg-descr @@ -3,5 +3,5 @@ Microsoft Azure Active Directory Authentication Library (ADAL) for Python The ADAL for python library makes it easy for python applications to authenticate to AAD in order to access AAD protected web resources. -WWW: https://pypi.python.org/pypi/adal +WWW: https://pypi.org/project/adal/ WWW: https://github.com/AzureAD/azure-activedirectory-library-for-python diff --git a/net-mgmt/py-ipcalc/pkg-descr b/net-mgmt/py-ipcalc/pkg-descr index 3892f3dd1df..a2355eb0021 100644 --- a/net-mgmt/py-ipcalc/pkg-descr +++ b/net-mgmt/py-ipcalc/pkg-descr @@ -1,4 +1,4 @@ This module allows you to perform IP subnet calculations, there is support for both IPv4 and IPv6 CIDR notation. -WWW: https://pypi.python.org/pypi/ipcalc +WWW: https://pypi.org/project/ipcalc/ diff --git a/net-mgmt/py-ipy/pkg-descr b/net-mgmt/py-ipy/pkg-descr index 3de0bb1c4cd..897bf2f17eb 100644 --- a/net-mgmt/py-ipy/pkg-descr +++ b/net-mgmt/py-ipy/pkg-descr @@ -3,4 +3,4 @@ a fashion similar to perl's Net::IP and friends. The IP class allows a comfortable parsing and handling for most notations in use for IPv4 and IPv6 Addresses and Networks. -WWW: https://pypi.python.org/pypi/IPy +WWW: https://pypi.org/project/IPy/ diff --git a/net-mgmt/py-msrest/pkg-descr b/net-mgmt/py-msrest/pkg-descr index b5f6d31cdab..3f61055b04e 100644 --- a/net-mgmt/py-msrest/pkg-descr +++ b/net-mgmt/py-msrest/pkg-descr @@ -1,4 +1,4 @@ The runtime library "msrest" for AutoRest generated Python clients. -WWW: https://pypi.python.org/pypi/msrest +WWW: https://pypi.org/project/msrest/ WWW: https://github.com/Azure/msrest-for-python diff --git a/net-mgmt/py-msrestazure/pkg-descr b/net-mgmt/py-msrestazure/pkg-descr index c6963c3eb07..1cf6ff85cea 100644 --- a/net-mgmt/py-msrestazure/pkg-descr +++ b/net-mgmt/py-msrestazure/pkg-descr @@ -1,3 +1,3 @@ AutoRest swagger generator Python client runtime. Azure-specific module. -WWW: https://pypi.python.org/pypi/msrestazure +WWW: https://pypi.org/project/msrestazure/ |