From nobody@FreeBSD.org  Thu Jun 20 19:10:08 2013
Return-Path: <nobody@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 2B8F5E7B
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 20 Jun 2013 19:10:08 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id 1D8CE1EF3
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 20 Jun 2013 19:10:08 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5KJA7du071114
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 20 Jun 2013 19:10:07 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5KJA7oe070988;
	Thu, 20 Jun 2013 19:10:07 GMT
	(envelope-from nobody)
Message-Id: <201306201910.r5KJA7oe070988@oldred.freebsd.org>
Date: Thu, 20 Jun 2013 19:10:07 GMT
From: "Ilya A. Arkhipov" <rum1cro@yandex.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] fix the man for man ports(7)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         179785
>Category:       docs
>Synopsis:       [patch] fix the man for man ports(7)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 20 19:20:00 UTC 2013
>Closed-Date:    Thu Jun 20 21:18:32 UTC 2013
>Last-Modified:  Sun Jun 23 20:20:01 UTC 2013
>Originator:     Ilya A. Arkhipov
>Release:        10.0-CURRENT
>Organization:
Home Inc.
>Environment:
FreeBSD mhome 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Thu Mar 29 18:04:50 UTC 2012     root@mhome:/usr/obj/usr/src/sys/MICROKERNEL  amd64
>Description:
Requested by: Kevin Oberman <rkoberman@gmail.com>
Changed in ports(7), now we are using dialog4ports
>How-To-Repeat:
man ports
>Fix:


Patch attached with submission follows:

--- ports_.7	2012-07-02 14:33:48.000000000 +0400
+++ ports.7	2013-06-20 22:46:41.476662798 +0400
@@ -110,7 +110,7 @@
 Configure
 .Va OPTIONS
 for this port using
-.Xr dialog 1 .
+.Xr dialog4ports 1 .
 .It Cm fetch
 Fetch all of the files needed to build this port from the sites
 listed in
@@ -190,7 +190,7 @@
 Configure
 .Va OPTIONS
 for this port and all its dependencies using
-.Xr dialog 1 .
+.Xr dialog4ports 1 .
 .It Cm fetch-list
 Show list of files to be fetched in order to build the port.
 .It Cm fetch-recursive


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-doc 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu Jun 20 20:38:05 UTC 2013 
Responsible-Changed-Why:  
reclassify. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179785 
State-Changed-From-To: open->closed 
State-Changed-By: eadler 
State-Changed-When: Thu Jun 20 21:18:31 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179785 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/179785: commit references a PR
Date: Thu, 20 Jun 2013 21:16:54 +0000 (UTC)

 Author: eadler
 Date: Thu Jun 20 21:16:46 2013
 New Revision: 252042
 URL: http://svnweb.freebsd.org/changeset/base/252042
 
 Log:
   Ports switched from dialog to dialog4ports some time ago.
   
   PR:		docs/179785
   Repored by:	Kevin Oberman <rkoberman@gmail.com>
   Submitted by:	"Ilya A. Arkhipov" <rum1cro@yandex.ru>
   MFC After:	3 days
 
 Modified:
   head/share/man/man7/ports.7
 
 Modified: head/share/man/man7/ports.7
 ==============================================================================
 --- head/share/man/man7/ports.7	Thu Jun 20 19:56:26 2013	(r252041)
 +++ head/share/man/man7/ports.7	Thu Jun 20 21:16:46 2013	(r252042)
 @@ -97,7 +97,7 @@ target.
  Configure
  .Va OPTIONS
  for this port using
 -.Xr dialog 1 .
 +.Xr dialog4ports 1 .
  .It Cm fetch
  Fetch all of the files needed to build this port from the sites
  listed in
 @@ -177,7 +177,7 @@ configured.
  Configure
  .Va OPTIONS
  for this port and all its dependencies using
 -.Xr dialog 1 .
 +.Xr dialog4ports 1 .
  .It Cm fetch-list
  Show list of files to be fetched in order to build the port.
  .It Cm fetch-recursive
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/179785: commit references a PR
Date: Sun, 23 Jun 2013 20:19:44 +0000 (UTC)

 Author: eadler
 Date: Sun Jun 23 20:19:05 2013
 New Revision: 252122
 URL: http://svnweb.freebsd.org/changeset/base/252122
 
 Log:
   MFC r252042:
   	Ports switched from dialog to dialog4ports some time ago.
   
   PR:		docs/179785
 
 Modified:
   stable/8/share/man/man7/ports.7
 Directory Properties:
   stable/8/share/man/   (props changed)
   stable/8/share/man/man7/   (props changed)
 
 Changes in other areas also in this revision:
 Modified:
   stable/9/share/man/man7/ports.7
 Directory Properties:
   stable/9/share/man/   (props changed)
   stable/9/share/man/man7/   (props changed)
 
 Modified: stable/8/share/man/man7/ports.7
 ==============================================================================
 --- stable/8/share/man/man7/ports.7	Sun Jun 23 20:19:00 2013	(r252121)
 +++ stable/8/share/man/man7/ports.7	Sun Jun 23 20:19:05 2013	(r252122)
 @@ -97,7 +97,7 @@ target.
  Configure
  .Va OPTIONS
  for this port using
 -.Xr dialog 1 .
 +.Xr dialog4ports 1 .
  .It Cm fetch
  Fetch all of the files needed to build this port from the sites
  listed in
 @@ -177,7 +177,7 @@ configured.
  Configure
  .Va OPTIONS
  for this port and all its dependencies using
 -.Xr dialog 1 .
 +.Xr dialog4ports 1 .
  .It Cm fetch-list
  Show list of files to be fetched in order to build the port.
  .It Cm fetch-recursive
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/179785: commit references a PR
Date: Sun, 23 Jun 2013 20:19:29 +0000 (UTC)

 Author: eadler
 Date: Sun Jun 23 20:19:05 2013
 New Revision: 252122
 URL: http://svnweb.freebsd.org/changeset/base/252122
 
 Log:
   MFC r252042:
   	Ports switched from dialog to dialog4ports some time ago.
   
   PR:		docs/179785
 
 Modified:
   stable/9/share/man/man7/ports.7
 Directory Properties:
   stable/9/share/man/   (props changed)
   stable/9/share/man/man7/   (props changed)
 
 Changes in other areas also in this revision:
 Modified:
   stable/8/share/man/man7/ports.7
 Directory Properties:
   stable/8/share/man/   (props changed)
   stable/8/share/man/man7/   (props changed)
 
 Modified: stable/9/share/man/man7/ports.7
 ==============================================================================
 --- stable/9/share/man/man7/ports.7	Sun Jun 23 20:19:00 2013	(r252121)
 +++ stable/9/share/man/man7/ports.7	Sun Jun 23 20:19:05 2013	(r252122)
 @@ -97,7 +97,7 @@ target.
  Configure
  .Va OPTIONS
  for this port using
 -.Xr dialog 1 .
 +.Xr dialog4ports 1 .
  .It Cm fetch
  Fetch all of the files needed to build this port from the sites
  listed in
 @@ -177,7 +177,7 @@ configured.
  Configure
  .Va OPTIONS
  for this port and all its dependencies using
 -.Xr dialog 1 .
 +.Xr dialog4ports 1 .
  .It Cm fetch-list
  Show list of files to be fetched in order to build the port.
  .It Cm fetch-recursive
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
