Problems upgrading installed ports FreeBSD 8.4

I ran portsnap upgrade extract to update the Port Tree. I run pkg_version -l "<" and a long list of outdated ports. I ran portupgrade -a I get the following or some ports that were not processed for various reasons. (They are ignored or deleted for example). I run pkg_version -l "<"again and there is no change in the ports which were not included in the none processed list. Obviously I am doing something wrong. Thoughts?
 
Always using -a with either port upgrade tool will often cause problems. Sometimes they are minor and show up later. Sometimes they are major and show up immediately. Always checking /usr/ports/UPDATING before updating or installing new ports helps avoid those problems.
 
Back
Top