diff --git a/comms/fllog/Makefile b/comms/fllog/Makefile index 52f521178b63..e76a2f970259 100644 --- a/comms/fllog/Makefile +++ b/comms/fllog/Makefile @@ -1,29 +1,30 @@ PORTNAME= fllog -PORTVERSION= 1.2.6 +PORTVERSION= 1.2.8 CATEGORIES= comms hamradio -MASTER_SITES= SF/fldigi/${PORTNAME} +MASTER_SITES= SF/fldigi/${PORTNAME} \ + http://www.w1hkj.com/files/fllog/ MAINTAINER= hamradio@FreeBSD.org COMMENT= Ham Radio logging program WWW= http://www.w1hkj.com/fllog-help/index.html LICENSE= GPLv2 LIB_DEPENDS= libfltk.so:x11-toolkits/fltk -USES= gmake +USES= gmake desktop-file-utils GNU_CONFIGURE= yes CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" OPTIONS_DEFINE= NATIVE_OPT NATIVE_OPT_DESC= Enable Native Optimizations PLIST_FILES= bin/fllog \ share/applications/fllog.desktop \ share/pixmaps/fllog.xpm NATIVE_OPT_CONFIGURE_ON= --enable-optimizations=native NATIVE_OPT_CONFIGURE_OFF= --enable-optimizations=none .include diff --git a/comms/fllog/distinfo b/comms/fllog/distinfo index 3006cf11469b..d02569fd764f 100644 --- a/comms/fllog/distinfo +++ b/comms/fllog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1555663042 -SHA256 (fllog-1.2.6.tar.gz) = cf7bedc1279548ddb813a44ddf3f17ba1ef7cd0bc4b693299f17cef2d6c2dca2 -SIZE (fllog-1.2.6.tar.gz) = 436501 +TIMESTAMP = 1705522238 +SHA256 (fllog-1.2.8.tar.gz) = 9092dbd627ddf2c50ec0680db081269611f6f5f40b7537c332328baf32bbaf52 +SIZE (fllog-1.2.8.tar.gz) = 439478 diff --git a/comms/fllog/files/patch-src_logbook_textio.cxx b/comms/fllog/files/patch-src_logbook_textio.cxx deleted file mode 100644 index 9ddefdac7474..000000000000 --- a/comms/fllog/files/patch-src_logbook_textio.cxx +++ /dev/null @@ -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\"");