Re: FreeBSD 15 stable amd64 firefox pkgbase

From: Lukas Engelhardt <lukas.engelhardt_at_gmx.de>
Date: Thu, 30 Oct 2025 16:34:05 UTC
Hello Manfred,

First of all 140.4.0_1 is the latest available version in ports:
https://www.freshports.org/www/firefox-esr/

Second: why are you giving us your freebsd-base repo config?
As far as I know Firefox is a package and not in base.
you should probably take a look in FreeBSD.conf or FreeBSD-ports.conf depending on your version of FreeBSD.

Have a nice evening

Lukas

Am 30. Okt. 2025, 17:27, um 17:27, Manfred Koch <md-koch@t-online.de> schrieb:
>Hello,
>
>in /usr/local/etc/pkg/repos/FreeBSD-base.conf:
>
>FreeBSD-base {
>     url = "pkg+https://pkg.freebsd.org/${ABI}/base_latest";
>     mirror_type = "srv";
>     signature_type = "fingerprints";
>     fingerprints = "/usr/share/keys/pkg";
>     enabled = yes;
>}
>
>I did the command "pkg search firefox"
>I got firefox-esr-140.4.0_1,1
>
>missing the latest firefox-144.0.2,2
>
>Do you know where it's gone?
>
>Manfred