Date: Mon, 9 Sep 2019 00:48:58 +0000 (UTC) From: Diane Bruce <db@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511601 - head/comms/klog Message-ID: <201909090048.x890mwtK082251@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: db Date: Mon Sep 9 00:48:58 2019 New Revision: 511601 URL: https://svnweb.freebsd.org/changeset/ports/511601 Log: Update to 0.9.8.1 August - 0.9.8.1 - Added the Es'hail / QO-100 satellite. - UI: Satellite list, propagation modes and others are now shown sorted. (TNX Isabel) - UI: Added default values to the infoWidget (Continent, Prefix, CQ, ITU...). (TNX Isabel) - UI: RX/TX Freq in Satellite tab are also in red/black depending on the frequency being out/in of ham bands. - UI: Mode selected is now changing the RST format and default values for some modes. - Bugfix: Editing a QSO to remove a comment was not properly working. (TNX Isabel) - Bugfix: Worked & Confirmed QSO numbers are now aligned in the Awards tab. (TNX Isabel) - Bugfix: KLog.pro is now fixed to compile in Linux. (TNX KB2YSI) - Bugfix: Improved how the DXMarathon was managed when disabled. - Bugfix: Improved how DXCC Award was updated after one QSO was added. (TNX Isabel) - Fixed a bug in the SQL update database. August - 0.9.8 - New feature: Basic Hamlib support. - Fixed a bug in the SQL update database. - Fixed a bug in the DXCCWidget. - Fixed a bug in the QSO per hour stats. - Added the FT4 mode. - Updated translations: Catalan (TNX Txema), Danish (TNX Joe), Finnish (TNX Kristjan), French (F4HWL), German (TNX Burkhard), Spanish (EA4TV). March - 0.9.7.3 - TODO: Remove the band 0 / Light from the DB. - UI: KLog warns the user if the frequency used is out of the hamradio bands. - Reworked how freqs and bands are managed. Reported by: portscout Modified: head/comms/klog/Makefile head/comms/klog/distinfo (contents, props changed) Modified: head/comms/klog/Makefile ============================================================================== --- head/comms/klog/Makefile Sun Sep 8 21:46:13 2019 (r511600) +++ head/comms/klog/Makefile Mon Sep 9 00:48:58 2019 (r511601) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= klog -PORTVERSION= 0.9.7.2 -PORTREVISION= 1 +PORTVERSION= 0.9.8.1 CATEGORIES= comms hamradio MASTER_SITES= SAVANNAH @@ -12,10 +11,12 @@ COMMENT= Simple Qt-based amateur radio logger LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lang gl qmake qt:5 +LIB_DEPENDS= libhamlib.so:comms/hamlib + +USES= compiler:c++11-lang gl qmake qt:5 xorg USE_GL= gl USE_QT= buildtools_build charts core gui linguisttools_build multimedia network \ - printsupport sql sql-sqlite3_run widgets + printsupport sql sql-sqlite3_run serialport widgets DESKTOP_ENTRIES= "KLog" "Simple Amateur Radio Logging Program" \ "" "klog" "Network;HamRadio;" \ Modified: head/comms/klog/distinfo ============================================================================== --- head/comms/klog/distinfo Sun Sep 8 21:46:13 2019 (r511600) +++ head/comms/klog/distinfo Mon Sep 9 00:48:58 2019 (r511601) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555664268 -SHA256 (klog-0.9.7.2.tar.gz) = d60f6d9f56717f99e46757a3912b48b1604d133a410b35b6d56e6f9c8f9d45c5 -SIZE (klog-0.9.7.2.tar.gz) = 2020081 +TIMESTAMP = 1567980395 +SHA256 (klog-0.9.8.1.tar.gz) = 068106b8e8a6aac2f62e7b5c9280a7aa97fe35bb11d37764039df2ab998ad36d +SIZE (klog-0.9.8.1.tar.gz) = 2064170
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909090048.x890mwtK082251>