FreeBSD/ports 264737ddevel/py-pythran Makefile distinfo, devel/py-pythran/files patch-requirements.txt

devel/py-pythran: Update to 0.19.0
DeltaFile
+0-10devel/py-pythran/files/patch-requirements.txt
+3-3devel/py-pythran/distinfo
+1-2devel/py-pythran/Makefile
+4-153 files

FreeBSD/ports b83d0f4devel/py-rich-toolkit Makefile distinfo

devel/py-rich-toolkit: Update to 0.20.3
DeltaFile
+3-3devel/py-rich-toolkit/distinfo
+1-1devel/py-rich-toolkit/Makefile
+4-42 files

FreeBSD/ports 8a32c55devel/py-cloup Makefile distinfo

devel/py-cloup: Update to 3.1.0
DeltaFile
+3-3devel/py-cloup/distinfo
+1-1devel/py-cloup/Makefile
+4-42 files

FreeBSD/ports 5d8ade0devel/py-clldutils Makefile distinfo

devel/py-clldutils: Update to 3.24.4
DeltaFile
+3-3devel/py-clldutils/distinfo
+1-2devel/py-clldutils/Makefile
+4-52 files

FreeBSD/ports 75f1c77devel/py-polyfactory Makefile distinfo

devel/py-polyfactory: Update to 3.3.0
DeltaFile
+3-3devel/py-polyfactory/distinfo
+1-1devel/py-polyfactory/Makefile
+4-42 files

FreeBSD/ports 0621842devel/py-crank distinfo Makefile

devel/py-crank: Update to 0.9.0
DeltaFile
+5-3devel/py-crank/Makefile
+3-3devel/py-crank/distinfo
+8-62 files

FreeBSD/ports 69d6364devel/liblouis Makefile distinfo

devel/liblouis: Update to 3.38.0
DeltaFile
+23-5devel/liblouis/pkg-plist
+3-3devel/liblouis/distinfo
+1-1devel/liblouis/Makefile
+27-93 files

FreeBSD/ports 87129a3devel/isl Makefile distinfo

devel/isl: Update to 0.28
DeltaFile
+8-2devel/isl/pkg-plist
+3-3devel/isl/distinfo
+1-1devel/isl/Makefile
+12-63 files

FreeBSD/ports b1d862adeskutils/py-khal Makefile distinfo

deskutils/py-khal: Update to 0.14.0
DeltaFile
+3-3deskutils/py-khal/distinfo
+1-2deskutils/py-khal/Makefile
+4-52 files

FreeBSD/ports 3c61b70www/pomerium distinfo Makefile

www/pomerium: Fix fetch
DeltaFile
+4-2www/pomerium/Makefile
+1-3www/pomerium/distinfo
+5-52 files

FreeBSD/ports 70726c5emulators/virtualbox-ose-72 distinfo, emulators/virtualbox-ose-72/files patch-src-VBox-Additions-x11-Installer-98vboxadd-xclient

emulators/virtualbox-ose{,-additions,-kmod}-72: Update 7.2.14 => 7.2.16

Changelog:
https://www.virtualbox.org/wiki/Changelog-7.2

Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit 10d4d014d2f35be14b51cff6e4fa18794bd09dfd)
DeltaFile
+0-25emulators/virtualbox-ose-72/files/patch-src-VBox-Additions-x11-Installer-98vboxadd-xclient
+7-7emulators/virtualbox-ose-72/distinfo
+3-3emulators/virtualbox-ose-kmod-72/distinfo
+3-3emulators/virtualbox-ose-additions-72/distinfo
+3-2emulators/virtualbox-ose-additions-72/Makefile
+1-1emulators/virtualbox-ose-kmod-72/Makefile
+17-411 files not shown
+18-427 files

FreeBSD/ports 10d4d01emulators/virtualbox-ose-72 distinfo, emulators/virtualbox-ose-72/files patch-src-VBox-Additions-x11-Installer-98vboxadd-xclient

emulators/virtualbox-ose{,-additions,-kmod}-72: Update 7.2.14 => 7.2.16

Changelog:
https://www.virtualbox.org/wiki/Changelog-7.2

Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+0-25emulators/virtualbox-ose-72/files/patch-src-VBox-Additions-x11-Installer-98vboxadd-xclient
+7-7emulators/virtualbox-ose-72/distinfo
+3-3emulators/virtualbox-ose-kmod-72/distinfo
+3-3emulators/virtualbox-ose-additions-72/distinfo
+3-2emulators/virtualbox-ose-additions-72/Makefile
+1-1emulators/virtualbox-ose-kmod-72/Makefile
+17-411 files not shown
+18-427 files

FreeBSD/ports 6255cb2x11/framework-autorotate Makefile

x11/framework-autorotate: Restrict to amd64 and i386

The daemon talks to the Framework Chrome EC over LPC using
inb/outb from <machine/cpufunc.h>. Those helpers exist only
on x86, so the arm64 package build fails at link.

Reported by:    pkg-fallout
Differential Revision:  https://reviews.freebsd.org/D59056
DeltaFile
+3-0x11/framework-autorotate/Makefile
+3-01 files

FreeBSD/ports 834dd9econverters/p5-LaTeXML Makefile

converters/p5-LaTeXML: Set PORTSCOUT
DeltaFile
+2-0converters/p5-LaTeXML/Makefile
+2-01 files

FreeBSD/ports 84469f0astro/calceph pkg-plist Makefile

astro/calceph: Update to 5.0.0
DeltaFile
+3-3astro/calceph/distinfo
+1-1astro/calceph/pkg-plist
+1-1astro/calceph/Makefile
+5-53 files

FreeBSD/ports f155b5enet-mgmt/monitoring-plugins pkg-plist Makefile

net-mgmt/monitoring-plugins: Add CURL option to build check_curl

Upstream deprecated check_http in 3.0.0 and declared check_curl its
stable replacement, so make the plugin available here as an option.
It is off by default, like every other option in this port that pulls
an external library.

check_curl requires libcurl and uriparser. configure only knows
--with-libcurl and --with-uriparser, so pass those explicitly instead
of relying on autodetection. The submitted patch used a --with-curl
knob that does not exist and was missing the libcurl dependency.

PR:             296901
Submitted by:   franz at electromail.org
Sponsored by:   Netzkommune GmbH
DeltaFile
+8-2net-mgmt/monitoring-plugins/Makefile
+1-0net-mgmt/monitoring-plugins/pkg-plist
+9-22 files

FreeBSD/ports 2632867devel/py-immutabledict Makefile distinfo

devel/py-immutabledict: Update to 4.3.1
DeltaFile
+3-3devel/py-immutabledict/distinfo
+2-2devel/py-immutabledict/Makefile
+5-52 files

FreeBSD/ports e07b20dmath/py-reals Makefile distinfo

math/py-reals: Update to 0.0.6
DeltaFile
+3-3math/py-reals/distinfo
+2-3math/py-reals/Makefile
+5-62 files

FreeBSD/ports 38d0dfasysutils/freebsd-rustdate Makefile.crates distinfo

sysutils/freebsd-rustdate: fix the build on RISCV

Patch the port to use a newer version of libc, allowing it to work on
RISCV systems without COMPAT11.

PR:             296820
Sponsored by:   ConnectWise
Approved by:    fullermd at over-yonder.net (maintainer timeout)
DeltaFile
+3-3sysutils/freebsd-rustdate/distinfo
+1-1sysutils/freebsd-rustdate/Makefile.crates
+4-42 files

FreeBSD/ports 4a73468net/wireproxy Makefile distinfo

net/wireproxy: Update to 1.1.3
DeltaFile
+5-5net/wireproxy/distinfo
+3-4net/wireproxy/Makefile
+8-92 files

FreeBSD/ports 105d666security/seal Makefile distinfo

security/seal: Update to 4.4.3
DeltaFile
+3-3security/seal/distinfo
+2-1security/seal/Makefile
+5-42 files

FreeBSD/ports 8dfe3a0devel/py-magic Makefile distinfo

devel/py-magic: Update to 5.48
DeltaFile
+3-3devel/py-magic/distinfo
+1-1devel/py-magic/Makefile
+4-42 files

FreeBSD/ports c793fd6lang/gleam Makefile Makefile.crates

lang/gleam: update to 1.18.1

- switch to --offline to allow build to work
- https://github.com/gleam-lang/gleam/blob/v1.18.1/CHANGELOG.md
- https://gleam.run/news/a-field-day-for-gleams-language-server/

Sponsored by:     SkunkWerks, GmbH
DeltaFile
+99-83lang/gleam/distinfo
+48-40lang/gleam/Makefile.crates
+5-6lang/gleam/Makefile
+152-1293 files

FreeBSD/ports fd7f94edeskutils/gitte pkg-plist

deskutils/gitte: pet plist

PR:             297585
Reported by:    diizzy
DeltaFile
+5-0deskutils/gitte/pkg-plist
+5-01 files

FreeBSD/ports aa32e3fwww/go-anubis Makefile pkg-plist

www/go-anubis: update to 1.27.0

- https://github.com/TecharoHQ/anubis/releases/tag/v1.27.0

Sponsored by:     SkunkWerks, GmbH

PR:             297077
DeltaFile
+3-3www/go-anubis/distinfo
+1-2www/go-anubis/Makefile
+3-0www/go-anubis/pkg-plist
+7-53 files

FreeBSD/ports 53682bbmath/py-igraph Makefile distinfo

math/py-igraph: Update to 1.0.0
DeltaFile
+3-3math/py-igraph/distinfo
+1-2math/py-igraph/Makefile
+4-52 files

FreeBSD/ports 3e30e89x11-fonts/monaspace distinfo Makefile

x11-fonts/monaspace: Update to 1.400
DeltaFile
+14-7x11-fonts/monaspace/Makefile
+5-3x11-fonts/monaspace/distinfo
+19-102 files

FreeBSD/ports 4932ad5devel/py-pytest-randomly Makefile distinfo

devel/py-pytest-randomly: Update version 4.0.0=>4.0.1

Changelog: https://github.com/pytest-dev/pytest-randomly/releases/tag/4.0.1
DeltaFile
+3-3devel/py-pytest-randomly/distinfo
+1-1devel/py-pytest-randomly/Makefile
+4-42 files

FreeBSD/ports bcca06cdevel/py-pytest-rerunfailures Makefile distinfo

devel/py-pytest-rerunfailures: Update version 16.0=>16.0.1

Changelog: https://github.com/pytest-dev/pytest-rerunfailures/releases/tag/16.0.1
DeltaFile
+3-3devel/py-pytest-rerunfailures/distinfo
+1-1devel/py-pytest-rerunfailures/Makefile
+4-42 files

FreeBSD/ports fe7b987devel/py-jira Makefile distinfo

devel/py-jira: Update version 3.5.0=>3.5.1

Changelog: https://github.com/pycontribs/jira/releases/tag/3.5.1
DeltaFile
+3-3devel/py-jira/distinfo
+1-1devel/py-jira/Makefile
+4-42 files