Index: hiawatha/Makefile
===================================================================
RCS file: /cvs/ports/www/hiawatha/Makefile,v
diff -u -p -r1.77 Makefile
--- hiawatha/Makefile	15 Apr 2025 13:32:51 -0000	1.77
+++ hiawatha/Makefile	26 Sep 2025 04:20:13 -0000
@@ -1,5 +1,5 @@
 COMMENT =		secure webserver
-DISTNAME =		hiawatha-11.7
+DISTNAME =		hiawatha-11.8
 CATEGORIES =		www net
 
 HOMEPAGE =		https://hiawatha.leisink.net/
Index: hiawatha/distinfo
===================================================================
RCS file: /cvs/ports/www/hiawatha/distinfo,v
diff -u -p -r1.55 distinfo
--- hiawatha/distinfo	15 Apr 2025 13:32:51 -0000	1.55
+++ hiawatha/distinfo	26 Sep 2025 04:20:13 -0000
@@ -1,2 +1,2 @@
-SHA256 (hiawatha-11.7.tar.gz) = i8GArjuYbQJGbwge/u/bFZXZZ4P1gf3tKpsZh1KreuE=
-SIZE (hiawatha-11.7.tar.gz) = 1914236
+SHA256 (hiawatha-11.8.tar.gz) = E3Z2N1D7moingLrGq6hwe8Knj47gicYtQz5QIWpRg70=
+SIZE (hiawatha-11.8.tar.gz) = 1922802
Index: hiawatha/patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/www/hiawatha/patches/patch-CMakeLists_txt,v
diff -u -p -r1.7 patch-CMakeLists_txt
--- hiawatha/patches/patch-CMakeLists_txt	15 Apr 2025 13:32:51 -0000	1.7
+++ hiawatha/patches/patch-CMakeLists_txt	26 Sep 2025 04:20:13 -0000
@@ -6,15 +6,6 @@ Remove hardcoded dwarf-4 debug format th
 Index: CMakeLists.txt
 --- CMakeLists.txt.orig
 +++ CMakeLists.txt
-@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0)
- project(Hiawatha VERSION 11.7 LANGUAGES C)
- 
- # Compiler
--set(CMAKE_C_FLAGS "-O2 -Wall -Wextra ${CMAKE_C_FLAGS} -gdwarf-4")
-+set(CMAKE_C_FLAGS "-O2 -Wall -Wextra ${CMAKE_C_FLAGS} -g")
- set(CMAKE_BUILD_TYPE "RelWithDebInfo")
- 
- # Options
 @@ -175,15 +175,15 @@ endforeach()
  
  install(FILES extra/index.html DESTINATION ${WEBROOT_DIR})
