From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= To: list+exman@causal.agency Subject: [PATCH] Update to FreeBSD 15.0, Linux man-pages 6.16, macOS 26.1 Date: Tue, 2 Dec 2025 09:16:29 +0100 Message-ID: <20251202081629.1672569-1-stepnem@smrk.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- FreeBSD/Makefile | 2 +- Linux/Makefile | 2 +- exman.1 | 8 ++++---- macOS/Makefile | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/FreeBSD/Makefile b/FreeBSD/Makefile index 5fb497d05e05..efecdbe71c6e 100644 --- a/FreeBSD/Makefile +++ b/FreeBSD/Makefile @@ -1,5 +1,5 @@ SYSTEM = FreeBSD -VERSION = 14.3-RELEASE +VERSION = 15.0-RELEASE MIRROR = https://download.FreeBSD.org/ftp/releases/amd64/${VERSION} DISTFILES = base.txz FILES = ./usr/share/man/man[1-9]/ diff --git a/Linux/Makefile b/Linux/Makefile index 074131490ecf..10e16756d47f 100644 --- a/Linux/Makefile +++ b/Linux/Makefile @@ -1,5 +1,5 @@ SYSTEM = Linux -VERSION = 6.15 +VERSION = 6.16 MIRROR = https://mirrors.edge.kernel.org/pub/linux/docs/man-pages DISTFILES = man-pages-${VERSION}.tar.xz FILES = man-pages-${VERSION}/man/man[1-9]*/ diff --git a/exman.1 b/exman.1 index d83586ead58b..c2f4c0d611c8 100644 --- a/exman.1 +++ b/exman.1 @@ -1,4 +1,4 @@ -.Dd October 24, 2025 +.Dd December 2, 2025 .Dt EXMAN 1 .Os . @@ -27,9 +27,9 @@ .Sh DESCRIPTION The available systems are as follows: .Bl -tag -width "FreeBSD" .It Fx -14.3-RELEASE +15.0-RELEASE .It Linux -man-pages 6.15 +man-pages 6.16 .It Nx 10.1 .It Ox @@ -37,7 +37,7 @@ .Sh DESCRIPTION .It POSIX man-pages-posix 2017 .It macOS -26.0 +26.1 .El . .Sh EXAMPLES diff --git a/macOS/Makefile b/macOS/Makefile index 5b1e233e3e66..42ea295ee778 100644 --- a/macOS/Makefile +++ b/macOS/Makefile @@ -1,5 +1,5 @@ SYSTEM = macOS -VERSION = 26.0 +VERSION = 26.1 MIRROR = https://github.com/joseluisq/macosx-sdks/releases/download/${VERSION} DISTFILES = MacOSX${VERSION}.sdk.tar.xz FILES = MacOSX${VERSION}.sdk/usr/share/man/man[1-9]/ base-commit: bd789ff2b381163401bdc483bb7f6947e0e33bb9 -- 2.52.0 From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3826.700.81.1.4\)) Subject: Re: [PATCH] Update to FreeBSD 15.0, Linux man-pages 6.16, macOS 26.1 From: june In-Reply-To: <20251202081629.1672569-1-stepnem@smrk.net> Date: Wed, 4 Feb 2026 15:07:50 -0500 Cc: list+exman@causal.agency Content-Transfer-Encoding: 7bit Message-Id: <8C4AEE66-F9BF-458A-983E-A3FBD373E824@causal.agency> References: <20251202081629.1672569-1-stepnem@smrk.net> To: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= thanks, applied and tagged