Date: Thu, 26 Sep 2024 10:15:02 GMT From: Rainer Hurling <rhurlin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1636f55142cc - main - math/saga: Update to 9.6.0 Message-ID: <202409261015.48QAF2W3078682@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=1636f55142cca12d3d40ba2f025c76bd890ca5ee commit 1636f55142cca12d3d40ba2f025c76bd890ca5ee Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2024-09-26 10:08:43 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2024-09-26 10:08:43 +0000 math/saga: Update to 9.6.0 Changelog: https://sourceforge.net/p/saga-gis/wiki/Changelog%209.6.0/attachment/changelog_saga_9.6.0.txt Reported by: portscout, Repology --- math/saga/Makefile | 4 ++-- math/saga/distinfo | 6 +++--- math/saga/files/patch-src_saga__core_saga__cmd_saga__cmd.cpp | 8 ++++---- math/saga/pkg-plist | 4 +++- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/math/saga/Makefile b/math/saga/Makefile index 23eeb502a2fa..52726cd879ca 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -1,5 +1,5 @@ PORTNAME= saga -PORTVERSION= 9.5.2 +PORTVERSION= 9.6.0 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION} @@ -35,7 +35,7 @@ DOS2UNIX_GLOB= *.cpp *.h USE_LDCONFIG= yes USE_WX= 3.2+ -GIT_TAGNAME= 068063411 +GIT_TAGNAME= 06bdb8a7f CMAKE_ARGS= -DSVM_INCLUDE:PATH=${LOCALBASE}/include/svm.h CMAKE_ON= CMAKE_VERBOSE_MAKEFILE diff --git a/math/saga/distinfo b/math/saga/distinfo index ca36748c3c07..82a0e206d7eb 100644 --- a/math/saga/distinfo +++ b/math/saga/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727334760 -SHA256 (saga-9.5.2.tar.gz) = 551e19343c6dfafb6015e2385a7d1c15a0b7913780fe14e879e5b1197640bba2 -SIZE (saga-9.5.2.tar.gz) = 9207633 +TIMESTAMP = 1727342411 +SHA256 (saga-9.6.0.tar.gz) = 338db6f060e8f6321524c7e5eb59fb7204c0981619ae61dd5dbfa60f8d2f5aa6 +SIZE (saga-9.6.0.tar.gz) = 9793785 diff --git a/math/saga/files/patch-src_saga__core_saga__cmd_saga__cmd.cpp b/math/saga/files/patch-src_saga__core_saga__cmd_saga__cmd.cpp index c488bf421406..a72556a8534e 100644 --- a/math/saga/files/patch-src_saga__core_saga__cmd_saga__cmd.cpp +++ b/math/saga/files/patch-src_saga__core_saga__cmd_saga__cmd.cpp @@ -1,14 +1,14 @@ ---- src/saga_core/saga_cmd/saga_cmd.cpp.orig 2023-12-11 15:05:42 UTC +--- src/saga_core/saga_cmd/saga_cmd.cpp.orig 2024-07-29 13:42:28 UTC +++ src/saga_core/saga_cmd/saga_cmd.cpp -@@ -50,6 +50,7 @@ - +@@ -51,6 +51,7 @@ #include <wx/app.h> #include <wx/utils.h> + #include <wx/filename.h> +#include <clocale> #include "config.h" #include "callback.h" -@@ -163,7 +164,7 @@ bool Run(int argc, char *argv[]) +@@ -165,7 +166,7 @@ bool Run(int argc, char *argv[]) //--------------------------------------------------------- bool Run(int argc, char *argv[]) { diff --git a/math/saga/pkg-plist b/math/saga/pkg-plist index 35a218ca34cc..fd4167ca2cdc 100644 --- a/math/saga/pkg-plist +++ b/math/saga/pkg-plist @@ -248,7 +248,9 @@ share/pixmaps/saga.png %%DATADIR%%/saga.lng.txt %%DATADIR%%/saga.png %%DATADIR%%/saga.rus.txt -%%DATADIR%%/saga_prj.srs +%%DATADIR%%/saga.srs +%%DATADIR%%/saga_preferences.srs +%%DATADIR%%/saga_srs_preferences.txt %%DATADIR%%/saga_tip.txt %%DATADIR%%/templates/template4saga-tools/my_tool_library/CMakeLists.txt %%DATADIR%%/templates/template4saga-tools/my_tool_library/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409261015.48QAF2W3078682>