Folks:
I think I found the problem. The previous Portfile was for 0.10.0a, not the
currently listed 0.10.2...
--- old Portfile ---
[Richard-E-Browns-Computer:dports/net/ethereal] richb% more Portfile
# $Id: Portfile,v 1.20 2004/01/10 10:45:08 jkh Exp $
PortSystem 1.0
name ethereal
version 0.10.0a
...
--- new Portfile ---
# $Id: Portfile,v 1.21 2004/02/25 08:13:28 toby Exp $
PortSystem 1.0
name ethereal
version 0.10.2
...
(I figured this out because when I started to re-install ethereal, it didn't
indicate that I was retrieving new source code...)
So I have two questions:
1) I was surprised when this wasn't refreshed when I did:
sudo port clean ethereal
sudo port install ethereal
2) What's the right way to get rid of an old partially installed version
of code
and refresh it? (Using 'clean' didn't do the trick. I ultimately removed the old
Portfile and source directory, and had to run portindex...)
So now I'm set. Thanks!
Rich Brown richard.e.brown@xxxxxxxxxxxx
Dartware, LLC http://www.dartware.com
10 Buck Road, PO Box 130 Telephone: 603-643-2268
Hanover, NH 03755-0130 USA Fax: 603-643-2289
|