FreeBSD/ports 78d07a6sysutils Makefile, sysutils/py-dbuild Makefile pkg-descr

sysutils/py-dbuild: New port: Build, test, and push FreeBSD OCI container images

dbuild is a build tool for daemonless container images. It reads a
project directory containing Containerfile templates and an optional
.daemonless/config.yaml, then handles the full image lifecycle:
build, integration test, SBOM generation, and registry push.

WWW: https://daemonless.io/guides/dbuild
DeltaFile
+50-0sysutils/py-dbuild/Makefile
+10-0sysutils/py-dbuild/files/patch-dbuild_ci__test.py
+4-0sysutils/py-dbuild/pkg-descr
+3-0sysutils/py-dbuild/distinfo
+1-0sysutils/Makefile
+68-05 files

FreeBSD/ports a2464b8devel/ammonite Makefile distinfo

devel/ammonite: Update 3.0.2 => 3.0.8

Changelog:
- allow compiling standard/raw sources starting with a package directive
- fix wrong artifact names
- support all current Scala versions
- various dependency updates
https://ammonite.io/#3.0.8

Replace custom do-extract with EXTRACT_* feature.

PR:             293611
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+6-7devel/ammonite/Makefile
+3-3devel/ammonite/distinfo
+9-102 files

FreeBSD/ports ef74ff1ports-mgmt/poudriere-dsh2dsh distinfo Makefile

ports-mgmt/poudriere-dsh2dsh: Update 3.4.99.20260228 => 3.4.99.20260304

Upstream changes:
 - bulk -t / testport: Fix fs_violation with pkg 2.6.x
 - bulk: Don't try refetching on checksum failure

PR:     293646
DeltaFile
+3-3ports-mgmt/poudriere-dsh2dsh/distinfo
+1-1ports-mgmt/poudriere-dsh2dsh/Makefile
+4-42 files

FreeBSD/ports 2f45c5ctextproc/sttr distinfo Makefile

textproc/sttr: update to version 0.2.30

This updates allows to generate QR codes in a terminal session.

Further improvements since version 0.2.28:

- New processors for Adler32, BLAKE2b, BLAKE2s, CRC32, CrockfordBase32,
  and Base58.

- Support for files of more than 1GB has been improved.
DeltaFile
+5-5textproc/sttr/distinfo
+1-2textproc/sttr/Makefile
+6-72 files

FreeBSD/src cdad558sys/conf files, sys/dev/acpi_support acpi_system76.c

acpi_system76: Support for acpi-controlled buttons on System76

Add acpi_system76 for handling acpi-controlled buttons
on System76 Laptops.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D55694
DeltaFile
+359-0sys/dev/acpi_support/acpi_system76.c
+7-0sys/modules/acpi/acpi_system76/Makefile
+3-0sys/x86/conf/NOTES
+1-0sys/conf/files
+1-0sys/modules/acpi/Makefile
+371-05 files

FreeBSD/ports 0b2e662filesystems/fusefs-libs3 Makefile distinfo, filesystems/fusefs-libs3/files patch-lib_mount__bsd.c

filesystems/fusefs-libs3: update to version 3.18.1

This version offers improved support for FreeBSD and fixes ABI issues
that had been introduced in version 3.17.3.
DeltaFile
+0-10filesystems/fusefs-libs3/files/patch-lib_mount__bsd.c
+1-5filesystems/fusefs-libs3/Makefile
+3-3filesystems/fusefs-libs3/distinfo
+4-183 files

FreeBSD/src e409e51sys/amd64/include pmc_mdep.h, sys/i386/include pmc_mdep.h

hwpmc: Remove left over k7, xscale and p4 references pmc

Support for these processors was removed a few years ago, but a few
references remain that should be removed.

Sponsored by: Netflix
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/2039
DeltaFile
+1-3sys/i386/include/pmc_mdep.h
+0-2sys/sys/pmc.h
+0-1sys/amd64/include/pmc_mdep.h
+1-63 files

FreeBSD/ports c84f99bmath/R-cran-lme4 Makefile distinfo

math/R-cran-lme4: Update to 2.0-1

- Set TESTING_UNSAFE

ChangeLog: https://cran.r-project.org/web/packages/lme4/news.html
DeltaFile
+10-4math/R-cran-lme4/Makefile
+3-3math/R-cran-lme4/distinfo
+13-72 files

FreeBSD/ports 3f1ccacastro/xephem distinfo Makefile

astro/xephem: Update to 4.3.0

ChangeLog: https://github.com/XEphem/XEphem/releases/tag/4.3.0
DeltaFile
+3-3astro/xephem/distinfo
+1-1astro/xephem/Makefile
+4-42 files

FreeBSD/ports 7bc6d5cdeskutils/genius Makefile distinfo

deskutils/genius: Update to 1.0.28

- Cleanup dependencies
- Remove NLS option as it isn't working properly

ChangeLog: https://www.jirka.org/genius.NEWS
DeltaFile
+4-16deskutils/genius/Makefile
+3-3deskutils/genius/distinfo
+3-0deskutils/genius/pkg-plist
+10-193 files

FreeBSD/ports d061ee0devel/R-cran-testit distinfo Makefile

devel/R-cran-testit: Update to 0.17

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

FreeBSD/ports 3202950devel/py-cookiecutter Makefile distinfo, devel/py-cookiecutter/files patch-tests_test__hooks.py patch-tests_test-pyshellhooks_hooks_pre__prompt.sh

devel/py-cookiecutter: update to 2.7.1

Switch to pep517 build, using the pyproject default backend of
setuptools.

Regenerate patches for tests: replace /bin/bash with /bin/sh
generally.

Update RUN_DEPENDS according to pyproject.toml.

Changes:        https://github.com/cookiecutter/cookiecutter/blob/main/CHANGELOG/2.7.1.md
Changes:        https://github.com/cookiecutter/cookiecutter/blob/main/CHANGELOG/2.7.0.md
Reported by:    portscout, repology
DeltaFile
+7-6devel/py-cookiecutter/Makefile
+4-4devel/py-cookiecutter/files/patch-tests_test__hooks.py
+8-0devel/py-cookiecutter/files/patch-tests_test-pyshellhooks_hooks_pre__prompt.sh
+3-3devel/py-cookiecutter/distinfo
+22-134 files

FreeBSD/ports e607b52net-mgmt/victoria-metrics Makefile, net-mgmt/victoria-metrics/files vmagent.in victoria-metrics.in

net-mgmt/victoria-metrics: REQUIRE in RC script is wrong

PR:             292407
Approved by:    danfe (maintainer timeout)
DeltaFile
+1-1net-mgmt/victoria-metrics/files/vmagent.in
+1-1net-mgmt/victoria-metrics/Makefile
+1-1net-mgmt/victoria-metrics/files/victoria-metrics.in
+3-33 files

FreeBSD/ports 6c75b4fdevel/py-setproctitle Makefile distinfo

devel/py-setproctitle: Update to 1.3.7

PR:             293235
Approved by:    sbz (maintainer timeout)
Changelog:      https://github.com/dvarrazzo/py-setproctitle/blob/master/HISTORY.rst#version-137
DeltaFile
+7-6devel/py-setproctitle/Makefile
+3-3devel/py-setproctitle/distinfo
+10-92 files

FreeBSD/doc a0d693cwebsite/content/en/releases/14.4R relnotes.adoc

14.4/relnotes: fix EN and SA links

Approved by: re (implicit)
Differential Revision: https://reviews.freebsd.org/D55707
DeltaFile
+12-12website/content/en/releases/14.4R/relnotes.adoc
+12-121 files

FreeBSD/ports bbaea67x11-wm/hyprland Makefile distinfo, x11-wm/hyprland/files extra-patch-src_layout_algorithm_tiled_scrolling_ScrollTapeController.cpp patch-hyprpm_src_core_PluginManager.cpp

x11-wm/hyprland: Update to 0.54.1

Changelog: https://github.com/hyprwm/Hyprland/releases/tag/v0.54.1

Reported by:    GitHub (watch releases)
DeltaFile
+11-0x11-wm/hyprland/files/extra-patch-src_layout_algorithm_tiled_scrolling_ScrollTapeController.cpp
+5-1x11-wm/hyprland/Makefile
+3-3x11-wm/hyprland/distinfo
+2-2x11-wm/hyprland/files/patch-hyprpm_src_core_PluginManager.cpp
+21-64 files

FreeBSD/ports 0beea09audio/waves distinfo, audio/waves/files patch-internal_notify_albumart__test.go patch-internal_notify_dbus.go

audio/waves: Update to 0.1.42

- Add a set of patches to compile mpris/notifications support

ChangeLog:      https://github.com/llehouerou/waves/releases/tag/v0.1.42
Reported by:    portscout!
DeltaFile
+5-5audio/waves/distinfo
+8-0audio/waves/files/patch-internal_notify_albumart__test.go
+8-0audio/waves/files/patch-internal_notify_dbus.go
+8-0audio/waves/files/patch-internal_notify_dbus__test.go
+8-0audio/waves/files/patch-internal_notify_stub.go
+8-0audio/waves/files/patch-internal_mpris_cover.go
+45-56 files not shown
+87-712 files

FreeBSD/ports 934e6cdbenchmarks/hipercontracer distinfo Makefile

benchmarks/hipercontracer: Update 2.1.10 => 2.1.11

Changelog:
https://github.com/dreibh/hipercontracer/blob/hipercontracer-2.1.11/ChangeLog

Commit log:
https://github.com/dreibh/hipercontracer/compare/hipercontracer-2.1.10...hipercontracer-2.1.11

PR:     293603
DeltaFile
+3-3benchmarks/hipercontracer/distinfo
+1-1benchmarks/hipercontracer/Makefile
+4-42 files

FreeBSD/ports 6f07008security/p5-IO-Socket-SSL distinfo Makefile

security/p5-IO-Socket-SSL: Update 2.095 => 2.098

ChangeLog:
https://metacpan.org/release/SULLR/IO-Socket-SSL-2.098/source/Changes

- fix WWW field

PR:     293629
DeltaFile
+3-3security/p5-IO-Socket-SSL/distinfo
+3-2security/p5-IO-Socket-SSL/Makefile
+6-52 files

FreeBSD/ports 69d4086devel/p5-Workflow Makefile distinfo

devel/p5-Workflow: Update 2.06 => 2.09

ChangeLog:
https://metacpan.org/release/JONASBN/Workflow-2.09/source/Changes.md

- fix WWW field
- fix *_DEPENDS syntax

PR:     293627
DeltaFile
+6-4devel/p5-Workflow/Makefile
+3-3devel/p5-Workflow/distinfo
+9-72 files

FreeBSD/ports 7483549devel/p5-Validation-Class Makefile distinfo

devel/p5-Validation-Class: Update 7.900057 => 7.900059

ChangeLog:
https://metacpan.org/release/CKRAS/Validation-Class-7.900059/source/Changes

- fix MASTER_SITE_SUBDIR
- add LICENSE_FILE
- fix *_DEPENDS syntax
- lower case "yes" in NO_ARCH

PR:     293626
DeltaFile
+9-6devel/p5-Validation-Class/Makefile
+3-3devel/p5-Validation-Class/distinfo
+12-92 files

FreeBSD/ports ef0a333devel/p5-Log-Log4perl-Layout-JSON Makefile

devel/p5-Log-Log4perl-Layout-JSON: Improve port

- correct WWW field
- correct *_DEPENDS syntax

PR:     293623
DeltaFile
+5-3devel/p5-Log-Log4perl-Layout-JSON/Makefile
+5-31 files

FreeBSD/ports 1e0a2ffdevel/p5-DateTime-TimeZone Makefile distinfo

devel/p5-DateTime-TimeZone: Update 2.65 => 2.67

ChangeLog:
https://metacpan.org/release/DROLSKY/DateTime-TimeZone-2.67/source/Changes

- correct *_DEPENDS syntax

PR:     293622
DeltaFile
+5-3devel/p5-DateTime-TimeZone/Makefile
+3-3devel/p5-DateTime-TimeZone/distinfo
+8-62 files

FreeBSD/ports 7f91958www/freenginx distinfo Makefile.extmod, www/nginx distinfo Makefile.extmod

www/*nginx: Switch nginx-vod-module to maintained fork

The original Kaltura nginx-vod-module repository is no longer actively
maintained and has been incompatible with FFmpeg 8 due to removed
legacy API calls.

Switch to the actively maintained fork:
https://github.com/diogoazevedos/nginx-vod-module

This restores compatibility with newer FFmpeg versions.

Reported by:    Jim Terhune via ML
Sponsored by:   Netzkommune GmbH
DeltaFile
+3-3www/nginx/distinfo
+3-3www/nginx-devel/distinfo
+3-3www/freenginx/distinfo
+1-1www/nginx/Makefile.extmod
+1-1www/nginx-devel/Makefile.extmod
+1-1www/freenginx/Makefile.extmod
+12-126 files

FreeBSD/ports 1fadf9fdevel/jujutsu distinfo Makefile.crates

devel/jujutsu: update to version 0.39.0

For the complete list of changes see:

    https://github.com/jj-vcs/jj/releases/tag/v0.39.0
DeltaFile
+375-327devel/jujutsu/distinfo
+186-162devel/jujutsu/Makefile.crates
+1-1devel/jujutsu/Makefile
+1-0devel/jujutsu/pkg-plist
+563-4904 files

FreeBSD/doc a6617f4website/content/en/cgi ports.cgi

ports.cgi: indent
DeltaFile
+22-16website/content/en/cgi/ports.cgi
+22-161 files

FreeBSD/doc 8f5726ewebsite/content/en/cgi ports.cgi

ports.cgi: enable to filter packages by minor releases
DeltaFile
+12-4website/content/en/cgi/ports.cgi
+12-41 files

FreeBSD/ports f571cb3cad/freecad-devel Makefile.git_rev distinfo

cad/freecad-devel: Use vtk9/Makefile.version

Follow vtk9 by using vtk9/Makefile.version
While there update to 2026.03.07
DeltaFile
+3-3cad/freecad-devel/Makefile.git_rev
+3-3cad/freecad-devel/distinfo
+1-2cad/freecad-devel/Makefile
+7-83 files

FreeBSD/doc ab8fdf5website/content/en/cgi man.cgi

add FreeBSD 14.4-RELEASE & ports manual pages

Approved by: re
DeltaFile
+9-4website/content/en/cgi/man.cgi
+9-41 files

FreeBSD/ports 775fb77www/py-google-api-python-client distinfo Makefile

www/py-google-api-python-client: Update to 2.192.0

ChangeLog:      https://github.com/googleapis/google-api-python-client/releases/tag/v2.192.0
Reported by:    "release-please[bot]" <notifications at github.com>
DeltaFile
+3-3www/py-google-api-python-client/distinfo
+1-1www/py-google-api-python-client/Makefile
+4-42 files