Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Sep 2023 17:10:12 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b1d7ed3980ff - main - devel/heaptrack: Update to 1.5.0
Message-ID:  <202309301710.38UHACxY066734@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b1d7ed3980ff2efef183124fa7bec1d82d775159

commit b1d7ed3980ff2efef183124fa7bec1d82d775159
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2023-09-30 17:08:05 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-09-30 17:10:05 +0000

    devel/heaptrack: Update to 1.5.0
---
 devel/heaptrack/Makefile                           |  8 ++++----
 devel/heaptrack/distinfo                           |  6 +++---
 .../files/patch-src_analyze_gui_histogrammodel.h   | 23 ----------------------
 devel/heaptrack/pkg-plist                          |  6 ++++++
 4 files changed, 13 insertions(+), 30 deletions(-)

diff --git a/devel/heaptrack/Makefile b/devel/heaptrack/Makefile
index 7a835e9114c7..639c88a2a6ca 100644
--- a/devel/heaptrack/Makefile
+++ b/devel/heaptrack/Makefile
@@ -1,8 +1,7 @@
 PORTNAME=	heaptrack
-DISTVERSION=	1.4.0
-PORTREVISION=	5
+DISTVERSION=	1.5.0
 CATEGORIES=	devel kde
-MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}/
+MASTER_SITES=	KDE/stable/${PORTNAME}/
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Heap memory profiler
@@ -12,6 +11,7 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSES/GPL-2.0-or-later.txt
 
 LIB_DEPENDS=	libboost_regex.so:devel/boost-libs \
+		libdw.so:devel/elfutils \
 		libunwind.so:devel/libunwind \
 		libKChart.so:graphics/kdiagram \
 		libzstd.so:archivers/zstd
@@ -22,7 +22,7 @@ USE_KDE=	auth codecs completion config configwidgets coreaddons i18n \
 		iconthemes itemmodels jobwidgets kio service solid \
 		threadweaver widgetsaddons windowsystem \
 		ecm:build
-USE_QT=		concurrent core dbus gui network widgets xml \
+USE_QT=		concurrent core dbus gui network svg widgets xml \
 		buildtools:build qmake:build
 USE_XORG=	x11
 
diff --git a/devel/heaptrack/distinfo b/devel/heaptrack/distinfo
index c0342600e117..37c3c087b47f 100644
--- a/devel/heaptrack/distinfo
+++ b/devel/heaptrack/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1667654910
-SHA256 (heaptrack-1.4.0.tar.xz) = fc6b3226c36ca7faef58c9268dce427a83558ee48a2b636044ca084453a01f6d
-SIZE (heaptrack-1.4.0.tar.xz) = 5526100
+TIMESTAMP = 1696092144
+SHA256 (heaptrack-1.5.0.tar.xz) = a278d9d8f91e8bfb8a1c2f5b73eecab47fd45d0693f5dbea637536413cec2ea5
+SIZE (heaptrack-1.5.0.tar.xz) = 5447668
diff --git a/devel/heaptrack/files/patch-src_analyze_gui_histogrammodel.h b/devel/heaptrack/files/patch-src_analyze_gui_histogrammodel.h
deleted file mode 100644
index 12963ce1278f..000000000000
--- a/devel/heaptrack/files/patch-src_analyze_gui_histogrammodel.h
+++ /dev/null
@@ -1,23 +0,0 @@
-https://bugs.gentoo.org/887033
-https://invent.kde.org/sdk/heaptrack/-/commit/de3174aa1d1293636079473ff693d9a274a093a9
-
-From de3174aa1d1293636079473ff693d9a274a093a9 Mon Sep 17 00:00:00 2001
-From: Heiko Becker <heiko.becker@kde.org>
-Date: Fri, 16 Dec 2022 00:01:15 +0100
-Subject: [PATCH] Add missing include
-
-This fixes the build with boost 1.81.0. <array> was included by one of
-the boost headers, however, it's no longer included as of Boost 1.81.0.
---- src/analyze/gui/histogrammodel.h
-+++ src/analyze/gui/histogrammodel.h
-@@ -9,6 +9,8 @@
- 
- #include <QAbstractTableModel>
- 
-+#include <array>
-+
- #include "treemodel.h"
- 
- struct HistogramColumn
--- 
-GitLab
diff --git a/devel/heaptrack/pkg-plist b/devel/heaptrack/pkg-plist
index 52f75fdbc4bb..6cfdb1599bf5 100644
--- a/devel/heaptrack/pkg-plist
+++ b/devel/heaptrack/pkg-plist
@@ -21,10 +21,15 @@ share/locale/da/LC_MESSAGES/heaptrack.mo
 share/locale/de/LC_MESSAGES/heaptrack.mo
 share/locale/en_GB/LC_MESSAGES/heaptrack.mo
 share/locale/es/LC_MESSAGES/heaptrack.mo
+share/locale/eu/LC_MESSAGES/heaptrack.mo
 share/locale/fr/LC_MESSAGES/heaptrack.mo
 share/locale/gl/LC_MESSAGES/heaptrack.mo
 share/locale/ia/LC_MESSAGES/heaptrack.mo
+share/locale/it/LC_MESSAGES/heaptrack.mo
+share/locale/ja/LC_MESSAGES/heaptrack.mo
+share/locale/ka/LC_MESSAGES/heaptrack.mo
 share/locale/ko/LC_MESSAGES/heaptrack.mo
+share/locale/lt/LC_MESSAGES/heaptrack.mo
 share/locale/nl/LC_MESSAGES/heaptrack.mo
 share/locale/nn/LC_MESSAGES/heaptrack.mo
 share/locale/pl/LC_MESSAGES/heaptrack.mo
@@ -37,4 +42,5 @@ share/locale/sv/LC_MESSAGES/heaptrack.mo
 share/locale/tr/LC_MESSAGES/heaptrack.mo
 share/locale/uk/LC_MESSAGES/heaptrack.mo
 share/locale/zh_CN/LC_MESSAGES/heaptrack.mo
+share/locale/zh_TW/LC_MESSAGES/heaptrack.mo
 share/metainfo/org.kde.heaptrack.appdata.xml



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309301710.38UHACxY066734>