View Single Post
Old 23rd July 2008
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Real Name: Ben
Spam Refugee
 
Join Date: Jul 2008
Location: Rotterdam, The Netherlands
Posts: 336
Default

I normally use these in order (there's a script running these commands in this order anyway; there are checks for errors in there)

/usr/sbin/portsnap fetch
/usr/sbin/portsnap update
/usr/local/sbin/portsdb -Fu
/usr/sbin/pkg_version -L '='
/usr/bin/grep -B 1 AFFECTS: /usr/ports/UPDATING | /usr/bin/head -20
/usr/local/sbin/pkgdb -L

Running 'portupgrade someport' or even 'portupgrade -a' comes after that, of course.

Last edited by DutchDaemon; 23rd July 2008 at 10:13 AM.
Reply With Quote