git: 4318b9b12161 - main - net-im/signal-desktop: Bump electron to v34

From: Mikael Urankar <mikael_at_FreeBSD.org>
Date: Wed, 19 Mar 2025 07:58:45 UTC
The branch main has been updated by mikael:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4318b9b12161261a8c978259f1ef8802ea8e7942

commit 4318b9b12161261a8c978259f1ef8802ea8e7942
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2025-03-19 07:57:34 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2025-03-19 07:57:34 +0000

    net-im/signal-desktop: Bump electron to v34
---
 net-im/signal-desktop/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-im/signal-desktop/Makefile b/net-im/signal-desktop/Makefile
index 8c111fca9730..f681270d50d1 100644
--- a/net-im/signal-desktop/Makefile
+++ b/net-im/signal-desktop/Makefile
@@ -80,7 +80,7 @@ MAKE_ENV+=	PYTHONDONTWRITEBYTECODE=1
 
 _BUILD_DATE=	$$(date +'%s')
 
-ELECTRON_VER_MAJOR=	32
+ELECTRON_VER_MAJOR=	34
 
 SQLCIPHER=	sqlcipher-v2-4.6.1-signal-patch2--0.2.1-asm2-6253f886c40e49bf892d5cdc92b2eb200b12cd8d80c48ce5b05967cfd01ee8c7
 
@@ -99,8 +99,8 @@ PLIST_SUB+=	NOT_AARCH64=""
 .endif
 
 do-build:
-# electron-builder is stupid and tries to open ${LOCALBASE}/share/electron32/electron with WRITE priv
-# copy ${LOCALBASE}/share/electron32 in WRKDIR
+# electron-builder is stupid and tries to open ${LOCALBASE}/share/electron34/electron with WRITE priv
+# copy ${LOCALBASE}/share/electron34 in WRKDIR
 # it's needed for the do-install phase, it's here because of this issue
 # https://github.com/MikaelUrankar/signal-desktop/issues/6 (I don't know why it fails though)
 	@${RM} -r ${WRKDIR}/electron${ELECTRON_VER_MAJOR}