Re: different outcome freebsd-version -kru

From: vermaden <vermaden_at_interia.pl>
Date: Tue, 26 May 2026 16:59:25 UTC
Hi,

> Hi Community,
> 
> I installed FreeBSD 15.0 on two divergent
> physical systems with pkgbase.
> 
> On both is under
> /usr/local/etc/pkg/repos/FreeBSD-base.conf
> with the content:
> 
> FreeBSD-ports: {
>    url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest",
> (...)
> FreeBSD-ports-kmods: {
>    url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_quarterly_${VERSION_MINOR}",

Kinda offtopic ... but IMHO one should either use '*_latest_*' or '*_quarterly_*' for all '*ports*' repos.

So either this for 'latest' packages:

> FreeBSD-ports: {
>    url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest",
> (...)
> FreeBSD-ports-kmods: {
>    url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_latest_${VERSION_MINOR}",

... or this for 'quarterly':

> FreeBSD-ports: {
>    url: "pkg+https://pkg.FreeBSD.org/${ABI}/quarterly",
> (...)
> FreeBSD-ports-kmods: {
>    url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_quarterly_${VERSION_MINOR}",

Regards,
vermaden