Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Sep 2022 19:09:57 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f713eeb93cf7 - main - devel/heaptrack: pet stage-qa
Message-ID:  <202209051909.285J9vxK015245@gitrepo.freebsd.org>

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

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

commit f713eeb93cf7687fe47aa8b14c7a3d1d682cfd12
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:02:31 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:06:01 +0000

    devel/heaptrack: pet stage-qa
---
 devel/heaptrack/Makefile | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/devel/heaptrack/Makefile b/devel/heaptrack/Makefile
index 87a4f06ffa72..ed7057153874 100644
--- a/devel/heaptrack/Makefile
+++ b/devel/heaptrack/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	heaptrack
 DISTVERSION=	1.3.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}/
 
@@ -12,15 +12,17 @@ LICENSE_FILE=	${WRKSRC}/LICENSES/GPL-2.0-or-later.txt
 
 LIB_DEPENDS=	libboost_regex.so:devel/boost-libs \
 		libunwind.so:devel/libunwind \
-		libKChart.so:graphics/kdiagram
+		libKChart.so:graphics/kdiagram \
+		libzstd.so:archivers/zstd
 
 USES=		cmake compiler:c++11-lang desktop-file-utils kde:5 \
-		localbase  qt:5 tar:xz
+		localbase  qt:5 tar:xz xorg
 USE_KDE=	auth auth codecs completion config config \
-		configwidgets coreaddons ecm i18n itemmodels \
-		jobwidgets kio kio service threadweaver \
+		configwidgets coreaddons ecm i18n iconthemes itemmodels \
+		jobwidgets kio kio service solid threadweaver \
 		widgetsaddons windowsystem
 USE_QT=		concurrent core dbus gui network widgets xml \
 		buildtools_build qmake_build
+USE_XORG=	x11
 
 .include <bsd.port.mk>



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