pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/ham/xlog



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Dec 18 06:00:46 UTC 2016

Modified Files:
        pkgsrc/ham/xlog: Makefile distinfo
Removed Files:
        pkgsrc/ham/xlog/patches: patch-src_logfile_adif2.c

Log Message:
Updated ham/xlog to 2.0.14
--------------------------
 - Changes for xlog version 2.0.14 - 2016-dec-11
  * Updated cty.dat to 20161124 (cty-2614)
  * Fixed compiler error with new gcc, in adif.c, with unused variable
    * GCC Bug #28901, https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28901
  * Fixed math library linker issue exposed by recent gcc change
  * Updated the author's email address
  * Fixed a GUI bug in Settings->Dialogs and Windows->Scoring
    (thanks, Andrew N2CN for the patch)
  * Hamlib preference setting now understands /dev/serial/by-id
  * Hamlib preference setting shows all /dev/ttyUSB* that are present
  * Fixed crash with Select a Radio dialog in Hamlib preferences

(pkgsrc changes)
 - Dropped patch-src_logfile_adif2.c, seems now has fix, see above.
  (but not confirmed with clang yet, sorry)
 - Add following line, pkglint asks for the line
   .include "../../graphics/gnome-icon-theme/buildlink3.mk"


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/ham/xlog/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/ham/xlog/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/ham/xlog/patches/patch-src_logfile_adif2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/ham/xlog/Makefile
diff -u pkgsrc/ham/xlog/Makefile:1.67 pkgsrc/ham/xlog/Makefile:1.68
--- pkgsrc/ham/xlog/Makefile:1.67       Wed Aug  3 10:22:58 2016
+++ pkgsrc/ham/xlog/Makefile    Sun Dec 18 06:00:46 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.67 2016/08/03 10:22:58 adam Exp $
+# $NetBSD: Makefile,v 1.68 2016/12/18 06:00:46 mef Exp $
 #
 
-DISTNAME=      xlog-2.0.13
-PKGREVISION=   2
+DISTNAME=      xlog-2.0.14
 CATEGORIES=    ham
 MASTER_SITES=  http://download.savannah.gnu.org/releases/xlog/
 LICENSE=       gnu-gpl-v3
@@ -27,6 +26,7 @@ CWRAPPERS_APPEND.cc+= -Wno-error=parenth
 .endif
 
 .include "../../databases/shared-mime-info/buildlink3.mk"
+.include "../../graphics/gnome-icon-theme/buildlink3.mk"
 .include "../../ham/hamlib/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../print/libgnomeprint/buildlink3.mk"

Index: pkgsrc/ham/xlog/distinfo
diff -u pkgsrc/ham/xlog/distinfo:1.18 pkgsrc/ham/xlog/distinfo:1.19
--- pkgsrc/ham/xlog/distinfo:1.18       Mon Nov  2 23:57:25 2015
+++ pkgsrc/ham/xlog/distinfo    Sun Dec 18 06:00:46 2016
@@ -1,12 +1,11 @@
-$NetBSD: distinfo,v 1.18 2015/11/02 23:57:25 agc Exp $
+$NetBSD: distinfo,v 1.19 2016/12/18 06:00:46 mef Exp $
 
-SHA1 (xlog-2.0.13.tar.gz) = 5755d530cc775716d5dc874c0cd206b2bdf207b2
-RMD160 (xlog-2.0.13.tar.gz) = 1d6633645b7eec05f002fe95cc4d3c70dcc803bd
-SHA512 (xlog-2.0.13.tar.gz) = 304efc65c35890f2d988680de2a5f21d2e728882175f9a3abf72a749d9172833ac7b18cbd65d9e9c2c143ee27bea0476b12ff5eb760d8dcbb64800944ac89003
-Size (xlog-2.0.13.tar.gz) = 11427287 bytes
+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 (patch-src_callbacks_mainwindow_qsoframe_c) = 354d979f0f591039df0377e640bdc76b6d4831a4
 SHA1 (patch-src_dxcc_c) = 2fea7448ecd452064ff86ab228ec7490a0c187f3
-SHA1 (patch-src_logfile_adif2.c) = 19c52c20d2bb0c86fc489691a8bd996c14f6e03f
 SHA1 (patch-src_logfile_edittest_c) = 803cec0af65e359eecfea6fc9e079899999a7529
 SHA1 (patch-src_logfile_logfile_c) = 92ccae2d101297365ef1cd69464edd182b142338
 SHA1 (patch-src_strptime_c) = 5471f5acc7adc16ca08d479473b424c6798bf30c



Home | Main Index | Thread Index | Old Index