git: 7e039d9b75 - main - add FreeBSD Ports 13.2 manual pages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Apr 2023 09:55:01 UTC
The branch main has been updated by wosch:
URL: https://cgit.FreeBSD.org/doc/commit/?id=7e039d9b7511293b47f2dd6033700a6cd5da4c62
commit 7e039d9b7511293b47f2dd6033700a6cd5da4c62
Author: Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2023-04-08 09:54:49 +0000
Commit: Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2023-04-08 09:54:49 +0000
add FreeBSD Ports 13.2 manual pages
---
website/content/en/cgi/man.cgi | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index 45f5fe7ef0..a9e6b5410c 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -1,6 +1,6 @@
#!/usr/local/bin/perl -T
#
-# Copyright (c) 1996-2022 Wolfram Schneider <wosch@FreeBSD.org>
+# Copyright (c) 1996-2023 Wolfram Schneider <wosch@FreeBSD.org>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -437,6 +437,7 @@ $manPathDefault = 'FreeBSD 13.1-RELEASE and Ports';
'FreeBSD Ports 12.4', "$manLocalDir/FreeBSD-ports-12.4-RELEASE/man:$manLocalDir/FreeBSD-ports-12.4-RELEASE/misc",
'FreeBSD Ports 13.0', "$manLocalDir/FreeBSD-ports-13.0-RELEASE/man:$manLocalDir/FreeBSD-ports-13.0-RELEASE/misc",
'FreeBSD Ports 13.1', "$manLocalDir/FreeBSD-ports-13.1-RELEASE/man:$manLocalDir/FreeBSD-ports-13.1-RELEASE/misc",
+ 'FreeBSD Ports 13.2', "$manLocalDir/FreeBSD-ports-13.2-RELEASE/man:$manLocalDir/FreeBSD-ports-13.2-RELEASE/misc",
# FreeBSD Releases + Ports
@@ -945,7 +946,7 @@ while ( ( $key, $val ) = each %manPath ) {
'freebsd-current', 'FreeBSD 14.0-CURRENT',
'freebsd-release-ports', 'FreeBSD 13.1-RELEASE and Ports',
- 'freebsd-ports', 'FreeBSD Ports 13.1',
+ 'freebsd-ports', 'FreeBSD Ports 13.2',
'slackware', 'Linux Slackware 3.1',
'redhat', 'Red Hat 9',