From owner-svn-doc-all@freebsd.org Thu Jun 7 23:13:33 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD658100262D; Thu, 7 Jun 2018 23:13:32 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8F79884DB8; Thu, 7 Jun 2018 23:13:32 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 706A426BFE; Thu, 7 Jun 2018 23:13:32 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w57NDWcV031635; Thu, 7 Jun 2018 23:13:32 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w57NDWGh031634; Thu, 7 Jun 2018 23:13:32 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201806072313.w57NDWGh031634@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 7 Jun 2018 23:13:32 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51800 - head/en_US.ISO8859-1/htdocs/cgi X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/cgi X-SVN-Commit-Revision: 51800 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2018 23:13:33 -0000 Author: gjb Date: Thu Jun 7 23:13:32 2018 New Revision: 51800 URL: https://svnweb.freebsd.org/changeset/doc/51800 Log: Switch the default man.cgi path to use 11.2-RELEASE. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi ============================================================================== --- head/en_US.ISO8859-1/htdocs/cgi/man.cgi Thu Jun 7 17:09:15 2018 (r51799) +++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Thu Jun 7 23:13:32 2018 (r51800) @@ -227,10 +227,12 @@ foreach my $os ( keys %$sectionpath ) { $manLocalDir = '/usr/local/www/bsddoc/man'; # this should be the latest "release and ports" -$manPathDefault = 'FreeBSD 11.1-RELEASE and Ports'; +$manPathDefault = 'FreeBSD 11.2-RELEASE and Ports'; %manPath = ( # supported releases / stable / current + 'FreeBSD 11.2-RELEASE and Ports', +"$manLocalDir/FreeBSD-11.2-RELEASE/man:$manLocalDir/FreeBSD-11.2-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-11.2-RELEASE/man:$manLocalDir/FreeBSD-ports-11.2-RELEASE/misc", 'FreeBSD 11.1-RELEASE and Ports', "$manLocalDir/FreeBSD-11.1-RELEASE/man:$manLocalDir/FreeBSD-11.1-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-11.1-RELEASE/man:$manLocalDir/FreeBSD-ports-11.1-RELEASE/misc", 'FreeBSD 11.0-RELEASE and Ports', @@ -272,8 +274,10 @@ $manPathDefault = 'FreeBSD 11.1-RELEASE and Ports'; 'FreeBSD 12-current', "$manLocalDir/FreeBSD-12-current/man:$manLocalDir/FreeBSD-12-current/openssl/man", - 'FreeBSD 11.1-stable', -"$manLocalDir/FreeBSD-11.1-stable/man:$manLocalDir/FreeBSD-11.1-stable/openssl/man", + 'FreeBSD 11.2-stable', +"$manLocalDir/FreeBSD-11.2-stable/man:$manLocalDir/FreeBSD-11.2-stable/openssl/man", + 'FreeBSD 11.2-RELEASE', +"$manLocalDir/FreeBSD-11.2-RELEASE/man:$manLocalDir/FreeBSD-11.2-RELEASE/openssl/man", 'FreeBSD 11.1-RELEASE', "$manLocalDir/FreeBSD-11.1-RELEASE/man:$manLocalDir/FreeBSD-11.1-RELEASE/openssl/man", 'FreeBSD 11.0-RELEASE', @@ -366,6 +370,7 @@ $manPathDefault = 'FreeBSD 11.1-RELEASE and Ports'; 'FreeBSD Ports 10.4', "$manLocalDir/FreeBSD-ports-10.4-RELEASE/man:$manLocalDir/FreeBSD-ports-10.4-RELEASE/misc", 'FreeBSD Ports 11.0', "$manLocalDir/FreeBSD-ports-11.0-RELEASE/man:$manLocalDir/FreeBSD-ports-11.0-RELEASE/misc", 'FreeBSD Ports 11.1', "$manLocalDir/FreeBSD-ports-11.1-RELEASE/man:$manLocalDir/FreeBSD-ports-11.1-RELEASE/misc", + 'FreeBSD Ports 11.2', "$manLocalDir/FreeBSD-ports-11.2-RELEASE/man:$manLocalDir/FreeBSD-ports-11.2-RELEASE/misc", # FreeBSD Releases + Ports @@ -752,6 +757,7 @@ my $default_arch = 'amd64'; my %arch_names = ('default' => 'All Architectures'); my %arch = ( +'FreeBSD 11.2-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64 aarch64/] } , 'FreeBSD 11.1-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64 aarch64/] } , 'FreeBSD 11.0-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64 aarch64/] } , 'FreeBSD 10.4-RELEASE' => { 'default' => 'i386', 'arch' => [qw/amd64 arm i386 powerpc sparc64/] } , @@ -807,11 +813,11 @@ while ( ( $key, $val ) = each %manPath ) { # keywords must be in lower cases. %manPathAliases = ( - 'freebsd', 'FreeBSD 11.1-RELEASE', - 'freebsd-release', 'FreeBSD 11.1-RELEASE', + 'freebsd', 'FreeBSD 11.2-RELEASE', + 'freebsd-release', 'FreeBSD 11.2-RELEASE', - 'freebsd-stable', 'FreeBSD 11.1-stable', - 'freebsd-stable11', 'FreeBSD 11.1-stable', + 'freebsd-stable', 'FreeBSD 11.2-stable', + 'freebsd-stable11', 'FreeBSD 11.2-stable', 'freebsd-stable10', 'FreeBSD 10.4-stable', 'freebsd-stable9', 'FreeBSD 9.3-stable', @@ -820,8 +826,8 @@ while ( ( $key, $val ) = each %manPath ) { 'freebsd-stable6', 'FreeBSD 6.4-stable', 'freebsd-current', 'FreeBSD 12-current', - 'freebsd-release-ports', 'FreeBSD 11.0-RELEASE and Ports', - 'freebsd-ports', 'FreeBSD Ports 11.0', + 'freebsd-release-ports', 'FreeBSD 11.2-RELEASE and Ports', + 'freebsd-ports', 'FreeBSD Ports 11.2', 'slackware', 'Linux Slackware 3.1', 'redhat', 'Red Hat Linux/i386 9',