Perl5.34 to Perl5.36

FreeBSD version 12.4-RELEASE-p2

I've just successfully upgrade Perl5.34 to Perl5.36 using the usual method but when trying to install ImageMagick7 I get this which seems to be trying to install a different version of perl5.36 and downgrade the version I've just upgraded to. Any ideas?

Code:
pkg install ImageMagick7
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (1 conflicting)
  - perl5.36-5.36.1_1 conflicts with perl5-5.36.1_1 on /usr/local/bin/perl5.36.1
Checking integrity... done (0 conflicting)
The following 6 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
ImageMagick7: 7.1.0.62_7
ghostscript9-agpl-base: 9.56.1_12
ghostscript9-agpl-x11: 9.56.1
perl5.36: 5.36.1_1

Installed packages to be DOWNGRADED:
perl5: 5.36.1_1 -> 5.34.1_3

Installed packages to be REINSTALLED:
pkg-1.20.8

Number of packages to be installed: 4
Number of packages to be reinstalled: 1
Number of packages to be downgraded: 1

The process will require 136 MiB more space.

Proceed with this action? [y/N]:
 
20231017:
AFFECTS: users of lang/perl5*
AUTHOR: delphij@FreeBSD.org

The default Perl version has been switched to Perl 5.36. If you are using
binary packages to upgrade your system, you do not have anything to do, pkg
upgrade will do the right thing. For the other people, follow the
instructions in entry 20181213, it should still be the same.

and I've followed the entry 20181213 instructions to upgrade ports using 5.34
 
You're mixing 'latest' ports tree with 'quarterly' packages. The default perl changed for 'latest' but not yet for 'quarterly'. The change will be included in the next quarterly branch (2024Q1).
 
Back
Top