From zeising@daemonic.se  Wed May 23 15:46:22 2012
Return-Path: <zeising@daemonic.se>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 40331106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 May 2012 15:46:22 +0000 (UTC)
	(envelope-from zeising@daemonic.se)
Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3])
	by mx1.freebsd.org (Postfix) with ESMTP id D5D6C8FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 May 2012 15:46:21 +0000 (UTC)
Received: from mail.lysator.liu.se (localhost [127.0.0.1])
	by mail.lysator.liu.se (Postfix) with ESMTP id 28F974000A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 May 2012 17:46:21 +0200 (CEST)
Received: by mail.lysator.liu.se (Postfix, from userid 1004)
	id 1E2AB4002D; Wed, 23 May 2012 17:46:21 +0200 (CEST)
Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mail.lysator.liu.se (Postfix) with ESMTPSA id 647C14000A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 May 2012 17:43:02 +0200 (CEST)
Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6])
	by mx.daemonic.se (Postfix) with ESMTPS id 3VyHyg68xpz8ggx
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 May 2012 17:41:47 +0200 (CEST)
Received: from mx.daemonic.se ([10.1.0.3]) (using TLS with cipher CAMELLIA256-SHA)
	by mailscanner.daemonic.se (mailscanner.daemonic.se [10.1.0.6]) (amavisd-new, port 10025)
	with ESMTPS id fe4bqWJtOyRE for <FreeBSD-gnats-submit@freebsd.org>;
	Wed, 23 May 2012 17:41:42 +0200 (CEST)
Received: from mail.daemonic.se (mail.daemonic.se [10.1.0.4])
	by mx.daemonic.se (Postfix) with ESMTPS id 3VyHyZ4v9fz8ggv
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 May 2012 17:41:42 +0200 (CEST)
Received: from tifa.daemonic.se (tifa.daemonic.se [IPv6:2001:470:dca9:1::6])
	by mail.daemonic.se (Postfix) with ESMTPSA id 3VyHyZ4KkTz9Ctq
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 May 2012 17:41:42 +0200 (CEST)
Received: by tifa.daemonic.se (Postfix, from userid 1001)
	id 2757A22AC6; Wed, 23 May 2012 17:41:42 +0200 (CEST)
Message-Id: <20120523154142.2757A22AC6@tifa.daemonic.se>
Date: Wed, 23 May 2012 17:41:42 +0200 (CEST)
From: Niclas Zeising <zeising@daemonic.se>
Reply-To: Niclas Zeising <zeising@daemonic.se>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] update portsnap output after geodns update
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         168265
>Category:       docs
>Synopsis:       [PATCH] update portsnap output after geodns update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bcr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 23 15:50:02 UTC 2012
>Closed-Date:    Thu May 24 17:58:37 UTC 2012
>Last-Modified:  Thu May 24 17:58:37 UTC 2012
>Originator:     Niclas Zeising
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD tifa.daemonic.se 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r231776M: Wed Feb 15 22:30:06 CET 2012 root@tifa.daemonic.se:/usr/obj/usr/src/sys/TIFA amd64


	
>Description:
	portsnap recently grew geodns support, which slightly changed the output of portsnap fetch.
>How-To-Repeat:
	
>Fix:

	Attached patch updates the handbook to reflect this.

--- handbook.cutting-edge.chapter.sgml begins here ---
Index: head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml
===================================================================
--- head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml	(revision 38876)
+++ head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml	(working copy)
@@ -659,10 +659,10 @@
       Ports Collection files, issue the following command:</para>
 
     <screen>&prompt.root; <userinput>portsnap fetch</userinput>
-Looking up portsnap.FreeBSD.org mirrors... 3 mirrors found.
-Fetching snapshot tag from portsnap1.FreeBSD.org... done.
+Looking up portsnap.FreeBSD.org mirrors... 9 mirrors found.
+Fetching snapshot tag from geodns-1.portsnap.freebsd.org... done.
 Fetching snapshot metadata... done.
-Updating from Wed Aug  6 18:00:22 EDT 2008 to Sat Aug 30 20:24:11 EDT 2008.
+Updating from Tue May 22 02:12:15 CEST 2012 to Wed May 23 16:28:31 CEST 2012.
 Fetching 3 metadata patches.. done.
 Applying metadata patches... done.
 Fetching 3 metadata files... done.
--- handbook.cutting-edge.chapter.sgml ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->bcr 
Responsible-Changed-By: bcr 
Responsible-Changed-When: Wed May 23 19:52:11 UTC 2012 
Responsible-Changed-Why:  
I'll work on it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168265 
State-Changed-From-To: open->closed  
State-Changed-By: bcr 
State-Changed-When: Thu May 24 17:57:45 UTC 2012 
State-Changed-Why:  
The patch was committed as is. Thanks! PR closed.  

http://www.freebsd.org/cgi/query-pr.cgi?pr=168265 
>Unformatted:
