- Upgrade to 5.1.0.
- enable KICAD_SCRIPTING_WXPYTHON_PHOENIX Submitted by: cmt
This commit is contained in:
parent
6e31e8d4b4
commit
b55388acb1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495389
3 changed files with 9 additions and 11 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kicad
|
||||
PORTVERSION= 5.0.2
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 5.1.0
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= cad
|
||||
|
||||
|
@ -41,6 +40,7 @@ CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG} \
|
|||
-DwxWidgets_USE_UNICODE=ON -DKICAD_SCRIPTING_WXPYTHON=ON\
|
||||
-DwxWidgets_wxrc_EXECUTABLE=${WXRC_CMD} \
|
||||
-DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON \
|
||||
-DKICAD_SCRIPTING_WXPYTHON_PHOENIX=ON \
|
||||
-DKICAD_USE_OCE=OFF -DKICAD_USE_OCC=ON \
|
||||
-DOCC_INCLUDE_DIR=${LOCALBASE}/include/OpenCASCADE
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1543427206
|
||||
SHA256 (KiCad-kicad-source-mirror-5.0.2_GH0.tar.gz) = 0668374b785d3ba8b3c51ff637e48d4d3027e66e6962d99b5c5247ef6a657077
|
||||
SIZE (KiCad-kicad-source-mirror-5.0.2_GH0.tar.gz) = 24141479
|
||||
TIMESTAMP = 1552073370
|
||||
SHA256 (KiCad-kicad-source-mirror-5.1.0_GH0.tar.gz) = 64b28735a666f060da5d49ac73bd653d3db5a54dd40e3c13d8fa34ffa6c1e682
|
||||
SIZE (KiCad-kicad-source-mirror-5.1.0_GH0.tar.gz) = 23763705
|
||||
|
|
|
@ -48,20 +48,18 @@ share/appdata/kicad.appdata.xml
|
|||
%%PORTDOCS%%%%DOCSDIR%%/development/road-map-r5.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/development/road-map-r6.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/development/road-map.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/development/stable-%%CMAKE_BUILD_TYPE%%-policy.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/development/stable-release-policy.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/development/testing.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/development/tool-framework.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/development/ui-policy.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docset/CMakeLists.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docset/icon-16.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/eagle-plugin-notes.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/kicad_doxygen_logo.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/notes_about_pcbnew_new_file_format.odt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/s-expressions.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/scripts/ddr3_length_match.py
|
||||
%%PORTDOCS%%%%DOCSDIR%%/scripts/get_libngspice_so.sh
|
||||
%%PORTDOCS%%%%DOCSDIR%%/scripts/lib_convert.py
|
||||
%%PORTDOCS%%%%DOCSDIR%%/scripts/library-repos-install.sh
|
||||
%%PORTDOCS%%%%DOCSDIR%%/scripts/mk_macos_icons.py
|
||||
%%PORTDOCS%%%%DOCSDIR%%/scripts/mk_mime_icons.py
|
||||
%%PORTDOCS%%%%DOCSDIR%%/scripts/test_kicad_plugin.py
|
||||
%%PORTDOCS%%%%DOCSDIR%%/scripts/test_plugin.py
|
||||
share/icons/hicolor/128x128/apps/bitmap2component.png
|
||||
|
@ -328,10 +326,10 @@ share/icons/hicolor/scalable/mimetypes/application-x-kicad-schematic.svg
|
|||
%%DATADIR%%/scripting/plugins/__init__.py
|
||||
%%DATADIR%%/scripting/plugins/bga_wizard.py
|
||||
%%DATADIR%%/scripting/plugins/circular_pad_array_wizard.py
|
||||
%%DATADIR%%/scripting/plugins/kicad_qrcode.py
|
||||
%%DATADIR%%/scripting/plugins/microMatch_connectors.py
|
||||
%%DATADIR%%/scripting/plugins/qfn_wizard.py
|
||||
%%DATADIR%%/scripting/plugins/qfp_wizard.py
|
||||
%%DATADIR%%/scripting/plugins/qrcode.py
|
||||
%%DATADIR%%/scripting/plugins/qrcode_footprint_wizard.py
|
||||
%%DATADIR%%/scripting/plugins/sdip_wizard.py
|
||||
%%DATADIR%%/scripting/plugins/touch_slider_wizard.py
|
||||
|
|
Loading…
Reference in a new issue