Due to the latest note in UPDATING about databases/db* I have successfully upgraded to databases/db6 and upgraded all ports. But even now if I run
pkg version -I everything shows "=" (up-to-date), however, when I try to run portmaster -a portmaster automatically tries to re-install databases/db48. I have already upgraded all ports dependent on db* to use db6 and removed any hint of databases/db48 in both /var/db/pkg/ and /var/db/ports/ (after removing databases/db48 of course). I even ran portmaster -o databases/db6 databases/db48. Should I have gone into /usr/ports/databases/db48 and run make deinstall clean instead of using pkg delete -f db48-4.8-{whatever the version was}? Please help. I don't see where portmaster thinks it needs to update db48. Ironically, after running portmaster -a anything getting upgraded will show "Updated" as usual, but as I have manually upgraded all ports that were previously dependent on databases/db48, while making sure it wasn't ever getting installed during this process and that the dependent ports were using/linking to databases/db6, if I run portmaster -a now, the only thing that happens is databases/db48 is installed. Very strange.