Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.25_1 30 Jun 2024 12:47:45 |
Rene Ladan (rene) |
www/py-django32: Remove expired port
2024-06-30 www/py-django32: Django 3.2 is now in Extended Support, receives
security fixes only and will reach End-Of-Life in April 2024. Upgrade to a later
Django version. See https://www.djangoproject.com/download/ |
3.2.25_1 16 May 2024 06:22:14 |
Po-Chuan Hsieh (sunpoet) |
www/py-django32: Use MAKE_CMD instead of GMAKE |
3.2.25_1 06 Apr 2024 00:00:00 |
Po-Chuan Hsieh (sunpoet) |
www/py-django32: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
3.2.25 04 Mar 2024 12:04:39 |
Wen Heping (wen) |
www/py-django32: Update to 3.2.25 |
3.2.24 07 Feb 2024 09:50:32 |
Wen Heping (wen) |
www/py-django32: Update to 3.2.24 |
3.2.23_1 16 Jan 2024 05:12:41 |
Kai Knoblich (kai) |
www/py-django32: Deprecate/Set to expire
* Set a deprecation note and let it expire to the end of June to give
enough time to switch all affected ports over to Django 4.2 which is
the next LTS release.
The plan is to make every consumer ready for Django 4.2 during 2024Q1
and then switch everything to Django 4.2 after 2024Q2 has branched.
PR: 276319
Differential Revision: https://reviews.freebsd.org/D43344
With hat: python |
3.2.23_1 10 Jan 2024 16:27:53 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
3.2.23 01 Nov 2023 09:50:48 |
Wen Heping (wen) |
www/py-django32: Update to 3.2.23 |
3.2.22 05 Oct 2023 00:32:09 |
Wen Heping (wen) |
www/py-django32: Update to 3.2.22 |
3.2.21 05 Sep 2023 00:22:24 |
Wen Heping (wen) |
www/py-django32: Update to 3.2.21 |
3.2.20 03 Jul 2023 12:40:13 |
Wen Heping (wen) |
www/py-django32: Update to 3.2.20 |
3.2.19 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.19 05 May 2023 00:34:41 |
Wen Heping (wen) |
www/py-django32: Update to 3.2.19 |
3.2.18 14 Feb 2023 11:10:56 |
Wen Heping (wen) |
www/py-django32: Update to 3.2.18 |
3.2.17 05 Feb 2023 09:40:53 |
Wen Heping (wen) |
www/py-django32: Update to 3.2.17 |
3.2.16 30 Jan 2023 13:02:19 |
Po-Chuan Hsieh (sunpoet) |
www/py-django32: Simplify CONFLICTS_INSTALL |
3.2.16 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.16 09 Oct 2022 15:38:08 |
Po-Chuan Hsieh (sunpoet) |
www/py-django32: Fix MASTER_SITES
https://www.djangoproject.com/m/releases/ redirects to
https://media.djangoproject.com/releases/
but the URL is incorrect (returns 404). |
3.2.16 06 Oct 2022 12:43:12 |
Wen Heping (wen) |
www/py-django32: Update to 3.2.16 (security update) |
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.2.15 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.2.15 05 Aug 2022 00:23:35 |
Wen Heping (wen) |
www/py-django32: Update to 3.2.15
Update CONFLICTS_INSTALL |
3.2.14 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.2.14 05 Jul 2022 09:59:49 |
Dima Panov (fluffy) |
www/py-django32: unbreak build for HTML docs (+)
Same fix as 64b2298a6d98dfcc467c328b18293f558fa92c59 for Django40.
Django require at least sphinx 4.5.0 to generate offline HTML docs.
Set version check for dependency.
Another issue is gmake-style construction in docs/Makefile.
Force gmake usage for HTMLDOCS option to resolve build issue.
Pointyhat to: wen (for skipped dependencies chech)
Approved by: portmgr blanket (fix build)
MFH: 2022Q3 |
3.2.14 04 Jul 2022 10:33:45 |
Wen Heping (wen) |
www/py-django32: Update to 3.2.14 |
3.2.13 12 Apr 2022 00:42:39 |
Wen Heping (wen) |
www/py-django32: Update to 3.2.13 |
3.2.12 10 Feb 2022 05:56:38 |
Wen Heping (wen) |
www/py-django32: Update to 3.2.12 |
3.2.11 05 Jan 2022 06:15:34 |
Wen Heping (wen) |
www/py-django32: Update to 3.2.11 |
3.2.10 09 Dec 2021 01:47:18 |
Wen Heping (wen) |
www/py-django32: Update to 3.2.10 |
3.2.9 02 Nov 2021 02:27:38 |
Wen Heping (wen) |
www/py-django32: Update to 3.2.9 |
3.2.8 05 Oct 2021 23:26:42 |
Wen Heping (wen) |
www/py-django32: Update to 3.2.8 |
3.2.7 22 Sep 2021 02:49:54 |
Wen Heping (wen) |
www/py-django32: Update CONFLICTS_INSTALL |
3.2.7 02 Sep 2021 00:10:01 |
Wen Heping (wen) |
www/py-django32: Update to 3.2.7 |
3.2.6 04 Aug 2021 08:16:28 |
Wen Heping (wen) |
www/py-django32: Update to 3.2.6 |
3.2.5 06 Jul 2021 14:59:39 |
Po-Chuan Hsieh (sunpoet) |
www/py-django32: Update to 3.2.5
Changes: https://docs.djangoproject.com/en/3.2/releases/ |
3.2.4 30 Jun 2021 20:44:04 |
Po-Chuan Hsieh (sunpoet) |
www/py-django32: Update to 3.2.4
Changes: https://docs.djangoproject.com/en/3.2/releases/ |
3.2.1 05 May 2021 07:25:53 |
Wen Heping (wen) |
www/django{22,31,32} : Update django to 3.2.1, 3.1.9 and 2.2.21 |
3.2 11 Apr 2021 23:48:08 |
Wen Heping (wen) |
Add new port: www/py-django32
Update CONFLICTS |