When I'm trying to upgrade apache24 via packages:
I get compat6x as a new dependency:
So it looks like new dependency is introduced: compat6x.
Meanwhile, when trying to upgrade the port via port sources with portmaster:
There's no new dependency:
So, to be concise, what's going on?
pkg upgrade apache24
I get compat6x as a new dependency:
Code:
New packages to be INSTALLED:
compat6x-amd64: 6.4.604000.200810_3
Installed packages to be UPGRADED:
apache24: 2.4.26 -> 2.4.27
apr: 1.5.2.1.5.4_2 -> 1.6.2.1.6.0
Number of packages to be installed: 1
Number of packages to be upgraded: 2
So it looks like new dependency is introduced: compat6x.
Meanwhile, when trying to upgrade the port via port sources with portmaster:
portmaster apache24
There's no new dependency:
Code:
===>>> apache24-2.4.26 >> (1)
===>>> The following actions will be taken if you choose to proceed:
Upgrade apache24-2.4.26 to apache24-2.4.27
Upgrade apr-1.5.2.1.5.4_2 to apr-1.6.2.1.6.0
So, to be concise, what's going on?