<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a5251adc501904663012a51163415ebc8a02be11">https://github.com/macports/macports-ports/commit/a5251adc501904663012a51163415ebc8a02be11</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new a5251adc501 saga: update to version 9.1.1
</span>a5251adc501 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit a5251adc501904663012a51163415ebc8a02be11
</span>Author: nilason <n_larsson@yahoo.com>
AuthorDate: Fri Jul 28 11:33:45 2023 +0200
<span style='display:block; white-space:pre;color:#404040;'> saga: update to version 9.1.1
</span>---
gis/saga/Portfile | 8 ++++----
gis/saga/files/python_cmake.diff | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/saga/Portfile b/gis/saga/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 437e5d7a1cf..75c360749e3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/saga/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/saga/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,7 +10,7 @@ wxWidgets.use wxWidgets-3.2
</span> name saga
categories gis
license GPL
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version 9.1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version 9.1.1
</span> revision 0
maintainers {vince @Veence} {yahoo.com:n_larsson @nilason} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,9 +25,9 @@ long_description SAGA - System for Automated Geoscientific Analyses - is\
</span> homepage https://saga-gis.sourceforge.io/en/index.html
master_sites sourceforge:project/saga-gis/SAGA%20-%20[lindex [split ${version} "."] 0]/SAGA%20-%20${version}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 4dc2dda39a0f0ca52b60e1bb3122f705070f61c6 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 d3cda84365826b3ca7753b7cd62aa71dd177d192767e001b6a5a91748c7d0a7a \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 8392363
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 2d11886fcc791eb624c168d6b43f62fb33899863 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 557ba9823a227b1659d642d701b6d0316ed743b1568ddd5e8d93de7937df5213 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 8392806
</span>
cmake.source_dir ${worksrcpath}/saga-gis
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/saga/files/python_cmake.diff b/gis/saga/files/python_cmake.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index 1c748c6b722..726e0f7c088 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/saga/files/python_cmake.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/saga/files/python_cmake.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,7 +34,7 @@
</span> + if(EXISTS ${Python3_SITELIB})
option(WITH_PYTHON_PKG "PySAGA package installation (if not checked API modules become installed directly in Python's site/dist-packages folder)" ON)
if(WITH_PYTHON_PKG)
<span style='display:block; white-space:pre;background:#ffe0e0;'>-- message(STATUS "SAGA-Python-API installed to: ${PYTHON_SITELIB}/PySAGA")
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+- message(STATUS "SAGA-Python-API installed to: ${Python_SITELIB}/PySAGA")
</span> - install(TARGETS saga_api_python DESTINATION ${Python_SITELIB}/PySAGA)
- install(FILES ${CMAKE_BINARY_DIR}/src/saga_core/saga_api/saga_api_python/saga_api.py DESTINATION ${Python_SITELIB}/PySAGA)
- install(FILES ${CMAKE_SOURCE_DIR}/src/accessories/python/__init__.py DESTINATION ${Python_SITELIB}/PySAGA)
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,7 +43,7 @@
</span> + install(FILES ${CMAKE_BINARY_DIR}/src/saga_core/saga_api/saga_api_python/saga_api.py DESTINATION ${Python3_SITELIB}/PySAGA)
+ install(FILES ${CMAKE_SOURCE_DIR}/src/accessories/python/__init__.py DESTINATION ${Python3_SITELIB}/PySAGA)
else()
<span style='display:block; white-space:pre;background:#ffe0e0;'>-- message(STATUS "SAGA-Python-API installed to: ${PYTHON_SITELIB}")
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+- message(STATUS "SAGA-Python-API installed to: ${Python_SITELIB}")
</span> - install(TARGETS saga_api_python DESTINATION ${Python_SITELIB})
- install(FILES ${CMAKE_BINARY_DIR}/src/saga_core/saga_api/saga_api_python/saga_api.py DESTINATION ${Python_SITELIB})
+ message(STATUS "SAGA-Python-API installed to: ${Python3_SITELIB}")
</pre><pre style='margin:0'>
</pre>