Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.5.2_1 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.5.2 10 Sep 2023 16:13:06
    |
Robert Clausecker (fuz)  Author: Christian Ullrich |
comms/py-pymodbus: Update to 3.5.2
Changelog: https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.5.0
Changelog: https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.5.1
Changelog: https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.5.2
PR: 273469 |
3.4.1 13 Aug 2023 09:35:33
    |
Robert Clausecker (fuz)  Author: Christian Ullrich |
comms/py-pymodbus: Update to 3.4.1
Changelog: https://pymodbus.readthedocs.io/en/latest/changelog.html
PR: 273045 |
3.3.0 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.3.0 04 Jun 2023 08:59:37
    |
Wen Heping (wen)  |
comms/py-pymodbus: Update to 3.3.0
PR: 271807
Reported by: maintainer |
3.2.2 28 Mar 2023 00:49:41
    |
Hiroki Tagato (tagattie)  Author: Christian Ullrich |
comms/py-pymodbus: update to 3.2.2
Changelog:
- https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.2.1
- https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.2.2
PR: 270375
Reported by: Christian Ullrich <chris@chrullrich.net> (maintainer) |
3.2.0 18 Mar 2023 10:46:59
    |
Wen Heping (wen)  |
comms/py-pymodbus: Update to 3.2.0
PR: 270073
Reported by: maintainer |
3.1.3 24 Feb 2023 08:49:12
    |
Robert Clausecker (fuz)  Author: Christian Ullrich |
comms/py-pymodbus: update to 3.1.3
Changelog: https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.1.3
PR: 269594
Approved by: flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38722 |
3.1.2 30 Jan 2023 10:35:57
    |
Nuno Teixeira (eduardo)  Author: Christian Ullrich |
comms/py-pymodbus: Update to 3.1.2
ChangeLog: https://github.com/pymodbus-dev/pymodbus/blob/dev/CHANGELOG.rst
PR: 269168 |
3.1.0 20 Jan 2023 11:50:24
    |
Mikael Urankar (mikael)  Author: Christian Ullrich |
comms/py-pymodbus: Add new port
Pymodbus is a full Modbus protocol implementation offering
asynchronous communications. It can also be used without any
third party dependencies (aside from pyserial) if a more
lightweight project is needed.
PR: 251614 |