about summary refs log tree commit diff
path: root/FreeBSD/Makefile
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@smrk.net>2023-11-22 13:54:42 +0100
committerJune McEnroe <june@causal.agency>2023-11-27 16:12:02 -0500
commitef24a24183911e370ec9773d4e9fa47e13a91ab5 (patch)
tree8344299610e7126ff0033c2b6b7f53800f96fdfc /FreeBSD/Makefile
parentUpdate to OpenBSD 7.4 (diff)
downloadexman-ef24a24183911e370ec9773d4e9fa47e13a91ab5.tar.gz
exman-ef24a24183911e370ec9773d4e9fa47e13a91ab5.zip
Update to FreeBSD 14.0 2065.05
Diffstat (limited to 'FreeBSD/Makefile')
-rw-r--r--FreeBSD/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/FreeBSD/Makefile b/FreeBSD/Makefile
index 6a28ac8..0d83604 100644
--- a/FreeBSD/Makefile
+++ b/FreeBSD/Makefile
@@ -1,5 +1,5 @@
 SYSTEM = FreeBSD
-VERSION = 13.2-RELEASE
+VERSION = 14.0-RELEASE
 MIRROR = https://download.FreeBSD.org/ftp/releases/amd64/${VERSION}
 DISTFILES = base.txz
 FILES = ./usr/share/man/man[1-9]/
n title='2021-01-20 03:49:40 +0000'>2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe