From owner-svn-doc-head@freebsd.org Sat Apr 9 21:24:52 2016 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42E45B0A227; Sat, 9 Apr 2016 21:24:52 +0000 (UTC) (envelope-from wosch@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 mx1.freebsd.org (Postfix) with ESMTPS id EE1DB1950; Sat, 9 Apr 2016 21:24:51 +0000 (UTC) (envelope-from wosch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u39LOpWr017516; Sat, 9 Apr 2016 21:24:51 GMT (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u39LOpXN017515; Sat, 9 Apr 2016 21:24:51 GMT (envelope-from wosch@FreeBSD.org) Message-Id: <201604092124.u39LOpXN017515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wosch set sender to wosch@FreeBSD.org using -f From: Wolfram Schneider Date: Sat, 9 Apr 2016 21:24:51 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r48556 - head/en_US.ISO8859-1/htdocs/cgi X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Apr 2016 21:24:52 -0000 Author: wosch Date: Sat Apr 9 21:24:50 2016 New Revision: 48556 URL: https://svnweb.freebsd.org/changeset/doc/48556 Log: setup FreeBSD Ports 10.3-RELEASE 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 Sat Apr 9 21:21:02 2016 (r48555) +++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Sat Apr 9 21:24:50 2016 (r48556) @@ -225,6 +225,8 @@ $manLocalDir = '/usr/local/www/bsddoc $manPathDefault = 'FreeBSD 10.3-RELEASE'; %manPath = ( + 'FreeBSD 10.3-RELEASE and Ports', +"$manLocalDir/FreeBSD-10.3-RELEASE/man:$manLocalDir/FreeBSD-10.3-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-10.3-RELEASE/man:$manLocalDir/FreeBSD-ports-10.3-RELEASE/misc", 'FreeBSD 10.2-RELEASE and Ports', "$manLocalDir/FreeBSD-10.2-RELEASE/man:$manLocalDir/FreeBSD-10.2-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-10.2-RELEASE/man:$manLocalDir/FreeBSD-ports-10.2-RELEASE/misc", 'FreeBSD 10.1-RELEASE and Ports', @@ -270,6 +272,7 @@ $manPathDefault = 'FreeBSD 10.3-RELEASE' 'FreeBSD 10.2-stable', "$manLocalDir/FreeBSD-10.2-stable/man:$manLocalDir/FreeBSD-10.2-stable/openssl/man", + 'FreeBSD Ports 10.3-RELEASE', "$manLocalDir/FreeBSD-ports-10.3-RELEASE/man:$manLocalDir/FreeBSD-ports-10.3-RELEASE/misc", 'FreeBSD Ports 10.2-RELEASE', "$manLocalDir/FreeBSD-ports-10.2-RELEASE/man:$manLocalDir/FreeBSD-ports-10.2-RELEASE/misc", 'FreeBSD Ports 10.1-RELEASE', "$manLocalDir/FreeBSD-ports-10.1-RELEASE/man:$manLocalDir/FreeBSD-ports-10.1-RELEASE/misc", 'FreeBSD Ports 10.0-RELEASE', "$manLocalDir/FreeBSD-ports-10.0-RELEASE/man:$manLocalDir/FreeBSD-ports-10.0-RELEASE/misc", @@ -772,8 +775,8 @@ while ( ( $key, $val ) = each %manPath ) 'freebsd-stable6', 'FreeBSD 6.4-stable', 'freebsd-current', 'FreeBSD 11-current', - 'freebsd-release-ports', 'FreeBSD 10.2-RELEASE and Ports', - 'freebsd-ports', 'FreeBSD Ports 10.2-RELEASE', + 'freebsd-release-ports', 'FreeBSD 10.3-RELEASE and Ports', + 'freebsd-ports', 'FreeBSD Ports 10.3-RELEASE', 'slackware', 'Linux Slackware 3.1', 'redhat', 'Red Hat Linux/i386 9',