FreeBSD/ports 86d1d6dwww/mediawiki145 distinfo Makefile

www/mediawiki145: Update to 1.45.3

(cherry picked from commit 4cb2a22ffac3fde5f4f7b9f9701e53876c51f083)
DeltaFile
+3-3www/mediawiki145/distinfo
+1-2www/mediawiki145/Makefile
+4-52 files

FreeBSD/ports 7f5a4e0www/mediawiki144 distinfo Makefile

www/mediawiki144: Update to 1.44.5

(cherry picked from commit 2669309a0cb60541288bfb53cf214e1ce22fe368)
DeltaFile
+3-3www/mediawiki144/distinfo
+1-2www/mediawiki144/Makefile
+4-52 files

FreeBSD/ports 405445cwww/mediawiki143 distinfo Makefile

www/mediawiki143: Update to 1.43.8

(cherry picked from commit 0b728f08e6af7f8e1bb0a3d7c696f9dabd5650a4)
DeltaFile
+3-3www/mediawiki143/distinfo
+1-2www/mediawiki143/Makefile
+4-52 files

FreeBSD/ports 95c16b1net-mgmt/nsd_exporter Makefile, net-mgmt/nsd_exporter/files patch-nsd__exporter.go patch-vendor_github.com_optix2000_go-nsdctl_nsdctl.go

net-mgmt/nsd_exporter: Bug fixes, bump PORTREVISION

- Add option to support skipping TLS verification (the certificate nsd
  generates lacks sAN)
- Fix auto-configuration of nsd logic
DeltaFile
+39-0net-mgmt/nsd_exporter/files/patch-nsd__exporter.go
+24-0net-mgmt/nsd_exporter/files/patch-vendor_github.com_optix2000_go-nsdctl_nsdctl.go
+1-1net-mgmt/nsd_exporter/Makefile
+64-13 files

FreeBSD/ports f074450devel/glab distinfo pkg-plist

devel/glab: update to 1.91.0

Changes:        https://gitlab.com/gitlab-org/cli/-/releases/v1.91.0
DeltaFile
+5-5devel/glab/distinfo
+6-0devel/glab/pkg-plist
+2-2devel/glab/Makefile
+13-73 files

FreeBSD/ports fb236e2devel/py-pygit2 distinfo Makefile

devel/py-pygit2: update to 1.19.2

Changes:        https://github.com/libgit2/pygit2/blob/master/CHANGELOG.md
DeltaFile
+3-3devel/py-pygit2/distinfo
+1-1devel/py-pygit2/Makefile
+4-42 files

FreeBSD/ports d347e86editors/gedit pkg-plist Makefile

editors/gedit: update to 50.0

Update to 50.0

  News in 50.0, 2026-03-27
  ------------------------
  * Documentation improvements.
  * Translation updates.

Cleanup Makefile

Pet portclippy (truckman)

PR:             294211
DeltaFile
+35-0editors/gedit/pkg-plist
+6-10editors/gedit/Makefile
+3-3editors/gedit/distinfo
+44-133 files

FreeBSD/ports 2b83a80editors/enter-tex Makefile, x11-toolkits/tepl6 Makefile

*/*: bump PORTREVISION

Bump PORTREVISION for consumers of x11-toolkits/amtk,
x11-toolkits/libgedit-gtksourceview, and filesystems/libgedit-gfls.
DeltaFile
+1-0editors/enter-tex/Makefile
+1-0x11-toolkits/tepl6/Makefile
+2-02 files

FreeBSD/ports c8d1e5beditors/gedit-plugins Makefile distinfo

editors/gedit-plugins: update to 50.0

Update to 50.0

  News in 50.0, 2026-03-27
  ------------------------
  * Translation updates.

Cleanup Makefile

Pet portclippy (truckman)

PR:             294212
DeltaFile
+4-8editors/gedit-plugins/Makefile
+3-3editors/gedit-plugins/distinfo
+5-0editors/gedit-plugins/pkg-plist
+12-113 files

FreeBSD/ports dd5778cx11-toolkits/amtk pkg-plist Makefile

x11-toolkits/amtk: update to  5.10.0

Update to 5.10.0

  News in 5.10.0, 2026-03-27
  --------------------------
  * Change the definition of Amtk to "The Good Morning Toolkit".
    libgedit-amtk contains extra features for GTK 3, not only limited to the
    "Actions, Menus and Toolbars Kit".
  * Add AmtkTreeViewScrolledWindowSizing, an improved version imported from
    libgedit-gtksourceview.

Adjust pkg-descr and COMMENT according to upstream new definition

Pet portclippy and add USE_LDCONFIG to pacify portlint (truckman)

PR:             294208
DeltaFile
+16-12x11-toolkits/amtk/pkg-plist
+4-4x11-toolkits/amtk/Makefile
+4-3x11-toolkits/amtk/pkg-descr
+3-3x11-toolkits/amtk/distinfo
+27-224 files

FreeBSD/ports 297efa7x11-toolkits/libgedit-gtksourceview Makefile distinfo

x11-toolkits/libgedit-gtksourceview: update to 299.7.0

Update to 299.7.0

  News in 299.7.0, 2026-03-27
  ---------------------------
  Completion framework:
  * Cherry-pick a few commits from GtkSourceView 4 to no longer use deprecated API
    and use gdk_window_move_to_rect().
  * Move GtkSourceCompletionContainer to libgedit-amtk as
    AmtkTreeViewScrolledWindowSizing.
  * Some code refactorings.
  File loading and saving:
  * Move some code to libgedit-gfls and depend on it:
    - GtkSourceIconv -> GflsIconv
    - GtkSourceInputStream -> GflsInputStream
    - Use gfls_encoding_try_convert()
  Syntax highlightging:
  * Improvements to the syntax highlighting of: markdown and yaml.

    [10 lines not shown]
DeltaFile
+6-4x11-toolkits/libgedit-gtksourceview/Makefile
+3-3x11-toolkits/libgedit-gtksourceview/distinfo
+1-3x11-toolkits/libgedit-gtksourceview/pkg-plist
+10-103 files

FreeBSD/ports 8d1a0c4filesystems/libgedit-gfls pkg-plist distinfo

filesystems/libgedit-gfls: update to 0.4.0

Update to 0.4.0

  News in 0.4.0, 2026-03-27
  -------------------------
  - New features: GflsBytesRegion, GflsBytesRegionBuilder and GflsEncodingConvert.
  - New features imported from libgedit-gtksourceview: GflsIconv.
  - GflsInputStream: import improved version from libgedit-gtksourceview.
  - Translation updates.

Pet portclippy and add USE_LDCONFIG to pacify portlint (truckman)

PR:             294209
DeltaFile
+9-0filesystems/libgedit-gfls/pkg-plist
+3-3filesystems/libgedit-gfls/distinfo
+3-3filesystems/libgedit-gfls/Makefile
+15-63 files

FreeBSD/ports 0d58166math/py-numpy Makefile, math/py-numpy1 Makefile

math/py-numpy*: unbreak the ports tree
DeltaFile
+1-1math/py-numpy1/Makefile
+1-1math/py-numpy/Makefile
+2-22 files

FreeBSD/ports fe2425ddevel/py-ty distinfo Makefile.crates, devel/py-ty/files patch-ruff_crates_ty_Cargo.toml

devel/py-ty: Update to 0.0.28

Changelog: https://github.com/astral-sh/ty/blob/0.0.28/CHANGELOG.md

Reported by:    portscout
DeltaFile
+59-79devel/py-ty/distinfo
+28-38devel/py-ty/Makefile.crates
+1-1devel/py-ty/files/patch-ruff_crates_ty_Cargo.toml
+1-1devel/py-ty/Makefile
+89-1194 files

FreeBSD/ports 28081efmath/py-numpy1/files patch-numpy_tests_test__configtool.py patch-numpy___configtool.py

math/py-numpy1: backport configtool/pkg-config file from numpy 2

Traditionally the way to query for the numpy C API has been through
distutils/setuptools, but the use of setuptools beyond a PEP-517
build backend is increasingly discouraged. numpy 2 introduced
numpy-config and a pkg-config file to allow consumer build systems
to better support the use of numpy as a dependency.

Based on: https://github.com/numpy/numpy/commit/2634f803313f349170c09606d3cc619accd72247

Reported by: fluffy
PR: 281470
DeltaFile
+44-0math/py-numpy1/files/patch-numpy_tests_test__configtool.py
+42-0math/py-numpy1/files/patch-numpy___configtool.py
+35-0math/py-numpy1/files/patch-numpy_lib_utils.py
+26-0math/py-numpy1/files/patch-numpy_core_meson.build
+21-0math/py-numpy1/files/patch-pyproject.toml
+10-0math/py-numpy1/files/patch-numpy_meson.build
+178-02 files not shown
+189-08 files

FreeBSD/ports 4cb2a22www/mediawiki145 distinfo Makefile

www/mediawiki145: Update to 1.45.3
DeltaFile
+3-3www/mediawiki145/distinfo
+1-2www/mediawiki145/Makefile
+4-52 files

FreeBSD/ports 2669309www/mediawiki144 distinfo Makefile

www/mediawiki144: Update to 1.44.5
DeltaFile
+3-3www/mediawiki144/distinfo
+1-2www/mediawiki144/Makefile
+4-52 files

FreeBSD/ports 395d3f4finance/prestashop distinfo Makefile

finance/prestashop: Update to 8.2.5
DeltaFile
+3-3finance/prestashop/distinfo
+1-1finance/prestashop/Makefile
+4-42 files

FreeBSD/ports 0b728f0www/mediawiki143 distinfo Makefile

www/mediawiki143: Update to 1.43.8
DeltaFile
+3-3www/mediawiki143/distinfo
+1-2www/mediawiki143/Makefile
+4-52 files

FreeBSD/ports eaba0cddeskutils/podman-desktop Makefile, x11/waveterm Makefile

*/*: Bump port revision after electron40 update (9d2128fe0383)
DeltaFile
+1-1deskutils/podman-desktop/Makefile
+1-0x11/waveterm/Makefile
+2-12 files

FreeBSD/ports 9d2128fdevel/electron40 distinfo, devel/electron40/files patch-electron_shell_browser_api_electron__api__base__window.cc patch-electron_spec_chromium-spec.ts

devel/electron40: Update to 40.8.5

Changelog:
- https://github.com/electron/electron/releases/tag/v40.8.4
- https://github.com/electron/electron/releases/tag/v40.8.5

Reported by:    GitHub (watch releases)
DeltaFile
+5-5devel/electron40/distinfo
+4-4devel/electron40/files/patch-electron_shell_browser_api_electron__api__base__window.cc
+3-3devel/electron40/files/patch-electron_spec_chromium-spec.ts
+3-3devel/electron40/files/patch-electron_spec_api-utility-process-spec.ts
+2-2devel/electron40/files/patch-electron_shell_browser_api_electron__api__base__window.h
+2-2devel/electron40/files/patch-electron_spec_api-browser-window-spec.ts
+19-193 files not shown
+26-219 files

FreeBSD/ports 78db3aewww/bluefish distinfo Makefile

www/bluefish: Update to 2.4.1

ChangeLog:
https://sourceforge.net/p/bluefish/code/HEAD/tree/trunk/bluefish/ChangeLog

MFH:    2026Q2 (maintenance release)
(cherry picked from commit 9f7f5c2cfd4c3371ed14d3a1a80f812c7a49622b)
DeltaFile
+3-3www/bluefish/distinfo
+1-1www/bluefish/Makefile
+4-42 files

FreeBSD/ports ef9180ascience/py-scipy Makefile distinfo, science/py-scipy/files patch-scipy_sparse_tests_test__base.py patch-cython

science/py-scipy: update to 1.17.1

Changelogs:
- https://docs.scipy.org/doc/scipy/release/1.17.0-notes.html (minor versions no longer offered)
- https://docs.scipy.org/doc/scipy/release/1.16.3-notes.html
- https://docs.scipy.org/doc/scipy/release/1.16.2-notes.html
- https://docs.scipy.org/doc/scipy/release/1.16.1-notes.html
- https://docs.scipy.org/doc/scipy/release/1.16.0-notes.html
- https://docs.scipy.org/doc/scipy/release/1.15.3-notes.html
- https://docs.scipy.org/doc/scipy/release/1.15.2-notes.html
- https://docs.scipy.org/doc/scipy/release/1.15.1-notes.html
- https://docs.scipy.org/doc/scipy/release/1.15.0-notes.html
- https://docs.scipy.org/doc/scipy/release/1.14.1-notes.html
- https://docs.scipy.org/doc/scipy/release/1.14.0-notes.html
- https://docs.scipy.org/doc/scipy/release/1.13.1-notes.html
- https://docs.scipy.org/doc/scipy/release/1.13.0-notes.html
- https://docs.scipy.org/doc/scipy/release/1.12.0-notes.html
- https://docs.scipy.org/doc/scipy/release/1.11.4-notes.html
- https://docs.scipy.org/doc/scipy/release/1.11.3-notes.html

    [9 lines not shown]
DeltaFile
+53-33science/py-scipy/Makefile
+0-35science/py-scipy/files/patch-scipy_sparse_tests_test__base.py
+0-32science/py-scipy/files/patch-cython
+5-7science/py-scipy/distinfo
+0-11science/py-scipy/files/patch-scipy_linalg_setup.py
+58-1185 files

FreeBSD/ports d04d23amath/py-py-find-1st Makefile, math/py-pygslodeiv2 Makefile

python.mk: retire ${PYNUMPY}

With both math/py-numpy (2) and math/py-numpy1, the variable stopped
making sense. Also remove the upper version bound.
DeltaFile
+3-3math/py-yt/Makefile
+2-2science/py-gpaw/Makefile
+2-2science/py-gsd/Makefile
+2-2math/py-py-find-1st/Makefile
+2-2math/py-pygslodeiv2/Makefile
+2-2math/py-pyhull/Makefile
+13-13464 files not shown
+596-599470 files

FreeBSD/ports 1c9a29egraphics/nvidia-drm-kmod Makefile.common

graphics/nvidia-drm-*-kmod*: Fix build for 13.5, 14.3 and 15.0

Latest upgrade to 595.58.03 caused build failure as of
requirements for a stub function pm_vt_switch_required().

The commit introduced it is not MFC'ed to 13.5-RELEASE,
stable/13, 14.3-RELEASE and 15.0-RELEASE and unlikely
to be done as it's not a security fix, more, stable/13 is going
to be EoL'ed in 1 month.

As this function, defined in sys/compat/linuxkpi/common/linux/pm.h,
is still a blank, stub function even on main, drop the offending line
for affected versions, keeping as-is for versions which has it.

No PORTREVISION bumps, as this is build fix.

PR:             294096
Reported by:    alt2600 at icloud.com
Reviewed by:    ashafer

    [4 lines not shown]
DeltaFile
+4-0graphics/nvidia-drm-kmod/Makefile.common
+4-01 files

FreeBSD/ports a92d927graphics/nvidia-drm-kmod Makefile.common

graphics/nvidia-drm-*-kmod*: Fix build for 13.5, 14.3 and 15.0

Latest upgrade to 595.58.03 caused build failure as of
requirements for a stub function pm_vt_switch_required().

The commit introduced it is not MFC'ed to 13.5-RELEASE,
stable/13, 14.3-RELEASE and 15.0-RELEASE and unlikely
to be done as it's not a security fix, more, stable/13 is going
to be EoL'ed in 1 month.

As this function, defined in sys/compat/linuxkpi/common/linux/pm.h,
is still a blank, stub function even on main, drop the offending line
for affected versions, keeping as-is for versions which has it.

No PORTREVISION bumps, as this is build fix.

PR:             294096
Reported by:    alt2600 at icloud.com
Reviewed by:    ashafer

    [2 lines not shown]
DeltaFile
+4-0graphics/nvidia-drm-kmod/Makefile.common
+4-01 files

FreeBSD/ports 03c3231devel/arduino-irremote distinfo Makefile

devel/arduino-irremote: Update to 4.7.0

Changes since 4.6.1:

 - Added removed typedef IRRawDataType for backward compatibility.

 - Modified and renamed function setToggleBitValueForRC5AndRC6()
   to setNextToggleBitValueForRC5AndRC6().

 - Fixed bug in sending RC6A.

 - Updated LG protocol and removed useless LG2 protocol.

 - Added new functions match*WithGreaterRange(), e.g.
   matchMarkWithGreaterRange().

 - Improved B&O decoding using new functions.

Reported by:    github
DeltaFile
+3-3devel/arduino-irremote/distinfo
+1-1devel/arduino-irremote/Makefile
+4-42 files

FreeBSD/ports 1912d15devel/cpp2py Makefile, devel/py-qutip Makefile

math/py-numpy1: bump more RUN_DEPENDS consumers

These specify numpy indirectly using a different variable.

PR: 281470
DeltaFile
+1-1textproc/py-pdf2docx/Makefile
+1-1devel/cpp2py/Makefile
+1-1math/py-libceed/Makefile
+1-1math/py-osqp/Makefile
+1-1devel/py-qutip/Makefile
+1-1finance/py-Nasdaq-Data-Link/Makefile
+6-651 files not shown
+57-3657 files

FreeBSD/ports fd80f7bnet-im/telegram-desktop distinfo Makefile

net-im/telegram-desktop: update to 6.7.2 release (+)

Release notes:  https://github.com/telegramdesktop/tdesktop/releases/tag/v6.6.3 \
                https://github.com/telegramdesktop/tdesktop/releases/tag/v6.6.4 \
                https://github.com/telegramdesktop/tdesktop/releases/tag/v6.7.0 \
                https://github.com/telegramdesktop/tdesktop/releases/tag/v6.7.1 \
                https://github.com/telegramdesktop/tdesktop/releases/tag/v6.7.2
DeltaFile
+3-3net-im/telegram-desktop/distinfo
+1-1net-im/telegram-desktop/Makefile
+4-42 files

FreeBSD/ports f307ff0net-im/tg_owt distinfo Makefile

net-im/tg_owt: update to the recent snapsho
DeltaFile
+3-3net-im/tg_owt/distinfo
+2-3net-im/tg_owt/Makefile
+5-62 files