FreeBSD/ports 02e0410net-mgmt/geom-exporter distinfo Makefile.crates

net-mgmt/geom-exporter: 0.1.4

This version no longer requires bindgen at build time.

https://github.com/asomers/gstat-rs/blob/master/freebsd-geom-exporter/CHANGELOG.md#014---2026-06-30

Sponsored by:   ConnectWise
DeltaFile
+11-35net-mgmt/geom-exporter/distinfo
+4-16net-mgmt/geom-exporter/Makefile.crates
+1-4net-mgmt/geom-exporter/Makefile
+16-553 files

FreeBSD/ports 28b57c3sysutils/gstat-rs distinfo Makefile.crates

sysutils/gstat-rs: 0.1.9

This version no longer requires bindgen at build time

https://github.com/asomers/gstat-rs/blob/master/gstat/CHANGELOG.md#019---2026-06-30

Sponsored by:   ConnectWise
DeltaFile
+21-31sysutils/gstat-rs/distinfo
+9-14sysutils/gstat-rs/Makefile.crates
+1-4sysutils/gstat-rs/Makefile
+31-493 files

FreeBSD/ports 1c810a0net/webalizer-geodb distinfo Makefile

net/webalizer-geodb: Update to 20260701
DeltaFile
+3-3net/webalizer-geodb/distinfo
+1-1net/webalizer-geodb/Makefile
+4-42 files

FreeBSD/ports 095f8c0devel/py-json5 distinfo Makefile

devel/py-json5: Update to 0.15.0

Changes:        https://github.com/dpranke/pyjson5/blob/main/README.md#version-history--release-notes
PR:             296364
DeltaFile
+3-3devel/py-json5/distinfo
+2-3devel/py-json5/Makefile
+5-62 files

FreeBSD/ports 2a1e1fddevel/libccid distinfo Makefile

devel/libccid: Update to 1.8.2

Changes:        https://github.com/LudovicRousseau/CCID/releases
PR:             296255
DeltaFile
+3-3devel/libccid/distinfo
+1-1devel/libccid/Makefile
+4-42 files

FreeBSD/ports b2071d2dns/py-idna distinfo Makefile

dns/py-idna: Update to 3.18

Changes:        https://github.com/kjd/idna/releases
PR:             296142
DeltaFile
+3-3dns/py-idna/distinfo
+1-1dns/py-idna/Makefile
+4-42 files

FreeBSD/ports 948ea40databases/py-redis Makefile, databases/py-redis/files patch-pyproject.toml

databases/py-redis: Relax RUN_DEPENDS for py-xxhash

- Bump PORTREVISION for package change

PR:             296097
Reported by:    <vermiculous at mailbox.org>
DeltaFile
+11-0databases/py-redis/files/patch-pyproject.toml
+2-1databases/py-redis/Makefile
+13-12 files

FreeBSD/ports cb89620www/py-lektor Makefile

www/py-lektor: Update BROKEN

The original issue was already fixed in 8efcc1c369a0048035fc0022072f9003c37b65e8.

Approved by:    portmgr (blanket)
With hat:       python
DeltaFile
+1-1www/py-lektor/Makefile
+1-11 files

FreeBSD/ports cf4931eirc/ircd-hybrid Makefile, mail/fetchmail Makefile

security/wolfssl: Bump PORTREVISION of dependent ports for shlib change (followup of ebd1ab3805d31a82613a1db818e6dc2bf5cdf75d)

wolfssl was updated to 5.9.2 in ebd1ab3805d31a82613a1db818e6dc2bf5cdf75d which
updates from libwolfssl.so.44 to libwolfssl.so.45. Therefore, PORTREVISION bump
is required. ftp/curl and net/libngtcp2-wolfssl are skipped because both ports
have version updates after ebd1ab3805d31a82613a1db818e6dc2bf5cdf75d.

% readelf -d /usr/local/lib/libwolfssl.so | grep SONAME
  0x000000000000000e (SONAME)     Library soname: [libwolfssl.so.45]
DeltaFile
+1-1www/wget2/Makefile
+1-1mail/fetchmail/Makefile
+1-0net/vde2/Makefile
+1-0irc/ircd-hybrid/Makefile
+1-0net/haproxy/Makefile
+1-0net/haproxy30/Makefile
+6-24 files not shown
+10-210 files

FreeBSD/ports bb99743lang/python-tools Makefile

lang/python-tools: Fix build with Python 3.12+

- While I'm here:
  - Reorder knobs
  - Sort USE_PYTHON
  - Remove WRKSRC_SUBDIR
  - Cosmetic change

These scripts have been removed from python 3.12+ repository [1][2][3].

===>  Patching for py312-python-tools-3.12.13_1
find: byteyears.py: No such file or directory
find: copytime.py: No such file or directory
find: crlf.py: No such file or directory
find: dutree.py: No such file or directory
find: lfcr.py: No such file or directory
find: ptags.py: No such file or directory
find: untabify.py: No such file or directory
*** Error code 1

    [5 lines not shown]
DeltaFile
+23-22lang/python-tools/Makefile
+23-221 files

FreeBSD/ports 3a5b9e2devel/py-freebsd/files patch-src-kqueue.c

devel/py-freebsd: Fix build with Python 3.12+

cc -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -I/usr/local/include/python3.12 -c src/freebsdmodule.c -o build/temp.freebsd-15.0-RELEASE-p10-amd64-cpython-312/src/freebsdmodule.o
In file included from src/freebsdmodule.c:172:
In file included from src/.sources.def:7:
src/kqueue.c:248:2: error: incompatible pointer to integer conversion initializing 'Py_ssize_t' (aka 'long') with an expression of type 'void *' [-Wint-conversion]
  248 |         PyObject_HEAD_INIT(NULL)
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.12/object.h:142:9: note: expanded from macro 'PyObject_HEAD_INIT'
  142 |         (type)                   \
      |         ^~~~~~
In file included from src/freebsdmodule.c:172:
In file included from src/.sources.def:7:
src/kqueue.c:556:2: error: incompatible pointer to integer conversion initializing 'Py_ssize_t' (aka 'long') with an expression of type 'void *' [-Wint-conversion]
  556 |         PyObject_HEAD_INIT(NULL)
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.12/object.h:142:9: note: expanded from macro 'PyObject_HEAD_INIT'
  142 |         (type)                   \
      |         ^~~~~~

    [7 lines not shown]
DeltaFile
+26-0devel/py-freebsd/files/patch-src-kqueue.c
+26-01 files

FreeBSD/ports 0d96e3aMk bsd.default-versions.mk

Mk/bsd.default-versions.mk: Update comment: Add python 3.15
DeltaFile
+1-1Mk/bsd.default-versions.mk
+1-11 files

FreeBSD/ports 006c634www/py-flask-cors Makefile

www/py-flask-cors: Take maintainership (part of 0976f8b90b6c6d6f81000e65dba8c9260b1e2e0e)
DeltaFile
+1-1www/py-flask-cors/Makefile
+1-11 files

FreeBSD/ports 97f0190textproc/py-mistune0 Makefile

textproc/py-mistune0: Fix build with Python 3.12+

Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/usr/local/lib/python3.12/site-packages/installer/__main__.py", line 115, in <module>
    _main(sys.argv[1:], "python -m installer")
  File "/usr/local/lib/python3.12/site-packages/installer/__main__.py", line 100, in _main
    with WheelFile.open(wheel) as source:
         ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/contextlib.py", line 137, in __enter__
    return next(self.gen)
           ^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/installer/sources.py", line 179, in open
    with zipfile.ZipFile(path) as f:
         ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/zipfile/__init__.py", line 1352, in __init__
    self.fp = io.open(file, filemode)
              ^^^^^^^^^^^^^^^^^^^^^^^

    [4 lines not shown]
DeltaFile
+2-2textproc/py-mistune0/Makefile
+2-21 files

FreeBSD/ports cf55aa1graphics/py-pygeos Makefile, graphics/py-pygeos/files patch-cython patch-pyproject.toml

graphics/py-pygeos: Allow build with cython 3.x

- Change from USE_PYTHON=cython0 to USE_PYTHON=cython
- Bump PORTREVISION for package change
DeltaFile
+11-0graphics/py-pygeos/files/patch-cython
+4-2graphics/py-pygeos/files/patch-pyproject.toml
+2-2graphics/py-pygeos/Makefile
+17-43 files

FreeBSD/ports 42a2fcadevel/py-aws-xray-sdk Makefile

devel/py-aws-xray-sdk: Fix RUN_DEPENDS

- Bump PORTREVISION for dependency change

Reported by:    bofh (via private mail)
DeltaFile
+1-1devel/py-aws-xray-sdk/Makefile
+1-11 files

FreeBSD/ports 9cd647bdatabases/py-leveldb/files patch-leveldb_object.cc

databases/py-leveldb: Fix build with Python 3.12+

cc -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python3.12 -c leveldb_object.cc -o build/temp.freebsd-15.0-RELEASE-p10-amd64-cpython-312/leveldb_object.o -I/usr/local/include -I. -fno-builtin-memcmp -O2 -fPIC -pthread -Wall -DOS_FREEBSD -DLEVELDB_PLATFORM_POSIX
leveldb_object.cc:795:19: error: use of undeclared identifier 'PyUnicode_AS_UNICODE'
  795 |                 Py_UNICODE* c = PyUnicode_AS_UNICODE(p);
      |                                 ^
1 error generated.
error: command '/usr/bin/cc' failed with exit code 1

ERROR Backend subprocess exited when trying to invoke build_wheel
*** Error code 1

Reference:      https://pkg-status.freebsd.org/beefy23/data/150amd64-default/a1fb4afca079/logs/py312-leveldb-0.201_1.log
DeltaFile
+9-0databases/py-leveldb/files/patch-leveldb_object.cc
+9-01 files

FreeBSD/ports 19ecf3ddevel/lua-stdlib/files patch-configure

devel/lua-stdlib: Allow build with lua55
DeltaFile
+38-0devel/lua-stdlib/files/patch-configure
+38-01 files

FreeBSD/ports c04a7cagraphics/py-gdal distinfo Makefile

graphics/py-gdal: Update to 3.13.1

Changes:        https://github.com/OSGeo/gdal/releases
                https://github.com/OSGeo/gdal/blob/release/3.13/NEWS.md
DeltaFile
+3-3graphics/py-gdal/distinfo
+1-1graphics/py-gdal/Makefile
+4-42 files

FreeBSD/ports 90e1f00graphics/gdal distinfo Makefile

graphics/gdal: Update to 3.13.1

Changes:        https://github.com/OSGeo/gdal/releases
                https://github.com/OSGeo/gdal/blob/release/3.13/NEWS.md
DeltaFile
+3-3graphics/gdal/distinfo
+1-2graphics/gdal/Makefile
+4-52 files

FreeBSD/ports ba2877bwww/libnghttp3 distinfo Makefile

www/libnghttp3: Update to 1.17.0

Changes:        https://github.com/ngtcp2/nghttp3/releases
DeltaFile
+3-3www/libnghttp3/distinfo
+1-1www/libnghttp3/Makefile
+1-1www/libnghttp3/pkg-plist
+5-53 files

FreeBSD/ports 508b5d3shells/bash-completion Makefile

shells/bash-completion: Clean up after b6ec06f079e1c883d32c788c0285c6d492eeb1c0

.include <bsd.port.options.mk> is not needed after the removal of ARCH check.
DeltaFile
+0-2shells/bash-completion/Makefile
+0-21 files

FreeBSD/ports 080e7c0security/wolfssh distinfo Makefile

security/wolfssh: Fix build with wolfssl 5.9.2

/bin/sh ./libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.  -DBUILDING_WOLFSSH -DWOLFSSH_TEST_INTERNAL -DNDEBUG  -DWOLFSSH_KEYGEN -DWOLFSSH_SCP -DWOLFSSH_SFTP -DWOLFSSH_FWD -DWOLFSSH_TERM -DWOLFSSH_SHELL -DWOLFSSH_AGENT -DWOLFSSH_CERTS -isystem /usr/local/include -fvisibility=hidden -O2 -pthread -O2 -pipe  -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing  -Wno-pragmas -Wall -Wno-strict-aliasing -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Woverride-init -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -fwrapv -MT src/libwolfssh_test_la-internal.lo -MD -MP -MF src/.deps/libwolfssh_test_la-internal.Tpo -c -o src/libwolfssh_test_la-internal.lo `test -f 'src/internal.c' || echo './'`src/internal.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -DBUILDING_WOLFSSH -DWOLFSSH_TEST_INTERNAL -DNDEBUG -DWOLFSSH_KEYGEN -DWOLFSSH_SCP -DWOLFSSH_SFTP -DWOLFSSH_FWD -DWOLFSSH_TERM -DWOLFSSH_SHELL -DWOLFSSH_AGENT -DWOLFSSH_CERTS -isystem /usr/local/include -fvisibility=hidden -O2 -pthread -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -Wno-pragmas -Wall -Wno-strict-aliasing -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Woverride-init -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -fwrapv -MT src/libwolfssh_test_la-internal.lo -MD -MP -MF src/.deps/libwolfssh_test_la-internal.Tpo -c src/internal.c  -fPIC -DPIC -o src/.libs/libwolfssh_test_la-internal.o
src/internal.c:60:10: fatal error: 'wolfssl/wolfcrypt/mlkem.h' file not found
   60 | #include <wolfssl/wolfcrypt/mlkem.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

Reference:      https://pkg-status.freebsd.org/beefy22/data/143amd64-default/932084179555/logs/wolfssh-1.5.0.log
Obtained from:  https://github.com/wolfSSL/wolfssh/commit/73b10ad26d51309852e87e74cb4e6d27f2faf33b
DeltaFile
+3-1security/wolfssh/distinfo
+3-0security/wolfssh/Makefile
+6-12 files

FreeBSD/ports 64891fcnet/libngtcp2-wolfssl distinfo Makefile

net/libngtcp2-wolfssl: Update to 1.24.0

Changes:        https://github.com/ngtcp2/ngtcp2/releases
DeltaFile
+3-3net/libngtcp2-wolfssl/distinfo
+1-1net/libngtcp2-wolfssl/Makefile
+4-42 files

FreeBSD/ports 34b305enet/libngtcp2-gnutls distinfo Makefile

net/libngtcp2-gnutls: Update to 1.24.0

Changes:        https://github.com/ngtcp2/ngtcp2/releases
DeltaFile
+3-3net/libngtcp2-gnutls/distinfo
+1-1net/libngtcp2-gnutls/Makefile
+4-42 files

FreeBSD/ports 8a7bcb3net/libngtcp2-boringssl distinfo Makefile

net/libngtcp2-boringssl: Update to 1.24.0

Changes:        https://github.com/ngtcp2/ngtcp2/releases
DeltaFile
+3-3net/libngtcp2-boringssl/distinfo
+1-1net/libngtcp2-boringssl/Makefile
+4-42 files

FreeBSD/ports f903014net/libngtcp2 distinfo Makefile

net/libngtcp2: Update to 1.24.0

Changes:        https://github.com/ngtcp2/ngtcp2/releases
DeltaFile
+3-3net/libngtcp2/distinfo
+1-1net/libngtcp2/Makefile
+1-1net/libngtcp2/pkg-plist
+5-53 files

FreeBSD/ports a350d13misc/usbids distinfo Makefile

misc/usbids: Update to 20260626

Changes:        https://github.com/usbids/usbids/commits/master
DeltaFile
+3-3misc/usbids/distinfo
+2-2misc/usbids/Makefile
+5-52 files

FreeBSD/ports ffe7234misc/pciids distinfo Makefile

misc/pciids: Update to 20260624

Changes:        https://github.com/pciutils/pciids/commits/master
DeltaFile
+3-3misc/pciids/distinfo
+2-2misc/pciids/Makefile
+5-52 files

FreeBSD/ports 07635a3devel/google-styleguide distinfo Makefile

devel/google-styleguide: Update to 20260603

Changes:        https://github.com/google/styleguide/commits/gh-pages
DeltaFile
+3-3devel/google-styleguide/distinfo
+2-2devel/google-styleguide/Makefile
+5-52 files