about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-08-26 16:26:32 -0400
committerJune McEnroe <june@causal.agency>2021-08-26 16:30:24 -0400
commited7329dcaec2b93cd7303867ae9297e9dccb8149 (patch)
tree2e1e4a454e0c83e1515dbf3ad2bb9ef5b213b823
parentSupport DESTDIR in install/uninstall (diff)
downloadexman-ed7329dcaec2b93cd7303867ae9297e9dccb8149.tar.gz
exman-ed7329dcaec2b93cd7303867ae9297e9dccb8149.zip
Update to NetBSD 9.2 2062.52
Diffstat (limited to '')
-rw-r--r--NetBSD/Makefile2
-rw-r--r--exman.14
2 files changed, 3 insertions, 3 deletions
diff --git a/NetBSD/Makefile b/NetBSD/Makefile
index d39769f..eaf7790 100644
--- a/NetBSD/Makefile
+++ b/NetBSD/Makefile
@@ -1,5 +1,5 @@
 SYSTEM = NetBSD
-VERSION = 9.1
+VERSION = 9.2
 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 f40b29b..5073b5c 100644
--- a/exman.1
+++ b/exman.1
@@ -1,4 +1,4 @@
-.Dd August 4, 2021
+.Dd August 26, 2021
 .Dt EXMAN 1
 .Os
 .
@@ -31,7 +31,7 @@ The available systems are as follows:
 .It Linux
 man-pages 5.12
 .It Nx
-9.1
+9.2
 .It Ox
 6.9
 .It POSIX
09-15 14:48:03 +0000'>2021-09-15Enter capsicum in downgradeJune McEnroe 2021-09-15Factor out common parts of downgrade messagesJune McEnroe 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe 2021-09-13Swap-remove tags as they're foundJune McEnroe 2021-09-12Replace htagml regex with strncmpJune McEnroe 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe