From: Robert Huff <[email protected]>
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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"

Reply via email to