Hello all, i saw that py-salt has been updated to 3003.1_1
https://www.freshports.org/sysutils/py-salt/
On my system i have installed py38-salt-3002.6
But if i do a pkg upgrade it will not update py-salt, it updates other
packages but not salt.
If i force a pkg install of py38-salt it tells me that i am using the
latest version.
root@jhost001:/usr/src # pkg install py38-salt
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The most recent versions of packages are already installed
My /etc/pkg/FreeBSD.conf file is set to use the latest repository
FreeBSD: {
url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}
There is no pkg dir in /usr/local/etc/ that could override the base pkg
config.
This is on FreeBSD 13.0-STABLE
Am i missing something?