Re: FreeBSD 15 stable amd64 firefox pkgbase
- In reply to: Manfred Koch : "FreeBSD 15 stable amd64 firefox pkgbase"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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