summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ham/fldigi/Makefile5
-rw-r--r--ham/fldigi/PLIST3
-rw-r--r--ham/fldigi/distinfo12
-rw-r--r--ham/fldigi/patches/patch-src_include_logsupport.h4
-rw-r--r--ham/fldigi/patches/patch-src_include_strutil.h4
5 files changed, 16 insertions, 12 deletions
diff --git a/ham/fldigi/Makefile b/ham/fldigi/Makefile
index ecb738d7c8f..cd5066b88f4 100644
--- a/ham/fldigi/Makefile
+++ b/ham/fldigi/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2014/02/12 23:18:03 tron Exp $
+# $NetBSD: Makefile,v 1.39 2014/03/14 14:39:22 mef Exp $
#
-DISTNAME= fldigi-3.21.76
-PKGREVISION= 2
+DISTNAME= fldigi-3.21.79
CATEGORIES= ham
MASTER_SITES= http://www.w1hkj.com/downloads/fldigi/
LICENSE= gnu-gpl-v3
diff --git a/ham/fldigi/PLIST b/ham/fldigi/PLIST
index ba73a49c0bf..7338be994ab 100644
--- a/ham/fldigi/PLIST
+++ b/ham/fldigi/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2013/09/13 06:35:55 mef Exp $
+@comment $NetBSD: PLIST,v 1.5 2014/03/14 14:39:22 mef Exp $
bin/flarq
bin/fldigi
bin/fldigi-shell
@@ -11,6 +11,7 @@ share/fldigi/NAVTEX_Stations.csv
share/fldigi/ToR-Stats-SHIP.csv
share/fldigi/nsd_bbsss.txt
share/fldigi/station_table.txt
+share/locale/de/LC_MESSAGES/fldigi.mo
share/locale/es/LC_MESSAGES/fldigi.mo
share/locale/fr/LC_MESSAGES/fldigi.mo
share/locale/it/LC_MESSAGES/fldigi.mo
diff --git a/ham/fldigi/distinfo b/ham/fldigi/distinfo
index b3dec84c73d..c62c23b51a1 100644
--- a/ham/fldigi/distinfo
+++ b/ham/fldigi/distinfo
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.16 2013/09/17 21:12:25 joerg Exp $
+$NetBSD: distinfo,v 1.17 2014/03/14 14:39:22 mef Exp $
-SHA1 (fldigi-3.21.76.tar.gz) = c5affcedd19410d02e176e38914787278a21ec44
-RMD160 (fldigi-3.21.76.tar.gz) = b9261eb62b75c238dc3ad790b66e35f52255d29b
-Size (fldigi-3.21.76.tar.gz) = 2537663 bytes
+SHA1 (fldigi-3.21.79.tar.gz) = d00d29997eb809046f43231f2815d10c8f01a85d
+RMD160 (fldigi-3.21.79.tar.gz) = 5c3f949f36edbc8f156d215e18982718aaec3633
+Size (fldigi-3.21.79.tar.gz) = 2646946 bytes
SHA1 (patch-src_dominoex_dominoex.cxx) = 39d2d2e75497ec5264148bc4927278df5adaa84d
-SHA1 (patch-src_include_logsupport.h) = f5981f5dde6c9dc4f6df9318ceaff908a142e795
+SHA1 (patch-src_include_logsupport.h) = 2291272db0ddba2d106f4006143df96e2d466e4b
SHA1 (patch-src_include_qrunner.h) = 5dac7e9fd52f10c66978a854963bd03d39a729d0
-SHA1 (patch-src_include_strutil.h) = b12f49bddc839991a9dac8f0d38439c3e34c268f
+SHA1 (patch-src_include_strutil.h) = e35090f545ce957cf67d408e469c203e29fb7447
SHA1 (patch-src_logbook_logsupport.cxx) = bffff9fe6ee6f07596fa1e65208377d17b822263
SHA1 (patch-src_misc_configuration.cxx) = 4f1940b0ff9d51418b37d01636c1a45f9a392943
SHA1 (patch-src_misc_dxcc.cxx) = 23533d5062d731b56c7f7b2e9e4cac0b2b4f7194
diff --git a/ham/fldigi/patches/patch-src_include_logsupport.h b/ham/fldigi/patches/patch-src_include_logsupport.h
index 8e86da7268c..9139776024b 100644
--- a/ham/fldigi/patches/patch-src_include_logsupport.h
+++ b/ham/fldigi/patches/patch-src_include_logsupport.h
@@ -1,4 +1,6 @@
-$NetBSD: patch-src_include_logsupport.h,v 1.1 2013/09/17 21:12:25 joerg Exp $
+$NetBSD: patch-src_include_logsupport.h,v 1.2 2014/03/14 14:39:22 mef Exp $
+
+Fix a header guard to reduce warnings.
--- src/include/logsupport.h.orig 2013-09-17 19:27:33.000000000 +0000
+++ src/include/logsupport.h
diff --git a/ham/fldigi/patches/patch-src_include_strutil.h b/ham/fldigi/patches/patch-src_include_strutil.h
index 42fdce7d35d..80a517ded61 100644
--- a/ham/fldigi/patches/patch-src_include_strutil.h
+++ b/ham/fldigi/patches/patch-src_include_strutil.h
@@ -1,4 +1,6 @@
-$NetBSD: patch-src_include_strutil.h,v 1.1 2013/09/17 21:12:25 joerg Exp $
+$NetBSD: patch-src_include_strutil.h,v 1.2 2014/03/14 14:39:22 mef Exp $
+
+Don't depend on implicit boolean conversion for streams.
--- src/include/strutil.h.orig 2013-09-17 19:23:48.000000000 +0000
+++ src/include/strutil.h