git: 7db725a258e1 - main - www/py-django-allauth: Enable OPENID and SOCIALACCOUNT by default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Jul 2024 16:19:39 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7db725a258e172dbd3d9bd8dd7d2439050b73131 commit 7db725a258e172dbd3d9bd8dd7d2439050b73131 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-06 16:04:29 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-06 16:04:29 +0000 www/py-django-allauth: Enable OPENID and SOCIALACCOUNT by default - Bump PORTREVISION for dependency change --- www/py-django-allauth/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/py-django-allauth/Makefile b/www/py-django-allauth/Makefile index 6a3981115da4..3d2448398081 100644 --- a/www/py-django-allauth/Makefile +++ b/www/py-django-allauth/Makefile @@ -1,5 +1,6 @@ PORTNAME= django-allauth PORTVERSION= 0.63.2 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,6 +24,7 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes OPTIONS_DEFINE= MFA OPENID SAML SOCIALACCOUNT STEAM +OPTIONS_DEFAULT=OPENID SOCIALACCOUNT MFA_DESC= Multi-Factor Authentication support OPENID_DESC= OpenID authentication support SAML_DESC= Security Assertion Markup Language support