1: A good method of knowing when you have out of date packages is to use the utility `lintpkgsrc`, which can be installed from `pkgtools/lintpkgsrc`. Once it is installed use it to check installed packages for newer available versions:
2:
3: lintpkgsrc -i
4: Scan Makefiles: ................
5: Version mismatch: 'dummy' 5.1 vs 5.2
6: Version mismatch: 'other_package' 2.5a vs 2.5b
7:
8: The results are simple: outdated-package-name currently-installed-version -vs- currently-supported-version
9:
10: See also
11: [pkg_chk|pkg_comp_pkg_chk]
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb