Date: Mon, 25 May 2026 11:48:55 +0000 From: Michael Reifenberger <mr@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a778005954fd - main - comms/klog: Update to 2.5.2 Message-ID: <6a143727.3c44c.10242d50@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by mr: URL: https://cgit.FreeBSD.org/ports/commit/?id=a778005954fd8c7b39b894b83a81501e016a3584 commit a778005954fd8c7b39b894b83a81501e016a3584 Author: Michael Reifenberger <mr@FreeBSD.org> AuthorDate: 2026-05-25 10:41:01 +0000 Commit: Michael Reifenberger <mr@FreeBSD.org> CommitDate: 2026-05-25 11:48:39 +0000 comms/klog: Update to 2.5.2 --- comms/klog/Makefile | 4 ++-- comms/klog/distinfo | 6 +++--- comms/klog/files/patch-src_main.cpp | 11 ----------- comms/klog/pkg-plist | 5 +---- 4 files changed, 6 insertions(+), 20 deletions(-) diff --git a/comms/klog/Makefile b/comms/klog/Makefile index 990a8a4319a5..05225d3f1ff4 100644 --- a/comms/klog/Makefile +++ b/comms/klog/Makefile @@ -1,6 +1,6 @@ PORTNAME= klog -PORTVERSION= 2.5 -PORTREVISION= 1 +PORTVERSION= 2.5.2 +#PORTREVISION= 1 CATEGORIES= comms hamradio MAINTAINER= hamradio@FreeBSD.org diff --git a/comms/klog/distinfo b/comms/klog/distinfo index 4808e04c41c5..dec0bb9e1c16 100644 --- a/comms/klog/distinfo +++ b/comms/klog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1775133146 -SHA256 (ea4k-klog-2.5_GH0.tar.gz) = a30f6bb49f0fb945ceaa23df397d89a868abc4e0272482e2e94a1e9ab993ea46 -SIZE (ea4k-klog-2.5_GH0.tar.gz) = 4662923 +TIMESTAMP = 1779699170 +SHA256 (ea4k-klog-2.5.2_GH0.tar.gz) = 6648ddff9d068dcc3c66c34fad166c4fb1698c28f6b6db1351f28e2aab13c8c5 +SIZE (ea4k-klog-2.5.2_GH0.tar.gz) = 4676417 diff --git a/comms/klog/files/patch-src_main.cpp b/comms/klog/files/patch-src_main.cpp deleted file mode 100644 index a39c8ffe6d2c..000000000000 --- a/comms/klog/files/patch-src_main.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/main.cpp.orig 2025-05-16 09:03:24 UTC -+++ src/main.cpp -@@ -96,7 +96,7 @@ void loadTranslations(QApplication &app, QTranslator & - missingTranslation = false; - } - -- if (missingTranslation && language != "en") -+ if (missingTranslation && language != "en" && language != "C" ) - { - QMessageBox::warning(nullptr, "KLog", - QString("No translation files for your language were found. KLog will be shown in English.\n") diff --git a/comms/klog/pkg-plist b/comms/klog/pkg-plist index bc0bc3263b27..f48794ba0f63 100644 --- a/comms/klog/pkg-plist +++ b/comms/klog/pkg-plist @@ -1,10 +1,7 @@ bin/klog +share/applications/klog.desktop %%DOCSDIR%%/AUTHORS -%%DOCSDIR%%/COPYING %%DOCSDIR%%/Changelog -%%DOCSDIR%%/INSTALL-es.txt -%%DOCSDIR%%/INSTALL-linux -%%DOCSDIR%%/INSTALL.txt %%DOCSDIR%%/NEWS %%DOCSDIR%%/README %%DOCSDIR%%/README-DEVELhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a143727.3c44c.10242d50>
