From owner-svn-doc-all@FreeBSD.ORG Thu Jul 4 22:34:10 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4AE4581E; Thu, 4 Jul 2013 22:34:10 +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 3CD0F1260; Thu, 4 Jul 2013 22:34:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r64MYAaI071113; Thu, 4 Jul 2013 22:34:10 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r64MYAkG071112; Thu, 4 Jul 2013 22:34:10 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201307042234.r64MYAkG071112@svn.freebsd.org> From: Gavin Atkinson Date: Thu, 4 Jul 2013 22:34:10 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42153 - head/en_US.ISO8859-1/htdocs/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-all@freebsd.org X-Mailman-Version: 2.1.14 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, 04 Jul 2013 22:34:10 -0000 Author: gavin Date: Thu Jul 4 22:34:09 2013 New Revision: 42153 URL: http://svnweb.freebsd.org/changeset/doc/42153 Log: Point to svnweb rather than cvsweb. Modified: head/en_US.ISO8859-1/htdocs/ports/references.xml Modified: head/en_US.ISO8859-1/htdocs/ports/references.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/ports/references.xml Thu Jul 4 21:40:23 2013 (r42152) +++ head/en_US.ISO8859-1/htdocs/ports/references.xml Thu Jul 4 22:34:09 2013 (r42153) @@ -76,15 +76,15 @@
  • The - + Web Interface to the Source Repository allows you to browse the files in the source repository. Changes that affect the entire port system are now documented in the - CHANGES file. + CHANGES file. Changes that affect individual ports are now documented in the - UPDATING file. + UPDATING file. However, the definitive answer to any question is undoubtedly to read - the source code of + the source code of bsd.port.mk, and associated files.