diff options
author | mef <mef@pkgsrc.org> | 2014-09-05 07:29:28 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-09-05 07:29:28 +0000 |
commit | 022b79b6a56325459a37c335e523564639698e81 (patch) | |
tree | 7bf0bb9e080cf2edc13d727240af5b42f62c1e39 /ham/fldigi | |
parent | 50bb06e218bd92f5ac09d5781e50922a7627f1e2 (diff) | |
download | pkgsrc-022b79b6a56325459a37c335e523564639698e81.tar.gz |
(Upstream update 3.21.82 to 3.21.83)
=Version 3.21.83=
2014-06-26 Robert Stiles <kk5vd@yahoo.com>
10acfb7: Doxygen Inclusion
2014-06-16 David Freese <w1hkj@w1hkj.com>
03b141a: ARQ stx handshake
ba246eb: Virtual ports
1c38c93: New User Exit Behavior
Diffstat (limited to 'ham/fldigi')
-rw-r--r-- | ham/fldigi/Makefile | 6 | ||||
-rw-r--r-- | ham/fldigi/PLIST | 2 | ||||
-rw-r--r-- | ham/fldigi/distinfo | 8 | ||||
-rw-r--r-- | ham/fldigi/patches/patch-src_dominoex_dominoex.cxx | 2 | ||||
-rw-r--r-- | ham/fldigi/patches/patch-src_include_qrunner.h | 2 | ||||
-rw-r--r-- | ham/fldigi/patches/patch-src_misc_configuration.cxx | 2 | ||||
-rw-r--r-- | ham/fldigi/patches/patch-src_misc_newinstall.cxx | 2 | ||||
-rw-r--r-- | ham/fldigi/patches/patch-src_thor_thor.cxx | 2 | ||||
-rw-r--r-- | ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcClient.cpp | 2 | ||||
-rw-r--r-- | ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcServer.cpp | 2 | ||||
-rw-r--r-- | ham/fldigi/patches/patch-src_xmlrpcpp_base64.h | 2 |
11 files changed, 16 insertions, 16 deletions
diff --git a/ham/fldigi/Makefile b/ham/fldigi/Makefile index 332001e553b..4bf9a98359a 100644 --- a/ham/fldigi/Makefile +++ b/ham/fldigi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2014/06/15 14:27:43 mef Exp $ -# $Id: Makefile,v 1.44 2014/06/15 14:27:43 mef Exp $ +# $NetBSD: Makefile,v 1.45 2014/09/05 07:29:28 mef Exp $ +# $Id: Makefile,v 1.45 2014/09/05 07:29:28 mef Exp $ -DISTNAME= fldigi-3.21.82 +DISTNAME= fldigi-3.21.83 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 7338be994ab..7c5e9cf4cee 100644 --- a/ham/fldigi/PLIST +++ b/ham/fldigi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2014/03/14 14:39:22 mef Exp $ +@comment $NetBSD: PLIST,v 1.6 2014/09/05 07:29:28 mef Exp $ bin/flarq bin/fldigi bin/fldigi-shell diff --git a/ham/fldigi/distinfo b/ham/fldigi/distinfo index 0c2db7605c2..d39f60c078b 100644 --- a/ham/fldigi/distinfo +++ b/ham/fldigi/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.18 2014/06/15 14:27:43 mef Exp $ +$NetBSD: distinfo,v 1.19 2014/09/05 07:29:28 mef Exp $ -SHA1 (fldigi-3.21.82.tar.gz) = 15bb5d94530dc9273b4bb64f55ccbf60ca59464b -RMD160 (fldigi-3.21.82.tar.gz) = 4b1f212c3c3ed4ed84f356e2b13bbd65867582d2 -Size (fldigi-3.21.82.tar.gz) = 2652964 bytes +SHA1 (fldigi-3.21.83.tar.gz) = 59a9278dd2add4dfa56a85bb4fb324ea7d81bd8d +RMD160 (fldigi-3.21.83.tar.gz) = 7923a1ec6f169ba9ae629a068be9cba6c944ca99 +Size (fldigi-3.21.83.tar.gz) = 2654359 bytes SHA1 (patch-src_dominoex_dominoex.cxx) = 39d2d2e75497ec5264148bc4927278df5adaa84d SHA1 (patch-src_include_qrunner.h) = 5dac7e9fd52f10c66978a854963bd03d39a729d0 SHA1 (patch-src_misc_configuration.cxx) = 4f1940b0ff9d51418b37d01636c1a45f9a392943 diff --git a/ham/fldigi/patches/patch-src_dominoex_dominoex.cxx b/ham/fldigi/patches/patch-src_dominoex_dominoex.cxx index 982b8ac75a6..232860003fc 100644 --- a/ham/fldigi/patches/patch-src_dominoex_dominoex.cxx +++ b/ham/fldigi/patches/patch-src_dominoex_dominoex.cxx @@ -1,4 +1,4 @@ -$NetBSD: patch-src_dominoex_dominoex.cxx,v 1.2 2013/09/13 06:35:55 mef Exp $ +$NetBSD: patch-src_dominoex_dominoex.cxx,v 1.3 2014/09/05 07:29:28 mef Exp $ Avoid implicit conversions to bool for streams. Require C++11 for Clang and prefer std version over tr1 when in C++11 diff --git a/ham/fldigi/patches/patch-src_include_qrunner.h b/ham/fldigi/patches/patch-src_include_qrunner.h index 6176fb34b7a..a66f6a2e1cf 100644 --- a/ham/fldigi/patches/patch-src_include_qrunner.h +++ b/ham/fldigi/patches/patch-src_include_qrunner.h @@ -1,4 +1,4 @@ -$NetBSD: patch-src_include_qrunner.h,v 1.2 2013/09/13 06:35:55 mef Exp $ +$NetBSD: patch-src_include_qrunner.h,v 1.3 2014/09/05 07:29:28 mef Exp $ Avoid implicit conversions to bool for streams. Require C++11 for Clang and prefer std version over tr1 when in C++11 diff --git a/ham/fldigi/patches/patch-src_misc_configuration.cxx b/ham/fldigi/patches/patch-src_misc_configuration.cxx index e5fed1b3c0b..e50dea3e814 100644 --- a/ham/fldigi/patches/patch-src_misc_configuration.cxx +++ b/ham/fldigi/patches/patch-src_misc_configuration.cxx @@ -1,4 +1,4 @@ -$NetBSD: patch-src_misc_configuration.cxx,v 1.1 2013/09/13 06:35:55 mef Exp $ +$NetBSD: patch-src_misc_configuration.cxx,v 1.2 2014/09/05 07:29:28 mef Exp $ For DragonFly build to fix following problem: misc/configuration.cxx: In member function 'void configuration::testCommPorts()': diff --git a/ham/fldigi/patches/patch-src_misc_newinstall.cxx b/ham/fldigi/patches/patch-src_misc_newinstall.cxx index dc14aced97f..8ce3aaf811b 100644 --- a/ham/fldigi/patches/patch-src_misc_newinstall.cxx +++ b/ham/fldigi/patches/patch-src_misc_newinstall.cxx @@ -1,4 +1,4 @@ -$NetBSD: patch-src_misc_newinstall.cxx,v 1.3 2013/09/13 06:35:55 mef Exp $ +$NetBSD: patch-src_misc_newinstall.cxx,v 1.4 2014/09/05 07:29:28 mef Exp $ Brag command shows OS:, but it is fixed, see SUBST in Makefile diff --git a/ham/fldigi/patches/patch-src_thor_thor.cxx b/ham/fldigi/patches/patch-src_thor_thor.cxx index c2a83e59f47..251925a3125 100644 --- a/ham/fldigi/patches/patch-src_thor_thor.cxx +++ b/ham/fldigi/patches/patch-src_thor_thor.cxx @@ -1,4 +1,4 @@ -$NetBSD: patch-src_thor_thor.cxx,v 1.2 2013/09/13 06:35:55 mef Exp $ +$NetBSD: patch-src_thor_thor.cxx,v 1.3 2014/09/05 07:29:28 mef Exp $ Avoid implicit conversions to bool for streams. Require C++11 for Clang and prefer std version over tr1 when in C++11 diff --git a/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcClient.cpp b/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcClient.cpp index 7ffc39d4101..d0bf508eb08 100644 --- a/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcClient.cpp +++ b/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcClient.cpp @@ -1,4 +1,4 @@ -$NetBSD: patch-src_xmlrpcpp_XmlRpcClient.cpp,v 1.2 2013/09/13 06:35:55 mef Exp $ +$NetBSD: patch-src_xmlrpcpp_XmlRpcClient.cpp,v 1.3 2014/09/05 07:29:28 mef Exp $ Avoid implicit conversions to bool for streams. Require C++11 for Clang and prefer std version over tr1 when in C++11 diff --git a/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcServer.cpp b/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcServer.cpp index 952ee3f3336..a50b2aa0393 100644 --- a/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcServer.cpp +++ b/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcServer.cpp @@ -1,4 +1,4 @@ -$NetBSD: patch-src_xmlrpcpp_XmlRpcServer.cpp,v 1.2 2013/09/13 06:35:55 mef Exp $ +$NetBSD: patch-src_xmlrpcpp_XmlRpcServer.cpp,v 1.3 2014/09/05 07:29:28 mef Exp $ Avoid implicit conversions to bool for streams. Require C++11 for Clang and prefer std version over tr1 when in C++11 diff --git a/ham/fldigi/patches/patch-src_xmlrpcpp_base64.h b/ham/fldigi/patches/patch-src_xmlrpcpp_base64.h index a3146b3b8d6..cb084a100a1 100644 --- a/ham/fldigi/patches/patch-src_xmlrpcpp_base64.h +++ b/ham/fldigi/patches/patch-src_xmlrpcpp_base64.h @@ -1,4 +1,4 @@ -$NetBSD: patch-src_xmlrpcpp_base64.h,v 1.2 2013/09/13 06:35:55 mef Exp $ +$NetBSD: patch-src_xmlrpcpp_base64.h,v 1.3 2014/09/05 07:29:28 mef Exp $ Avoid implicit conversions to bool for streams. Require C++11 for Clang and prefer std version over tr1 when in C++11 |