Bug 115193

Summary: Obsolete info in ports(7)
Product: Documentation Reporter: Tomas Mozes <hydrapolic>
Component: Books & ArticlesAssignee: Gabor Kovesdan <gabor>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Tomas Mozes 2007-08-04 11:10:02 UTC
> man 7 ports
the second paragraph of the description:

[code]
     It is possible to download and use ports from the FreeBSD repository that
     are newer than the installed system; however it is important to install
     the appropriate ``Upgrade Kit'' from http://www.FreeBSD.org/ports/ first!
     The portcheckout(1) (ports/devel/portcheckout) script (also a port, of
     course!) will help to download new ports.
[/code]

The portcheckout is now in ports/ports-mgmt/portcheckout

Fix: 

[code]
     The portcheckout(1) (ports/ports-mgmt/portcheckout) script (also a port, of
     course!) will help to download new ports.
[/code]
How-To-Repeat: http://www.freebsd.org/cgi/man.cgi?query=ports&apropos=0&sektion=0&manpath=FreeBSD+6.2-RELEASE&format=html

or 

man 7 ports
Comment 1 Gabor Kovesdan freebsd_committer freebsd_triage 2007-08-22 16:00:17 UTC
Responsible Changed
From-To: freebsd-doc->gabor

Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-08-22 19:07:47 UTC
gabor       2007-08-22 18:07:42 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:
    share/man/man7       ports.7 
  Log:
  - Fix origin of the portcheckout port as we have it in the port-mgmt
    category now
  
  PR:             docs/115193
  Submitted by:   Tomas Mozes <hydrapolic at gmail dot com>
  Approved by:    re (bmah),
                  keramida (mentor)
  MFC after:      0 days
  
  Revision  Changes    Path
  1.61      +2 -2      src/share/man/man7/ports.7
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Gabor Kovesdan freebsd_committer freebsd_triage 2007-08-22 19:12:18 UTC
State Changed
From-To: open->closed

Fixed in HEAD and RELENG_6, thanks!