From owner-freebsd-questions@FreeBSD.ORG Mon Jan 13 17:52:57 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 13680B10 for ; Mon, 13 Jan 2014 17:52:57 +0000 (UTC) Received: from nm10-vm9.bullet.mail.ir2.yahoo.com (nm10-vm9.bullet.mail.ir2.yahoo.com [212.82.96.161]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 41EF316CC for ; Mon, 13 Jan 2014 17:52:55 +0000 (UTC) Received: from [212.82.98.63] by nm10.bullet.mail.ir2.yahoo.com with NNFMP; 13 Jan 2014 17:50:38 -0000 Received: from [46.228.39.72] by tm16.bullet.mail.ir2.yahoo.com with NNFMP; 13 Jan 2014 17:50:38 -0000 Received: from [127.0.0.1] by smtp109.mail.ir2.yahoo.com with NNFMP; 13 Jan 2014 17:50:38 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.es; s=s1024; t=1389635438; bh=VxnCId9KnpSUJSZ6Wp5hRrAHJQsgeUt8Rl9Z5hvE0vk=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Date:From:To:Subject:Message-ID:In-Reply-To:References:X-Mailer:MIME-Version:Content-Type:Content-Transfer-Encoding; b=WhtyzjvknT/OrXQ9xV3d67UrnOBwSH3VRmG5xINuqY4A4n5Cah3/Jg/dtdCn3BXnCT/LtrnjrK7eEBmuqPriFwgArPRM2KGY4P83iPfmPFja8gNMBhfa1QV3NCAYI+CRCt9r0EcgDFHzYnHFJj7iLjrtCbu3iW/xGldvR2GiUKA= X-Yahoo-Newman-Id: 291494.82937.bm@smtp109.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: lj63U4gVM1kNCGrIl2PKVKwafcJKSeVOPpvzo1xeBrEd27s 6RSiNkjGeC_x.z1HbqFfFmc57E0C1LHbKz4mJYLBYfhvtfXFX31oU_IED466 WGVn.zD2Nyo3s1c2OUvNdGgUZiaVf3qvZ7qMPlJPDMP6ZL_K5mlWXEAd7wZg yY6DeHh4su.rt4jLxNNX1PiOUWlm2uE2g_mex273JwpA3dItn1LlNJTejvbc rjDIOjreJHnkmucyBWITz4HgJ7IXE.JlIxrfv90k08M1qmn21OGYcurMfSzW em4W2BQW4ZXdp.7Xnj.LjjKkvgkltU_.3CEnDRhR6ZbmMtvyHqAizi3pOY4E pSSbPRzxV1sdgtFMGsnaHqC66LW16a928HaobTaUmCcv_GqW_lq41jEUavvT 65xUCG3DZHO91xhkUIZmBAEbCVLMjQQj.DCUnZ9ZuNy0.Z7NNVb1b.R0pgcs PnLdn_ZE2n0VBnnUld.TtRwKMIy3tIdptIehl7T8LskoOGq8FUlqcvr8- X-Yahoo-SMTP: mX392iiswBAeJNdO_s.EW62LZDJR X-Rocket-Received: from localhost (emorrasg@89.7.216.154 with plain [188.125.69.59]) by smtp109.mail.ir2.yahoo.com with SMTP; 13 Jan 2014 17:50:38 +0000 UTC Date: Mon, 13 Jan 2014 18:50:37 +0100 From: Eduardo 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> X-Mailer: Claws Mail 3.9.2-94-gc6f41d (GTK+ 2.16.6; i586-pc-mingw32msvc) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jan 2014 17:52:57 -0000 El Mon, 13 Jan 2014 06:04:22 -0500 Jerry 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