=Version 1.3.53=

2020-12-01  David Freese  <w1hkj@bellsouth.net>

	99b40176: xmlrpc server
	76ca5673: OpenBSD

2020-11-21  Morgan Jones  <me@numin.it>

	da1eec99: Xiegu G90 etal

2020-11-16  Mike Keitz  <keitz24@gmail.com>

	c4e7d190: FT757GX2

2020-11-12  David Freese  <w1hkj@bellsouth.net>

	d20b35fe: Cmd Buttons
	9f5e7549: FTdx101D
	b0dc76d6: IC705
	9d7f7625: FT450D
	2090f632: commands
	43aa3ebf: Extras dialog
	8775b15d: FT-991/A

2020-10-30  Richard Shaw  <hobbes1069@gmail.com>

	9107974c: Remove superfluous ceil call in get_rf_gain() as the cast to int truncates it anyway.
	4c10a73d: FT450D / TS-480SAT

2020-10-30  David Freese  <w1hkj@bellsouth.net>

	f14bc01b: CPU optimization
	ccba8018: Font Browser

=Version 1.3.52=

	066021b0: Documentation Update
	9d812b37: FT450/D
	4fe02df2: FT991A
	9b35358f: 24 user buttons
	c735fb25: fonts
	38075780: Xiegu G90
	e95333b9: i7
	181cc873: IC-705
	547a2735: Memory Bank
	3c2ee3ae: Memory leaks

2020-10-05  Mike Phipps  <qrz@k8wu.me>

	ed679695: FT736R

2020-10-03  David Freese  <w1hkj@bellsouth.net>

	3b0406bc: UI wide resize
	7d86b0f5: Extras Dialog
	c046bd5f: gpio PTT
	11a01f27: Memory UI
	2b469582: FreqControl Update
	4bef465c: meter image

2020-09-02  Tim Seed  <a45wg@sy-edm.com>

	5c31b379: IC7000

2020-07-12  David Freese  <w1hkj@bellsouth.net>

	37918b04: regex lib
	7f6c96aa: clockid_t
	63b1e96d: PTT polling
	bf1889ea: FT891
This commit is contained in:
Diane Bruce 2020-12-03 23:40:16 +00:00
parent 4d2bb2699b
commit d924587149
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556938
3 changed files with 4 additions and 15 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= flrig
PORTVERSION= 1.3.51
PORTVERSION= 1.3.53
CATEGORIES= comms hamradio
MASTER_SITES= SF/fldigi/${PORTNAME}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1593781682
SHA256 (flrig-1.3.51.tar.gz) = c178b53eb13ed1388356091a1af04f038f4f988d42ba0fddf508e01415e8042b
SIZE (flrig-1.3.51.tar.gz) = 863499
TIMESTAMP = 1607036084
SHA256 (flrig-1.3.53.tar.gz) = 3170b9fd5fd52917780d5bfd3b09ea55b9f0ee4b5c0090c271ea321d12520ed4
SIZE (flrig-1.3.53.tar.gz) = 882614

View File

@ -1,11 +0,0 @@
--- configure.orig 2018-01-14 19:21:15 UTC
+++ configure
@@ -6166,7 +6166,7 @@ $as_echo "$FLTK_CONFIG" >&6; }
FLTK_LIBS=`$FLTK_CONFIG --ldflags --use-images`
if test "x$target_mingw32" != "xyes"; then
if test "x$target_darwin" != "xyes"; then
- if grep -q "lX11" <<< "$FLTK_LIBS"; then
+ if echo "$FLTK_LIBS" | grep -q "lX11"; then
FLTK_LIBS="$FLTK_LIBS";
else
FLTK_LIBS="$FLTK_LIBS -lm -lX11";