maintainer-feedback requested: [Bug 275814] www/firefox has the wrong version in the Makefile

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 17 Dec 2023 22:38:02 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gecko (Nobody)
<gecko@FreeBSD.org> for maintainer-feedback:
Bug 275814: www/firefox has the wrong version in the Makefile
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275814



--- Description ---
In the 2023Q4 ports branch the Makefile does not match the distfile :

# cat distinfo
TIMESTAMP = 1702328424
SHA256 (firefox-121.0.source.tar.xz) =
edc7a5159d23ff2a23e22bf5abe22231658cee2902b93b5889ee73958aa06aa4
SIZE (firefox-121.0.source.tar.xz) = 530302784

# cat  Makefile
PORTNAME=	firefox
DISTVERSION=	120.0.1
.
.
.

So poudriere is making bad noises :

[00:00:14] Hit CTRL+t at any time to see build progress and stats
[00:00:14] [01] [00:00:00] Building www/firefox | firefox-120.0.1,2
[00:00:24] [01] [00:00:10] Finished www/firefox | firefox-120.0.1,2: Failed:
checksum
[00:00:24] Stopping 1 builders

Looks like a trivial fix.

Thank you