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-04-12 14:25:53 +0200
committerJune McEnroe <june@causal.agency>2023-10-11 19:53:29 -0400
commit11f10d4cacded55fea63411f15539ba8857c0feb (patch)
tree71d8a8f591fc1b87776d048f8c9724ff3774fcb9 /FreeBSD/Makefile
parentUpdate to Linux man-pages 6.04, OpenBSD 7.3 (diff)
downloadexman-11f10d4cacded55fea63411f15539ba8857c0feb.tar.gz
exman-11f10d4cacded55fea63411f15539ba8857c0feb.zip
Update to FreeBSD 13.2
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 f201f4c..6a28ac8 100644
--- a/FreeBSD/Makefile
+++ b/FreeBSD/Makefile
@@ -1,5 +1,5 @@
 SYSTEM = FreeBSD
-VERSION = 13.1-RELEASE
+VERSION = 13.2-RELEASE
 MIRROR = https://download.FreeBSD.org/ftp/releases/amd64/${VERSION}
 DISTFILES = base.txz
 FILES = ./usr/share/man/man[1-9]/
4.0&id=7105a78b17b118866aee77735e26cffcd1fd08fd&follow=1'>ui-tree: use "sane" isgraph()John Keeping 2015-08-13cgit.h: move stdbool.h from ui-shared.hJohn Keeping 2015-08-13cache.c: fix header orderJohn Keeping 2015-08-13configfile.c: don't include system headers directlyJohn Keeping 2015-08-13Remove redundant includesJohn Keeping 2015-08-13Makefile: include Git's config.mak.unameJohn Keeping 2015-08-13tests: allow shell to be overriddenJohn Keeping 2015-08-13redirect: cleanlinessJason A. Donenfeld 2015-08-13redirect: be more careful for different cgi setupsJason A. Donenfeld 2015-08-12ui-log: fix double countingJohn Keeping 2015-08-12log: allow users to follow a fileJohn Keeping 2015-08-12shared: make cgit_diff_tree_cb publicJohn Keeping 2015-08-12t0110: Chain together using &&Jason A. Donenfeld 2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld 2015-08-12filters: apply HTML escapingLazaros Koromilas 2015-08-12git: update to v2.5.0Christian Hesse 2015-08-12Fix processing of repo.hide and repo.ignoreDaniel Reichelt