mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
comms/fllog: update to 1.2.8
- removed unneeded patch
2023-10-17 dave-w1hkj <w1hkj@bellsouth.net>
2ec800e: FLTK-1.4.x
7692738: Version 1.2.8
ce03880: Main Window Icon
0a6bdaf: colors fonts
2022-06-05 Kenji Rikitake <kenji.rikitake@acm.org>
8ddb9fd: Add Submode support
2022-02-19 dave-w1hkj <w1hkj@bellsouth.net>
cd8de05: namespace std
d588186: Version 1.2.7
2bb5aaf: XmlRpc Client ID
c670ef1: openSUSE Tumbleweed
4177fd2
: FD fields
This commit is contained in:
parent
5bcd8a04f3
commit
ee5e8bda40
3 changed files with 7 additions and 17 deletions
|
@ -1,7 +1,8 @@
|
||||||
PORTNAME= fllog
|
PORTNAME= fllog
|
||||||
PORTVERSION= 1.2.6
|
PORTVERSION= 1.2.8
|
||||||
CATEGORIES= comms hamradio
|
CATEGORIES= comms hamradio
|
||||||
MASTER_SITES= SF/fldigi/${PORTNAME}
|
MASTER_SITES= SF/fldigi/${PORTNAME} \
|
||||||
|
http://www.w1hkj.com/files/fllog/
|
||||||
|
|
||||||
MAINTAINER= hamradio@FreeBSD.org
|
MAINTAINER= hamradio@FreeBSD.org
|
||||||
COMMENT= Ham Radio logging program
|
COMMENT= Ham Radio logging program
|
||||||
|
@ -11,7 +12,7 @@ LICENSE= GPLv2
|
||||||
|
|
||||||
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
|
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
|
||||||
|
|
||||||
USES= gmake
|
USES= gmake desktop-file-utils
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config"
|
CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1555663042
|
TIMESTAMP = 1705522238
|
||||||
SHA256 (fllog-1.2.6.tar.gz) = cf7bedc1279548ddb813a44ddf3f17ba1ef7cd0bc4b693299f17cef2d6c2dca2
|
SHA256 (fllog-1.2.8.tar.gz) = 9092dbd627ddf2c50ec0680db081269611f6f5f40b7537c332328baf32bbaf52
|
||||||
SIZE (fllog-1.2.6.tar.gz) = 436501
|
SIZE (fllog-1.2.8.tar.gz) = 439478
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- src/logbook/textio.cxx.orig 2019-04-25 08:17:16 UTC
|
|
||||||
+++ src/logbook/textio.cxx
|
|
||||||
@@ -74,7 +74,7 @@ void cTextFile::writeCSVHeader(FILE *txtFile)
|
|
||||||
if (btnSelectBand->value()) fprintf (txtFile, "%s", ",\"BAND\"");
|
|
||||||
if (btnSelectFreq->value()) fprintf (txtFile, "%s", ",\"FREQ\"");
|
|
||||||
if (btnSelectMode->value()) fprintf (txtFile, "%s", ",\"MODE\"");
|
|
||||||
- if (btnSelectMode->value()) fprintf (txtFile, "%s", ",\SUB_MODE\"");
|
|
||||||
+ if (btnSelectMode->value()) fprintf (txtFile, "%s", ",\"SUB_MODE\"");
|
|
||||||
if (btnSelectTX_pwr->value()) fprintf (txtFile, "%s", ",\"TX_PWR\"");
|
|
||||||
if (btnSelectRSTsent->value()) fprintf (txtFile, "%s", ",\"RSTSENT\"");
|
|
||||||
if (btnSelectRSTrcvd->value()) fprintf (txtFile, "%s", ",\"RSTRCVD\"");
|
|
Loading…
Add table
Reference in a new issue