There has been a bit of confusion for those that are trying to follow the #FreeBSD 15.0 Alpha/Beta releases while using #pkgbase. The repo URL is incorrect and will continue to track snapshot. To reverse this so it tracks all releases within the 15.0 track, modify the FreeBSD-base.conf repo to use base_release_0 instead of base_latest URL:
--- /usr/local/etc/pkg/repos/FreeBSD-base.conf.sample 2025-10-20 20:10:29.264198000 +1100
+++ /usr/local/etc/pkg/repos/FreeBSD-base.conf 2025-10-20 20:10:39.721732000 +1100
@@ -1,5 +1,5 @@ FreeBSD-base: {
FreeBSD-base: {
- url: "pkg+https://pkg.FreeBSD.org/${ABI}/base_latest",
+ url: "pkg+https://pkg.FreeBSD.org/${ABI}/base_release_0",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",