Port details |
- py-django-registration-redux User-registration application for Django
- 2.12_2 www
=2 2.12_1Version of this port present on the latest quarterly branch. - Maintainer: ports@caomhin.org
 - Port Added: 2015-12-08 16:37:52
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/macropin/django-registration
- Description:
- A fairly simple user-registration application for Django,
designed to make allowing user signups as painless as possible
¦ ¦ ¦ ¦ 
- 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.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}django-registration-redux>0:www/py-django-registration-redux@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- py311-django-registration
- To install the port:
- cd /usr/ports/www/py-django-registration-redux/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-django-registration-redux
- pkg install py311-django-registration-redux
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-django-registration-redux listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-django-registration-redux
- Package flavors (<flavor>: <package>)
- py311: py311-django-registration-redux
- distinfo:
- TIMESTAMP = 1688633651
SHA256 (django-registration-redux-2.12.tar.gz) = 2213bbe8732be72724034f4146f0255a7bd666eb5a5e1b2d8d8aa633fe8af894
SIZE (django-registration-redux-2.12.tar.gz) = 123730
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.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-django42>0 : www/py-django42@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_py-django-registration-redux
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.12_2 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
2.12_1 27 Apr 2024 09:08:48
    |
Kai Knoblich (kai)  |
*: Switch consumers over to Django 4.2
Django 3.2 reached its End-of-Life on 1st April 2024 and Django 4.2 is
the new LTS (= Long Term Support) release which will be supported until
April 2026.
* Switch most ports that use www/py-django32 to www/py-django42.
* Ports that are not compatible with Django 3.2 have already been set
with an expiration date were not taken into account.
* Bump PORTREVISION due dependency change where necessary.
PR: 276319
Reviewed by: dvl, grembo, ultima
Approved by: bofh (implicit), dvl, grembo, Kevin Golding, sunpoet,
ultima, maintainer timeout (remaining maintainers)
Differential Revision: https://reviews.freebsd.org/D44637 |
2.12 11 Jul 2023 22:07:20
    |
Robert Clausecker (fuz)  Author: Kevin Golding |
www/py-django-registration-redux: update to 2.12
Changelog: https://github.com/macropin/django-registration/blob/v2.12/CHANGELOG
PR: 272394
MFH: 2023Q3 |
2.11 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.11 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
2.11 16 Nov 2022 10:04:37
    |
Wen Heping (wen)  |
www/py-django-registration-redux: Update to 2.11
PR: 267805
Reported by: ports@caomhin.org(maintainer) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.10_2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.10_2 20 Jul 2022 14:23:26
    |
Tobias C. Berner (tcberner)  |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.10_2 28 Apr 2022 10:02:15
    |
Kai Knoblich (kai)  |
www/py-django32: Switch consumers over to Django 3.2
Django 2.2 became End-of-Life on 11th April 2022 and Django 3.2 is the
new LTS (= Long Term Support) release which will be supported until
April 2024.
* Switch the most ports that use www/py-django22 to www/py-django32
* Switch www/seahub over to www/py-djangorestframework
* Ports that are not yet ready for Django 3.2 (only three so far) or
those that have already been set with an expiration date were not
taken into account.
* Bump PORTREVISION due dependency change where necessary.
PR: 261313
Reviewed by: bofh, dvl, koobs, ultima
Approved by: bofh, dvl, koobs, ultima, sunpoet, Kevin Golding, Ivan Rozhuk,
Alexander Sieg (maintainers)
maintainer timeout (remaining maintainers)
Differential Revision: https://reviews.freebsd.org/D34859 |
2.10_1 30 Mar 2022 10:15:01
    |
Kai Knoblich (kai)  Author: Kevin Golding |
www/py-django-registration-redux: Fix wayward test files installing
* Prevent installing the test suite into the top level of Python's
site-lib directory to avoid conflicting files.
* Bump PORTREVISION due package change.
PR: 262759 [1], 262800
Reported by: se [1] |
2.10 11 Mar 2022 17:29:05
    |
Neel Chauhan (nc)  Author: Kevin Golding |
www/py-django-registration-redux: Update to 2.10
Changes:
https://github.com/macropin/django-registration/blob/e210dc1c28a53399c5895a086bc18c10ca350832/CHANGELOG
PR: 262481 |
2.9 22 Jan 2022 10:11:15
    |
Guangyuan Yang (ygy)  Author: Kevin Golding |
www/py-django-registration-redux: Update to 2.9
Changelog: https://github.com/macropin/django-registration/blob/b807bafc08bb28335303ebf17e3cc15827b1054c/CHANGELOG
PR: 261382 |
2.8 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.8 10 May 2020 07:57:35
  |
kai  |
www/py-django-registration-redux: Update to 2.8
Changelog:
https://github.com/macropin/django-registration/blob/v2.8/CHANGELOG
PR: 246301
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) |
2.7 16 Apr 2020 11:01:22
  |
kai  |
www/py-django-registration-redux: Update to 2.7
* Assign the port to Django 2.2 (current LTS release) because Django 1.11 is
End-of-Life since April.
* Switch back from Github to CHEESESHOP as sdist tarballs at PyPI are
available again.
* Also remove textproc/pootle from CONFLICTS_INSTALL as it no longer exists
in the Ports tree.
PR: 245643
Approved by: Kevin Golding <ports@caomhin.org> (maintainer) |
2.6 30 May 2019 20:34:59
  |
kai  |
www/py-django-registration-redux: Update to 2.6
While I'm here:
* Pet portlint
Changelog since 2.4:
* Bugfix: Pass "user" instance instead of "user.get_username()" to template
context.
* Feature: Add testing for Django 2.2 and Python 3.7 (no code changes
required).
* Bugfix: Send emails on commit.
* Feature: Add support for Django 2.1.
* Bugfix: Don't delete if user.is_active=True in cleanupregistration
https://github.com/macropin/django-registration/blob/v2.6/CHANGELOG
PR: 238219
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) |
2.4_1 08 Mar 2019 14:45:50
  |
antoine  |
Remove dependency on the django metaport
With hat: portmgr |
2.4 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
2.4 19 May 2018 15:36:01
  |
joneum  |
www/py-django-registration-redux: Update to 2.4
Changelog:
Bugfix: Updates Spanish translation messages
PR: 228343
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) |
2.2 21 Mar 2018 19:35:58
  |
sunpoet  |
Update to 2.2
- Change MASTER_SITES from CHEESESHOP to GitHub: PyPI does not have tarball but
only .whl
- Update RUN_DEPENDS: use Django metaport (www/py-django)
- Simplify CONFLICTS_INSTALL
Changes: https://github.com/macropin/django-registration/releases
PR: 226779
Submitted by: sunpoet (myself)
Approved by: Kevin Golding <ports@caomhin.org> (maintainer) |
1.4 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
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 (Only the first 15 lines of the commit message are shown above ) |
1.4 25 May 2016 13:01:03
  |
amdmi3  |
- Fix mutual CONFLICTS for www/py-django-registration and
www/py-django-registration-redux
Approved by: portmgr blanket |
1.4 24 May 2016 16:10:22
  |
amdmi3  |
- Update to 1.4
- Add LICENSE_FILE
PR: 209606
Submitted by: ports@caomhin.org (maintainer) |
1.3 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.3 16 Jan 2016 18:07:44
  |
miwi  |
- Update to 1.3
PR: 206315
Submitted by: maintainer |
1.2_1 16 Jan 2016 11:19:09
  |
miwi  |
- Switch forgotten ports over to py-django18
- Fix PYTHON_PKGNAMEPREFIX
Reported by: antoinebot |
1.2_1 16 Jan 2016 09:52:37
  |
miwi  |
- Switch all ports to www/py-django18
- Bump PORTREVISION |
1.2 08 Dec 2015 16:37:44
  |
miwi  |
A fairly simple user-registration application for Django,
designed to make allowing user signups as painless as possible
WWW: http://django-registration-redux.readthedocs.org/
PR: 202834
Submitted by: Kevin Golding <ports@caomhin.org>
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D4433 |