git: a9893e2b7b - main - add manual pages for FreeBSD Ports 14.quarterly
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Jun 2025 08:15:36 UTC
The branch main has been updated by wosch:
URL: https://cgit.FreeBSD.org/doc/commit/?id=a9893e2b7bb8b5471cdd83c4829ec25ab000615f
commit a9893e2b7bb8b5471cdd83c4829ec25ab000615f
Author: Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2025-06-08 08:14:16 +0000
Commit: Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2025-06-08 08:14:16 +0000
add manual pages for FreeBSD Ports 14.quarterly
---
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 f8a8dc275d..836d56ae38 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -358,7 +358,7 @@ $manPathDefault = 'FreeBSD 14.3-RELEASE and Ports';
%manPath = (
# supported RELEASES / STABLE / CURRENT
'FreeBSD 14.3-RELEASE and Ports',
-"$manLocalDir/FreeBSD-14.3-RELEASE/man:$manLocalDir/FreeBSD-14.3-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-14.3-RELEASE/man:$manLocalDir/FreeBSD-ports-14.3-RELEASE/misc",
+"$manLocalDir/FreeBSD-14.3-RELEASE/man:$manLocalDir/FreeBSD-14.3-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-14.quarterly-RELEASE/man:$manLocalDir/FreeBSD-ports-14.quarterly-RELEASE/misc",
'FreeBSD 14.2-RELEASE and Ports',
"$manLocalDir/FreeBSD-14.2-RELEASE/man:$manLocalDir/FreeBSD-14.2-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-14.2-RELEASE/man:$manLocalDir/FreeBSD-ports-14.2-RELEASE/misc",
'FreeBSD 14.1-RELEASE and Ports',
@@ -582,6 +582,7 @@ $manPathDefault = 'FreeBSD 14.3-RELEASE and Ports';
'FreeBSD Ports 14.1', "$manLocalDir/FreeBSD-ports-14.1-RELEASE/man:$manLocalDir/FreeBSD-ports-14.1-RELEASE/misc",
'FreeBSD Ports 14.2', "$manLocalDir/FreeBSD-ports-14.2-RELEASE/man:$manLocalDir/FreeBSD-ports-14.2-RELEASE/misc",
'FreeBSD Ports 14.3', "$manLocalDir/FreeBSD-ports-14.3-RELEASE/man:$manLocalDir/FreeBSD-ports-14.3-RELEASE/misc",
+ 'FreeBSD Ports 14.quarterly', "$manLocalDir/FreeBSD-ports-14.quarterly-RELEASE/man:$manLocalDir/FreeBSD-ports-14.quarterly-RELEASE/misc",
# FreeBSD Releases + Ports
@@ -1207,7 +1208,7 @@ while ( ( $key, $val ) = each %manPath ) {
'freebsd-current', 'FreeBSD 15.0-CURRENT',
'freebsd-release-ports', 'FreeBSD 14.3-RELEASE and Ports',
- 'freebsd-ports', 'FreeBSD Ports 14.3',
+ 'freebsd-ports', 'FreeBSD Ports 14.quarterly',
'slackware', 'Linux Slackware 3.1',
'redhat', 'Red Hat 9',