FreeBSD/ports a5ca9cex11/babl Makefile

x11/babl: fix typo

Fixes 90274e2e7fe3396652e923dab00a1afece22e390
DeltaFile
+1-1x11/babl/Makefile
+1-11 files

FreeBSD/ports 90274e2x11/babl distinfo Makefile

x11/babl: update to 0.1.128 release (+)

Use meson helpers while here

Changelog:      https://gitlab.gnome.org/GNOME/babl/-/blob/BABL_0_1_128/NEWS?ref_type=tags#L7-9
DeltaFile
+13-16x11/babl/Makefile
+3-3x11/babl/distinfo
+16-192 files

FreeBSD/ports cec4d3agraphics/gegl distinfo Makefile, graphics/gegl/files patch-libs_ctx_libgegl__ctx_ctx.h

graphics/gegl: update to 0.4.72 release (+)

Use meson helpers while here

Changelog:      https://gitlab.gnome.org/GNOME/gegl/-/blob/GEGL_0_4_72/docs/NEWS.adoc?ref_type=tags#user-content-gegl-0-4-72-2026-09-07
DeltaFile
+22-15graphics/gegl/pkg-plist
+13-11graphics/gegl/Makefile
+11-0graphics/gegl/files/patch-libs_ctx_libgegl__ctx_ctx.h
+3-3graphics/gegl/distinfo
+49-294 files

FreeBSD/ports 42bb80fgraphics/gimp3-app distinfo pkg-plist

graphics/gimp3-app: update to 3.2.6 release (+)

Release notes:  https://www.gimp.org/news/2026/09/10/gimp-3-2-6-released/
DeltaFile
+9-11graphics/gimp3-app/Makefile
+5-5graphics/gimp3-app/pkg-plist
+3-3graphics/gimp3-app/distinfo
+17-193 files

FreeBSD/ports 421acd8devel/mongo-cxx-driver Makefile distinfo

devel/mongo-cxx-driver: Update to 4.5.3

Bug fix release
Changes: https://github.com/mongodb/mongo-cxx-driver/releases

Reported by:    Repology
DeltaFile
+3-3devel/mongo-cxx-driver/distinfo
+1-1devel/mongo-cxx-driver/Makefile
+4-42 files

FreeBSD/ports b2b3d30devel/py-asttokens Makefile distinfo

devel/py-asttokens: Update to 3.0.2

Changelog:      https://github.com/gristlabs/asttokens/releases/tag/v3.0.2
DeltaFile
+3-3devel/py-asttokens/distinfo
+1-2devel/py-asttokens/Makefile
+4-52 files

FreeBSD/ports 1039b41misc/pastebinit Makefile distinfo

misc/pastebinit: update 1.7.1 → 1.8.0
DeltaFile
+3-3misc/pastebinit/distinfo
+1-1misc/pastebinit/Makefile
+4-42 files

FreeBSD/ports 33c32bbdevel/py-time-machine Makefile distinfo

devel/py-time-machine: Update to 3.5.1

Reported by:    portscout!
DeltaFile
+3-3devel/py-time-machine/distinfo
+1-1devel/py-time-machine/Makefile
+4-42 files

FreeBSD/ports e3dc67fmultimedia/mpv-mpris distinfo Makefile

multimedia/mpv-mpris: Update to 1.2

- Pet portclippy
- Take maintainership
- Update list of dependencies

ChangeLog:

1. https://github.com/hoyon/mpv-mpris/releases/tag/1.2
DeltaFile
+5-4multimedia/mpv-mpris/Makefile
+3-3multimedia/mpv-mpris/distinfo
+8-72 files

FreeBSD/ports e690018net/rustconn Makefile Makefile.crates

net/rustconn: Update to 0.21.10

ChangeLog:

1. https://github.com/totoshko88/RustConn/releases/tag/v0.21.10

Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+557-557net/rustconn/distinfo
+5-5net/rustconn/Makefile.crates
+1-1net/rustconn/Makefile
+563-5633 files

FreeBSD/ports 63868a1math/add Makefile distinfo

math/add: Update to 20260909

ChangeLog:      https://invisible-island.net/add/CHANGES.html#index-t20260909
MFH:            2026Q3
(cherry picked from commit a591a2b1f4871832d771835e51b14b5c0a456098)
DeltaFile
+3-3math/add/distinfo
+1-1math/add/Makefile
+4-42 files

FreeBSD/ports 37bd006math/octave-forge-pkg-octave-doc Makefile distinfo

math/octave-forge-pkg-octave-doc: Update to 0.8.3.
DeltaFile
+3-3math/octave-forge-pkg-octave-doc/distinfo
+1-1math/octave-forge-pkg-octave-doc/Makefile
+4-42 files

FreeBSD/ports 3730290Mk/Uses npm.mk

Mk/Uses/npm.mk: Add new variable NPM_PREFETCH_ARCHS

A node modules archive created by the prefetch function may vary
depending on the architecture, especially if the archive contains
architecture-specific node modules.

This variable can be used to indicate which architectures the node
modules archives are prepared for.

If you prepared the archives for amd64 and aarch64 architecutres,
specify:
NPM_PREFETCH_ARCHS= aarch64 amd64

(cherry picked from commit 0b23ce8d9eea396f867085461ad8761c80da7173)
DeltaFile
+27-2Mk/Uses/npm.mk
+27-21 files

FreeBSD/ports 48f1d60Mk/Uses npm.mk

Mk/Uses/npm.mk: Always use X' for denoting BLOB data type

SQLite's .dump always uses X' (capital X) for BLOB. So it's better we
use X' in the code for securing reproducibility of node modules
tarball created by pnpm.

Also, conversion from x' to X' in output dump file in case x' is
accidentally mixed in.

Reported by:    pkg-fallout

(cherry picked from commit f3216dad74a016485bfcf09c6acbc830129cdf86)
DeltaFile
+2-2Mk/Uses/npm.mk
+2-21 files

FreeBSD/ports 58dd07bMk/Uses npm.mk

Mk/Uses/npm.mk: Quote TMPDIR and WRKDIR in shell comparisons

When TMPDIR is unset, the generated shell command becomes:
    if [ != ${WRKDIR} ]; then
and /bin/sh reports:
    [: !=: unexpected operator

Quoting both variables fixes the issue.

PR:             297181
Reported by:    Shin-ichi Nagamura <core at zsc.jp>

(cherry picked from commit cbeb1be34ba3107114345e52c6b57adc2ec34060)
DeltaFile
+2-2Mk/Uses/npm.mk
+2-21 files

FreeBSD/ports 3e26142Mk/Uses npm.mk

Mk/Uses/npm.mk: Fix typo (!defied -> !defined)

PR:             297455
Reported by:    Bryan Everly <bryan at theeverlys.com>

(cherry picked from commit df0c9b0dabc8975edfa75747711d5709bd6ea92b)
DeltaFile
+1-1Mk/Uses/npm.mk
+1-11 files

FreeBSD/ports a3e5136Mk/Uses npm.mk

Mk/Uses/npm.mk: Copy pnpm-workspace.yaml from PKGJSONSDIR to WRKSRC when it exists

(cherry picked from commit b700ef8ce3d6fb688dc59a428f6cd4edeb961c2f)
DeltaFile
+10-0Mk/Uses/npm.mk
+10-01 files

FreeBSD/ports f1ec3eeMk/Uses npm.mk

Mk/Uses/npm.mk: Unbreak make index

In the previous commit, NPM_VER_MAJOR and NPM_VER_MINOR are left
undefined when NPM_VER is manually specified. This change corrects the
error.

Reported by:    Xavier Humbert <xavier at groumpf.org> (via ports),
                antoine (via ports-committers)
Fixes:          dad28f35db5a (Mk/Uses/npm.mk: Correct NPM version comparison)

(cherry picked from commit ed58cdeda4a8c595ead11be29c8548b2153d6d47)
DeltaFile
+3-2Mk/Uses/npm.mk
+3-21 files

FreeBSD/ports 862270fMk/Uses npm.mk

Mk/Uses/npm.mk: Remove temp directory in pnpm store before making archive

Leaving the directory in place may cause the node modules archive to
be unreproducible.

(cherry picked from commit 89e5e41d60c17231cadec381931ae4f095e1752a)
DeltaFile
+4-3Mk/Uses/npm.mk
+4-31 files

FreeBSD/ports 8ffb09fMk/Uses npm.mk

Mk/Uses/npm.mk: Correct NPM version comparison

Assuming NPM version follows the semantic versioning, NPM_VER:R was
used to obtain the major and the minor version of NPM. However, when
the minor version is equal or greater than 10, the comparison
NPM:R >= 11.3 does not make sense. This change corrects version
comparison using major and minor combination.

(cherry picked from commit dad28f35db5afc535469fdffc9b6042e5dc25871)
DeltaFile
+10-5Mk/Uses/npm.mk
+10-51 files

FreeBSD/ports c1c5380math/R-cran-xts Makefile distinfo

math/R-cran-xts: Update to 0.14.3

ChangeLog: https://cran.r-project.org/web/packages/xts/news/news.html
DeltaFile
+3-3math/R-cran-xts/distinfo
+1-1math/R-cran-xts/Makefile
+4-42 files

FreeBSD/ports a591a2bmath/add Makefile distinfo

math/add: Update to 20260909

ChangeLog:      https://invisible-island.net/add/CHANGES.html#index-t20260909
MFH:            2026Q3
DeltaFile
+3-3math/add/distinfo
+1-1math/add/Makefile
+4-42 files

FreeBSD/ports 9f57b22devel/R-cran-testit Makefile distinfo

devel/R-cran-testit: Update to 1.1.2

ChangeLog: https://github.com/yihui/testit/releases/tag/v1.1.2
DeltaFile
+3-3devel/R-cran-testit/distinfo
+1-1devel/R-cran-testit/Makefile
+4-42 files

FreeBSD/ports 388768deditors/amp Makefile Makefile.crates

editors/amp: Update to 0.7.1-69

- Remove deprecated devel/oniguruma dependency; upstream changed it to
  fancy-regex on commit 77c2cc7

ChangeLog: https://github.com/jmacdonald/amp/compare/0.7.1...0.7.1-69-gdf97a3c
DeltaFile
+183-79editors/amp/distinfo
+92-40editors/amp/Makefile.crates
+4-5editors/amp/Makefile
+279-1243 files

FreeBSD/ports 5f14316math/R-cran-terra Makefile distinfo

math/R-cran-terra: Update to 1.9-50

ChangeLog: https://cran.r-project.org/web/packages/terra/news/news.html
DeltaFile
+3-3math/R-cran-terra/distinfo
+1-1math/R-cran-terra/Makefile
+4-42 files

FreeBSD/ports 79e8d00math/R-cran-RcppArmadillo Makefile distinfo

math/R-cran-RcppArmadillo: Update to 15.6.0-1

ChangeLog: https://cran.r-project.org/web/packages/RcppArmadillo/news.html
DeltaFile
+3-3math/R-cran-RcppArmadillo/distinfo
+1-1math/R-cran-RcppArmadillo/Makefile
+4-42 files

FreeBSD/ports cc5e25emath/octave-forge-datatypes Makefile distinfo

math/octave-forge-datatypes: Update to 1.4.0.
DeltaFile
+3-3math/octave-forge-datatypes/distinfo
+1-1math/octave-forge-datatypes/Makefile
+4-42 files

FreeBSD/ports 0a99930devel/electron44 distinfo Makefile, devel/electron44/files patch-sandbox_policy_openbsd_sandbox__openbsd.cc patch-chrome_browser_about__flags.cc

devel/electron44: Add port: Build cross-platform desktop apps with JavaScript, HTML, and CSS

Build cross platform desktop apps with JavaScript, HTML, and CSS.

It's easier than you think.

If you can build a website, you can build a desktop app. Electron is a
framework for creating native applications with web technologies like
JavaScript, HTML, and CSS. It takes care of the hard parts so you can
focus on the core of your application.

WWW: https://electronjs.org/
DeltaFile
+11,242-0devel/electron44/files/packagejsons/yarn.lock
+942-0devel/electron44/files/packagejsons/.yarn/releases/yarn-4.12.0.cjs
+509-0devel/electron44/files/patch-chrome_browser_about__flags.cc
+491-0devel/electron44/Makefile
+448-0devel/electron44/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc
+437-0devel/electron44/distinfo
+14,069-01,808 files not shown
+60,664-11,814 files

FreeBSD/ports 0662f2fdevel/electron41 Makefile

devel/electron41: Deprecate and set to expire on 2026-10-31
DeltaFile
+4-1devel/electron41/Makefile
+4-11 files

FreeBSD/ports 2735185www/firefox Makefile distinfo, www/firefox/files patch-build_gn__processor.py patch-third__party_angle_angle__program__version__id__gn_moz.build

www/firefox: update to 156.0 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/156.0/releasenotes/

(cherry picked from commit fe9b504c67fb9aca4f8ebbdc5152bd02620fded9)
DeltaFile
+1,257-1,803www/firefox/files/patch-libwebrtc-generated
+64-46www/firefox/files/patch-third__party_libwebrtc_build_config_BUILDCONFIG.gn
+10-20www/firefox/files/patch-third__party_angle_angle__program__version__id__gn_moz.build
+9-9www/firefox/files/patch-build_gn__processor.py
+3-3www/firefox/distinfo
+2-2www/firefox/Makefile
+1,345-1,8836 files