FreeBSD 11.3-RELEASE-p3
I received an update notification today for perl 5.32 which I followed as per the instructions in the UPDATING file 20161103 ...
All good so far and upon checking
However if I now run
Am I making a mistake trying to run
I received an update notification today for perl 5.32 which I followed as per the instructions in the UPDATING file 20161103 ...
portupgrade -o lang/perl5.32 -f lang/perl5.30
portupgrade -f `pkg shlib -qR libperl.so.5.30`
All good so far and upon checking
pkg version
it showed as expected perl5-5.32.0.However if I now run
pkg upgrade
it wants to downgrade perl5-5.32.0 to perl5-5.30.3 and undo the changes made to the rebuilt ports. At this point I refused to continue.Am I making a mistake trying to run
pkg upgrade
afterward ?