compare installed to the newest packages after ports tree update

Sorry for my bad English, I mean list outdated ports with pkg_version command:
Code:
# pkg_version -vIL'<'
 
Change the '<' to '=', and pkg_version will list all packages that are not 'current' (-L means: do not show, so -L '=' means: do not show up-to-date packages). Your ports tree (or in this case: the INDEX-* file in /usr/ports, see the -I flag in pkg_version(1)) must be up-to-date for this to work correctly.
 
Back
Top