git: ef116f0d1889 - main - www/hiawatha: update to 11.8

From: Hiroki Tagato <tagattie_at_FreeBSD.org>
Date: Fri, 26 Sep 2025 07:25:50 UTC
The branch main has been updated by tagattie:

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

commit ef116f0d188981e12fbdd8764c858927229c8b32
Author:     Chris Petrik <cpetrik@proton.me>
AuthorDate: 2025-09-26 07:23:38 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-09-26 07:25:34 +0000

    www/hiawatha: update to 11.8
    
    While here, remove patch regarding -gdwarf-4 cflag.
    
    Changelog: https://hiawatha.leisink.net/changelog
    
    PR:             289849
    Reported by:    Chris Petrik <cpetrik@proton.me> (maintainer)
---
 www/hiawatha/Makefile                   |  3 +--
 www/hiawatha/distinfo                   |  6 +++---
 www/hiawatha/files/patch-CMakeLists.txt | 11 -----------
 3 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile
index b5fd0a9b7200..d3839b186483 100644
--- a/www/hiawatha/Makefile
+++ b/www/hiawatha/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	hiawatha
-DISTVERSION=	11.7
-PORTREVISION=	1
+DISTVERSION=	11.8
 CATEGORIES=	www
 MASTER_SITES=	https://hiawatha.leisink.net/files/
 
diff --git a/www/hiawatha/distinfo b/www/hiawatha/distinfo
index 71d8a3742a70..fbcd961a8321 100644
--- a/www/hiawatha/distinfo
+++ b/www/hiawatha/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1746664802
-SHA256 (hiawatha-11.7.tar.gz) = 8bc180ae3b986d02466f081efeefdb1595d96783f581fded2a9b198752ab7ae1
-SIZE (hiawatha-11.7.tar.gz) = 1914236
+TIMESTAMP = 1758851777
+SHA256 (hiawatha-11.8.tar.gz) = 1376763750fb9a88a780bac6aba8707bc2a78f8ee089c62d433e50216a5183bd
+SIZE (hiawatha-11.8.tar.gz) = 1922802
diff --git a/www/hiawatha/files/patch-CMakeLists.txt b/www/hiawatha/files/patch-CMakeLists.txt
deleted file mode 100644
index 501c27952b07..000000000000
--- a/www/hiawatha/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- CMakeLists.txt.orig	2024-03-29 19:55:54 UTC
-+++ CMakeLists.txt
-@@ -2,7 +2,7 @@ project(Hiawatha VERSION 11.6 LANGUAGES C)
- project(Hiawatha VERSION 11.6 LANGUAGES C)
- 
- # Compiler
--set(CMAKE_C_FLAGS "-O2 -Wall -Wextra ${CMAKE_C_FLAGS} -gdwarf-4")
-+set(CMAKE_C_FLAGS "-O2 -Wall -Wextra -gdwarf-4 ${CMAKE_C_FLAGS}")
- set(CMAKE_BUILD_TYPE "RelWithDebInfo")
- 
- # Options