Hi, there are different versions of perl in different ports. If the default version of perl is upgraded, the new package will be installed during a pkg upgrade operation, but the old one is not removed. Hence, both packages will conflict and the upgrade will fail.
You have to manually remove the current installed version of perl, without removing the packages which depend on it : pkg remove -f perl and then do the upgrade pkg upgrade Regards, Joris
