diff options
Diffstat (limited to 'www/hiawatha')
-rw-r--r-- | www/hiawatha/Makefile | 3 | ||||
-rw-r--r-- | www/hiawatha/distinfo | 6 | ||||
-rw-r--r-- | 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 |