Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.3_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. |
3.2.3_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 |
3.2.3 16 Jan 2024 05:16:52
    |
Kai Knoblich (kai)  |
www/py-django-extensions: Update to 3.2.3
Changelog since 3.2.1:
https://github.com/django-extensions/django-extensions/blob/3.2.3/CHANGELOG.md
PR: 276321
Approved by: Kevin Golding (maintainer) |
3.2.1 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> |
3.2.1 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
3.2.1 16 Nov 2022 12:35:15
    |
Nuno Teixeira (eduardo)  Author: Kevin Golding |
www/py-django-extensions: Update to 3.2.1
ChangeLog:
https://github.com/django-extensions/django-extensions/blob/main/CHANGELOG.md
PR: 267807 |
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) |
3.1.5_1 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 ) |
3.1.5_1 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 ) |
3.1.5_1 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 |
3.1.5 25 Jan 2022 06:01:54
    |
Neel Chauhan (nc)  Author: Kevin Golding |
www/py-django-extensions: Update to 3.1.5
Changes:
https://github.com/django-extensions/django-extensions/blob/e43f383dae3a35237e42f6acfe1207a8e7e7bdf5/CHANGELOG.md
PR: 259756 |
3.0.5 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.0.5 02 Sep 2020 04:35:09
  |
swills  |
www/py-django-extensions: Update to 3.0.5
PR: 248947
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) |
3.0.2 05 Jul 2020 12:39:23
  |
kai  |
www/py-django-extensions: Update to 3.0.2
* Remove no longer required CONFLICTS_INSTALL entry while I'm here.
Changelog:
https://github.com/django-extensions/django-extensions/blob/3.0.2/CHANGELOG.md
PR: 247658
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) |
2.2.9 12 Apr 2020 13:34:09
  |
kai  |
www/py-django-extensions: Update to 2.2.9
* Assign the port to Django 2.2 (current LTS release) as Django 1.11 is
End-of-Life since April.
Changelog:
https://github.com/django-extensions/django-extensions/blob/2.2.9/CHANGELOG.md
PR: 245357
Reviewed by: wen
Approved by: Kevin Golding <ports@caomhin.org> (maintainer) |
2.1.7 06 Dec 2019 15:28:54
  |
kai  |
deskutils/py-paperless: Switch to Django 2.2
* Assign the port to Django 2.2 as Django 2.1 has reached its End-of-Life on
2nd December 2019.
* Also switch www/py-dj21-djangoql to Django 2.2, remove the expiration date
and rename it to www/py-dj22-djangoql accordingly.
Do the same for www/py-dj21-django-extensions [1] as both ports are
required by its only consumer deskutils/py-paperless and were originally
created for this purpose.
* Bump PORTREVISION due change of the dependencies.
PR: 242438
Approved by: grembo (maintainer), Kevin Golding (maintainer) [1] |
2.1.7 31 May 2019 10:00:20
  |
sunpoet  |
Introduce PY_TYPING and simplify Makefile
Since devel/py-promise requires 3.6.4+, the minimal version is set to 3.6.4.
With hat: python |
2.1.7 29 May 2019 23:30:49
  |
swills  |
www/py-django-extensions: Update to 2.1.7
PR: 238218
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) |
2.1.6 27 Mar 2019 23:47:17
  |
grembo  |
Update to 2.1.6 and pass maintainership of Django21 version of the port to
the maintainer of py-django-extensions to make it easier to keep ports
in sync.
PR: 236743
Approved by: maintainer |
2.1.5_1 23 Mar 2019 22:34:10
  |
grembo  |
Add a port of django-extensions specifically for Django 2.1
This uses the approach taken by kai@ for various django ports
in r492690: Depend on Django 2.1, require python 3.5 or
higher and add a conflict variable to the Django 1.x version
of the port.
This also updates the port to 2.1.6, while the Django 1.x
version remains at 2.1.5 for the time being.
PR: 236682 |
2.1.5_1 08 Mar 2019 14:45:50
  |
antoine  |
Remove dependency on the django metaport
With hat: portmgr |
2.1.5 01 Feb 2019 21:42:55
  |
sunpoet  |
Update to 2.1.5
Changes: https://github.com/django-extensions/django-extensions/blob/master/CHANGELOG.md
PR: 235401
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) |
2.1.3 31 Oct 2018 12:17:30
  |
swills  |
www/py-django-extensions: update to 2.1.3
PR: 232842
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) |
2.1.0 18 Jul 2018 16:44:43
  |
swills  |
www/py-django-extensions: update to 2.1.0
PR: 229868
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) |
2.0.7 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.0.7 19 May 2018 15:33:19
  |
joneum  |
www/py-django-extensions: update to 2.0.7
Changelog:
Fix: pipchecker, pip 10.0.0 compatibility
Fix: sqldiff, improve support of GIS fields by using Django introspection
Fix: shell_plus, fix bug in windows when PYTHONPATH is defined
Fix: shell_plus, Call execute on CursorWrapper instead of directly on cursor
to ensure wrappers are run
Fix: runserver_plus, Call execute on CursorWrapper instead of directly on
cursor to ensure wrappers are run
Improvement: sqldiff, drop old compatibility code
Improvement: ForeignKeyAutocompleteAdminMixin, improvements for Django >1.9
PR: 228342
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) |
2.0.3 09 Mar 2018 18:06:24
  |
arved  |
Update py-django-extensions to 2.0.3
Changelog:
https://github.com/django-extensions/django-extensions/blob/abc287ec26f2e45a164b0d393b979a9d20ed3e3d/CHANGELOG.md
PR: 226472
Submitted by: maintainer |
2.0.0 06 Mar 2018 17:27:45
  |
swills  |
www/py-django-extensions: update to 2.0.0
PR: 226395
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) |
1.6.7_1 19 Feb 2018 11:10:43
  |
antoine  |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
1.6.7 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.6.7 24 May 2016 16:09:18
  |
amdmi3  |
- Update to 1.6.7
- Add LICENSE_FILE
PR: 209605
Submitted by: ports@caomhin.org (maintainer) |
1.6.1_1 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.6.1_1 16 Jan 2016 11:19:09
  |
miwi  |
- Switch forgotten ports over to py-django18
- Fix PYTHON_PKGNAMEPREFIX
Reported by: antoinebot |
1.6.1_1 16 Jan 2016 09:52:37
  |
miwi  |
- Switch all ports to www/py-django18
- Bump PORTREVISION |
1.6.1 24 Dec 2015 19:27:14
  |
miwi  |
- Update to 1.6.1
PR: 205534
Submitted by: maintainer |
1.5.9 10 Dec 2015 14:31:50
  |
miwi  |
- Update to 1.5.9
- Update WWW
PR: 205088
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D4459 |
1.5.6 06 Oct 2015 09:29:05
  |
robak  |
www/py-django-extensions: update 1.5.5 -> 1.5.6
PR: 202830
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) |
1.5.5 09 Jul 2015 15:44:50
  |
sunpoet  |
- Update to 1.5.5
- Add NO_ARCH
- Update WWW
- While I'm here, sort USE_PYTHON
Changes: https://github.com/django-extensions/django-extensions/blob/master/CHANGELOG.md
PR: 201441
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) |
1.3.8 03 Jan 2015 08:41:21
  |
mva  |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
1.3.8 21 Dec 2014 16:09:05
  |
feld  |
Update "BSD" license in www category |
1.3.8 15 Jun 2014 08:41:01
  |
miwi  |
- Update to 1.3.8
PR: 190997 |
1.3.7 22 May 2014 05:51:36
  |
miwi  |
- Update to 1.3.7
PR: 189950
Submitted by: maintainer |
1.2.0_1 29 Jan 2014 15:39:37
  |
miwi  |
- Convert to PYDISTUTILS_AUTOPLIST= yes
- Stage support
- Bump PORTREVISION |
1.2.0 13 Jan 2014 21:00:04
  |
rene  |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
1.2.0 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.2.0 11 Sep 2013 21:43:49
  |
wg  |
www/py-django-extensions: update to 1.2.0
- Update to 1.2.0
PR: ports/181802
Submitted by: Kevin Golding <ports caomhin.org> (maintainer) |
1.1.1_1 22 Jul 2013 07:10:08
  |
rm  |
- add missing dependency on py-six
- bump PORTREVISION
PR: 180717
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) |
1.1.1 23 May 2013 18:01:08
  |
miwi  |
- Update to 1.1.1
PR: 178804
Submitted by: Maintainer |
1.0.2 02 Jan 2013 21:43:31
  |
rm  |
- fix whitespace and do tab -> space change in pkg-descr:WWW |
1.0.2 02 Jan 2013 21:38:28
  |
rm  |
- update to 1.0.2
- trim Makefile header
- add license (BSD)
while here:
- eliminate PYTHON_SITELIBDIR usage
- limit python version to 2.x (print/except)
PR: 174896
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) |
0.8 12 Mar 2012 12:30:27
 |
dryice  |
- update to 0.8
PR: ports/165904
Submitted by: Dryice Liu <dryice@freebsd.org>
Approved by: Kevin Golding <ports@caomhin.org> (maintainer)
Feature safe: yes |
0.6 20 Jul 2011 18:21:53
 |
jlaffaye  |
Update to 0.6
PR: ports/158921
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) |
0.5 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
0.5 09 Jun 2010 08:10:15
 |
miwi  |
Global custom management extensions for the Django Framework.
WWW: http://code.google.com/p/django-command-extensions/
PR: ports/146725
Submitted by: Kevin Golding <ports at caomhin.org> |