FreeBSD/ports 23d9d3btextproc/ibus-typing-booster distinfo Makefile

textproc/ibus-typing-booster: upgrade to 2.30.8

Release notes at
        https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.30.8
DeltaFile
+3-3textproc/ibus-typing-booster/distinfo
+1-1textproc/ibus-typing-booster/Makefile
+1-0textproc/ibus-typing-booster/pkg-plist
+5-43 files

FreeBSD/ports dbab30amath/libsemigroups pkg-plist distinfo

math/libsemigroups: upgrade to 3.6.1

Releases notes at https://github.com/libsemigroups/libsemigroups/releases
DeltaFile
+20-0math/libsemigroups/pkg-plist
+3-3math/libsemigroups/distinfo
+1-1math/libsemigroups/Makefile
+24-43 files

FreeBSD/ports 26886c5math/primecount distinfo Makefile

math/primecount: upgrade to v8.5

Release notes at https://github.com/kimwalisch/primecount/releases/tag/v8.5
DeltaFile
+3-3math/primecount/distinfo
+1-1math/primecount/Makefile
+4-42 files

FreeBSD/ports cb01d79graphics/cimg Makefile distinfo, graphics/cimg/files patch-examples__Makefile

graphics/cimg: upgrade to v.3.7.6
DeltaFile
+29-96graphics/cimg/files/patch-examples__Makefile
+4-3graphics/cimg/Makefile
+3-3graphics/cimg/distinfo
+36-1023 files

FreeBSD/ports 793131cdevel/py-guppy3 distinfo Makefile

devel/py-guppy3: upgrade to v3.1.7

Release notes at https://github.com/zhuyifei1999/guppy3/releases/tag/v3.1.7
DeltaFile
+3-3devel/py-guppy3/distinfo
+1-1devel/py-guppy3/Makefile
+4-42 files

FreeBSD/ports fb166e2math/libhomfly distinfo Makefile

math/libhomfly: upgrade to 1.04

Release notes at https://github.com/miguelmarco/libhomfly/releases
DeltaFile
+3-3math/libhomfly/distinfo
+1-1math/libhomfly/Makefile
+4-42 files

FreeBSD/ports 910e3betextproc/py-wordcloud Makefile distinfo, textproc/py-wordcloud/files patch-pyproject.toml

textproc/py-wordcloud: upgrade to 1.9.6

Releases notes at https://github.com/amueller/word_cloud/releases
DeltaFile
+11-0textproc/py-wordcloud/files/patch-pyproject.toml
+3-4textproc/py-wordcloud/Makefile
+3-3textproc/py-wordcloud/distinfo
+17-73 files

FreeBSD/ports e720799deskutils/pinot Makefile distinfo

deskutils/pinot: upgrade to v1.24

Release notes at https://github.com/FabriceColin/pinot/releases/tag/1.24
DeltaFile
+3-4deskutils/pinot/Makefile
+3-3deskutils/pinot/distinfo
+6-72 files

FreeBSD/ports 916b164misc/codex distinfo Makefile

misc/codex: Update to 0.131.0

Changelog: https://github.com/openai/codex/releases/tag/rust-v0.131.0

Reported by:    GitHub (watch releases)
DeltaFile
+5-5misc/codex/distinfo
+4-1misc/codex/Makefile
+1-1misc/codex/Makefile.crates
+10-73 files

FreeBSD/ports cbec5c7databases/libgda5-jdbc Makefile, databases/libgda5-ldap Makefile

databases/libgda5*: adjust PORTREVISION on slave ports after master's is not hardcoded anymore

(cherry picked from commit 8590543a44220c66ec6a27bc5420a8327a528ac1)
DeltaFile
+1-1databases/libgda5-ldap/Makefile
+1-1databases/libgda5-jdbc/Makefile
+1-1databases/libgda5-mysql/Makefile
+1-1databases/libgda5-postgresql/Makefile
+1-1databases/libgda5-ui/Makefile
+5-55 files

FreeBSD/ports 80a13ecdatabases/libgda5/files patch-providers_mysql_gda-mysql-provider.c patch-libgda-ui_gdaui-raw-grid.c

databases/libgda5*: multiple fixes (+)

fix build with MySQL 8.4+
fix libgda-xlst API change
fix error with redefine bool

Obtaned from:   Gentoo

(cherry picked from commit 7616a31774e1b1bb960558c0460d53217f6dc1e2)
DeltaFile
+101-0databases/libgda5/files/patch-providers_mysql_gda-mysql-provider.c
+47-0databases/libgda5/files/patch-libgda-ui_gdaui-raw-grid.c
+37-0databases/libgda5/files/patch-tools_browser_canvas_browser-canvas-text.c
+33-0databases/libgda5/files/patch-providers_mysql_gda-mysql-recordset.c
+20-0databases/libgda5/files/patch-tools_browser_browser-virtual-connection.c
+17-0databases/libgda5/files/patch-libgda_sql-parser_lemon.c
+255-013 files not shown
+389-319 files

FreeBSD/ports aff59e9textproc Makefile, textproc/markless distinfo Makefile.crates

textproc/markless: New port: Terminal markdown viewer and editor

Markless is a terminal markdown viewer and editor with image support.
It focuses on fast navigation and clear rendering for lengthy
documents.

Features include:
- Markdown rendering with syntax highlighting
- Image support in terminal
- Mermaid diagram rendering
- LaTeX math rendering via Typst
- CSV table rendering
- File watching for live updates

WWW: https://github.com/jvanderberg/markless
DeltaFile
+1,183-0textproc/markless/distinfo
+590-0textproc/markless/Makefile.crates
+20-0textproc/markless/Makefile
+10-0textproc/markless/pkg-descr
+1-0textproc/Makefile
+1,804-05 files

FreeBSD/ports 6c60835lang/micropython Makefile distinfo, lang/micropython/files patch-ports_unix_mpthreadport.c patch-mpy-cross_Makefile

lang/micropython: upgrade to 1.28.0

 - Add mbedtls and micropython-lib submodules via GH_TUPLE
 - Use POSIX semaphores for mp_thread_mutex_t to fix cross-thread unlock
   on FreeBSD (PTHREAD_MUTEX_ERRORCHECK rejects non-owner unlock with EPERM)
 - Remove -Werror from mpy-cross and unix port Makefiles
 - Fix select_poll_fd test: FreeBSD poll(2) checks kern.maxfilesperproc
   (not RLIMIT_NOFILE), so print SKIP instead of assert False when 6000
   fds do not trigger EINVAL
 - Update ffi test patches for FreeBSD libc.so.7
 - Compile ffi_lib.so in pre-test for ffi_int_* tests
DeltaFile
+69-0lang/micropython/files/patch-ports_unix_mpthreadport.c
+27-4lang/micropython/files/patch-mpy-cross_Makefile
+16-5lang/micropython/Makefile
+18-0lang/micropython/files/patch-ports_unix_mpthreadport.h
+16-0lang/micropython/files/patch-tests_extmod_select__poll__fd.py
+9-5lang/micropython/distinfo
+155-146 files not shown
+193-4312 files

FreeBSD/ports 445e225graphics/R-cran-pdftools distinfo Makefile

graphics/R-cran-pdftools: Update to 3.9.0

Changelog: https://cran.r-project.org/web/packages/pdftools/NEWS
DeltaFile
+3-3graphics/R-cran-pdftools/distinfo
+1-2graphics/R-cran-pdftools/Makefile
+4-52 files

FreeBSD/ports 6235c1fsysutils/bmd distinfo Makefile

sysutils/bmd: update to 3.6.

PR:             295399
DeltaFile
+3-3sysutils/bmd/distinfo
+1-1sysutils/bmd/Makefile
+4-42 files

FreeBSD/ports 1b8d3absysutils/bmd-plugin-avahi Makefile distinfo

sysutils/bmd-plugin-avahi: update to 3.1.

PR:             295400
DeltaFile
+3-4sysutils/bmd-plugin-avahi/Makefile
+3-3sysutils/bmd-plugin-avahi/distinfo
+6-72 files

FreeBSD/ports e20b84csysutils/bmd-plugin-hookcmd distinfo Makefile

sysutils/bmd-plugin-hookcmd: update to 3.1.

PR:             295401
DeltaFile
+3-3sysutils/bmd-plugin-hookcmd/distinfo
+1-2sysutils/bmd-plugin-hookcmd/Makefile
+4-52 files

FreeBSD/ports dd684c7net-im/fractal distinfo Makefile.crates

net-im/fractal: update quote crate

Missed in c8ac8f365068adc601a4c7bd3734330c089c4252

PR: 290734
DeltaFile
+3-3net-im/fractal/distinfo
+1-1net-im/fractal/Makefile.crates
+4-42 files

FreeBSD/ports 8ce735cdevel/py-uv-build distinfo Makefile

devel/py-uv-build: update 0.11.14 → 0.11.15
DeltaFile
+3-3devel/py-uv-build/distinfo
+1-1devel/py-uv-build/Makefile
+4-42 files

FreeBSD/ports 5597922devel/py-uv distinfo Makefile, devel/py-uv/files patch-pyproject.toml

devel/{,py-}uv: update 0.11.14 → 0.11.15
DeltaFile
+71-117devel/uv/distinfo
+34-57devel/uv/Makefile.crates
+20-9devel/py-uv/files/patch-pyproject.toml
+3-3devel/py-uv/distinfo
+1-1devel/py-uv/Makefile
+1-1devel/uv/Makefile
+130-1886 files

FreeBSD/ports 79695aemisc/py-csvw distinfo Makefile

misc/py-csvw: update 3.7.0 → 4.0.0
DeltaFile
+3-3misc/py-csvw/distinfo
+1-1misc/py-csvw/Makefile
+4-42 files

FreeBSD/ports 93a15eamath/labplot Makefile, math/libcerf pkg-plist distinfo

math/libcerf: update 2.4 → 3.3
DeltaFile
+5-2math/libcerf/pkg-plist
+3-3math/libcerf/distinfo
+3-1math/libcerf/Makefile
+1-1math/labplot/Makefile
+12-74 files

FreeBSD/ports 3d876a4devel/stgit distinfo Makefile

devel/stgit: update 2.5.5 → 2.6.0
DeltaFile
+311-293devel/stgit/distinfo
+155-147devel/stgit/Makefile
+466-4402 files

FreeBSD/ports 6f62a1bmisc/lean-ctx distinfo Makefile

misc/lean-ctx: update 3.6.6 → 3.6.8
DeltaFile
+3-3misc/lean-ctx/distinfo
+1-1misc/lean-ctx/Makefile
+4-42 files

FreeBSD/ports 1b6d3b7shells/agsh distinfo Makefile

shells/agsh: update 0.22.1 → 0.23.1
DeltaFile
+3-3shells/agsh/distinfo
+1-1shells/agsh/Makefile
+4-42 files

FreeBSD/ports 1debdbagraphics/R-cran-R.devices distinfo Makefile

graphics/R-cran-R.devices: Update to 2.17.4

Changelog: https://cran.r-project.org/web/packages/R.devices/news/news.html
DeltaFile
+3-3graphics/R-cran-R.devices/distinfo
+1-1graphics/R-cran-R.devices/Makefile
+4-42 files

FreeBSD/ports 00766b4devel/wasmer distinfo Makefile.crates

devel/wasmer: Update to 7.1.0

Changelog: https://github.com/wasmerio/wasmer/blob/main/CHANGELOG.md#710---27032026

PR:             295026
Reported by:    Krešimir Jozić <kjozic at gmail.com> (maintainer)
DeltaFile
+461-403devel/wasmer/distinfo
+229-200devel/wasmer/Makefile.crates
+5-6devel/wasmer/Makefile
+695-6093 files

FreeBSD/ports 111447blang/bun Makefile distinfo, lang/bun/files package-lock.json package-lock-node-fallbacks.json

lang/bun: Fix fetch by adding package-lock*.json files to freeze dependencies
DeltaFile
+2,217-0lang/bun/files/package-lock.json
+2,028-0lang/bun/files/package-lock-node-fallbacks.json
+26-0lang/bun/files/package-lock-bun-error.json
+18-4lang/bun/Makefile
+3-3lang/bun/distinfo
+4,292-75 files

FreeBSD/ports 47e86dcnet/mvfst distinfo Makefile

net/mvfst: update 2026.05.11.00 → 2026.05.18.00
DeltaFile
+3-3net/mvfst/distinfo
+1-1net/mvfst/Makefile
+1-0net/mvfst/pkg-plist
+5-43 files

FreeBSD/ports 040bac7devel/fatal distinfo Makefile

devel/fatal: update 2026.05.11.00 → 2026.05.18.00
DeltaFile
+3-3devel/fatal/distinfo
+1-1devel/fatal/Makefile
+4-42 files