From owner-svn-ports-head@freebsd.org Mon Sep 9 00:48:59 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7E473E90F4; Mon, 9 Sep 2019 00:48:59 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46RV0W2nnlz4JnW; Mon, 9 Sep 2019 00:48:59 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 28AB85930; Mon, 9 Sep 2019 00:48:59 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x890mxR9082252; Mon, 9 Sep 2019 00:48:59 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x890mwtK082251; Mon, 9 Sep 2019 00:48:58 GMT (envelope-from db@FreeBSD.org) Message-Id: <201909090048.x890mwtK082251@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Mon, 9 Sep 2019 00:48:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511601 - head/comms/klog X-SVN-Group: ports-head X-SVN-Commit-Author: db X-SVN-Commit-Paths: head/comms/klog X-SVN-Commit-Revision: 511601 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2019 00:48:59 -0000 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