git: 9e19acf5e2fa - main - comms/flrig: Update 2.0.05 => 2.0.08

From: Älven <alven_at_FreeBSD.org>
Date: Tue, 19 Aug 2025 08:58:25 UTC
The branch main has been updated by alven:

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

commit 9e19acf5e2fada5f63046d822d2d43ca1a4035f4
Author:     Älven <alven@FreeBSD.org>
AuthorDate: 2025-08-07 12:14:22 +0000
Commit:     Älven <alven@FreeBSD.org>
CommitDate: 2025-08-19 08:58:04 +0000

    comms/flrig: Update 2.0.05 => 2.0.08
    
    Changelog:
    https://www.w1hkj.org/files/flrig/readme.txt
    
    * Use https:// for MASTER_SITES and WWW
    * WWW works even without index.html at the end
    * All references to www.w1hkj.com changed to www.w1hkj.org
    + Add LICENSE_FILE
    * OPTIONS helpers OPT_CONFIGURE_ON/OFF are always work as +=:
      https://docs.freebsd.org/en/books/porters-handbook/makefiles/#options-configure_on
    
    PR:             288703
    Approved by:    yuri@ (Mentor)
---
 comms/flrig/Makefile | 13 ++++++++-----
 comms/flrig/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/comms/flrig/Makefile b/comms/flrig/Makefile
index 1d2863c4ecde..a9ac853b7702 100644
--- a/comms/flrig/Makefile
+++ b/comms/flrig/Makefile
@@ -1,14 +1,15 @@
 PORTNAME=	flrig
-PORTVERSION=	2.0.05
+DISTVERSION=	2.0.08
 CATEGORIES=	comms hamradio
 MASTER_SITES=	SF/fldigi/${PORTNAME} \
-		http://www.w1hkj.com/files/fldigi/
+		https://www.w1hkj.org/files/fldigi/
 
 MAINTAINER=	hamradio@FreeBSD.org
 COMMENT=	Ham Radio rig control program, cooperates with fldigi
-WWW=		http://www.w1hkj.com/flrig-help/index.html
+WWW=		https://www.w1hkj.org/flrig-help/
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk \
 		libfontconfig.so:x11-fonts/fontconfig \
@@ -20,12 +21,14 @@ USE_XORG=	x11 xcursor xext xfixes xft xinerama xrender
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	FLTK_CONFIG="${LOCALBASE}/bin/fltk-config"
+
 PLIST_FILES=	bin/flrig \
 		share/applications/flrig.desktop \
 		share/pixmaps/flrig.xpm
+
 OPTIONS_DEFINE=	NATIVE
 
-NATIVE_CONFIGURE_ON+=	--enable-optimizations=native
-NATIVE_CONFIGURE_OFF+=	--enable-optimizations=none
+NATIVE_CONFIGURE_ON=	--enable-optimizations=native
+NATIVE_CONFIGURE_OFF=	--enable-optimizations=none
 
 .include <bsd.port.mk>
diff --git a/comms/flrig/distinfo b/comms/flrig/distinfo
index 5fe54d681afb..a8f380274aed 100644
--- a/comms/flrig/distinfo
+++ b/comms/flrig/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1703941314
-SHA256 (flrig-2.0.05.tar.gz) = 31cdc025f05db489fd9ba087eb4d8c8f85168fc3aa9cf95fe488b02d780c62b0
-SIZE (flrig-2.0.05.tar.gz) = 1112204
+TIMESTAMP = 1754514101
+SHA256 (flrig-2.0.08.tar.gz) = f9eaf140164a1f330e40f33f54093e230f48b4f6675bd35d8aed07434f12ce6f
+SIZE (flrig-2.0.08.tar.gz) = 1137235