Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.9.2 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.9.2 25 Jan 2023 17:54:07 |
Muhammad Moinur Rahman (bofh) |
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113 |
4.9.2 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
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.9.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 ) |
4.9.2 16 Jun 2022 20:22:01 |
Dima Panov (fluffy) |
www/mod_wsgi4: update to 4.9.2 release
PR: 264629 |
4.7.0 16 Dec 2021 11:57:25 |
Dima Panov (fluffy) |
www/mod_wsgi4: limit python versions to 3.6-3.9 range
mod_wsgi cannot be built against py310+ yet
Approved by: portmgr blanket
Sponsored by: Ntzkommune GmbH |
4.7.0 30 Sep 2021 15:14:19 |
Bernhard Froehlich (decke) |
www/mod_wsgi4: Add CPE information
Approved by: portmgr (blanket) |
4.7.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.7.0 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
4.7.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.7.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
4.7.0 08 Jan 2020 10:49:03 |
joneum |
Update to 4.7.0
PR: 243018
Submitted by: Charlie Li <ml+freebsd@vishwin.info> (maintainer)
Sponsored by: Netzkommune GmbH |
4.6.5 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
4.6.5 25 Nov 2018 19:49:35 |
swills |
www/mod_wsgi4: Update to 4.6.5
PR: 233487
Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) |
4.6.4 09 Apr 2018 17:58:03 |
joneum |
www/mod_wsgi4: Update to 4.6.4
Changelog:
https://modwsgi.readthedocs.io/en/develop/release-notes/version-4.6.4.html
PR: 227358
Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) |
4.6.3 01 Apr 2018 14:24:09 |
wen |
- Update to 4.6.3
- Remove CONFLICTS and PKGNAMESUFFIX
- Fixed link in pkg-message.in
PR: 227160
Submitted by: douglas@douglasthrift.net(maintainer) |
4.5.24_1 11 Mar 2018 17:38:46 |
brnrd |
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
4.5.24_1 06 Feb 2018 18:44:20 |
joneum |
www/mod_wsgi4: Support FLAVORS
PR: 225647
Submitted by: Christian Ullrich <chris@chrullrich.net>
Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
Approved by: mat, tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14191 |
4.5.24 21 Dec 2017 01:25:20 |
wen |
- Update to 4.5.24
PR: 224411
Submitted by: douglas@douglasthrift.net(maintainer) |
4.5.22 26 Nov 2017 12:09:29 |
joneum |
www/mod_wsgi4: Update from 4.5.18 to 4.5.22
Pet portlint
Changelog:
https://modwsgi.readthedocs.io/en/develop/release-notes/version-4.5.22.html
PR: 223861
Submitted by: douglas@douglasthrift.net (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13247 |
4.5.18 09 Sep 2017 19:05:09 |
dbaio |
www/mod_wsgi4: Update to 4.5.18
Changes: https://modwsgi.readthedocs.io/en/develop/release-notes/version-4.5.18.html
PR: 222013
Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) |
4.5.17 08 Jul 2017 22:33:45 |
lme |
www/mod_wsgi4: Update to 4.5.17
PR: 220570
Submitted by: maintainer
Sponsored by: Essen Hackathon 2017 |
4.5.15 19 Mar 2017 01:46:28 |
wen |
- Update to 4.5.15
PR: 217905
Submitted by: douglas@douglasthrift.net(maintainer) |
4.5.14 25 Jan 2017 16:32:15 |
sunpoet |
Update to 4.5.14
Changes: https://modwsgi.readthedocs.io/en/develop/release-notes.html
PR: 216454
Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) |
4.5.13 24 Jan 2017 12:39:09 |
sunpoet |
Update to 4.5.13
Changes: https://modwsgi.readthedocs.io/en/develop/release-notes.html
PR: 216389
Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) |
4.5.10 23 Jan 2017 18:52:06 |
sunpoet |
Update to 4.5.13
Changes: https://modwsgi.readthedocs.io/en/develop/release-notes.html
PR: 216389
Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) |
4.5.10 24 Dec 2016 01:03:04 |
junovitch |
www/mod_wsgi4: update 4.5.4 -> 4.5.10
PR: 215206
Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) |
4.5.4 15 Aug 2016 13:55:45 |
rene |
www/mod_wsgi4: update to 4.5.4
PR: 211793
Submitted by: douglas@douglasthrift.net (maintainer) |
4.5.3 31 Jul 2016 20:41:29 |
pawel |
- Update to version 4.5.3 [1]
- Links to libintl, so USES+=gettext
PR: 211473 [1]
Submitted by: Douglas Thrift (maintainer) |
4.4.22 28 Jan 2016 22:24:17 |
rakuco |
Update to 4.4.22.
PR: 206631
Submitted by: douglas@douglasthrift.net (maintainer) |
4.4.21 08 Dec 2015 17:17:13 |
miwi |
- Update to 4.4.21
- Update WWW
PR: 204574
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D4396 |
4.4.13 12 Jul 2015 10:09:37 |
ohauer |
- update to 4.4.13
- use dedicated module file
Bugs Fixed (since 4.4.6):
-------------------------
1. Apache 2.2.29 and 2.4.11 introduce additional fields to the request
structure ``request_rec`` due to CVE-2013-5704. The addition of these
fields will cause versions of mod_wsgi from 4.4.0-4.4.5 to crash when used
in mod_wsgi daemon mode and mod_wsgi isn't initialising the new structure
members.
If you are upgrading your Apache installation to those versions or later
versions, you must also update to mod_wsgi version 4.4.6. The mod_wsgi
4.4.6 source code must have also been compiled against the newer Apache
version.
PR: 201023
Submitted by: ohauer
Approved by: douglas_at_douglasthrift.net (maintainer) |
3.5 12 Jul 2015 10:04:31 |
ohauer |
- rename mod_wsgi3 => mod_wsgi4 to reflect new version
PR: 201023
Submitted by: ohauer
Approved by: douglas_at_douglasthrift.net (maintainer) |