aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/py-adal
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,Alexey Dokuchaev2021-03-221-1/+1
| | | | | | | | contractions, "<portname> is ..." cases, missing Oxford commas, and other miscellaneous style bugs in the COMMENT line. Notes: svn path=/head/; revision=568947
* Update to 1.2.6Sunpoet Po-Chuan Hsieh2021-01-262-7/+7
| | | | | | | Changes: https://github.com/AzureAD/azure-activedirectory-library-for-python/releases Notes: svn path=/head/; revision=562825
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Update to 1.2.5Sunpoet Po-Chuan Hsieh2020-11-063-5/+4
| | | | | | | Changes: https://github.com/AzureAD/azure-activedirectory-library-for-python/releases Notes: svn path=/head/; revision=554245
* Update to 1.2.4Sunpoet Po-Chuan Hsieh2020-06-152-4/+4
| | | | | | | Changes: https://github.com/AzureAD/azure-activedirectory-library-for-python/releases Notes: svn path=/head/; revision=539001
* Update to 1.2.3Sunpoet Po-Chuan Hsieh2020-05-032-4/+4
| | | | | | | Changes: https://github.com/AzureAD/azure-activedirectory-library-for-python/releases Notes: svn path=/head/; revision=533834
* Update to 1.2.2Sunpoet Po-Chuan Hsieh2019-07-042-4/+4
| | | | | | | Changes: https://github.com/AzureAD/azure-activedirectory-library-for-python/releases Notes: svn path=/head/; revision=505858
* Update to 1.2.1Sunpoet Po-Chuan Hsieh2019-01-252-4/+4
| | | | | | | Changes: https://github.com/AzureAD/azure-activedirectory-library-for-python/releases Notes: svn path=/head/; revision=491184
* Update to 1.2.0Sunpoet Po-Chuan Hsieh2018-10-202-5/+6
| | | | | | | Changes: https://github.com/AzureAD/azure-activedirectory-library-for-python/releases Notes: svn path=/head/; revision=482509
* Update to 1.1.0Sunpoet Po-Chuan Hsieh2018-09-052-4/+4
| | | | | | | Changes: https://github.com/AzureAD/azure-activedirectory-library-for-python/releases Notes: svn path=/head/; revision=479051
* Update to 1.0.2Sunpoet Po-Chuan Hsieh2018-06-272-4/+4
| | | | | | | Changes: https://github.com/AzureAD/azure-activedirectory-library-for-python/releases Notes: svn path=/head/; revision=473476
* Update to 1.0.1Sunpoet Po-Chuan Hsieh2018-06-242-5/+5
| | | | | | | Changes: https://github.com/AzureAD/azure-activedirectory-library-for-python/releases Notes: svn path=/head/; revision=473247
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-4/+4
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Update to 1.0.0Sunpoet Po-Chuan Hsieh2018-05-302-4/+4
| | | | | | | Changes: https://github.com/AzureAD/azure-activedirectory-library-for-python/releases Notes: svn path=/head/; revision=471157
* Update to 0.6.0Sunpoet Po-Chuan Hsieh2018-05-162-4/+4
| | | | | | | Changes: https://github.com/AzureAD/azure-activedirectory-library-for-python/releases Notes: svn path=/head/; revision=470171
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov2018-04-251-1/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=468282
* Update to 0.5.1Sunpoet Po-Chuan Hsieh2018-03-132-4/+4
| | | | | | | Changes: https://github.com/AzureAD/azure-activedirectory-library-for-python/releases Notes: svn path=/head/; revision=464410
* Allow concurrent installation (USE_PYTHON=concurrent)Sunpoet Po-Chuan Hsieh2018-02-252-5/+7
| | | | | | | | | - Update pkg-descr - Add PyPI as primary WWW - Take maintainership Notes: svn path=/head/; revision=462936
* net-mgmt/py-adal: Update to 0.5.0Yuri Victorovich2018-02-253-8/+9
| | | | | | | | | | | | | Additional port changes: * Changed to DISTVERSION * Updated versions in RUN_DEPENDS * Added NO_ARCH * Updated WWW Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=462899
* Give xmj@'s ports back to the poolTobias C. Berner2018-02-241-1/+1
| | | | | | | | PR: 226157 Submitted by: xmj Notes: svn path=/head/; revision=462775
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* New port: net-mgmt/py-adal: Authentication of Azure Active Directory for ↵Tobias C. Berner2017-09-303-0/+31
python apps PR: 222209 Submitted by: xmj Notes: svn path=/head/; revision=450973