net/mosquitto: Update to 2.0.22
Re-roll patches to make portlint happy.
Chance since 2.0.21:
- Windows: Fix broker crash on startup if using `log_dest stdout`
- Bridge: Fix idle_timeout never occurring for lazy bridges.
- Fix case where max_queued_messages = 0 was not treated as
unlimited.
- Fix `--version` exit code and output.
- Fix crash on receiving a $CONTROL message over a bridge, if
per_listener_settings is set true and the bridge is carrying out
topic remapping.
[28 lines not shown]
www/rubygem-wasabi: Update to 5.1.0
With www/rubygem-httpi updated, this port also needed to be updated
because it required: httpi ~> 2.0
Update the dependencies.
Become maintainer.
PR: 288311
www/rubygem-savon: Update to 2.15.1
With www/rubygem-httpi updated, this port also needed to be updated
because it required: httpi ~> 2.0
Update the dependencies.
Become maintainer.
PR: 288311
Approved by: maintainer timeout
devel/py-uv-dynamic-versioning: Add new port
Python dynamic versioning tool (influenced by poetry-dynamic-versioning) for
uv/hatch, and powered by dunamai.
https://pypi.org/project/uv-dynamic-versioning/
databases/mariadb-java-client: New port: MariaDB JDBC driver for Java applications (precompiled .jar)
The MariaDB java connector is a JDBC 4.2 compatible driver, used to
connect applications developed in Java to MariaDB and MySQL databases.
PR: 288358
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
www/nift: Fix build
- Fix build:
In file included from Expr.cpp:1:
In file included from ./Expr.h:8:
./exprtk/exprtk.h:6343:49: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
6343 | expression_node<T>::ndb_t::template collect(branch_, node_delete_list);
| ^
Upstream pull request: https://github.com/nifty-site-manager/nsm/pull/38
- Fix bug:
nsm.cpp:1455:20: warning: overlapping comparisons always evaluate to false [-Wtautological-overlap-compare]
1455 | if(noParams < 2 && noParams > 5)
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~
1 warning generated.
Upstream pull request: https://github.com/nifty-site-manager/nsm/pull/39
- Make the choice of Lua implementation more intuitive.
- Run the strip command once for all binaries.
[4 lines not shown]