Date: Tue, 12 Jul 2022 20:12:17 GMT From: Rainer Hurling <rhurlin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 368e05a2d9bb - 2022Q3 - math/saga: Update to 8.2.3 Message-ID: <202207122012.26CKCHm1083477@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=368e05a2d9bb7afdf07e5360fc199271af799dd6 commit 368e05a2d9bb7afdf07e5360fc199271af799dd6 Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2022-07-12 20:03:51 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2022-07-12 20:11:39 +0000 math/saga: Update to 8.2.3 Several fixes and improvements: - saga_gui/view_table_control: fix precision issue when editing floating point numbers - shapes_lines/line_polygon_intersection: fix adding line attributes to intersection result; addresses DLL shapes_lines 3, no attributes on lines after intersect with polygon - saga_api, CSG_Shape: bug fix, selecting a shape by point coordinate - saga_gui/view_table_control, selecting records: fixes related to wx version >= 3.1.7 - saga_gdi/3d_view_panel (saga_gui), garden_3d_viewer: 3d-viewers, improved support for wxOSX and wxGTK with GTK 3 Wayland backends - ta_hydrology/Flow_AreaUpslope: fix 'Contour Length' option not available (=> crash) Changelog: https://sourceforge.net/p/saga-gis/wiki/Changelog%208.2.3/attachment/changelog_saga_8.2.3.txt MFH: 2022Q3 (cherry picked from commit b1642d9a6d5d7249b6f0714c61e520a82ff10c02) --- math/saga/Makefile | 3 +-- math/saga/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/math/saga/Makefile b/math/saga/Makefile index c124604fbc06..6e40e0bcbf64 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -1,8 +1,7 @@ # Created by: Rainer Hurling <rhurlin@gwdg.de> PORTNAME= saga -PORTVERSION= 8.2.2 -PORTREVISION= 1 +PORTVERSION= 8.2.3 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION} diff --git a/math/saga/distinfo b/math/saga/distinfo index 7d4e4b205db1..8f788843c055 100644 --- a/math/saga/distinfo +++ b/math/saga/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1655227130 -SHA256 (saga-8.2.2.tar.gz) = 4d2ae90795492976835bae0c61df6e3d1d8c527ddc10954763e8ca6af04bb035 -SIZE (saga-8.2.2.tar.gz) = 8125451 +TIMESTAMP = 1657646905 +SHA256 (saga-8.2.3.tar.gz) = 34b5c9def00aebcaca52fa1978b23c47759ca704493d2a85327d1f8eb523d599 +SIZE (saga-8.2.3.tar.gz) = 8125788
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207122012.26CKCHm1083477>