[PATCH 1/2] Update to NetBSD 9.3

[PATCH 1/2] Update to NetBSD 9.3

From: Štěpán Němec
---
 NetBSD/Makefile | 2 +-
 exman.1         | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/NetBSD/Makefile b/NetBSD/Makefile
index eaf7790bc61c..eccc22f5002b 100644
--- a/NetBSD/Makefile
+++ b/NetBSD/Makefile
@@ -1,5 +1,5 @@
 SYSTEM = NetBSD
-VERSION = 9.2
+VERSION = 9.3
 MIRROR = https://cdn.netbsd.org/pub/NetBSD/NetBSD-${VERSION}/amd64/binary/sets
 DISTFILES = comp.tar.xz games.tar.xz man.tar.xz
 FILES = ./usr/share/man/man[1-9]*/
diff --git a/exman.1 b/exman.1
index d478d9994fde..306df29e3a05 100644
--- a/exman.1
+++ b/exman.1
@@ -1,4 +1,4 @@
-.Dd July 27, 2022
+.Dd October 16, 2022
 .Dt EXMAN 1
 .Os
 .
@@ -31,7 +31,7 @@ The available systems are as follows:
 .It Linux
 man-pages 5.13
 .It Nx
-9.2
+9.3
 .It Ox
 7.1
 .It POSIX

base-commit: 3d3f0c9e48d8f64ac2bf0983eb947d6b3f1fa532
-- 
2.38.0

1 reply

[PATCH 2/2] Update to Linux man-mages 6.00

From: Štěpán Němec
Relax FILES pattern to include the newly added man2type, man3const,
man3head and man3type.
---
 Linux/Makefile | 4 ++--
 exman.1        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Linux/Makefile b/Linux/Makefile
index 4e405acd81ce..8a6c491d782a 100644
--- a/Linux/Makefile
+++ b/Linux/Makefile
@@ -1,8 +1,8 @@
 SYSTEM = Linux
-VERSION = 5.13
+VERSION = 6.00
 MIRROR = https://mirrors.edge.kernel.org/pub/linux/docs/man-pages
 DISTFILES = man-pages-${VERSION}.tar.xz
-FILES = man-pages-${VERSION}/man[1-9]/
+FILES = man-pages-${VERSION}/man[1-9]*/
 STRIP = 1
 
 .include "../system.mk"
diff --git a/exman.1 b/exman.1
index 306df29e3a05..9b0d963cd7d6 100644
--- a/exman.1
+++ b/exman.1
@@ -29,7 +29,7 @@ The available systems are as follows:
 .It Fx
 13.1-RELEASE
 .It Linux
-man-pages 5.13
+man-pages 6.00
 .It Nx
 9.3
 .It Ox
-- 
2.38.0

1 reply