How to calculate (1 candidates): 100%?

Code:
root@A9t:/home/luba # pkg upgrade
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (1 candidates): 100%
Processing candidates (1 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.
root@A9t:/home/luba #

How to calculate what has not been updated there and why?
 
Just ignore it. It doesn't mean something is out of date.
 
It's not an error, it's not even a warning. It just has to do with the way the resolving of available updates works. It has a candidate for updating (because it got triggered as dependency) but the dependency is already installed and up to date. So, nothing to worry about.
 
Code:
root@A9t:/home/luba # pkg upgrade
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (1 candidates): 100%
Processing candidates (1 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.
root@A9t:/home/luba #

How to calculate what has not been updated there and why?
(N candidates) is meaningless output.
I filed a bug report nearly a year ago, I expect that it will continue to be ignored... https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255967

SirDice has such love and affection for FreeBSD that he will explain away the problem based on technicalities. I don't understand that mindset. This bug causes users to question the integrity of pkg and that is why it is a problem.

I already did it. Did not help. Everything remains as before. :(
A package manager should not leave a user in this state after a basic operation. (There are users who do all sorts of crazy stuff but they know what they're doing and are prepared for challenges - it's depressing having to add this just because some twit will argue about non-basic usage...).
 
Back
Top