Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.1.13 31 Dec 2023 00:06:41
    |
Muhammad Moinur Rahman (bofh)  |
www/py-django41: Remove expired port
2023-12-31 www/py-django41: Extended support of Django 4.1 ends December 2023,
upgrade to a newer version of Django. See
https://www.djangoproject.com/download/ |
4.1.13 01 Nov 2023 09:50:47
    |
Wen Heping (wen)  |
www/py-django41: Update to 4.1.13 |
4.1.12 05 Oct 2023 00:32:42
    |
Wen Heping (wen)  |
www/py-django41: Update to 4.1.12 |
4.1.11 10 Sep 2023 13:15:33
    |
Kai Knoblich (kai)  |
www/py-django41: Deprecate/Set to expire
* Django 4.1 will reach its End-of-Life in December 2023. Deprecate it
and set the expiration date accordingly.
Differential Revision: https://reviews.freebsd.org/D41665
With hat: python |
4.1.11 05 Sep 2023 00:19:59
    |
Wen Heping (wen)  |
www/py-django41: Update to 4.1.11 |
4.1.10 03 Jul 2023 12:40:13
    |
Wen Heping (wen)  |
www/py-django41: Update to 4.1.10 |
4.1.9 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> |
4.1.9 05 May 2023 00:34:10
    |
Wen Heping (wen)  |
www/py-django41: Update to 4.1.9 |
4.1.8 07 Apr 2023 13:41:00
    |
Wen Heping (wen)  |
www/py-django41: Update to 4.1.8 |
4.1.7 14 Feb 2023 11:10:56
    |
Wen Heping (wen)  |
www/py-django41: Update to 4.1.7 |
4.1.6 05 Feb 2023 09:44:26
    |
Wen Heping (wen)  |
www/py-django41: Update to 4.1.6 |
4.1.5 30 Jan 2023 13:02:19
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-django41: Update CONFLICTS_INSTALL |
4.1.5 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
4.1.5 02 Jan 2023 09:58:54
    |
Wen Heping (wen)  |
www/py-django41: Update to 4.1.5 |
4.1.4 07 Dec 2022 06:34:10
    |
Wen Heping (wen)  |
www/py-django41: Update to 4.1.4 |
4.1.3 03 Nov 2022 02:00:50
    |
Wen Heping (wen)  |
www/py-django41: Update to 4.1.3 |
4.1.2 09 Oct 2022 15:38:08
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-django41: Fix MASTER_SITES
https://www.djangoproject.com/m/releases/ redirects to
https://media.djangoproject.com/releases/
but the URL is incorrect (returns 404). |
4.1.2 06 Oct 2022 12:41:40
    |
Wen Heping (wen)  |
www/py-django41: Update to 4.1.2 (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) |
4.1.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 ) |
4.1.1 07 Sep 2022 20:16:17
    |
Stefan Eßer (se)  |
Remove created by lines from multiple ports
Approved by: portmgr (implicit) |
4.1.1 06 Sep 2022 02:19:21
    |
Wen Heping (wen)  |
www/py-django41: Update to 4.1.1 |
4.1 05 Aug 2022 00:05:05
    |
Wen Heping (wen)  |
www/py-django41: New port, repocopied from www/py-django40
Django is a high-level Python Web framework that encourages rapid development
and clean, pragmatic design.
Developed and used over the past two years by a fast-moving online-news
operation, Django was designed from scratch to handle two challenges: the
intensive deadlines of a newsroom and the stringent requirements of experienced
Web developers. It has convenient niceties for developing content-management
systems, but it's an excellent tool for building any Web site.
WWW: https://www.djangoproject.com/ |