FreeBSD/ports 5b5e671sysutils/backrest distinfo Makefile

sysutils/backrest: Update to 1.12.1

ChangeLog: https://github.com/garethgeorge/backrest/releases/tag/v1.12.1
DeltaFile
+7-7sysutils/backrest/distinfo
+2-3sysutils/backrest/Makefile
+9-102 files

FreeBSD/ports 04535dcmail/postfix Makefile

mail/postfix: Enable CDB and LMDB by default

Adding these solves a cross-compatibility problem with Linux distros
that have dropped bdb support.  Per Postfix's document[1] on it, lmdb
and cdb are the replacements for hash and btree, respectively.

[1] http://www.postfix.org/NON_BERKELEYDB_README.html

PR:             293852
DeltaFile
+2-2mail/postfix/Makefile
+2-21 files

FreeBSD/ports 7842c4fsecurity/py-badkeys distinfo Makefile, security/py-badkeys/files patch-pyproject.toml

security/py-badkeys: Update to 0.0.17

PR:             293757
DeltaFile
+38-0security/py-badkeys/files/patch-pyproject.toml
+3-3security/py-badkeys/distinfo
+1-1security/py-badkeys/Makefile
+42-43 files

FreeBSD/ports 6fec3f4math/mpfi distinfo Makefile

math/mpfi: make fetchable again with a silent update

MASTER_SITES moved to ENS Lyon.

Meanwhile the tarball has been rerolled:
- many auto* stuff: configure is now pre-generated;
- mpfi.pc is available
- change tests

but also some code has been modified.

Full diff available at https://people.freebsd.org/~thierry/mpfi-1.5.4.diff

PR:             293803
Reported by:    Daniel Engberg
DeltaFile
+3-3math/mpfi/distinfo
+3-2math/mpfi/Makefile
+0-2math/mpfi/pkg-descr
+1-0math/mpfi/pkg-plist
+7-74 files

FreeBSD/ports 9105908math/sprng pkg-plist distinfo, math/sprng/files patch-TESTS_mpitests_wolff.cpp patch-TESTS_wolfftest.cpp

math/sprng: make fetchable again with a silent update

The tarball for SPRNG 5.0 has been rerolled.
This includes several minor points:
- format change (dos to unix);
- code reformat and linting;
- code cleaning;

but also some other modifications.

Full diff available at https://people.freebsd.org/~thierry/sprng5.diff .

PR:             293802
Reported by:    Daniel Engberg
DeltaFile
+28-28math/sprng/files/patch-TESTS_mpitests_wolff.cpp
+28-28math/sprng/files/patch-TESTS_wolfftest.cpp
+28-28math/sprng/files/patch-TESTS_wolff.cpp
+13-17math/sprng/files/patch-SRC_pmlcg_pmlcg.cpp
+0-24math/sprng/pkg-plist
+3-3math/sprng/distinfo
+100-1282 files not shown
+103-1328 files

FreeBSD/ports 997c9bascience/medit Makefile

science/medit: make fetchable again

Université Pierre et Marie Curie merged with Sorbonne University, and
upstream site has been reorganized.

PR:             293800
Reported by:    Daniel Engberg
DeltaFile
+4-3science/medit/Makefile
+4-31 files

FreeBSD/ports e451e6atextproc/libtextcat Makefile

textproc/libtextcat: deprecate

Upstream disapeared, and LibreOffice adopted and adapted this program.
It has been renamed as libexttextcat, and can be replaced by the port
textproc/libexttextcat.

PR:             293799
Reported by:    Daniel Engberg
DeltaFile
+3-0textproc/libtextcat/Makefile
+3-01 files

FreeBSD/ports fdd1de0misc/py-misaki Makefile

misc/py-misaki: Correct maintainer field
DeltaFile
+1-1misc/py-misaki/Makefile
+1-11 files

FreeBSD/ports 045ff0dmisc/py-kokoro Makefile

misc/py-kokoro: Correct maintainer field
DeltaFile
+1-1misc/py-kokoro/Makefile
+1-11 files

FreeBSD/ports c1fff0fmisc/ollama Makefile

misc/ollama: Broken on i386

Reported by:    fallout
DeltaFile
+2-0misc/ollama/Makefile
+2-01 files

FreeBSD/ports da71e80misc/quantum++ distinfo

misc/quantum++: Fix fetch: the last release was re-rolled
DeltaFile
+3-3misc/quantum++/distinfo
+3-31 files

FreeBSD/ports af10a7amisc/py-datasets Makefile distinfo

misc/py-datasets: update 4.1.1 → 4.8.2
DeltaFile
+11-8misc/py-datasets/Makefile
+3-3misc/py-datasets/distinfo
+14-112 files

FreeBSD/ports 50120f0sysutils/beats9 Makefile, sysutils/beats9/files patch-go-sysinfo auditbeat.in

sysutils/beats9: New port

Add sysutils/beats9, beats component for ELK 9.x.

WWW:    https://github.com/elastic/beats/tree/v9.3.1
DeltaFile
+1,314-0sysutils/beats9/files/patch-go-sysinfo
+133-0sysutils/beats9/Makefile
+51-0sysutils/beats9/files/auditbeat.in
+51-0sysutils/beats9/files/metricbeat.in
+44-0sysutils/beats9/files/heartbeat.in
+43-0sysutils/beats9/files/filebeat.in
+1,636-029 files not shown
+2,131-235 files

FreeBSD/ports b515fc7ports-mgmt/pkg-devel distinfo Makefile

ports-mgmt/pkg-devel: update to 2.6.99.3

Changes:
- libfetch: fix segfault at exit when using SRV mirror type
- solver: avoid spurious reinstall from wrong repo with multi-repo setups
DeltaFile
+3-3ports-mgmt/pkg-devel/distinfo
+2-2ports-mgmt/pkg-devel/Makefile
+5-52 files

FreeBSD/ports 41eb329mail/mlmmj-archiver distinfo Makefile

mail/mlmmj-archiver: update to 0.6.1

Use iconv from libc
DeltaFile
+3-3mail/mlmmj-archiver/distinfo
+2-2mail/mlmmj-archiver/Makefile
+5-52 files

FreeBSD/ports 59337d8devel/ghpr Makefile distinfo

devel/ghpr: update to v3

v3 makes the following high-level changes apart from the standard
version update described in [1]:

- pyproject.toml / PEP-517 using setuptools_scm integration.
- Now the package is prefixed with `PYTHON_PKGNAMEPREFIX` so multiple
  versions of the package can be built with different versions of
  python and installed concurrently (if one decided to do that).
- LICENSE.md from the latest version is used/incorporated into the
  end-resulting package.
- Make the port portlint clean by reordering variables and using
  `PORTVERSION` instead of `DISTVERSION`.

Approved by:    imp (maintainer)
Differential Revision:  https://reviews.freebsd.org/D55892
DeltaFile
+6-10devel/ghpr/Makefile
+3-3devel/ghpr/distinfo
+9-132 files

FreeBSD/ports c6e2142security Makefile, security/susshi distinfo Makefile

security/susshi: New port: Terminal-based SSH connection manager
DeltaFile
+529-0security/susshi/distinfo
+292-0security/susshi/Makefile
+7-0security/susshi/pkg-descr
+1-0security/Makefile
+829-04 files

FreeBSD/ports 465f21ejava Makefile, java/javacpp Makefile distinfo

java/javacpp: Bridge between Java and C++

Pull Request:   https://github.com/freebsd/freebsd-ports/pull/498
DeltaFile
+45-0java/javacpp/Makefile
+5-0java/javacpp/distinfo
+4-0java/javacpp/pkg-descr
+1-0java/Makefile
+55-04 files

FreeBSD/ports c602537misc/py-kokoro Makefile, misc/py-kokoro/files example.py

misc/py-kokoro: Add test
DeltaFile
+16-0misc/py-kokoro/files/example.py
+9-1misc/py-kokoro/Makefile
+25-12 files

FreeBSD/ports fd571ceaudio/exaile Makefile, audio/exaile/files patch-xl_player_gst_sink.py

audio/exaile: fix runtime with recent gstreamer update

Gstreamer 1.28 introduced breaking change to python API, so add a quick
fix obtained from here: https://github.com/exaile/exaile/issues/999

Reported by:    Keith <ukyo-nyan at theia.ocn.ne.jp> (private email)
DeltaFile
+16-0audio/exaile/files/patch-xl_player_gst_sink.py
+1-0audio/exaile/Makefile
+17-02 files

FreeBSD/ports b9b3cf0dns/ddclient Makefile, dns/ddclient/files ddclient.in

dns/ddclient: remove references to ddclient_flags

ddclient_flags is not implemented, please sure the configuration file.

While here, portfmt.

PR:             293762
DeltaFile
+3-2dns/ddclient/Makefile
+3-2dns/ddclient/files/ddclient.in
+6-42 files

FreeBSD/ports 75ae591net-mgmt/librenms distinfo Makefile

net-mgmt/librenms: Update to 26.3.1

re: https://github.com/librenms/librenms/releases/tag/26.3.1

Sponsored by:   My local coffee shop
DeltaFile
+5-5net-mgmt/librenms/distinfo
+2-2net-mgmt/librenms/Makefile
+7-72 files

FreeBSD/ports b7c8ef2devel/adacurses Makefile distinfo

devel/adacurses: update to 20251230 release with ncurses 6.8 support
DeltaFile
+5-4devel/adacurses/Makefile
+3-3devel/adacurses/distinfo
+5-0devel/adacurses/pkg-plist
+13-73 files

FreeBSD/ports 2e04663devel/deheader Makefile distinfo

devel/deheader: update to 1.12

Changes:
* Fixed typo in hsearch() pattern.
* Added requirements for entire SUSv2 coverage.
* Spellchecked the documentation.
* Corrected an error in CMake build detection.
* Typo fixes and code hardening by ChatGPT 5.2.
* Don’t over-remove duplicates when -r is specified.
DeltaFile
+3-3devel/deheader/Makefile
+3-3devel/deheader/distinfo
+6-62 files

FreeBSD/ports d84e5f0editors/poedit pkg-plist Makefile

editors/poedit: update  3.4.2 -> 3.9

Changelogs:
    https://github.com/vslavik/poedit/releases/tag/v3.5-oss
    https://github.com/vslavik/poedit/releases/tag/v3.5.1-oss
    https://github.com/vslavik/poedit/releases/tag/v3.5.2-oss
    https://github.com/vslavik/poedit/releases/tag/v3.6-oss
    https://github.com/vslavik/poedit/releases/tag/v3.6.1-oss
    https://github.com/vslavik/poedit/releases/tag/v3.6.2-oss
    https://github.com/vslavik/poedit/releases/tag/v3.6.3-oss
    https://github.com/vslavik/poedit/releases/tag/v3.7-oss
    https://github.com/vslavik/poedit/releases/tag/v3.8-oss
    https://github.com/vslavik/poedit/releases/tag/v3.8.1-oss
    https://github.com/vslavik/poedit/releases/tag/v3.8.2-oss
    https://github.com/vslavik/poedit/releases/tag/v3.9-oss

Major changes:
    - Removed the bookmarks functionality
    - Added a tool to remove same-as-source translations

    [8 lines not shown]
DeltaFile
+12-9editors/poedit/pkg-plist
+7-8editors/poedit/Makefile
+3-3editors/poedit/distinfo
+22-203 files

FreeBSD/ports 8fe205bdevel/mongo-c-driver distinfo pkg-plist, devel/mongo-c-driver/files patch-build_sphinx_mongoc__common.py

devel/mongo-c-driver: Update 1.30.4 => 1.30.7

Changelogs:
https://github.com/mongodb/mongo-c-driver/releases/tag/1.30.5
https://github.com/mongodb/mongo-c-driver/releases/tag/1.30.6
https://github.com/mongodb/mongo-c-driver/releases/tag/1.30.7

PR:             293866
Reported by:    Krzysztof <ports at bsdserwis.com> (maintainer)
Approved by:    maintainer, vvd (mentor)
MFH:            2026Q1 (after 1 week)
DeltaFile
+0-11devel/mongo-c-driver/files/patch-build_sphinx_mongoc__common.py
+3-3devel/mongo-c-driver/distinfo
+2-2devel/mongo-c-driver/pkg-plist
+1-2devel/mongo-c-driver/Makefile
+6-184 files

FreeBSD/ports 7950638devel/libbson distinfo pkg-plist, devel/libbson/files patch-build_sphinx_mongoc__common.py

devel/libbson: Update 1.30.4 => 1.30.7

Changelogs:
https://github.com/mongodb/mongo-c-driver/releases/tag/1.30.5
https://github.com/mongodb/mongo-c-driver/releases/tag/1.30.6
https://github.com/mongodb/mongo-c-driver/releases/tag/1.30.7

PR:             293865
Reported by:    Krzysztof <ports at bsdserwis.com> (maintainer)
Approved by:    maintainer, vvd (mentor)
MFH:            2026Q1 (after 1 week)
DeltaFile
+0-11devel/libbson/files/patch-build_sphinx_mongoc__common.py
+3-3devel/libbson/distinfo
+2-2devel/libbson/pkg-plist
+1-1devel/libbson/Makefile
+6-174 files

FreeBSD/ports 20ff3cenet-mgmt/telegraf distinfo Makefile

net-mgmt/telegraf: Update to 1.38.1

Release notes:  https://github.com/influxdata/telegraf/releases/tag/v1.38.1
DeltaFile
+5-5net-mgmt/telegraf/distinfo
+1-1net-mgmt/telegraf/Makefile
+6-62 files

FreeBSD/ports 5872542net/krill distinfo Makefile.crates

net/krill: Update to 0.16.0

While here:
- do not install same program configuration twice.
- use .for loop instead for ${INSTALL_MAN}.

Changelog:
https://github.com/NLnetLabs/krill/releases/tag/v0.16.0

PR:             293598
Reported by:    Jaap Akkerhuis <jaap at NLnetLabs.nl> (maintainer)
Approved by:    maintainer, vvd (mentor)
DeltaFile
+253-141net/krill/distinfo
+126-70net/krill/Makefile.crates
+8-16net/krill/Makefile
+1-1net/krill/pkg-plist
+388-2284 files

FreeBSD/ports 4c79ddbmisc/py-huggingface-hub Makefile distinfo

misc/py-huggingface-hub: Update to 1.7.1

Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v1.7.0

Reported by:    Repology
DeltaFile
+3-3misc/py-huggingface-hub/Makefile
+3-3misc/py-huggingface-hub/distinfo
+6-62 files