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
	
	
	
		
My pkg repo server is set to latest.
/etc/pkg/FreeBSD.conf:
	
	
	
		
Any idea what's going on ?
Thanks
				
			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
}
	Thanks