Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 2024 20:50:34 GMT
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ee5e8bda4080 - main - comms/fllog: update to 1.2.8
Message-ID:  <202401172050.40HKoYDt007780@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by db:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ee5e8bda4080e200bde1d242eb116605b85bbfbf

commit ee5e8bda4080e200bde1d242eb116605b85bbfbf
Author:     Diane Bruce <db@FreeBSD.org>
AuthorDate: 2024-01-17 20:46:35 +0000
Commit:     Diane Bruce <db@FreeBSD.org>
CommitDate: 2024-01-17 20:46:35 +0000

    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
---
 comms/fllog/Makefile                           |  7 ++++---
 comms/fllog/distinfo                           |  6 +++---
 comms/fllog/files/patch-src_logbook_textio.cxx | 11 -----------
 3 files changed, 7 insertions(+), 17 deletions(-)

diff --git a/comms/fllog/Makefile b/comms/fllog/Makefile
index 52f521178b63..e76a2f970259 100644
--- a/comms/fllog/Makefile
+++ b/comms/fllog/Makefile
@@ -1,7 +1,8 @@
 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
@@ -11,7 +12,7 @@ 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"
 
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\"");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401172050.40HKoYDt007780>