Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2014 18:50:37 +0100
From:      Eduardo <emorrasg@yahoo.es>
To:        freebsd-questions@freebsd.org
Subject:   Re: Listing ports that have updates available
Message-ID:  <20140113185037.00004200.emorrasg@yahoo.es>
In-Reply-To: <20140113060422.7139c675@scorpio>
References:  <20140113060422.7139c675@scorpio>

next in thread | previous in thread | raw e-mail | index | archive | help
El Mon, 13 Jan 2014 06:04:22 -0500
Jerry <jerry@seibercom.net> escribi=F3:
> I use to use the following to get a list of ports that needed
> updating:
>=20
> 	/usr/sbin/pkg_version -vIL=3D
>=20
> 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:
>=20
> 	portversion -v | grep -i "<"
>=20
> Is there a better method available? I compile all of the software on
> my machine. I don't use "pkg" to install anything.
>=20

I use=20

portmaster -L | grep New

Don't know if it's better or faster or more accurate.

HTH

L



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