Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2024 09:52:56 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: afa98458d690 - main - math/saga: Update to 9.5.0
Message-ID:  <202407110952.46B9qu1b086001@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=afa98458d690c4da7d84be4b6fc324a2e28c8daf

commit afa98458d690c4da7d84be4b6fc324a2e28c8daf
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2024-07-11 09:36:06 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2024-07-11 09:38:18 +0000

    math/saga: Update to 9.5.0
    
    - improved dark mode support and font scaling
    - 3D view: gif animation support, add shortcut, fix mouse wheel
    - proj: add tool for crs format conversion; make 'definition string' directly editable
    - wksp_data_manager: allow to set coordinate precision for grid systems to -1 (ignore)
    - io_grid_image/grid_export: write esri compatible srs definition
    - many other new features and bug fixes
    
    Changelog: https://sourceforge.net/p/saga-gis/wiki/Changelog%209.5.0/attachment/changelog_saga_9.5.0.txt
    
    Reported by:    portscout, Repology
---
 math/saga/Makefile  | 4 ++--
 math/saga/distinfo  | 6 +++---
 math/saga/pkg-plist | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/math/saga/Makefile b/math/saga/Makefile
index 2c7dd961578a..2c493c764fbb 100644
--- a/math/saga/Makefile
+++ b/math/saga/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	saga
-PORTVERSION=	9.4.2
+PORTVERSION=	9.5.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=	d459a1a09
+GIT_TAGNAME=	16f47dcdc
 
 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 3f243acc492f..fa50dfc0120c 100644
--- a/math/saga/distinfo
+++ b/math/saga/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1720542802
-SHA256 (saga-9.4.2.tar.gz) = 56f5d3eb4e352d6e070234794befb2db918ce59e3103f0edb7c9800bdbaef632
-SIZE (saga-9.4.2.tar.gz) = 9186059
+TIMESTAMP = 1720602688
+SHA256 (saga-9.5.0.tar.gz) = 7708a378565111d9b9acb5bd9be39350fdaa0d90d0aaf3e79070ed2e132db58d
+SIZE (saga-9.5.0.tar.gz) = 9207367
diff --git a/math/saga/pkg-plist b/math/saga/pkg-plist
index a314fa4ebf7d..d71334a98cce 100644
--- a/math/saga/pkg-plist
+++ b/math/saga/pkg-plist
@@ -22,6 +22,7 @@ include/saga/saga_api/tool.h
 include/saga/saga_api/tool_library.h
 include/saga/saga_gdi/3d_view.h
 include/saga/saga_gdi/3d_view_tools.h
+include/saga/saga_gdi/map_dc.h
 include/saga/saga_gdi/saga_gdi.h
 include/saga/saga_gdi/sgdi_controls.h
 include/saga/saga_gdi/sgdi_core.h
@@ -81,7 +82,6 @@ lib/libsaga_gdi.so.%%PORTVERSION%%
 %%PYTHON_SITELIBDIR%%/PySAGA/tools/io_virtual.py
 %%PYTHON_SITELIBDIR%%/PySAGA/tools/io_webservices.py
 %%PYTHON_SITELIBDIR%%/PySAGA/tools/pj_georeference.py
-%%PYTHON_SITELIBDIR%%/PySAGA/tools/pj_geotrans.py
 %%PYTHON_SITELIBDIR%%/PySAGA/tools/pj_proj4.py
 %%PYTHON_SITELIBDIR%%/PySAGA/tools/pointcloud_tools.py
 %%PYTHON_SITELIBDIR%%/PySAGA/tools/shapes_grid.py
@@ -247,7 +247,6 @@ share/pixmaps/saga.png
 %%DATADIR%%/saga.lng.txt
 %%DATADIR%%/saga.png
 %%DATADIR%%/saga.rus.txt
-%%DATADIR%%/saga_prj.dic
 %%DATADIR%%/saga_prj.srs
 %%DATADIR%%/saga_tip.txt
 %%DATADIR%%/templates/template4saga-tools/my_tool_library/CMakeLists.txt
@@ -284,6 +283,7 @@ share/pixmaps/saga.png
 %%DATADIR%%/toolchains/shapes_points.xml
 %%DATADIR%%/toolchains/shapes_points_to_contour.xml
 %%DATADIR%%/toolchains/shapes_polygons.xml
+%%DATADIR%%/toolchains/shapes_polygons_length_of_lines.xml
 %%DATADIR%%/toolchains/shapes_polygons_max_interior_circles.xml
 %%DATADIR%%/toolchains/shapes_polygons_remove_from_boundary.xml
 %%DATADIR%%/toolchains/shapes_tools.xml



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