diff options
author | mef <mef@pkgsrc.org> | 2017-11-14 12:36:58 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2017-11-14 12:36:58 +0000 |
commit | 4fc6c774e199cfce84dced5cff5e72e9c230f9e1 (patch) | |
tree | f36d8dc0d78f1b33516456fc1b237355befe1983 /ham | |
parent | cb75b519cafe635b7b5e26becbec0e2be27a182d (diff) | |
download | pkgsrc-4fc6c774e199cfce84dced5cff5e72e9c230f9e1.tar.gz |
ham/xlog updated to 2.0.15
- Changes for xlog version 2.0.15 - 2017-nov-08
* Clean up warnings reported by user from a macOS build
* Updated cty.dat to 20171030
* 60m is now consistently referred to as "5" (not 5.2 or 5.3)
* Upgraded to ADIF version 3.0.6
* Cleaned up Glib Critical and Glib Warnings (that I could create)
* Added all modes and submodes
* ADIF3 output is now supported, ADIF2 output has been removed
* ADIF Import has been updated
* added adif_ok to xlog.cfg to indicate ADIF3 update of bands,
modes, and scoringbands has oc curred
* Users will see new defaults restored if they have customized via:
Settings->Dialogs->Scoring
Settings->Preferences->General comma separated list of modes
Settings->Preferences->General comma separated list of bands
* Fixed bands in scoring window
* Added feature: sort log by callsign
Diffstat (limited to 'ham')
-rw-r--r-- | ham/xlog/Makefile | 5 | ||||
-rw-r--r-- | ham/xlog/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/ham/xlog/Makefile b/ham/xlog/Makefile index 971875a10e1..949097b05c6 100644 --- a/ham/xlog/Makefile +++ b/ham/xlog/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.70 2017/02/12 06:25:33 ryoon Exp $ +# $NetBSD: Makefile,v 1.71 2017/11/14 12:36:58 mef Exp $ # -DISTNAME= xlog-2.0.14 -PKGREVISION= 2 +DISTNAME= xlog-2.0.15 CATEGORIES= ham MASTER_SITES= http://download.savannah.gnu.org/releases/xlog/ LICENSE= gnu-gpl-v3 diff --git a/ham/xlog/distinfo b/ham/xlog/distinfo index 6a7259921fa..7faafbce2b5 100644 --- a/ham/xlog/distinfo +++ b/ham/xlog/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.19 2016/12/18 06:00:46 mef Exp $ +$NetBSD: distinfo,v 1.20 2017/11/14 12:36:58 mef Exp $ -SHA1 (xlog-2.0.14.tar.gz) = 426c4b4d00e3b240b9eee87ec816c721c2981b1a -RMD160 (xlog-2.0.14.tar.gz) = f11677f92aa2769e8f7313fd0aae02a8e1e4164c -SHA512 (xlog-2.0.14.tar.gz) = 1f63e841191b81c477273777923bb4e537bac70b02cb5deca18b30adc44158369794435a0c1c22915bf42fc3fe2e46891cd531ad6ce2563d0f543a1012074660 -Size (xlog-2.0.14.tar.gz) = 11452537 bytes +SHA1 (xlog-2.0.15.tar.gz) = 341057184cc8004514d1bb6229c9c6c0d859644b +RMD160 (xlog-2.0.15.tar.gz) = f7a7c414c3ad1700540ec62cb63db941f9950ffb +SHA512 (xlog-2.0.15.tar.gz) = 58403d6cd05a222900236a9b165d1b51951f2efa668aba5989970036135a91955af64a4662a5cd6f6e7c4629e3353b3c93c79c3e14d81c7ae65a82cf9ade6397 +Size (xlog-2.0.15.tar.gz) = 11461174 bytes SHA1 (patch-src_callbacks_mainwindow_qsoframe_c) = 354d979f0f591039df0377e640bdc76b6d4831a4 SHA1 (patch-src_dxcc_c) = 2fea7448ecd452064ff86ab228ec7490a0c187f3 SHA1 (patch-src_logfile_edittest_c) = 803cec0af65e359eecfea6fc9e079899999a7529 |