Skip to content

Commit e41af8e

Browse files
committed
devel/electron29: add experimental port of electron 29
Chromium patches obtained from: FreeBSD ports tree at 6166c62620dcd2a760e4306bd8a33716cdfb6bb0 Changelog: https://www.electronjs.org/blog/electron-29-0
1 parent 07edf52 commit e41af8e

File tree

1,383 files changed

+44528
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,383 files changed

+44528
-1
lines changed

Mk/Uses/electron.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ _INCLUDE_USES_ELECTRON_MK= yes
108108
# Electron uses Node (actually a package manager) for build
109109
.include "${USESDIR}/nodejs.mk"
110110

111-
_VALID_ELECTRON_VERSIONS= 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
111+
_VALID_ELECTRON_VERSIONS= 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
112112
_VALID_ELECTRON_FEATURES= npm prefetch extract rebuild build
113113
_VALID_ELECTRON_FEATURES_NPM= npm yarn1 yarn2 yarn4 pnpm
114114
_VALID_ELECTRON_FEATURES_REBUILD=nodejs electron

0 commit comments

Comments
 (0)