diff options
author | Diane Bruce <db@FreeBSD.org> | 2019-09-09 00:48:58 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2019-09-09 00:48:58 +0000 |
commit | 8a8e8f9ae16b1657a2c54950326e090a6f8c3d6a (patch) | |
tree | b4bd2c7a95c9766e3f5bc3625c4f865bc0340ac2 /comms/klog | |
parent | 1f37352beb83383ab1f65f9a5321e600b318ba8d (diff) |
Notes
Diffstat (limited to 'comms/klog')
-rw-r--r-- | comms/klog/Makefile | 9 | ||||
-rw-r--r-- | comms/klog/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/comms/klog/Makefile b/comms/klog/Makefile index ddbe0a556c6c..e38536cdb21b 100644 --- a/comms/klog/Makefile +++ b/comms/klog/Makefile @@ -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;" \ diff --git a/comms/klog/distinfo b/comms/klog/distinfo index d619f1fe17dd..cb12811d54aa 100644 --- a/comms/klog/distinfo +++ b/comms/klog/distinfo @@ -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 |