Solved Orphaned ports while using packages

Hi all,
I am using

Code:
# freebsd-version
11.1-RELEASE-p9

I am using packages; anyway I am forced to keep ports tree for dovecot and postfix (at least until I will know how to use poudriere, of course :)

I am getting this message:

Code:
dovecot-2.3.1_1                    >   succeeds remote (remote has 2.2.35_1)
gmake-lite-4.1_1                   ?   orphaned: devel/gmake-lite
vim-lite-8.0.1427                  ?   orphaned: editors/vim-lite

Except for dovecot (which I think understand: my version compiled from ports are more recent than binary package), why I have these message about gmake-lite and vim-lite?
I am using this cron:

Code:
15      3       *       *       *       root    pkg version -vqRL=

Thank you very much
 
To fix the vim issue: pkg set -n vim-lite:vim-console

Basically only the name of the package changed, the contents of the package is still the same. The above command 'renames' the installed package.
 
Back
Top