notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
py-dj51-django-allauth User registration with social account authentication
65.11.2 www on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 65.9.0Version of this port present on the latest quarterly branch.
Deprecated 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 EXPIRATION DATE: 2025-12-31
Maintainer: grembo@FreeBSD.org search for ports maintained by this maintainer
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.
HomepageHomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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):
py311-dj51-django-allauth
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest65.11.165.11.1-65.11.065.11.1---
FreeBSD:13:quarterly65.9.065.9.0-65.9.065.9.0---
FreeBSD:14:latest65.11.065.11.1-65.11.065.11.1---
FreeBSD:14:quarterly65.9.065.9.0-65.9.065.9.0---
FreeBSD:15:latest65.10.065.11.1n/a65.10.0n/a---
FreeBSD:15:quarterly--n/a-n/a---
FreeBSD:16:latest-65.11.1n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=63.0.0 : devel/py-setuptools@py311
  2. py311-setuptools-scm>=8 : devel/py-setuptools-scm@py311
  3. py311-fido2>=0 : security/py-fido2@py311
  4. py311-wheel>=0 : devel/py-wheel@py311
  5. python3.11 : lang/python311
  6. py311-build>=0 : devel/py-build@py311
  7. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-django51>=5.1 : www/py-django51@py311
  2. py311-qrcode>=7.0.0 : textproc/py-qrcode@py311
  3. py311-fido2>=0 : security/py-fido2@py311
  4. py311-python3-openid>=3.0.8 : security/py-python3-openid@py311
  5. py311-pyjwt>=1.7 : www/py-pyjwt@py311
  6. py311-requests-oauthlib>=0.3.0 : www/py-requests-oauthlib@py311
  7. py311-requests>=2.0.0 : www/py-requests@py311
  8. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/d/django_allauth/
  2. https://pypi.org/packages/source/d/django_allauth/
Collapse this list.

Number of commits found: 9

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
65.11.2
30 Sep 2025 09:31:17
commit hash: 08edb39ade85c99cb74bbf2439bca0f98a0aeb30commit hash: 08edb39ade85c99cb74bbf2439bca0f98a0aeb30commit hash: 08edb39ade85c99cb74bbf2439bca0f98a0aeb30commit hash: 08edb39ade85c99cb74bbf2439bca0f98a0aeb30 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
*/*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
commit hash: 7228d961a05a6fdc823f66c844ad9efebcec1956commit hash: 7228d961a05a6fdc823f66c844ad9efebcec1956commit hash: 7228d961a05a6fdc823f66c844ad9efebcec1956commit hash: 7228d961a05a6fdc823f66c844ad9efebcec1956 files touched by this commit
Michael Gmelin (grembo) search for other commits by this committer
www/py-dj51-django-allauth: Update to 65.11.2
65.11.1
04 Sep 2025 19:35:27
commit hash: fe56254a46592f9640f35cf9b5d777f15444102acommit hash: fe56254a46592f9640f35cf9b5d777f15444102acommit hash: fe56254a46592f9640f35cf9b5d777f15444102acommit hash: fe56254a46592f9640f35cf9b5d777f15444102a files touched by this commit
Michael Gmelin (grembo) search for other commits by this committer
www/py-dj51-django-allauth: Update to 65.11.1
65.11.0_1
31 Aug 2025 10:30:51
commit hash: b304d8ab18ac96ddcd15f3cf7255ef89aababe5acommit hash: b304d8ab18ac96ddcd15f3cf7255ef89aababe5acommit hash: b304d8ab18ac96ddcd15f3cf7255ef89aababe5acommit hash: b304d8ab18ac96ddcd15f3cf7255ef89aababe5a files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: bump PORTREVISION after updating graphics/libyuv

Using the Tools/scripts/bump_revision.pl script
65.11.0
24 Aug 2025 15:57:03
commit hash: 529952b4b86b0cc8b0b7aedfff1348023d420c6ecommit hash: 529952b4b86b0cc8b0b7aedfff1348023d420c6ecommit hash: 529952b4b86b0cc8b0b7aedfff1348023d420c6ecommit hash: 529952b4b86b0cc8b0b7aedfff1348023d420c6e files touched by this commit
Michael Gmelin (grembo) search for other commits by this committer
www/py-dj51-django-allauth: Update to 65.11.0
65.10.0
01 Aug 2025 18:11:57
commit hash: 17df9b716762006633dc513e910a48f644198779commit hash: 17df9b716762006633dc513e910a48f644198779commit hash: 17df9b716762006633dc513e910a48f644198779commit hash: 17df9b716762006633dc513e910a48f644198779 files touched by this commit
Michael Gmelin (grembo) search for other commits by this committer
www/py-dj51-django-allauth: Update to 65.10.0
65.9.0
11 Jun 2025 14:20:48
commit hash: 5b88ba6627e7ed79e3a4529bad4a3704380172bccommit hash: 5b88ba6627e7ed79e3a4529bad4a3704380172bccommit hash: 5b88ba6627e7ed79e3a4529bad4a3704380172bccommit hash: 5b88ba6627e7ed79e3a4529bad4a3704380172bc files touched by this commit
Michael Gmelin (grembo) search for other commits by this committer
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
commit hash: 11327766cf02919fec79323d03c6674c1d8155accommit hash: 11327766cf02919fec79323d03c6674c1d8155accommit hash: 11327766cf02919fec79323d03c6674c1d8155accommit hash: 11327766cf02919fec79323d03c6674c1d8155ac files touched by this commit
Michael Gmelin (grembo) search for other commits by this committer
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
commit hash: 0ea179503a96ea442fcbc4eba59ad53c19b9a726commit hash: 0ea179503a96ea442fcbc4eba59ad53c19b9a726commit hash: 0ea179503a96ea442fcbc4eba59ad53c19b9a726commit hash: 0ea179503a96ea442fcbc4eba59ad53c19b9a726 files touched by this commit
Michael Gmelin (grembo) search for other commits by this committer
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