diff options
author | Martin Filla <freebsd@sysctl.cz> | 2025-09-28 05:44:19 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-09-28 05:45:40 +0300 |
commit | d2b9f63072f3db86ddf82ccd82ac8b3e52fc74a5 (patch) | |
tree | 921ee4dd8d153a013197c2d217e31885d399fc4e | |
parent | misc/py-langchain: update 0.3.26 → 0.3.27 (diff) |
www/librewolf: Update 143.0-1 => 143.0.1-1
Changelog:
https://www.firefox.com/en-US/firefox/143.0.1/releasenotes/
PR: 289866
MFH: 2025Q3
-rw-r--r-- | www/librewolf/Makefile | 2 | ||||
-rw-r--r-- | www/librewolf/distinfo | 6 | ||||
-rw-r--r-- | www/librewolf/files/patch-dom_media_webrtc_libwebrtc__overrides_moz.build | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/www/librewolf/Makefile b/www/librewolf/Makefile index 5d3808816389..adb759c61eda 100644 --- a/www/librewolf/Makefile +++ b/www/librewolf/Makefile @@ -1,5 +1,5 @@ PORTNAME= librewolf -DISTVERSION= 143.0 +DISTVERSION= 143.0.1 LWPATCH= -1 DISTVERSIONSUFFIX= ${LWPATCH}.source CATEGORIES= www wayland diff --git a/www/librewolf/distinfo b/www/librewolf/distinfo index 390d5005e372..9509952fa05b 100644 --- a/www/librewolf/distinfo +++ b/www/librewolf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758140123 -SHA256 (librewolf-143.0-1.source.tar.gz) = 95e12aca5828c7e1b0b0077ad812554b1573d135264d3f17f0e5e0a1ca9270af -SIZE (librewolf-143.0-1.source.tar.gz) = 1022663507 +TIMESTAMP = 1758968528 +SHA256 (librewolf-143.0.1-1.source.tar.gz) = d14081545c2b7a0be9c38ea21f82a1a5ff254eafd391173b12081014c4641879 +SIZE (librewolf-143.0.1-1.source.tar.gz) = 1023110284 diff --git a/www/librewolf/files/patch-dom_media_webrtc_libwebrtc__overrides_moz.build b/www/librewolf/files/patch-dom_media_webrtc_libwebrtc__overrides_moz.build index 9b898aa3a58f..d9dde78484f2 100644 --- a/www/librewolf/files/patch-dom_media_webrtc_libwebrtc__overrides_moz.build +++ b/www/librewolf/files/patch-dom_media_webrtc_libwebrtc__overrides_moz.build @@ -10,7 +10,7 @@ index ed9c450e5649..1ac213e48b28 100644 @@ -34,7 +34,7 @@ UNIFIED_SOURCES += [ "call/call_basic_stats.cc", ] - + -if CONFIG["OS_TARGET"] == "OpenBSD": +if CONFIG["OS_TARGET"] in ("FreeBSD", "OpenBSD"): CXXFLAGS += CONFIG["MOZ_X11_CFLAGS"] |