Not seeing latest packages

Hi,
There's something I don't understand, and I hope someone can help me here.
When I look on freshports, I can see that the latest version of the unifi6 package is 6.5.55, but on my system, even after a forced update I can only see the latest as 6.5.54.
Freshports : net-mgmt/unifi6
Code:
# pkg search unifi6 
unifi6-6.5.54                  UniFi Controller v6

My pkg repo server is set to latest.
/etc/pkg/FreeBSD.conf:
Code:
FreeBSD: {
  url: "pkg+[URL]http://pkg.FreeBSD.org/$[/URL]{ABI}/latest",
  mirror_type: "srv",
  signature_type: "fingerprints",
  fingerprints: "/usr/share/keys/pkg",
  enabled: yes
}
Any idea what's going on ?


Thanks
 
If you build from sources quarterly has v 6.5.55.
So has the main branch aka latest. Doesn't change the fact that the package isn't available because it hasn't been built yet. Packages will always lag behind a bit, regardless if it's latest or quarterly. It takes time for the build clusters to build packages and then some additional time to distribute them.
 
Back
Top