git: fd09c0b905 - main - Status/2026Q1: More fixes

From: Lorenzo Salvadore <salvadore_at_FreeBSD.org>
Date: Sat, 18 Apr 2026 10:11:54 UTC
The branch main has been updated by salvadore:

URL: https://cgit.FreeBSD.org/doc/commit/?id=fd09c0b905936bb33f7a71edec217b4e1a6806da

commit fd09c0b905936bb33f7a71edec217b4e1a6806da
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2026-04-18 10:11:23 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2026-04-18 10:11:23 +0000

    Status/2026Q1: More fixes
---
 .../report-2026-01-2026-03/jdk21default.adoc       |  2 +-
 .../report-2026-01-2026-03/jdk25default.adoc       |  2 +-
 .../en/status/report-2026-01-2026-03/portmgr.adoc  | 22 ++++++++++++----------
 .../en/status/report-2026-01-2026-03/sbom.adoc     |  2 ++
 4 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/website/content/en/status/report-2026-01-2026-03/jdk21default.adoc b/website/content/en/status/report-2026-01-2026-03/jdk21default.adoc
index 85f8cbb860..b60561495c 100644
--- a/website/content/en/status/report-2026-01-2026-03/jdk21default.adoc
+++ b/website/content/en/status/report-2026-01-2026-03/jdk21default.adoc
@@ -1,4 +1,4 @@
-=== Ports - Make openjdk21 the default JAVA_VERSION
+=== Make openjdk21 the default JAVA_VERSION
 
 Links:
 link:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272855[Issue 272855] URL: link:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272855[]
diff --git a/website/content/en/status/report-2026-01-2026-03/jdk25default.adoc b/website/content/en/status/report-2026-01-2026-03/jdk25default.adoc
index 105f80f967..d5f916048d 100644
--- a/website/content/en/status/report-2026-01-2026-03/jdk25default.adoc
+++ b/website/content/en/status/report-2026-01-2026-03/jdk25default.adoc
@@ -1,4 +1,4 @@
-=== Ports -- Make openjdk25 the default JAVA_VERSION
+=== Make openjdk25 the default JAVA_VERSION
 
 Link:
 link:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293559[Issue 293559] URL: link:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293559[]
diff --git a/website/content/en/status/report-2026-01-2026-03/portmgr.adoc b/website/content/en/status/report-2026-01-2026-03/portmgr.adoc
index 4488a3cbcc..2385813a01 100644
--- a/website/content/en/status/report-2026-01-2026-03/portmgr.adoc
+++ b/website/content/en/status/report-2026-01-2026-03/portmgr.adoc
@@ -18,18 +18,20 @@ There are currently about 2,710 (down from 3,428) open ports PRs, of which 798 (
 The last quarter saw 8,970 (up from 8,738) commits by 166 (up from 156) committers on the main branch and 697 (down from 898) commits by 59 (down from 61) committers on the 2026Q1 branch.
 
 The most active committers to main were:
-2135 sunpoet@FreeBSD.org
- 800 yuri@FreeBSD.org
- 528 vvd@FreeBSD.org
- 312 bofh@FreeBSD.org
- 294 tagattie@FreeBSD.org
- 182 nivit@FreeBSD.org
- 177 arrowd@FreeBSD.org
- 175 eduardo@FreeBSD.org
- 153 fuz@FreeBSD.org
- 132 mfechner@FreeBSD.org
+
+- 2135 sunpoet@FreeBSD.org
+-  800 yuri@FreeBSD.org
+-  528 vvd@FreeBSD.org
+-  312 bofh@FreeBSD.org
+-  294 tagattie@FreeBSD.org
+-  182 nivit@FreeBSD.org
+-  177 arrowd@FreeBSD.org
+-  175 eduardo@FreeBSD.org
+-  153 fuz@FreeBSD.org
+-  132 mfechner@FreeBSD.org
 
 A lot has happened in the ports tree in the last three months, an excerpt of the major software upgrades are:
+
 - pkg 2.6.2
 - New USES: inotify
 - Default version of Go switched to 1.25
diff --git a/website/content/en/status/report-2026-01-2026-03/sbom.adoc b/website/content/en/status/report-2026-01-2026-03/sbom.adoc
index 9ebdb24e2e..7833811667 100644
--- a/website/content/en/status/report-2026-01-2026-03/sbom.adoc
+++ b/website/content/en/status/report-2026-01-2026-03/sbom.adoc
@@ -22,6 +22,7 @@ The FreeBSD Software Bill of Materials (SBOM) project started in 2025 and contin
 Work in 2026 has focused more on the EU Cyber Resilience Act (CRA), and the effort has shifted toward delivering a framework for FreeBSD source.
 
 In the first quarter of 2026, SBOM work was delivered in three categories:
+
 * Pkgconf upstream work, especially with spdxtool-tool, which is used for creating SPDX Lite 3.0.1 JSON-LD SBOMs from [.filename]#.pc#-files. +
 Several missing features have been added and are under active development by pkgconf contributors. +
 The tool is now nearly compatible with SPDX Lite 3.0.1 requirements and is ready for general use. +
@@ -31,6 +32,7 @@ Additionally, there is an effort to import pkgconf as part of the FreeBSD source
 The first patch is expected to land in 2026Q2, starting with files from [.filename]#bin#.
 
 If you want to help with this effort:
+
 * Verify that SPDX-License-Identifier licenses are correct and assist with upstreaming files.
 * Verify that [.filename]#.pc# files contain accurate information and help upstreaming them to git.
 * Assist in reviewing the pkgconf import to the FreeBSD source.