Previously when I updated perl from one version to the next I would run
According to /usr/ports/UPDATING I should now run
However, when I do this it wants to downgrade a lot of installed packages to the last binary one:
I do not want to downgrade anything. Is there a more suitable replacement than reinstalling all the binaries, and then recompiling everything to get an upgrade?
There seems to be something lacking in the new package systems when a previously simple thing becomes VERY complicated. I am thus assuming that I am doing something wrong.
# perl-after-upgrade
which would take care of updating all dependent packages aswell. According to /usr/ports/UPDATING I should now run
# pkg install -fRx perl
instead.However, when I do this it wants to downgrade a lot of installed packages to the last binary one:
Code:
Downgrading firefox: 16.0.2,1 -> 15.0.1,1
Downgrading libreoffice: 3.5.7 -> 3.5.6_1
Downgrading p5-subversion: 1.7.7 -> 1.7.6
Downgrading feh: 2.7 -> 2.6.1
I do not want to downgrade anything. Is there a more suitable replacement than reinstalling all the binaries, and then recompiling everything to get an upgrade?
There seems to be something lacking in the new package systems when a previously simple thing becomes VERY complicated. I am thus assuming that I am doing something wrong.