From owner-svn-doc-head@FreeBSD.ORG Thu Mar 7 13:17:29 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CC8BF9CC; Thu, 7 Mar 2013 13:17:29 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A596E932; Thu, 7 Mar 2013 13:17:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r27DHTep063612; Thu, 7 Mar 2013 13:17:29 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r27DHSee063610; Thu, 7 Mar 2013 13:17:28 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201303071317.r27DHSee063610@svn.freebsd.org> From: Gavin Atkinson Date: Thu, 7 Mar 2013 13:17:28 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41119 - in head/en_US.ISO8859-1: articles/portbuild books/handbook/ports 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.14 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: Thu, 07 Mar 2013 13:17:29 -0000 Author: gavin Date: Thu Mar 7 13:17:28 2013 New Revision: 41119 URL: http://svnweb.freebsd.org/changeset/doc/41119 Log: Catch up with the rename of the SVN mirrors page in the handbook, fixing two 404 links. Change svn:// links to https:// in the ports handbook chapter. Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml head/en_US.ISO8859-1/books/handbook/ports/chapter.xml Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/portbuild/article.xml Thu Mar 7 12:08:38 2013 (r41118) +++ head/en_US.ISO8859-1/articles/portbuild/article.xml Thu Mar 7 13:17:28 2013 (r41119) @@ -2735,7 +2735,7 @@ sh -x ./tmp/mkportbuild Select an svn repository and export it. See the - &os; Handbook + &os; Handbook for the currently supported list. &prompt.root; export VCS_REPOSITORY=svn://svn0.us-east.FreeBSD.org Modified: head/en_US.ISO8859-1/books/handbook/ports/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/ports/chapter.xml Thu Mar 7 12:08:38 2013 (r41118) +++ head/en_US.ISO8859-1/books/handbook/ports/chapter.xml Thu Mar 7 13:17:28 2013 (r41119) @@ -1068,16 +1068,16 @@ Deinstalling ca_root_nss-3.13.5... done< Check out a copy of the ports tree. Use a specific Subversion + url="&url.books.handbook;/svn-mirrors.html">Subversion mirror close to your geographic location instead - of svn.FreeBSD.org in the + of svn0.us-east.FreeBSD.org in the command below for better performance. Committers should read the Subversion Primer first to be sure the correct protocol is chosen. - &prompt.root; svn checkout svn://svn.FreeBSD.org/ports/head /usr/ports + &prompt.root; svn checkout https://svn0.us-east.FreeBSD.org/ports/head /usr/ports