Date: Sun, 13 Jan 2013 13:14:22 +0900 (JST) From: Yasuhiro KIMURA <yasu@utahime.org> To: roberthuff@rcn.com Cc: freebsd-ports@freebsd.org Subject: Re: Way to know what require update packages with PKGNG Message-ID: <20130113.131422.114744898.yasu@utahime.org> In-Reply-To: <20722.11049.143610.834651@jerusalem.litteratus.org> References: <20130113.115444.486245100.yasu@utahime.org> <20722.11049.143610.834651@jerusalem.litteratus.org>
next in thread | previous in thread | raw e-mail | index | archive | help
From: Robert Huff <roberthuff@rcn.com> Subject: Way to know what require update packages with PKGNG Date: Sat, 12 Jan 2013 22:34:01 -0500 >> Are there any way to know what require update packages with PKGNG? > Is "pkg version -vl \<" what you want? Thank you for reply. It exactly shows what I want to know if it is before executing portupgade/portmaster. But I want to know same information after packages are updated. Currently I take following 4 steps. # portsnap fetch update # pkg version -L = > /tmp/updating-packages.log # portupgrade -a # pkg info -r `awk '{print $1}' /tmp/updating-packages.log` I would like to merge step 2 and 4 if possible. --- Yasuhiro KIMURA
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130113.131422.114744898.yasu>