Created attachment 259354 [details] 0001-librewolf-update-to-137.0-2.patch Hi, This is an update Librewolf to 137.0-2. I tested in poudriere.
URL jn changelog?
(In reply to Vladimir Druzenko from comment #1) Is same as 137.0-1
Just released: https://codeberg.org/librewolf/source/releases/tag/137.0-3
Testing trivial patch.
Check my patch (build and work on live system and poudriere 14.2 amd64): diff --git a/www/librewolf/Makefile b/www/librewolf/Makefile index a3f49ac6c9ce..52f6c52e5723 100644 --- a/www/librewolf/Makefile +++ b/www/librewolf/Makefile @@ -1,8 +1,10 @@ PORTNAME= librewolf DISTVERSION= 137.0 -DISTVERSIONSUFFIX= -1.source +LWPATCH= -3 +DISTVERSIONSUFFIX= ${LWPATCH}.source +PORTREVISION= 1 CATEGORIES= www wayland -MASTER_SITES= https://gitlab.com/api/v4/projects/32320088/packages/generic/${PORTNAME}-source/${DISTVERSION}-1/ +MASTER_SITES= https://gitlab.com/api/v4/projects/32320088/packages/generic/${PORTNAME}-source/${DISTVERSION}${LWPATCH}/ MAINTAINER= freebsd@sysctl.cz COMMENT= Custom version of Firefox, focused on privacy, security and freedom @@ -41,7 +43,7 @@ CONFIGURE_ENV+= MOZ_REQUIRE_SIGNING="" #CFLAGS_powerpc64= -DHWY_COMPILE_ONLY_SCALAR CFLAGS_powerpc64le= -DSQLITE_BYTEORDER=1234 -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}-1 +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}${LWPATCH} MOZILLA_CAP= ${MOZILLA:C/^(.).*/\1/:tu}${MOZILLA:C/^.//} diff --git a/www/librewolf/distinfo b/www/librewolf/distinfo index 700ed7daf2da..82d65b06df64 100644 --- a/www/librewolf/distinfo +++ b/www/librewolf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743578731 -SHA256 (librewolf-137.0-1.source.tar.gz) = 9ff46d1294210d7f617c81d560e9ba507f9acf88195fabefc2cc5b6cd55bcbc1 -SIZE (librewolf-137.0-1.source.tar.gz) = 985571896 +TIMESTAMP = 1743944612 +SHA256 (librewolf-137.0-3.source.tar.gz) = 9f4a1760d7a3434645e2bd962bde7dafc0d3b0b1a500811644359cb1d613acfb +SIZE (librewolf-137.0-3.source.tar.gz) = 985437825 diff --git a/www/librewolf/pkg-message b/www/librewolf/pkg-message index f59b04e9f4b6..96325cc5f0d1 100644 --- a/www/librewolf/pkg-message +++ b/www/librewolf/pkg-message @@ -47,7 +47,7 @@ setup public key authentication to `remote_host`: The SSH server on `remote_host` must allow pub key authentication. ## Profile -Librewolf moved profile folder to ${HOME}/.mozilla/librewolf +Librewolf moved profile directory to ${HOME}/.mozilla/librewolf EOM } ]
(In reply to Vladimir Druzenko from comment #5) I tried your patch and error: corrupt patch at line 50 Can you make a "git format" patch and attach to bugzilla?
(In reply to Martin Filla from comment #6) It's TAB <=> SPACE issue.
Created attachment 259364 [details] v1
(In reply to Vladimir Druzenko from comment #8) I tested the last patch in poudriere. It is ok.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f0114e140405d36b22c550b2b950b0d4bfe987b commit 8f0114e140405d36b22c550b2b950b0d4bfe987b Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2025-04-07 15:00:16 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-04-07 15:07:26 +0000 www/librewolf: Update 137.0-1 => 137.0-3 Commit log: https://codeberg.org/librewolf/source/compare/137.0-1...137.0-3 Replace "folder" with "directory" in pkg-message. PR: 285913 Approved by: Martin Filla <freebsd@sysctl.cz> (maintainer) MFH: 2025Q2 www/librewolf/Makefile | 8 +++++--- www/librewolf/distinfo | 6 +++--- www/librewolf/pkg-message | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-)
A commit in branch 2025Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b892cb02d867543f676399a4a4e1093221f6ee9b commit b892cb02d867543f676399a4a4e1093221f6ee9b Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2025-04-07 15:00:16 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-04-07 15:19:06 +0000 www/librewolf: Update 137.0-1 => 137.0-3 Commit log: https://codeberg.org/librewolf/source/compare/137.0-1...137.0-3 Replace "folder" with "directory" in pkg-message. PR: 285913 Approved by: Martin Filla <freebsd@sysctl.cz> (maintainer) MFH: 2025Q2 (cherry picked from commit 8f0114e140405d36b22c550b2b950b0d4bfe987b) www/librewolf/Makefile | 8 +++++--- www/librewolf/distinfo | 6 +++--- www/librewolf/pkg-message | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-)
Thanks.