pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

electron32: add node_modules tarball url



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Thu Mar 6 17:21:29 2025 +0100
Changeset:	935bb71eafc488d8dda9f522caf388b1b4026dae

Modified Files:
	electron32/Makefile

Log Message:
electron32: add node_modules tarball url

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=935bb71eafc488d8dda9f522caf388b1b4026dae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 electron32/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/electron32/Makefile b/electron32/Makefile
index 2175fe2a84..6a2c709bfb 100644
--- a/electron32/Makefile
+++ b/electron32/Makefile
@@ -25,6 +25,8 @@ NODE_MODULES=			${ELECTRON}-node_modules-${ELECTRON_VER}.tar.gz
 SITES.${CHROMIUM_DISTFILE}.0=	https://github.com/tagattie/FreeBSD-Electron/releases/download/v32.2.1/
 SITES.${CHROMIUM_DISTFILE}.1=	https://github.com/tagattie/FreeBSD-Electron/releases/download/v32.2.1/
 SITES.${CHROMIUM_DISTFILE}.2=	https://github.com/tagattie/FreeBSD-Electron/releases/download/v32.2.1/
+#NOTE: SITES.${NODE_MODULES} doesn't work
+MASTER_SITES+=			${MASTER_SITE_SOURCEFORGE:=kikadf/NetBSD/}
 DISTFILES+=			${CHROMIUM_DISTFILES}
 DISTFILES+=			${NODE_MODULES}
 DISTFILES+=			${DEFAULT_DISTFILES}


Home | Main Index | Thread Index | Old Index