From nobody@FreeBSD.ORG Sun Sep 19 11:57:03 1999
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 8CF3714D2D; Sun, 19 Sep 1999 11:57:02 -0700 (PDT)
Message-Id: <19990919185702.8CF3714D2D@hub.freebsd.org>
Date: Sun, 19 Sep 1999 11:57:02 -0700 (PDT)
From: jsong@cs.ubc.ca
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: wget port is split to two locations
X-Send-Pr-Version: www-1.0

>Number:         13830
>Category:       ports
>Synopsis:       wget port is split to two locations
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 19 12:00:01 PDT 1999
>Closed-Date:    Sun Sep 19 12:24:15 PDT 1999
>Last-Modified:  Sun Sep 19 12:25:23 PDT 1999
>Originator:     Joon
>Release:        3.3-STABLE
>Organization:
>Environment:
FreeBSD srtb0211-218 3.3-STABLE FreeBSD 3.3-STABLE #0: Sat Sep 18 17:46:45 PDT 1999     jsong@srtb0211-218:/usr/src/sys/compile/VP  i386
>Description:
wget port has no README.html file in /usr/ports/ftp/wget and
has only that file in /usr/ports/net/wget

> ll /usr/ports/ftp/wget/
total 4
-rw-r--r--  1 root  wheel  839 Sep  5 00:17 Makefile
drwxr-xr-x  2 root  wheel  512 Aug 15 01:07 files
drwxr-xr-x  2 root  wheel  512 Aug 15 01:07 patches
drwxr-xr-x  2 root  wheel  512 Aug 15 01:07 pkg

> ll /usr/ports/net/wget/
total 1
-rw-r--r--  1 root  wheel  807 Jun  3 01:52 README.html

>How-To-Repeat:
cvsup the ports tree using
/usr/share/examples/cvsup/ports-supfile

>Fix:


>Release-Note:
>Audit-Trail:

From: Rasmus Kaj <kaj@raditex.se>
To: jsong@cs.ubc.ca
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: ports/13830: wget port is split to two locations
Date: Sun, 19 Sep 1999 21:11:50 +0200

 >>>>> "j" == jsong  <jsong@cs.ubc.ca> writes:
 
  j> wget port has no README.html file in /usr/ports/ftp/wget and
  j> has only that file in /usr/ports/net/wget
 
 This is expected if you updated your ports tree (as opposed to
 reinstalled it). In theory, if you want the README.html files you
 should always `cd /usr/ports && make readmes` after an
 update. Unfortunatley, that takes a long time, so you may not do it
 quite so often.
 
 To fix just this problem; `rm -r /usr/ports/net/wget && cd
 /usr/ports/ftp/wget && make readmes` (for a single port it don't take
 long).
 
 I recommend that this PR is closed.
 
 -- 
 Rasmus Kaj ---------------- rasmus@kaj.a.se - http://www.e.kth.se/~kaj/
  \                         Never try to outstubborn a cat -Lazarus Long
   \--------------------------------------------- http://www.Raditex.se/
 
State-Changed-From-To: open->closed  
State-Changed-By: cpiazza 
State-Changed-When: Sun Sep 19 12:24:15 PDT 1999 
State-Changed-Why:  
This is because cvsup won't remove extra files in the tree. 
If you remove the README.html file your next cvsup should get 
rid of the 'net' location 
README.html is not distributed with the cvs tree of ports, it's 
created for the distribution, FYI. 
>Unformatted:
