diff options
author | Rainer Hurling <rhurlin@FreeBSD.org> | 2022-07-12 20:03:51 +0000 |
---|---|---|
committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2022-07-12 20:10:01 +0000 |
commit | b1642d9a6d5d7249b6f0714c61e520a82ff10c02 (patch) | |
tree | 853d0b5bb0801ea69477630f2d23fb653f1bacac | |
parent | d443494a71b73dc543cc0eddec69a01d6280ce02 (diff) | |
download | ports-b1642d9a6d5d7249b6f0714c61e520a82ff10c02.tar.gz ports-b1642d9a6d5d7249b6f0714c61e520a82ff10c02.zip |
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
-rw-r--r-- | math/saga/Makefile | 3 | ||||
-rw-r--r-- | 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 |