summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
Diffstat (limited to 'comms')
-rw-r--r--comms/klog/Makefile10
-rw-r--r--comms/klog/distinfo6
-rw-r--r--comms/klog/files/patch-src_main.cpp20
-rw-r--r--comms/py-fritzconnection/Makefile3
-rw-r--r--comms/py-fritzconnection/distinfo6
-rw-r--r--comms/trustedqsl/Makefile4
-rw-r--r--comms/trustedqsl/distinfo6
-rw-r--r--comms/trustedqsl/pkg-plist8
8 files changed, 30 insertions, 33 deletions
diff --git a/comms/klog/Makefile b/comms/klog/Makefile
index 885bded8875b..cb83dad41e0c 100644
--- a/comms/klog/Makefile
+++ b/comms/klog/Makefile
@@ -1,5 +1,5 @@
PORTNAME= klog
-PORTVERSION= 2.3.4
+PORTVERSION= 2.4.1
#PORTREVISION= 1
CATEGORIES= comms hamradio
@@ -11,12 +11,10 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libhamlib.so:comms/hamlib
-USES= compiler:c++11-lang gl qmake qt:5 xorg
+USES= compiler:c++11-lang gl qmake qt:6 xorg
USE_GITHUB= yes
USE_GL= gl
-USE_QT= buildtools:build charts core declarative gui \
- linguisttools:build location multimedia network \
- printsupport sql sql-sqlite3:run serialport testlib:build widgets
+USE_QT= base declarative charts location positioning serialport sqldriver-sqlite tools
GH_ACCOUNT= ea4k
GH_PROJECT= klog
@@ -36,7 +34,9 @@ PLIST_FILES= bin/klog \
${DATADIR}/translations/klog_it.qm \
${DATADIR}/translations/klog_lv.qm \
${DATADIR}/translations/klog_ja.qm \
+ ${DATADIR}/translations/klog_nl.qm \
${DATADIR}/translations/klog_pl.qm \
+ ${DATADIR}/translations/klog_ru.qm \
${DATADIR}/translations/klog_uk.qm \
share/man/man1/klog.1.gz
diff --git a/comms/klog/distinfo b/comms/klog/distinfo
index dd6699d91e72..3a0f75e1a722 100644
--- a/comms/klog/distinfo
+++ b/comms/klog/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709550325
-SHA256 (ea4k-klog-2.3.4_GH0.tar.gz) = c7ccbdcd2c11314c4ddda911a65be6f7430fbf58145d62e0604cefe7644f63f2
-SIZE (ea4k-klog-2.3.4_GH0.tar.gz) = 4837249
+TIMESTAMP = 1747383065
+SHA256 (ea4k-klog-2.4.1_GH0.tar.gz) = 9f0fcd984d8c640f6c55c7b3036ba2e310e4371ca5d21ee42997505b69c2410c
+SIZE (ea4k-klog-2.4.1_GH0.tar.gz) = 4916023
diff --git a/comms/klog/files/patch-src_main.cpp b/comms/klog/files/patch-src_main.cpp
index 88e0f3adcefa..a39c8ffe6d2c 100644
--- a/comms/klog/files/patch-src_main.cpp
+++ b/comms/klog/files/patch-src_main.cpp
@@ -1,13 +1,11 @@
---- src/main.cpp.orig 2023-12-26 00:00:15 UTC
+--- src/main.cpp.orig 2025-05-16 09:03:24 UTC
+++ src/main.cpp
-@@ -151,6 +151,10 @@ int main(int argc, char *argv[])
- myappTranslator.load(QCoreApplication::applicationDirPath() + "/translations/klog_" + (QLocale::system().name())); /* Flawfinder: ignore */
- }
-
-+ else if (((QLocale::system().name()).left(1)) == "C") /* Flawfinder: ignore */
-+ { // If language is C, it will execute without showing message
-+
-+ }
- else if (((QLocale::system().name()).left(2)) == "en") /* Flawfinder: ignore */
- { // If language is English, it will execute without showing message
+@@ -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/py-fritzconnection/Makefile b/comms/py-fritzconnection/Makefile
index 54c1c1bb77bb..8a2b1ada38af 100644
--- a/comms/py-fritzconnection/Makefile
+++ b/comms/py-fritzconnection/Makefile
@@ -1,6 +1,5 @@
PORTNAME= fritzconnection
-DISTVERSION= 1.14.0
-PORTREVISION= 1
+DISTVERSION= 1.15.0
CATEGORIES= comms python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/comms/py-fritzconnection/distinfo b/comms/py-fritzconnection/distinfo
index b1615487753a..8defa1f18771 100644
--- a/comms/py-fritzconnection/distinfo
+++ b/comms/py-fritzconnection/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1723641526
-SHA256 (kbr-fritzconnection-1.14.0_GH0.tar.gz) = 95c18f7b6a9f78c35b5782c9f303f0e49737a6e3b99896ab950e2df2635d69f5
-SIZE (kbr-fritzconnection-1.14.0_GH0.tar.gz) = 165234
+TIMESTAMP = 1747515260
+SHA256 (kbr-fritzconnection-1.15.0_GH0.tar.gz) = 711d7043809f3c3fd7bfa2878cdba3c4ab84d1b58daa10b6d5c036a36a610925
+SIZE (kbr-fritzconnection-1.15.0_GH0.tar.gz) = 167546
diff --git a/comms/trustedqsl/Makefile b/comms/trustedqsl/Makefile
index 648fdacdab3f..c0cfa1204f0d 100644
--- a/comms/trustedqsl/Makefile
+++ b/comms/trustedqsl/Makefile
@@ -1,6 +1,6 @@
PORTNAME= trustedqsl
-DISTVERSION= 2.7.2
-PORTREVISION= 2
+DISTVERSION= 2.8.1
+#PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= http://www.arrl.org/files/file/LoTW%20Instructions/ \
LOCAL/shurd
diff --git a/comms/trustedqsl/distinfo b/comms/trustedqsl/distinfo
index 425e4d6fc64a..56b663a5c68e 100644
--- a/comms/trustedqsl/distinfo
+++ b/comms/trustedqsl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709559475
-SHA256 (tqsl-2.7.2.tar.gz) = 4f83410944d81d3eae8128358127e34013819ddab04b0c962ebfea9433d018a2
-SIZE (tqsl-2.7.2.tar.gz) = 3905567
+TIMESTAMP = 1747387423
+SHA256 (tqsl-2.8.1.tar.gz) = fed1ccb7b4cdf22ece32aa6e9b58c2245af1ad0b77483e3466b693af2c57e7a6
+SIZE (tqsl-2.8.1.tar.gz) = 4125568
diff --git a/comms/trustedqsl/pkg-plist b/comms/trustedqsl/pkg-plist
index deb283f95236..0136c5c40592 100644
--- a/comms/trustedqsl/pkg-plist
+++ b/comms/trustedqsl/pkg-plist
@@ -1,8 +1,4 @@
bin/tqsl
-%%CONVERTER%%bin/converter
-%%GEN_CRQ%%bin/gen_crq
-%%LOAD_CERT%%bin/load_cert
-%%STATION_LOC%%bin/station_loc
include/adif.h
include/cabrillo.h
include/tqslconvert.h
@@ -30,6 +26,7 @@ share/TrustedQSL/help/tqslapp/addcert2.bmp
share/TrustedQSL/help/tqslapp/addcert3.bmp
share/TrustedQSL/help/tqslapp/addcertaccept.htm
share/TrustedQSL/help/tqslapp/addcertreq.htm
+share/TrustedQSL/help/tqslapp/addctype.bmp
share/TrustedQSL/help/tqslapp/additional-info.htm
share/TrustedQSL/help/tqslapp/addstnl0.bmp
share/TrustedQSL/help/tqslapp/backuprestore.htm
@@ -123,6 +120,7 @@ share/TrustedQSL/help/tqslapp/stnloc3.bmp
share/TrustedQSL/help/tqslapp/stnloc4.bmp
share/TrustedQSL/help/tqslapp/stnloc5.bmp
share/TrustedQSL/help/tqslapp/stnprop.bmp
+share/TrustedQSL/help/tqslapp/sync.htm
share/TrustedQSL/help/tqslapp/tqslapp.hhp
share/TrustedQSL/help/tqslapp/tqslstyle.css
share/TrustedQSL/help/tqslapp/unlock.bmp
@@ -131,6 +129,8 @@ share/TrustedQSL/help/tqslapp/update.htm
share/TrustedQSL/help/tqslapp/update1.bmp
share/TrustedQSL/help/tqslapp/update2.bmp
share/TrustedQSL/languages.dat
+share/TrustedQSL/prefixes.dat
+share/TrustedQSL/vuccgrids.dat
share/applications/org.arrl.trustedqsl.desktop
share/icons/hicolor/128x128/apps/org.arrl.trustedqsl.png
share/icons/hicolor/16x16/apps/org.arrl.trustedqsl.png