Skip to content

Commit

Permalink
From release notes:
Browse files Browse the repository at this point in the history
This is an important bug fix release.  It corrects the problem of excess CPU%
usage on many h/w platforms.

=Version 4.1.03=

2019-04-21  David Freese  <[email protected]>

	a6923d1: wf updates
	377a7fa: WinKeyer emulators
	53a06da: New install macros
	9a0124d: MACRO <MODEM:
	807401e: OS X build
  • Loading branch information
db authored and db committed May 1, 2019
1 parent aea0d26 commit 96a5711
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
2 changes: 1 addition & 1 deletion comms/fldigi/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= fldigi
PORTVERSION= 4.1.02
PORTVERSION= 4.1.03
CATEGORIES= comms hamradio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}

Expand Down
6 changes: 3 additions & 3 deletions comms/fldigi/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1555660048
SHA256 (fldigi-4.1.02.tar.gz) = ed5320619594911e8b7a887a8a098ee2b08bd25a594cd0e7be8c5834ea99d224
SIZE (fldigi-4.1.02.tar.gz) = 4681621
TIMESTAMP = 1555867447
SHA256 (fldigi-4.1.03.tar.gz) = 37d9404cd02ad0497fb369ab73ade4f6330e1f82bfce908c4fe89f21642775b4
SIZE (fldigi-4.1.03.tar.gz) = 4682813
11 changes: 1 addition & 10 deletions comms/fldigi/files/patch-src_misc_newinstall.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- src/misc/newinstall.cxx.orig 2018-02-24 13:42:49 UTC
--- src/misc/newinstall.cxx.orig 2019-04-18 20:27:04 UTC
+++ src/misc/newinstall.cxx
@@ -67,7 +67,7 @@ text[3] = " btu <NAME> <CALL> de <MYCALL> k\n\
Expand All @@ -9,12 +9,3 @@
<ZDT> <CALL> de <MYCALL> sk\n\
<RX>";
@@ -84,7 +84,7 @@ Age: \n\
Rig: \n\
Pwr: \n\
Ant: \n\
-OS: Linux\n\
+OS: FreeBSD\n\
Soft: <VER>\n\
Web: \n\
Email: ";
4 changes: 2 additions & 2 deletions comms/fldigi/files/patch-src_soundcard_soundconf.cxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- src/soundcard/soundconf.cxx.orig 2019-04-19 08:05:01 UTC
--- src/soundcard/soundconf.cxx.orig 2019-03-18 15:12:35 UTC
+++ src/soundcard/soundconf.cxx
@@ -53,6 +53,11 @@ double std_sample_rates[] = { 8000.0, 96
@@ -53,6 +53,11 @@ double std_sample_rates[] = { 8000.0, 9600.0, 11025.0,
static void init_oss(void)
{
#if USE_OSS
Expand Down

0 comments on commit 96a5711

Please sign in to comment.