Mantis - pkg_get
Viewing Issue Advanced Details
3995 regular use minor always 2009-11-03 12:18 2009-11-03 14:57
skayser  
bonivart  
normal  
closed  
fixed  
none    
none  
0003995: pkgutil: -u option only works with the package name, not the software name
Could pkgutil be enhanced to also recognize the software name when using -u?

# pkgutil -c svn
package installed catalog
CSWsvn 1.4.5,REV=2007.11.18 1.6.2,REV=2009.06.13

# pkgutil -u svn
Parsing catalog, may take a while...
Package svn not in catalog...exiting.

# pkgutil -u CSWsvn
Parsing catalog, may take a while...
Install UPDATED packages ...
# pkgutil -v
1.8
Issue History
2009-11-03 12:18 skayser New Issue
2009-11-03 14:42 bonivart Status new => assigned
2009-11-03 14:42 bonivart Assigned To => bonivart
2009-11-03 14:43 bonivart Note Added: 0006947
2009-11-03 14:51 skayser Note Added: 0006948
2009-11-03 14:57 bonivart Status assigned => closed
2009-11-03 14:57 bonivart Resolution open => fixed

Notes
(0006947)
bonivart   
2009-11-03 14:43   
It does recognize catalog names but you need to use the corrent one. ;-)

subversion CSWsvn 1.6.2,REV=2009.06.13 2.2 MB
(0006948)
skayser   
2009-11-03 14:51   
Rats, guess that's a perfect case against differing pkg and sw names. Sorry for the noise.