Bug 280214 - www/librewolf: update to librewolf-127.0.2
Summary: www/librewolf: update to librewolf-127.0.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Vladimir Druzenko
URL: https://www.mozilla.org/en-US/firefox...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-10 09:00 UTC by Martin Filla
Modified: 2024-07-10 22:28 UTC (History)
1 user (show)

See Also:


Attachments
0001-www-librewolf-update-to-127.0.2-2.patch (4.66 KB, patch)
2024-07-10 09:00 UTC, Martin Filla
no flags Details | Diff
0001-www-librewolf-update-to-127.0.2-2.patch (4.69 KB, patch)
2024-07-10 10:54 UTC, Martin Filla
freebsd: maintainer-approval+
Details | Diff
0001-www-librewolf-update-to-127.0.2-2.patch (4.44 KB, patch)
2024-07-10 13:59 UTC, Martin Filla
freebsd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Filla 2024-07-10 09:00:44 UTC
Created attachment 251958 [details]
0001-www-librewolf-update-to-127.0.2-2.patch

hi,
update to 127.0.1.2, poudriere ok.
Comment 1 Martin Filla 2024-07-10 09:04:06 UTC
update to 127.0.2.2, poudriere ok.
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2024-07-10 10:35:16 UTC
At least 2 typos:
1) -e '/^Icon/s/=.*/=${WATERFOX_ICON:R}/' \ - must be FIREFOX_ICON;
2) ${LN} -sf ${FIREFOX_ICON_SRC} ${STAGEDIR}${PREFIX}/share/pixmaps/${FIREFOX_ICON}, but FIREFOX_ICON not defined.

Why not "DISTVERSION=127.0.2-2"?
Comment 3 Martin Filla 2024-07-10 10:54:25 UTC
Created attachment 251959 [details]
0001-www-librewolf-update-to-127.0.2-2.patch

Fixed problems in Makefile
Comment 4 Martin Filla 2024-07-10 13:59:24 UTC
Created attachment 251962 [details]
0001-www-librewolf-update-to-127.0.2-2.patch
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-07-10 22:23:38 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=49447045b4dac36c4aa6467fd3d75c4426ea8c76

commit 49447045b4dac36c4aa6467fd3d75c4426ea8c76
Author:     Martin Filla <freebsd@sysctl.cz>
AuthorDate: 2024-07-10 22:08:30 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-07-10 22:23:00 +0000

    www/librewolf: update 127.0.1-1 → 127.0.2-2

    Based on Firefox 127.0.2:
    https://www.mozilla.org/en-US/firefox/127.0.2/releasenotes/

    While here: make the Makefile more like www/firefox/Makefile.

    PR:     280214
    MFH:    2024Q3

 www/librewolf/Makefile | 69 +++++++++++++++++++++++++-------------------------
 www/librewolf/distinfo |  6 ++---
 2 files changed, 38 insertions(+), 37 deletions(-)
Comment 6 commit-hook freebsd_committer freebsd_triage 2024-07-10 22:27:39 UTC
A commit in branch 2024Q3 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3a9378356f85f403421ff0bc4946e78510393996

commit 3a9378356f85f403421ff0bc4946e78510393996
Author:     Martin Filla <freebsd@sysctl.cz>
AuthorDate: 2024-07-10 22:08:30 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-07-10 22:26:38 +0000

    www/librewolf: update 127.0.1-1 → 127.0.2-2

    Based on Firefox 127.0.2:
    https://www.mozilla.org/en-US/firefox/127.0.2/releasenotes/

    While here: make the Makefile more like www/firefox/Makefile.

    PR:     280214
    MFH:    2024Q3
    (cherry picked from commit 49447045b4dac36c4aa6467fd3d75c4426ea8c76)

 www/librewolf/Makefile | 69 +++++++++++++++++++++++++-------------------------
 www/librewolf/distinfo |  6 ++---
 2 files changed, 38 insertions(+), 37 deletions(-)
Comment 7 Vladimir Druzenko freebsd_committer freebsd_triage 2024-07-10 22:28:18 UTC
Thanks!