Upgrading FreeBSD Packages
In my last post I discussed upgrading from FreeBSD 7.0 to 7.1. In this post I'll mention packages that needed to be updated. In the last post I showed two installed packages using the native pkg_info command. neely# pkg_info cdrtools-2.01_6 CD/CD-R[W] and ISO-9660 image creation and extraction tools dvd+rw-tools-7.0 DVD burning software At this point I could have used pkg_delete to remove them, and added the newest packages via pkg_add. Because that is easy, I decided to show an alternative that might be better for systems with many packages. I decided to use Portupgrade to update packages installed on the system. Portupgrade was not on the box so I added it via pkg_add. I used the -n switch to do a "dry run" to see what version would be added. neely# pkg_add -vrn portupgrade scheme: [ftp] user: [] password: [] host: [ftp.freebsd.org] port: [0] document: [/pub/FreeBSD/ports/i386/packages-7.1-release/Latest/portupgrade.tbz] ---> ftp.freebsd.org:...