diff --git a/devel/nodeeditor/Makefile b/devel/nodeeditor/Makefile index f7fb87a5386c..f9487c8db268 100644 --- a/devel/nodeeditor/Makefile +++ b/devel/nodeeditor/Makefile @@ -1,52 +1,52 @@ PORTNAME= nodeeditor -DISTVERSION= 3.0.12 +DISTVERSION= 3.0.16 CATEGORIES= devel MAINTAINER= freebsd@sysctl.cz COMMENT= Qt Node Editor, Dataflow programming framework WWW= https://github.com/paceholder/nodeeditor LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers TEST_DEPENDS= libCatch2>=0:devel/catch2 USES= cmake gl qt:6 USE_GITHUB= yes GH_ACCOUNT= paceholder USE_GL= gl USE_QT= base CMAKE_OFF= BUILD_DOCS BUILD_TESTING # The test doesn't work - it tries to run test_main, but # ${WRKSRC}/test/test_main.cpp is empty. #CMAKE_TESTING_ON= BUILD_TESTING #CMAKE_TESTING_OFF= BUILD_TESTING PORTEXAMPLES= * OPTIONS_DEFINE= EXAMPLES EXAMPLES_CMAKE_BOOL= BUILD_EXAMPLES post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/bin ${INSTALL_PROGRAM} ${WRKDIR}/.build/bin/* ${STAGEDIR}${EXAMPLESDIR}/bin (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) #pre-test: # ${REINPLACE_CMD} 's|||' \ ${test_main.cpp \ src/TestUIInteraction.cpp \ src/TestDataFlow.cpp \ src/TestConnectionId.cpp \ src/TestNodeDelegateModelRegistry.cpp \ src/TestBasicGraphicsScene.cpp \ src/TestAbstractGraphModelSignals.cpp \ src/TestDataFlowGraphModel.cpp \ src/TestUndoCommands.cpp \ src/TestSerialization.cpp \ src/TestAbstractGraphModel.cpp \ :L:S|^|${WRKSRC}/test/|} .include diff --git a/devel/nodeeditor/distinfo b/devel/nodeeditor/distinfo index eee12df56a39..c6b832467d42 100644 --- a/devel/nodeeditor/distinfo +++ b/devel/nodeeditor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760000000 -SHA256 (paceholder-nodeeditor-3.0.12_GH0.tar.gz) = 67268eccdd389732447f4dfcf04ba3345d91a8728d38582642eab84017208522 -SIZE (paceholder-nodeeditor-3.0.12_GH0.tar.gz) = 1499645 +TIMESTAMP = 1774867179 +SHA256 (paceholder-nodeeditor-3.0.16_GH0.tar.gz) = 453e6eb783379fee6edf9282283576eaa7d27349b8731e638926ccbd8331f7ef +SIZE (paceholder-nodeeditor-3.0.16_GH0.tar.gz) = 3364189 diff --git a/devel/nodeeditor/pkg-plist b/devel/nodeeditor/pkg-plist index 4085ce86c444..fc9e106e0fa8 100644 --- a/devel/nodeeditor/pkg-plist +++ b/devel/nodeeditor/pkg-plist @@ -1,59 +1,60 @@ include/QtNodes/AbstractConnectionPainter include/QtNodes/AbstractGraphModel include/QtNodes/AbstractNodePainter include/QtNodes/BasicGraphicsScene include/QtNodes/ConnectionIdUtils include/QtNodes/ConnectionStyle include/QtNodes/DataFlowGraphModel include/QtNodes/DataFlowGraphicsScene include/QtNodes/DefaultNodePainter include/QtNodes/Definitions include/QtNodes/GraphicsView include/QtNodes/GraphicsViewStyle include/QtNodes/NodeData include/QtNodes/NodeDelegateModel include/QtNodes/NodeDelegateModelRegistry include/QtNodes/NodeGeometry include/QtNodes/NodeState include/QtNodes/NodeStyle include/QtNodes/StyleCollection +include/QtNodes/UndoCommands include/QtNodes/internal/AbstractConnectionPainter.hpp include/QtNodes/internal/AbstractGraphModel.hpp include/QtNodes/internal/AbstractNodeGeometry.hpp include/QtNodes/internal/AbstractNodePainter.hpp include/QtNodes/internal/BasicGraphicsScene.hpp include/QtNodes/internal/Compiler.hpp include/QtNodes/internal/ConnectionGraphicsObject.hpp include/QtNodes/internal/ConnectionIdHash.hpp include/QtNodes/internal/ConnectionIdUtils.hpp include/QtNodes/internal/ConnectionState.hpp include/QtNodes/internal/ConnectionStyle.hpp include/QtNodes/internal/DataFlowGraphModel.hpp include/QtNodes/internal/DataFlowGraphicsScene.hpp include/QtNodes/internal/DefaultConnectionPainter.hpp include/QtNodes/internal/DefaultHorizontalNodeGeometry.hpp include/QtNodes/internal/DefaultNodePainter.hpp include/QtNodes/internal/DefaultVerticalNodeGeometry.hpp include/QtNodes/internal/Definitions.hpp include/QtNodes/internal/Export.hpp include/QtNodes/internal/GraphicsView.hpp include/QtNodes/internal/GraphicsViewStyle.hpp include/QtNodes/internal/NodeConnectionInteraction.hpp include/QtNodes/internal/NodeData.hpp include/QtNodes/internal/NodeDelegateModel.hpp include/QtNodes/internal/NodeDelegateModelRegistry.hpp include/QtNodes/internal/NodeGraphicsObject.hpp include/QtNodes/internal/NodeState.hpp include/QtNodes/internal/NodeStyle.hpp include/QtNodes/internal/OperatingSystem.hpp include/QtNodes/internal/QStringStdHash.hpp include/QtNodes/internal/QUuidStdHash.hpp include/QtNodes/internal/Serializable.hpp include/QtNodes/internal/Style.hpp include/QtNodes/internal/StyleCollection.hpp include/QtNodes/internal/UndoCommands.hpp include/QtNodes/internal/locateNode.hpp lib/cmake/QtNodes/QtNodesConfig.cmake lib/cmake/QtNodes/QtNodesTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/QtNodes/QtNodesTargets.cmake lib/libQtNodes.so