Way to know what require update packages with PKGNG

Yasuhiro KIMURA yasu at utahime.org
Sun Jan 13 04:14:55 UTC 2013


From: Robert Huff <roberthuff at 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


More information about the freebsd-ports mailing list