Date: Thu, 15 Apr 2021 09:31:54 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 853208cd6b6d - main - www/py-django-auth-ldap: Update to 2.4.0 Message-ID: <202104150931.13F9Vs7N047870@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=853208cd6b6d9d0fab804e8655452378c93ce19c commit 853208cd6b6d9d0fab804e8655452378c93ce19c Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2021-04-15 08:58:22 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2021-04-15 09:27:23 +0000 www/py-django-auth-ldap: Update to 2.4.0 Changelog: https://github.com/django-auth-ldap/django-auth-ldap/blob/2.4.0/CHANGES --- www/py-django-auth-ldap/Makefile | 12 ++++++++++-- www/py-django-auth-ldap/distinfo | 6 +++--- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/www/py-django-auth-ldap/Makefile b/www/py-django-auth-ldap/Makefile index 2a541fc7e7ff..9238e1306d2b 100644 --- a/www/py-django-auth-ldap/Makefile +++ b/www/py-django-auth-ldap/Makefile @@ -1,7 +1,7 @@ # Created by: Alexander Kriventsov <avk@vl.ru> PORTNAME= django-auth-ldap -PORTVERSION= 2.3.0 +PORTVERSION= 2.4.0 CATEGORIES= www security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -28,10 +28,18 @@ OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" +.include <bsd.port.pre.mk> + +# Set a locale to avoid build/configure errors. The UTF-8 mode is enabled by +# default when the locale is C since Python 3.7. +.if ${PYTHON_REL} < 3700 +USE_LOCALE= en_US.UTF-8 +.endif + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/build/sphinx/html && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ "! -name .buildinfo -and ! -name objects.inv") -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/www/py-django-auth-ldap/distinfo b/www/py-django-auth-ldap/distinfo index 15a161187d69..3ad4959b7520 100644 --- a/www/py-django-auth-ldap/distinfo +++ b/www/py-django-auth-ldap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614512795 -SHA256 (django-auth-ldap-2.3.0.tar.gz) = 5894317122a086c9955ed366562869a81459cf6b663636b152857bb5d3a0a3b7 -SIZE (django-auth-ldap-2.3.0.tar.gz) = 53383 +TIMESTAMP = 1617818253 +SHA256 (django-auth-ldap-2.4.0.tar.gz) = 60fcbfc3141c99c3c49d3ccd7311a3992a231c319d94b6d2c143968f63676676 +SIZE (django-auth-ldap-2.4.0.tar.gz) = 53523
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104150931.13F9Vs7N047870>