Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2024 21:15:35 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: 650b9423b6ce - main - math/saga: Update to 9.7.0
Message-ID:  <202412172115.4BHLFZv1074230@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=650b9423b6ce1e2ea0ce02ce71d25f4cd2781f40

commit 650b9423b6ce1e2ea0ce02ce71d25f4cd2781f40
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2024-12-17 20:30:11 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2024-12-17 21:13:15 +0000

    math/saga: Update to 9.7.0
    
    Release with several new features, tool updates, and bugfixes to
    Clipper2, PostGIS raster, 3D View Panel, Proj, clipboard, Python ...
    
    Changelog: https://sourceforge.net/p/saga-gis/wiki/Changelog%209.7.0/attachment/changelog_saga_9.7.0.txt
    
    Reported by:    portscout, Repology
---
 math/saga/Makefile                   | 6 +++---
 math/saga/distinfo                   | 6 +++---
 math/saga/files/patch-CMakeLists.txt | 4 ++--
 math/saga/pkg-plist                  | 1 -
 4 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/math/saga/Makefile b/math/saga/Makefile
index 80a1991598f0..283b52566faa 100644
--- a/math/saga/Makefile
+++ b/math/saga/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	saga
-PORTVERSION=	9.6.3
+PORTVERSION=	9.7.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=	812b8bc89
+GIT_TAGNAME=	c7dbb2788
 
 CMAKE_ARGS=	-DSVM_INCLUDE:PATH=${LOCALBASE}/include/svm.h
 CMAKE_ON=	CMAKE_VERBOSE_MAKEFILE
@@ -89,7 +89,7 @@ post-patch:
 		${WRKSRC}/src/saga_core/saga_gui/CMakeLists.txt \
 		${WRKSRC}/src/saga_core/saga_gui/dlg_about.cpp
 	@${REINPLACE_CMD} -e 's|-lgomp|-lomp|' \
-		${WRKSRC}/src/accessories/templates/template4saga-tools/my_tool_library/Makefile
+		${WRKSRC}/src/saga_core/saga_api/saga_api_to_python.py
 
 post-install:
 	${MKDIR} ${STAGEDIR}${DATADIR}
diff --git a/math/saga/distinfo b/math/saga/distinfo
index 704c11fa71e5..e20b3e7c68c6 100644
--- a/math/saga/distinfo
+++ b/math/saga/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1734455441
-SHA256 (saga-9.6.3.tar.gz) = c98b7ef7e96d9ce74801c1ed1087364f6706ee4e9b35ae2a43b24d7117f4b70d
-SIZE (saga-9.6.3.tar.gz) = 9803827
+TIMESTAMP = 1734465058
+SHA256 (saga-9.7.0.tar.gz) = c148f44ef6682fff66882c159377988a5617a9cce46e0b12b42adb280a1ebb1c
+SIZE (saga-9.7.0.tar.gz) = 9851336
diff --git a/math/saga/files/patch-CMakeLists.txt b/math/saga/files/patch-CMakeLists.txt
index 4d5689140d5e..380875109d73 100644
--- a/math/saga/files/patch-CMakeLists.txt
+++ b/math/saga/files/patch-CMakeLists.txt
@@ -1,4 +1,4 @@
---- CMakeLists.txt.orig	2023-03-29 11:00:39 UTC
+--- CMakeLists.txt.orig	2024-11-13 13:14:04 UTC
 +++ CMakeLists.txt
 @@ -26,6 +26,10 @@ set(CMAKE_CXX_STANDARD_REQUIRED		ON 		CACHE STRING "Th
  set(CMAKE_CXX_STANDARD		 		14		CACHE STRING "C++ standard to be used")
@@ -8,6 +8,6 @@
 +set(COMPILER "${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER_VERSION}")
 +add_definitions(-DCOMPILER="${COMPILER}")
 +
- # Platform dependant compiler requirements
+ # Platform dependent compiler requirements
  if(MSVC)
  	set(CMAKE_CONFIGURATION_TYPES "Debug;Release" CACHE STRING "" FORCE)
diff --git a/math/saga/pkg-plist b/math/saga/pkg-plist
index b40a5456e724..ff873774dec2 100644
--- a/math/saga/pkg-plist
+++ b/math/saga/pkg-plist
@@ -253,7 +253,6 @@ share/pixmaps/saga.png
 %%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
 %%DATADIR%%/templates/template4saga-tools/my_tool_library/TLB_Interface.cpp
 %%DATADIR%%/templates/template4saga-tools/my_tool_library/my_tool.cpp
 %%DATADIR%%/templates/template4saga-tools/my_tool_library/my_tool.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412172115.4BHLFZv1074230>