Baptiste Daroussin <bapt_at_freebsd.org> wrote on Date: Fri, 13 Dec 2024 08:09:22 UTC:
. . . > To be able to use those new repositories: > > this is the repository configuration for packages built our of the main branch > > > https://people.freebsd.org/~bapt/kmods-latest.conf.txt that file has ${VERSION_VERSION} instead of using ${VERSION_MINOR}: FreeBSD-kmods { url: pkg+https://pkg.freebsd.org/${ABI}/kmods_latest_${VERSION_VERSION} signature_type: "fingerprints" fingerprints: "/usr/share/keys/pkg" mirror_type: "srv" enabled: yes } > for completion we also started building on quarterly branches, but keep in > mind > that all the above changes are only in main now and will be in quarterly only > in > january > > > https://people.freebsd.org/~bapt/kmods-quarterly.conf.txt that file also has ${VERSION_VERSION} instead of using ${VERSION_MINOR}: FreeBSD-kmods { url: pkg+https://pkg.freebsd.org/${ABI}/kmods_quarterly_${VERSION_VERSION} signature_type: "fingerprints" fingerprints: "/usr/share/keys/pkg" mirror_type: "srv" enabled: yes } === Mark Millard marklmi at yahoo.com