diff options
| -rw-r--r-- | FreeBSD/Makefile | 2 | ||||
| -rw-r--r-- | Linux/Makefile | 2 | ||||
| -rw-r--r-- | NetBSD/Makefile | 2 | ||||
| -rw-r--r-- | OpenBSD/Makefile | 2 | ||||
| -rw-r--r-- | exman.1 | 12 | ||||
| -rw-r--r-- | macOS/Makefile | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/FreeBSD/Makefile b/FreeBSD/Makefile index 0d83604..5fb497d 100644 --- a/FreeBSD/Makefile +++ b/FreeBSD/Makefile @@ -1,5 +1,5 @@ SYSTEM = FreeBSD -VERSION = 14.0-RELEASE +VERSION = 14.3-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 ccb5efe..0741314 100644 --- a/Linux/Makefile +++ b/Linux/Makefile @@ -1,5 +1,5 @@ SYSTEM = Linux -VERSION = 6.9.1 +VERSION = 6.15 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/NetBSD/Makefile b/NetBSD/Makefile index c606c8a..f80d6b6 100644 --- a/NetBSD/Makefile +++ b/NetBSD/Makefile @@ -1,5 +1,5 @@ SYSTEM = NetBSD -VERSION = 10.0 +VERSION = 10.1 MIRROR = https://cdn.netbsd.org/pub/NetBSD/NetBSD-${VERSION}/amd64/binary/sets DISTFILES = comp.tar.xz games.tar.xz man.tar.xz text.tar.xz FILES = ./usr/share/man/man[1-9]*/ diff --git a/OpenBSD/Makefile b/OpenBSD/Makefile index a2715ad..d4b1674 100644 --- a/OpenBSD/Makefile +++ b/OpenBSD/Makefile @@ -1,5 +1,5 @@ SYSTEM = OpenBSD -VERSION = 7.5 +VERSION = 7.8 MIRROR = https://cdn.openbsd.org/pub/OpenBSD/${VERSION}/amd64 V = ${VERSION:S/.//} DISTFILES = base${V}.tgz comp${V}.tgz game${V}.tgz man${V}.tgz diff --git a/exman.1 b/exman.1 index 1fd945c..d83586e 100644 --- a/exman.1 +++ b/exman.1 @@ -1,4 +1,4 @@ -.Dd June 20, 2024 +.Dd October 24, 2025 .Dt EXMAN 1 .Os . @@ -27,17 +27,17 @@ are passed to The available systems are as follows: .Bl -tag -width "FreeBSD" .It Fx -14.0-RELEASE +14.3-RELEASE .It Linux -man-pages 6.9.1 +man-pages 6.15 .It Nx -10.0 +10.1 .It Ox -7.5 +7.8 .It POSIX man-pages-posix 2017 .It macOS -11.3 +26.0 .El . .Sh EXAMPLES diff --git a/macOS/Makefile b/macOS/Makefile index 2fd7b09..5b1e233 100644 --- a/macOS/Makefile +++ b/macOS/Makefile @@ -1,6 +1,6 @@ SYSTEM = macOS -VERSION = 11.3 -MIRROR = https://github.com/phracker/MacOSX-SDKs/releases/download/${VERSION} +VERSION = 26.0 +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]/ STRIP = 4 |