Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2014 06:04:22 -0500
From:      Jerry <jerry@seibercom.net>
To:        User questions <freebsd-questions@freebsd.org>
Subject:   Listing ports that have updates available
Message-ID:  <20140113060422.7139c675@scorpio>

next in thread | raw e-mail | index | archive | help
I use to use the following to get a list of ports that needed updating:

	/usr/sbin/pkg_version -vIL=

Since updating to FreeBSD 10.0-RC3 that option is no longer available.
Presently, I am using a quick hack to get a list applications that have
updates available for them:

	portversion -v | grep -i "<"

Is there a better method available? I compile all of the software on my
machine. I don't use "pkg" to install anything.

-- 
Jerry



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140113060422.7139c675>