From owner-svn-ports-all@freebsd.org Fri Apr 6 23:08:51 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFD72F8E9AF; Fri, 6 Apr 2018 23:08:50 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 735767ADB0; Fri, 6 Apr 2018 23:08:50 +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 6E2D718649; Fri, 6 Apr 2018 23:08:50 +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 w36N8oCV039195; Fri, 6 Apr 2018 23:08:50 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w36N8o8n039193; Fri, 6 Apr 2018 23:08:50 GMT (envelope-from db@FreeBSD.org) Message-Id: <201804062308.w36N8o8n039193@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Fri, 6 Apr 2018 23:08:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466692 - in head/comms/klog: . files X-SVN-Group: ports-head X-SVN-Commit-Author: db X-SVN-Commit-Paths: in head/comms/klog: . files X-SVN-Commit-Revision: 466692 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Apr 2018 23:08:51 -0000 Author: db Date: Fri Apr 6 23:08:50 2018 New Revision: 466692 URL: https://svnweb.freebsd.org/changeset/ports/466692 Log: Update klog April - 0.9.3 - Double clicking on DXCC Widget name of the Entity will show the QSO is providing that status on the Search widget. - Added DXCC support for Kosovo. - Bugfix: Default band & mode are now defined as the most used band and mode. - Bugfix: TX frequency was not saved. - Bugfix: In the dxcc status widget, some countries were showing the UN flag unappropriately. - Bugfix: When updating the CTY file, query errors were shown on world.readCTYCSV function. - Bugfix: When editing the QRZ, the cursor position was not properly maintained. - Bugfix: Fixed the flags of several DXCC entities that were not correctly shown. - Bugfix: DXCC Status widget was not listing all the DX entities. - Bugfix: Modes & Bands where not always properly updated from the Setup. - Bugfix: Adding new QSO that implies a DXCC or WAZ status already worked failed. - Bugfix: Updating the WAZ status was not always possible due to a incorrect DB query. - Updated translations: Danish (TNX Joe), Spanish (EA4TV). Deleted: head/comms/klog/files/ Modified: head/comms/klog/Makefile head/comms/klog/distinfo (contents, props changed) Modified: head/comms/klog/Makefile ============================================================================== --- head/comms/klog/Makefile Fri Apr 6 22:04:57 2018 (r466691) +++ head/comms/klog/Makefile Fri Apr 6 23:08:50 2018 (r466692) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= klog -PORTVERSION= 0.9.2.3 +PORTVERSION= 0.9.3 CATEGORIES= comms hamradio MASTER_SITES= SAVANNAH @@ -12,7 +12,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= qmake -USE_QT5= buildtools_build core gui linguisttools_build network \ +USE_QT5= buildtools_build core gui linguisttools_build multimedia network \ printsupport sql sql-sqlite3_run widgets DESKTOP_ENTRIES= "KLog" "Simple Amateur Radio Logging Program" \ "" "klog" "Network;HamRadio;" \ @@ -22,6 +22,11 @@ PLIST_FILES= bin/klog \ ${DATADIR}/translations/klog_ca.qm \ ${DATADIR}/translations/klog_es.qm \ ${DATADIR}/translations/klog_ja.qm \ + ${DATADIR}/translations/klog_da.qm \ + ${DATADIR}/translations/klog_fi.qm \ + ${DATADIR}/translations/klog_hr.qm \ + ${DATADIR}/translations/klog_it.qm \ + ${DATADIR}/translations/klog_pl.qm \ man/man1/klog.1.gz post-patch: @@ -30,13 +35,13 @@ post-patch: s|);|, "${DATADIR}/translations/");|' \ ${WRKSRC}/main.cpp -post-build: - ${LRELEASE} ${WRKSRC}/${PORTNAME}.pro +#post-build: +# ${LRELEASE} ${WRKSRC}/${PORTNAME}.pro do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/klog ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/build/target/klog ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${DATADIR}/translations - ${INSTALL_DATA} ${WRKSRC}/translations/klog_*.qm \ + ${INSTALL_DATA} ${WRKSRC}/build/target/translations/klog_*.qm \ ${STAGEDIR}${DATADIR}/translations ${INSTALL_MAN} ${WRKSRC}/klog.1 ${STAGEDIR}${MANPREFIX}/man/man1 Modified: head/comms/klog/distinfo ============================================================================== --- head/comms/klog/distinfo Fri Apr 6 22:04:57 2018 (r466691) +++ head/comms/klog/distinfo Fri Apr 6 23:08:50 2018 (r466692) @@ -1,2 +1,3 @@ -SHA256 (klog-0.9.2.3.tar.gz) = 992973b15270782e92d5aa4e42d966ed240ff3f44dba49bb3274ae6d4ae67cb6 -SIZE (klog-0.9.2.3.tar.gz) = 1159783 +TIMESTAMP = 1522971958 +SHA256 (klog-0.9.3.tar.gz) = 46df382328ff4681036fd1d719069f4aaab94a8defc3cb50e5706448f5a34c6c +SIZE (klog-0.9.3.tar.gz) = 1891616