svn commit: r500574 - in head/comms/fldigi: . files
Diane Bruce
db at FreeBSD.org
Wed May 1 01:12:07 UTC 2019
Author: db
Date: Wed May 1 01:12:05 2019
New Revision: 500574
URL: https://svnweb.freebsd.org/changeset/ports/500574
Log:
From release notes:
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 <w1hkj at bellsouth.net>
a6923d1: wf updates
377a7fa: WinKeyer emulators
53a06da: New install macros
9a0124d: MACRO <MODEM:
807401e: OS X build
Modified:
head/comms/fldigi/Makefile
head/comms/fldigi/distinfo (contents, props changed)
head/comms/fldigi/files/patch-src_misc_newinstall.cxx
head/comms/fldigi/files/patch-src_soundcard_soundconf.cxx (contents, props changed)
Modified: head/comms/fldigi/Makefile
==============================================================================
--- head/comms/fldigi/Makefile Tue Apr 30 23:35:08 2019 (r500573)
+++ head/comms/fldigi/Makefile Wed May 1 01:12:05 2019 (r500574)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= fldigi
-PORTVERSION= 4.1.02
+PORTVERSION= 4.1.03
CATEGORIES= comms hamradio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
Modified: head/comms/fldigi/distinfo
==============================================================================
--- head/comms/fldigi/distinfo Tue Apr 30 23:35:08 2019 (r500573)
+++ head/comms/fldigi/distinfo Wed May 1 01:12:05 2019 (r500574)
@@ -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
Modified: head/comms/fldigi/files/patch-src_misc_newinstall.cxx
==============================================================================
--- head/comms/fldigi/files/patch-src_misc_newinstall.cxx Tue Apr 30 23:35:08 2019 (r500573)
+++ head/comms/fldigi/files/patch-src_misc_newinstall.cxx Wed May 1 01:12:05 2019 (r500574)
@@ -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\
@@ -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: ";
Modified: head/comms/fldigi/files/patch-src_soundcard_soundconf.cxx
==============================================================================
--- head/comms/fldigi/files/patch-src_soundcard_soundconf.cxx Tue Apr 30 23:35:08 2019 (r500573)
+++ head/comms/fldigi/files/patch-src_soundcard_soundconf.cxx Wed May 1 01:12:05 2019 (r500574)
@@ -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
More information about the svn-ports-all
mailing list