Date: Fri, 14 Dec 2018 08:04:50 +0100 From: Wolfram Schneider <wosch@freebsd.org> To: Glen Barber <gjb@freebsd.org> Cc: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: Re: svn commit: r52666 - in head: en_US.ISO8859-1/books/faq en_US.ISO8859-1/books/handbook en_US.ISO8859-1/htdocs en_US.ISO8859-1/htdocs/cgi en_US.ISO8859-1/htdocs/releases en_US.ISO8859-1/htdocs/relea... Message-ID: <CAMWY7CCzsnEGGx%2B-=0t6Ft2Vu5u3iswF%2BXJFT=cqz4X5JGmqRQ@mail.gmail.com> In-Reply-To: <201812111849.wBBIn3Q5043425@repo.freebsd.org> References: <201812111849.wBBIn3Q5043425@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 11 Dec 2018 at 19:49, Glen Barber <gjb@freebsd.org> wrote: > > Author: gjb > Date: Tue Dec 11 18:49:03 2018 > New Revision: 52666 > URL: https://svnweb.freebsd.org/changeset/doc/52666 > > Log: > Announce 12.0-RELEASE: > > - Update entities to reflect 12.0 is now available. > - Add 12.0 to the index page and handbook. > - Update man.cgi to add 12.0. something is wrong with the manual pages, FreeBSD 12-RELEASE and FreeBSD 12.0-stable are missing on the production site. Did you forgot to configure them correctly in man.cgi? -Wolfram > - Prune checksum files from RC2 and RC3. > > Approved by: re (implicit) > Sponsored by: The FreeBSD Foundation > Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi > ============================================================================== > --- head/en_US.ISO8859-1/htdocs/cgi/man.cgi Tue Dec 11 18:47:42 2018 (r52665) > +++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Tue Dec 11 18:49:03 2018 (r52666) > @@ -229,10 +229,12 @@ foreach my $os ( keys %$sectionpath ) { > > $manLocalDir = '/usr/local/www/bsddoc/man'; > # this should be the latest "release and ports" > -$manPathDefault = 'FreeBSD 11.2-RELEASE and Ports'; > +$manPathDefault = 'FreeBSD 12.0-RELEASE and Ports'; > > %manPath = ( > # supported releases / stable / current > + 'FreeBSD 12.0-RELEASE and Ports', > +"$manLocalDir/FreeBSD-12.0-RELEASE/man:$manLocalDir/FreeBSD-12.0-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-12.0-RELEASE/man:$manLocalDir/FreeBSD-ports-12.0-RELEASE/misc", > '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', > @@ -276,6 +278,11 @@ $manPathDefault = 'FreeBSD 11.2-RELEASE and Ports'; > 'FreeBSD 12-current', > "$manLocalDir/FreeBSD-12-current/man:$manLocalDir/FreeBSD-12-current/openssl/man", > > + 'FreeBSD 12.0-RELEASE', > + 'FreeBSD 12.0-stable', > +"$manLocalDir/FreeBSD-12.0-stable/man:$manLocalDir/FreeBSD-12.0-stable/openssl/man", > + > + 'FreeBSD 11.2-RELEASE', > 'FreeBSD 11.2-stable', > "$manLocalDir/FreeBSD-11.2-stable/man:$manLocalDir/FreeBSD-11.2-stable/openssl/man", > 'FreeBSD 11.2-RELEASE', > @@ -368,6 +375,7 @@ $manPathDefault = 'FreeBSD 11.2-RELEASE and Ports'; > '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 Ports 12.0', "$manLocalDir/FreeBSD-ports-12.0-RELEASE/man:$manLocalDir/FreeBSD-ports-12.0-RELEASE/misc", > > > # FreeBSD Releases + Ports > @@ -820,16 +828,16 @@ while ( ( $key, $val ) = each %manPath ) { > > # keywords must be in lower cases. > %manPathAliases = ( > - 'freebsd', 'FreeBSD 11.2-RELEASE', > - 'freebsd-release', 'FreeBSD 11.2-RELEASE', > + 'freebsd', 'FreeBSD 12.0-RELEASE', > + 'freebsd-release', 'FreeBSD 12.0-RELEASE', > > 'freebsd-stable', 'FreeBSD 11.2-stable', > 'freebsd-stable11', 'FreeBSD 11.2-stable', > 'freebsd-stable10', 'FreeBSD 10.4-stable', > > 'freebsd-current', 'FreeBSD 12-current', > - 'freebsd-release-ports', 'FreeBSD 11.2-RELEASE and Ports', > - 'freebsd-ports', 'FreeBSD Ports 11.2', > + 'freebsd-release-ports', 'FreeBSD 12.0-RELEASE and Ports', > + 'freebsd-ports', 'FreeBSD Ports 12.0', > > 'slackware', 'Linux Slackware 3.1', > 'redhat', 'Red Hat Linux/i386 9', > -- Wolfram Schneider <wosch@FreeBSD.org> https://wolfram.schneider.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMWY7CCzsnEGGx%2B-=0t6Ft2Vu5u3iswF%2BXJFT=cqz4X5JGmqRQ>