mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
Finally, after a long wait, an electron port for FreeBSD lands in the portstree. A huge thanks to everyone contributed to this huge effort and to the maintainer that is willing to take the burden of the maintainership!
11 lines
381 B
Python
11 lines
381 B
Python
--- tools/json_schema_compiler/model.py.orig 2019-03-15 06:26:40 UTC
|
|
+++ tools/json_schema_compiler/model.py
|
|
@@ -602,7 +602,7 @@ class Platforms(object):
|
|
"""
|
|
CHROMEOS = _PlatformInfo("chromeos")
|
|
CHROMEOS_TOUCH = _PlatformInfo("chromeos_touch")
|
|
- LINUX = _PlatformInfo("linux")
|
|
+ LINUX = _PlatformInfo("bsd")
|
|
MAC = _PlatformInfo("mac")
|
|
WIN = _PlatformInfo("win")
|
|
|