Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2026 12:52:36 +0000
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 477291b7a894 - 2026Q1 - net-im/kaidan: Update to 0.14.0
Message-ID:  <696f7a94.44a83.1be0a0d3@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2026Q1 has been updated by makc:

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

commit 477291b7a89406aea68fb7f87667a5abb6f680e0
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-01-15 11:47:35 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-01-20 12:50:35 +0000

    net-im/kaidan: Update to 0.14.0
    
     - Drop stale patch
    
    (cherry picked from commit 5f8715366a4e7a87438d2b5dad71cb2f877eb26a)
---
 net-im/kaidan/Makefile                   |  3 +--
 net-im/kaidan/distinfo                   |  6 +++---
 net-im/kaidan/files/patch-CMakeLists.txt | 18 ------------------
 net-im/kaidan/pkg-plist                  |  1 +
 4 files changed, 5 insertions(+), 23 deletions(-)

diff --git a/net-im/kaidan/Makefile b/net-im/kaidan/Makefile
index 63959ffb021d..8f4835115d25 100644
--- a/net-im/kaidan/Makefile
+++ b/net-im/kaidan/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	kaidan
-DISTVERSION=	0.13.0
-PORTREVISION=	1
+DISTVERSION=	0.14.0
 CATEGORIES=	net-im kde
 MASTER_SITES=	KDE/unstable/${PORTNAME}/${DISTVERSION}
 
diff --git a/net-im/kaidan/distinfo b/net-im/kaidan/distinfo
index d4ca942cef63..994a88145a03 100644
--- a/net-im/kaidan/distinfo
+++ b/net-im/kaidan/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1758550618
-SHA256 (kaidan-0.13.0.tar.xz) = b5b76cb1e78f0edbb07bfc63e972f64ac1a8322c57fe62a0e0e1992653784b20
-SIZE (kaidan-0.13.0.tar.xz) = 898696
+TIMESTAMP = 1768469043
+SHA256 (kaidan-0.14.0.tar.xz) = 1fe94dae50e360126454a37326c4d6c0c028e01b4ee6972b4a4f9c1791bf4eba
+SIZE (kaidan-0.14.0.tar.xz) = 913520
diff --git a/net-im/kaidan/files/patch-CMakeLists.txt b/net-im/kaidan/files/patch-CMakeLists.txt
deleted file mode 100644
index 20e10778f588..000000000000
--- a/net-im/kaidan/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-Backport [1] to fix build with Qt 6.10.
-
-[1] https://invent.kde.org/network/kaidan/-/commit/26942b401070e6628e4c85768632ca33538bb99c
-
---- CMakeLists.txt.orig	2025-09-21 20:16:37 UTC
-+++ CMakeLists.txt
-@@ -52,6 +52,11 @@ find_package(Qt6 ${QT_MIN_VERSION} REQUIRED NO_MODULE 
- 
- # Find packages
- find_package(Qt6 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Core Concurrent Qml Quick Svg Sql QuickControls2 Xml Multimedia Positioning Location)
-+
-+if(Qt6Gui_VERSION VERSION_GREATER_EQUAL "6.10.0" AND NOT WIN32 AND NOT APPLE)
-+    find_package(Qt6GuiPrivate ${QT_MIN_VERSION} REQUIRED NO_MODULE)
-+endif()
-+
- find_package(KF6 ${KF_MIN_VERSION} REQUIRED COMPONENTS KIO Kirigami Prison)
- if (NOT ANDROID)
-    find_package(KF6 ${KF_MIN_VERSION} OPTIONAL_COMPONENTS Crash)
diff --git a/net-im/kaidan/pkg-plist b/net-im/kaidan/pkg-plist
index 74188cb3166c..64b36baafa0c 100644
--- a/net-im/kaidan/pkg-plist
+++ b/net-im/kaidan/pkg-plist
@@ -37,6 +37,7 @@ share/locale/es/LC_MESSAGES/kaidan_qt.qm
 share/locale/eu/LC_MESSAGES/kaidan_qt.qm
 share/locale/fi/LC_MESSAGES/kaidan_qt.qm
 share/locale/fr/LC_MESSAGES/kaidan_qt.qm
+share/locale/ga/LC_MESSAGES/kaidan_qt.qm
 share/locale/gl/LC_MESSAGES/kaidan_qt.qm
 share/locale/he/LC_MESSAGES/kaidan_qt.qm
 share/locale/hu/LC_MESSAGES/kaidan_qt.qm


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696f7a94.44a83.1be0a0d3>