On a 9.2-RELEASE I want to upgrade some packages which are older than the available packages, e.g. pear 1.9.4_2 which should be updated to 1.9.4_3.
The problem is, that
I even did this for all wrong dependencies:
But when I retry to upgrade or to (re)install Pear alone, always the old PHP version is wanted (I never run through the installation/upgrade to prevent a mess).
Any hints what I might did wrong?
The problem is, that
pkg upgrade or even pkg install pear always wants to install php5.4.21, which is older than the installed php5.5.5.I even did this for all wrong dependencies:
pkg set -o lang/php5:lang/php55But when I retry to upgrade or to (re)install Pear alone, always the old PHP version is wanted (I never run through the installation/upgrade to prevent a mess).
Code:
The following 6 packages will be installed:
Reinstalling libiconv-1.14_1 (needed shared library changed)
Reinstalling pcre-8.33 (needed shared library changed)
Reinstalling libxml2-2.8.0_2 (direct dependency changed)
Installing php5: 5.4.21
Installing php5-xml: 5.4.21
Upgrading pear: 1.9.4_2 -> 1.9.4_3
Any hints what I might did wrong?