Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Apr 2018 23:08:50 +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: r466692 - in head/comms/klog: . files
Message-ID:  <201804062308.w36N8o8n039193@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804062308.w36N8o8n039193>