diff --git a/devel/qschematic/Makefile b/devel/qschematic/Makefile index f83a0d2c80dc..36f15d3a1ae5 100644 --- a/devel/qschematic/Makefile +++ b/devel/qschematic/Makefile @@ -1,31 +1,31 @@ PORTNAME= qschematic -DISTVERSION= 1.6.0 +DISTVERSION= 2.0.0 CATEGORIES= devel MAINTAINER= jbo@FreeBSD.org COMMENT= Qt/C++ library providing widgets for drawing diagrams WWW= https://github.com/simulton/qschematic LICENSE= MIT LICENSE_FILE= ${WRKSRC}/license.txt LIB_DEPENDS= libgpds.so:devel/gpds -USES= cmake compiler:c++20-lang pkgconfig qt:6 +USES= cmake compiler:c++23-lang pkgconfig qt:6 USE_QT= base USE_GITHUB= yes GH_ACCOUNT= simulton GH_PROJECT= QSchematic CMAKE_ARGS= -DQSCHEMATIC_DEPENDENCY_GPDS_TARGET:STRING="gpds::gpds-shared" CMAKE_OFF= QSCHEMATIC_BUILD_DEMO QSCHEMATIC_DEPENDENCY_GPDS_DOWNLOAD # Since the update from USES qt:5 to qt:6 there appears to be some overlinking # resulting in pulling in OpenGL which is not needed by upstream. # Put a "workaround" in place until we get to investigate this. LDFLAGS+= -Wl,--as-needed PLIST_SUB= DISTVERSION=${DISTVERSION} .include diff --git a/devel/qschematic/distinfo b/devel/qschematic/distinfo index 28cdf619e130..e9b04e064f0b 100644 --- a/devel/qschematic/distinfo +++ b/devel/qschematic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708308397 -SHA256 (simulton-QSchematic-1.6.0_GH0.tar.gz) = 03771cfd36ba7d88bed506f79d4babadee9038723335beaa2b72612292d521e1 -SIZE (simulton-QSchematic-1.6.0_GH0.tar.gz) = 1511024 +TIMESTAMP = 1742154945 +SHA256 (simulton-QSchematic-2.0.0_GH0.tar.gz) = 858521e1e327e2aa759e0d1d651e80002b1332d18a498d44154bb4c3d533608a +SIZE (simulton-QSchematic-2.0.0_GH0.tar.gz) = 1511762 diff --git a/devel/qschematic/pkg-plist b/devel/qschematic/pkg-plist index 0d7239739e2f..8fd43dfc2b62 100644 --- a/devel/qschematic/pkg-plist +++ b/devel/qschematic/pkg-plist @@ -1,47 +1,48 @@ include/qschematic/commands/base.hpp include/qschematic/commands/commands.hpp include/qschematic/commands/item_add.hpp include/qschematic/commands/item_move.hpp include/qschematic/commands/item_remove.hpp include/qschematic/commands/item_visibility.hpp include/qschematic/commands/label_rename.hpp include/qschematic/commands/rectitem_resize.hpp include/qschematic/commands/rectitem_rotate.hpp include/qschematic/commands/wirenet_rename.hpp include/qschematic/commands/wirepoint_move.hpp include/qschematic/items/connector.hpp include/qschematic/items/item.hpp include/qschematic/items/itemfactory.hpp include/qschematic/items/itemfunctions.hpp include/qschematic/items/itemmimedata.hpp include/qschematic/items/label.hpp include/qschematic/items/node.hpp include/qschematic/items/rectitem.hpp include/qschematic/items/splinewire.hpp include/qschematic/items/widget.hpp include/qschematic/items/wire.hpp include/qschematic/items/wirenet.hpp include/qschematic/items/wireroundedcorners.hpp +include/qschematic/background.hpp include/qschematic/netlist.hpp include/qschematic/netlist_writer_json.hpp include/qschematic/netlistgenerator.hpp include/qschematic/scene.hpp include/qschematic/settings.hpp include/qschematic/types.hpp include/qschematic/utils.hpp include/qschematic/utils/itemscontainerutils.hpp include/qschematic/utils/itemscustodian.hpp include/qschematic/view.hpp include/qschematic/wire_system/connectable.hpp include/qschematic/wire_system/line.hpp include/qschematic/wire_system/manager.hpp include/qschematic/wire_system/net.hpp include/qschematic/wire_system/point.hpp include/qschematic/wire_system/wire.hpp lib/cmake/qschematic/qschematic-config-version.cmake lib/cmake/qschematic/qschematic-config.cmake lib/cmake/qschematic/qschematic-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/qschematic/qschematic-targets.cmake lib/libqschematic.a lib/libqschematic.so lib/libqschematic.so.%%DISTVERSION%%