diff options
author | Rainer Hurling <rhurlin@FreeBSD.org> | 2022-03-16 19:34:28 +0000 |
---|---|---|
committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2022-03-16 19:45:47 +0000 |
commit | 8a76d5e7525a9ee5305215a1f46fb1f3869d174f (patch) | |
tree | 256306424c7fdd9f35af7be41fbcfae6712db61b | |
parent | 2307e5871d5fb223addb131c8d666692d9fa3010 (diff) | |
download | ports-8a76d5e7525a9ee5305215a1f46fb1f3869d174f.tar.gz ports-8a76d5e7525a9ee5305215a1f46fb1f3869d174f.zip |
math/saga: Update to 8.1.3
Bug fix release with some new features and enhancements
- imagery_tools/sentinel_2_scene_import, level-2 related options and support for latest meta file changes
- fixes for climate_tools/evapotranspiration and climate_tools/bioclimatic_vars
- saga_api/table_io: improved text table
- fix pj_georeference/georef_with_coordinate_grids
- saga_gui: point clouds, color adjustment
Changelog: https://sourceforge.net/p/saga-gis/wiki/Changelog%208.1.2/attachment/changelog_saga_8.1.2.txt
Changelog: https://sourceforge.net/p/saga-gis/wiki/Changelog%208.1.3/attachment/changelog_saga_8.1.3.txt
Reported by: portscout, Repology
MFH: 2022Q1
-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 4415893539bc..870368875c82 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -1,8 +1,7 @@ # Created by: Rainer Hurling <rhurlin@gwdg.de> PORTNAME= saga -PORTVERSION= 8.1.1 -PORTREVISION= 2 +PORTVERSION= 8.1.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 fceee531d5e2..141e2d260e69 100644 --- a/math/saga/distinfo +++ b/math/saga/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1641388671 -SHA256 (saga-8.1.1.tar.gz) = 343d78995ab7e317ace49c680dc147831456cbbcb09f253a31053121e805ed1a -SIZE (saga-8.1.1.tar.gz) = 8121506 +TIMESTAMP = 1647448360 +SHA256 (saga-8.1.3.tar.gz) = d7ac9153c6a98b84f66cf68e6a84e876445e215d4b17fe441d9f121f78f713c7 +SIZE (saga-8.1.3.tar.gz) = 8126878 |