Port details |
- py-dj51-django-allauth User registration with social account authentication
- 65.11.2 www
=0 65.9.0Version of this port present on the latest quarterly branch. DEPRECATED: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
EXPIRATION DATE: 2025-12-31
- Maintainer: grembo@FreeBSD.org
 - Port Added: 2025-05-05 18:03:09
- Last Update: 2025-09-30 09:31:17
- Commit Hash: 08edb39
- Also Listed In: python
- License: MIT
- WWW:
- https://allauth.org/
- https://docs.allauth.org/en/latest/
- https://github.com/pennersr/django-allauth
- Description:
- django-allauth is a reusable Django app that allows for both local and social
authentication, with flows that just work.
  ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}dj51-django-allauth>0:www/py-dj51-django-allauth@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-dj51-django-allauth/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-dj51-django-allauth
- pkg install py311-dj51-django-allauth
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-dj51-django-allauth listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-dj51-django-allauth
- Package flavors (<flavor>: <package>)
- py311: py311-dj51-django-allauth
- distinfo:
- TIMESTAMP = 1759151466
SHA256 (django_allauth-65.11.2.tar.gz) = 7b7e771d3384d0e247d0d6aef31b0cb589f92305b7e975e70056a513525906e7
SIZE (django_allauth-65.11.2.tar.gz) = 1916225
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.0.0 : devel/py-setuptools@py311
- py311-setuptools-scm>=8 : devel/py-setuptools-scm@py311
- py311-fido2>=0 : security/py-fido2@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-django51>=5.1 : www/py-django51@py311
- py311-qrcode>=7.0.0 : textproc/py-qrcode@py311
- py311-fido2>=0 : security/py-fido2@py311
- py311-python3-openid>=3.0.8 : security/py-python3-openid@py311
- py311-pyjwt>=1.7 : www/py-pyjwt@py311
- py311-requests-oauthlib>=0.3.0 : www/py-requests-oauthlib@py311
- py311-requests>=2.0.0 : www/py-requests@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py311-dj51-django-allauth-65.11.2:
MFA=on: Multi-Factor Authentication support
OPENID=on: OpenID authentication support
SAML=off: Security Assertion Markup Language support
SOCIALACCOUNT=on: Social network account support
STEAM=off: Steam OpenID authentication support
===> Use 'make config' to modify these settings
- Options name:
- www_py-dj51-django-allauth
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 9
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
65.11.2 30 Sep 2025 09:31:17
    |
Kai Knoblich (kai)  |
*/*dj51*: Deprecate/Set to expire
* Django 5.1 will reach its End-of-Life in December 2025. Deprecate its
consumers and set the expiration date accordingly.
* Note: py-dj51-django-netfields does not currently have a corresponding
Django 5.2 clone, yet, which will probably be added soon when
net-mgmt/peering-manager is switched to Django 5.2.
Reviewed by: sunpoet
With hat: python
Differential Revision: https://reviews.freebsd.org/D52511 |
65.11.2 29 Sep 2025 18:07:46
    |
Michael Gmelin (grembo)  |
www/py-dj51-django-allauth: Update to 65.11.2 |
65.11.1 04 Sep 2025 19:35:27
    |
Michael Gmelin (grembo)  |
www/py-dj51-django-allauth: Update to 65.11.1 |
65.11.0_1 31 Aug 2025 10:30:51
    |
Rene Ladan (rene)  |
all: bump PORTREVISION after updating graphics/libyuv
Using the Tools/scripts/bump_revision.pl script |
65.11.0 24 Aug 2025 15:57:03
    |
Michael Gmelin (grembo)  |
www/py-dj51-django-allauth: Update to 65.11.0 |
65.10.0 01 Aug 2025 18:11:57
    |
Michael Gmelin (grembo)  |
www/py-dj51-django-allauth: Update to 65.10.0 |
65.9.0 11 Jun 2025 14:20:48
    |
Michael Gmelin (grembo)  |
www/py-dj51-django-allauth: Update to 65.9.0
PR: 287289
Reported by: delphij |
65.7.0_1 06 May 2025 12:41:32
    |
Michael Gmelin (grembo)  |
www/py-dj51-django-allauth: Add missing dependency
Wth the MFA option enabled, py-fido2 is also required.
PR: 286533
Co-authored-by: Sebastian <sko@rostwald.de> |
65.7.0 05 May 2025 18:00:36
    |
Michael Gmelin (grembo)  |
www/py-dj51-django-allauth: New port
Clone of existing port for Django 5.1.
Compared to py-django-allauth, this updates to the
latest version and enables MFA by default.
Did not want to push this onto sunpoet@, so currently
I'm the maintainer. Please feel free to take the port
from me without asking.
PR: 286533
Co-authored-by: Sebastian <sko@rostwald.de> |
Number of commits found: 9
|