diff --git a/devel/hotspot/Makefile b/devel/hotspot/Makefile index cb4c2ff320b4..3200d86bfecf 100644 --- a/devel/hotspot/Makefile +++ b/devel/hotspot/Makefile @@ -1,39 +1,38 @@ PORTNAME= hotspot DISTVERSIONPREFIX= v -DISTVERSION= 1.4.1-306 -DISTVERSIONSUFFIX= -gd274358 +DISTVERSION= 1.5.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= Perf GUI for performance analysis (needs mock 'perf' command) WWW= https://github.com/KDAB/hotspot LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.GPL.txt BUILD_DEPENDS= ${LOCALBASE}/lib/librustc_demangle.a:devel/rustc-demangle LIB_DEPENDS= libdw.so:devel/elfutils \ libQCustomPlot-qt5.so:graphics/qcustomplot@qt5 \ libkddockwidgets.so:x11-toolkits/kddockwidgets \ libkgraphviewer.so:graphics/kgraphviewer \ libzstd.so:archivers/zstd USES= cmake desktop-file-utils qt:5 kde:5 pkgconfig xorg USE_KDE= ecm \ archive auth bookmarks codecs completion config configwidgets coreaddons i18n iconthemes \ itemmodels itemviews jobwidgets kio notifications parts service solid sonnet syntaxhighlighting \ textwidgets threadweaver widgetsaddons windowsystem xmlgui USE_QT= concurrent core dbus declarative gui network quickcontrols2 svg widgets x11extras xml \ buildtools:build qmake:build USE_XORG= x11 USE_GITHUB= yes GH_ACCOUNT= KDAB GH_TUPLE= KDAB:perfparser:851ebf0:perfparser/3rdparty/perfparser \ koenpoppe:PrefixTickLabels:6e86393:PrefixTickLabels/3rdparty/PrefixTickLabels CMAKE_ARGS= -DCMAKE_MODULE_PATH=${LOCALBASE}/share/ECM/find-modules PORTSCOUT= limit:^.*[0-9]\.[0-9].*$$ # prevent tags like 'continuous' .include diff --git a/devel/hotspot/distinfo b/devel/hotspot/distinfo index 88bc093ee91b..b649c207ca44 100644 --- a/devel/hotspot/distinfo +++ b/devel/hotspot/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1712936986 -SHA256 (KDAB-hotspot-v1.4.1-306-gd274358_GH0.tar.gz) = 180345d14ac0dd90308cc65f7ea89166be2a2eadd863384ee015eb679de4b2f5 -SIZE (KDAB-hotspot-v1.4.1-306-gd274358_GH0.tar.gz) = 3609822 +TIMESTAMP = 1714280396 +SHA256 (KDAB-hotspot-v1.5.0_GH0.tar.gz) = 0768e3fc28595b23a19b7e240aefcbcfa4f026f6bb3a21cba1c4cdfdfaaa3d12 +SIZE (KDAB-hotspot-v1.5.0_GH0.tar.gz) = 3610028 SHA256 (KDAB-perfparser-851ebf0_GH0.tar.gz) = 09edfa218a56f2595c45ce100227b1668e6e4251ced211b5655d26865501ec19 SIZE (KDAB-perfparser-851ebf0_GH0.tar.gz) = 3340144 SHA256 (koenpoppe-PrefixTickLabels-6e86393_GH0.tar.gz) = 2a98f6d8d56753f2645f53ac46c100606c9798398465fac8656032ed58030932 SIZE (koenpoppe-PrefixTickLabels-6e86393_GH0.tar.gz) = 21422 diff --git a/devel/hotspot/files/patch-cmake_FindQCustomPlot.cmake b/devel/hotspot/files/patch-cmake_FindQCustomPlot.cmake index af718e130363..7e1abe992b54 100644 --- a/devel/hotspot/files/patch-cmake_FindQCustomPlot.cmake +++ b/devel/hotspot/files/patch-cmake_FindQCustomPlot.cmake @@ -1,11 +1,11 @@ ---- cmake/FindQCustomPlot.cmake.orig 2022-12-21 10:52:32 UTC +--- cmake/FindQCustomPlot.cmake.orig 2024-04-25 19:14:17 UTC +++ cmake/FindQCustomPlot.cmake -@@ -32,7 +32,7 @@ +@@ -30,7 +30,7 @@ + # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - find_library(QCustomPlot_LIBRARY -- NAMES qcustomplot qcustomplot-qt5 -+ NAMES QCustomPlot-qt5 - ) +-find_library(QCustomPlot_LIBRARY NAMES qcustomplot-qt${QT_MAJOR_VERSION} qcustomplot) ++find_library(QCustomPlot_LIBRARY NAMES QCustomPlot-qt${QT_MAJOR_VERSION}) set(QCustomPlot_LIBRARIES "${QCustomPlot_LIBRARY}") + find_path(QCustomPlot_INCLUDE_DIR NAMES qcustomplot.h)