diff --git a/devel/qschematic/Makefile b/devel/qschematic/Makefile index a939da7ba210..88abd73d9d63 100644 --- a/devel/qschematic/Makefile +++ b/devel/qschematic/Makefile @@ -1,31 +1,31 @@ PORTNAME= qschematic -DISTVERSION= 2.0.1 +DISTVERSION= 3.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++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 128e911c912b..6a8daad66adc 100644 --- a/devel/qschematic/distinfo +++ b/devel/qschematic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749220844 -SHA256 (simulton-QSchematic-2.0.1_GH0.tar.gz) = d37468fd3156b1ed64daae6c4e4f275c0bc4028ae0fae7209eae12af9b118a2f -SIZE (simulton-QSchematic-2.0.1_GH0.tar.gz) = 1512922 +TIMESTAMP = 1750356414 +SHA256 (simulton-QSchematic-3.0.0_GH0.tar.gz) = ad27500ad88cfa7b4324754a139fde54b36892d78953c18a7b61be3df84e35a3 +SIZE (simulton-QSchematic-3.0.0_GH0.tar.gz) = 1561087 diff --git a/devel/qschematic/pkg-plist b/devel/qschematic/pkg-plist index 8fd43dfc2b62..2dad6c60e2a4 100644 --- a/devel/qschematic/pkg-plist +++ b/devel/qschematic/pkg-plist @@ -1,48 +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/bezierwire.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%%