diff options
| author | Martin Filla <freebsd@sysctl.cz> | 2025-08-07 16:02:15 +0000 |
|---|---|---|
| committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-08-07 16:06:22 +0000 |
| commit | 8e1dea021bc39ef1fad3e268770e2c165cdab050 (patch) | |
| tree | e4f64f9e79b3ce4e978895a79cebcc4c761e9235 | |
| parent | 262b48e098f865638c41e0899a9d22d92e695f41 (diff) | |
www/librewolf: Update 141.0-1 => 141.0.2-1
Changelog:
https://www.mozilla.org/en-US/firefox/141.0.2/releasenotes/
PR: 288693
MFH: 2025Q3
(cherry picked from commit 77a476493376b14869a08715561f1b3545f85710)
| -rw-r--r-- | www/librewolf/Makefile | 8 | ||||
| -rw-r--r-- | www/librewolf/distinfo | 6 |
2 files changed, 5 insertions, 9 deletions
diff --git a/www/librewolf/Makefile b/www/librewolf/Makefile index 269a3d6694d1..bc68088de9bb 100644 --- a/www/librewolf/Makefile +++ b/www/librewolf/Makefile @@ -1,5 +1,5 @@ PORTNAME= librewolf -DISTVERSION= 141.0 +DISTVERSION= 141.0.2 LWPATCH= -1 DISTVERSIONSUFFIX= ${LWPATCH}.source CATEGORIES= www wayland @@ -72,14 +72,10 @@ MOZ_OPTIONS= --enable-application=browser \ .include <bsd.port.options.mk> -.if ${ARCH} == i386 -BUILD_DEPENDS+= node${NODEJS_VERSION}>=24:www/node${NODEJS_VERSION} -USES+= nodejs:24,build,env -. if ${MACHINE_CPU:Msse2} +.if ${ARCH} == i386 && ${MACHINE_CPU:Msse2} # is not enabled on i386 by default # Fix for error: always_inline function '_mm_setzero_si64' requires target feature 'sse2' CFLAGS_i386+= -msse2 -. endif .endif .if ${ARCH} == amd64 diff --git a/www/librewolf/distinfo b/www/librewolf/distinfo index 4c8c0e4cf53c..dbf96995959e 100644 --- a/www/librewolf/distinfo +++ b/www/librewolf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753633420 -SHA256 (librewolf-141.0-1.source.tar.gz) = 59bbd2e298e56c96dd8879df2b2220d385f40d9e49d7aa843f036e9bdff61e1f -SIZE (librewolf-141.0-1.source.tar.gz) = 1006119767 +TIMESTAMP = 1754490386 +SHA256 (librewolf-141.0.2-1.source.tar.gz) = 07bec5b1b5e885266b64df372b69b5675a965428453359f7a1d28d7dfd9fd378 +SIZE (librewolf-141.0.2-1.source.tar.gz) = 1006605623 |
