Hey @libreleah I took the opportunity of an upgrade to #OpenBSD 7.9 to update and rebuild your #Librewolf port to the latest 150.0.3-1 version.
diff --git a/Makefile b/Makefile
index 0f87e81..ee54bff 100644
--- a/Makefile
+++ b/Makefile
@@ -14,5 +14,5 @@ ONLY_FOR_ARCHS = amd64 aarch64 riscv64
# If upstream adds a -x revision number, it will becomes plx in OpenBSD, e.g.
# librewolf-149.0.2-2 (upstream) becomes librewolf-149.0.2pl2 (patch level 2)
-MOZILLA_DIST_VERSION = 150.0-1
+MOZILLA_DIST_VERSION = 150.0.3-1
MOZILLA_VERSION = ${MOZILLA_DIST_VERSION:C/-([0-9]+)$/pl\1/}
diff --git a/distinfo b/distinfo
index 81fe467..65b4f7c 100644
--- a/distinfo
+++ b/distinfo
@@ -1,2 +1,2 @@
-SHA256 (librewolf/librewolf-150.0-1.source.tar.gz) = 6T05GA106p4H2afK56RBzG55D2TgU/K34WjMSQsEMDQ=
-SIZE (librewolf/librewolf-150.0-1.source.tar.gz) = 1096314084
+SHA256 (librewolf/librewolf-150.0.3-1.source.tar.gz) = E0SjJF1jhOw+SG/MNzCTcs4ElefFb4S3SoSH95NueZs=
+SIZE (librewolf/librewolf-150.0.3-1.source.tar.gz) = 1097259332
It is as simple as changing the version number. Just to let you know it works here, in case you bother :D