Date: Sun, 11 Oct 2020 13:26:50 +0000 (UTC) From: Rainer Hurling <rhurlin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552063 - in head/math/saga: . files Message-ID: <202010111326.09BDQolm081342@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rhurlin Date: Sun Oct 11 13:26:50 2020 New Revision: 552063 URL: https://svnweb.freebsd.org/changeset/ports/552063 Log: math/saga: Update to 7.8.0 Minor release with several bug fixes and some enhancements like[1]: - Added OpenCV version 4 support - Separate grid system for weather data in sim_hydrology/overland_flow - Reworked, free positioning for layout items (map, legend, titel, ...) in print layout of saga_gui - Added SAGA4QGIS, updated for inno-setup v6 in accessories/helper [1] https://sourceforge.net/p/saga-gis/wiki/Changelog%207.8.0/attachment/changelog_saga_7.8.0.txt Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D26737 Modified: head/math/saga/Makefile head/math/saga/distinfo head/math/saga/files/patch-src_tools_imagery_imagery__svm_svm__grids.h head/math/saga/pkg-plist Modified: head/math/saga/Makefile ============================================================================== --- head/math/saga/Makefile Sun Oct 11 13:24:50 2020 (r552062) +++ head/math/saga/Makefile Sun Oct 11 13:26:50 2020 (r552063) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= saga -PORTVERSION= 7.7.1 -PORTREVISION= 1 +PORTVERSION= 7.8.0 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION} Modified: head/math/saga/distinfo ============================================================================== --- head/math/saga/distinfo Sun Oct 11 13:24:50 2020 (r552062) +++ head/math/saga/distinfo Sun Oct 11 13:26:50 2020 (r552063) @@ -1,3 +1,3 @@ -TIMESTAMP = 1601317905 -SHA256 (saga-7.7.1.tar.gz) = 604242ee5fe1e338f3b75261303dc9298cdf524b9b34d4984144b210e4c588a4 -SIZE (saga-7.7.1.tar.gz) = 5079683 +TIMESTAMP = 1602357287 +SHA256 (saga-7.8.0.tar.gz) = e15c91397147a4196601f5fed13f10e09a75a30fa212b9d6031171cb50f46b8b +SIZE (saga-7.8.0.tar.gz) = 5422284 Modified: head/math/saga/files/patch-src_tools_imagery_imagery__svm_svm__grids.h ============================================================================== --- head/math/saga/files/patch-src_tools_imagery_imagery__svm_svm__grids.h Sun Oct 11 13:24:50 2020 (r552062) +++ head/math/saga/files/patch-src_tools_imagery_imagery__svm_svm__grids.h Sun Oct 11 13:26:50 2020 (r552063) @@ -1,11 +1,11 @@ ---- src/tools/imagery/imagery_svm/svm_grids.h.orig 2018-11-22 07:53:06 UTC +--- src/tools/imagery/imagery_svm/svm_grids.h.orig 2020-08-07 13:46:39 UTC +++ src/tools/imagery/imagery_svm/svm_grids.h -@@ -72,7 +72,7 @@ - #include "MLB_Interface.h" +@@ -61,7 +61,7 @@ + //--------------------------------------------------------- #if defined(SYSTEM_SVM) --#include <libsvm/svm.h> -+#include <svm.h> +- #include <libsvm/svm.h> ++ #include <svm.h> #else - #include "svm/svm.h" + #include "svm/svm.h" #endif Modified: head/math/saga/pkg-plist ============================================================================== --- head/math/saga/pkg-plist Sun Oct 11 13:24:50 2020 (r552062) +++ head/math/saga/pkg-plist Sun Oct 11 13:26:50 2020 (r552063) @@ -23,10 +23,12 @@ include/saga/saga_core/saga_api/tool_library.h include/saga/saga_core/saga_gdi/3d_view.h include/saga/saga_core/saga_gdi/3d_view_tools.h include/saga/saga_core/saga_gdi/saga_gdi.h +include/saga/saga_core/saga_gdi/sgdi_controls.h include/saga/saga_core/saga_gdi/sgdi_core.h include/saga/saga_core/saga_gdi/sgdi_diagram.h include/saga/saga_core/saga_gdi/sgdi_dialog.h include/saga/saga_core/saga_gdi/sgdi_helper.h +include/saga/saga_core/saga_gdi/sgdi_layout_items.h lib/libsaga_api-%%PORTVERSION%%.so lib/libsaga_api.so lib/libsaga_gdi-%%PORTVERSION%%.so @@ -135,9 +137,13 @@ share/pixmaps/saga.png @mode 0777 @dir %%DATADIR%% @mode 0666 +%%DATADIR%%/docs/saga_on_mac.odt +%%DATADIR%%/docs/saga_toolchains_cheat_sheet.xml +%%DATADIR%%/docs/saga_toolchains_manual.odt %%DATADIR%%/helper/make_arcsaga_toolboxes.bat %%DATADIR%%/helper/make_python_api.bat %%DATADIR%%/helper/make_python_api_all.bat +%%DATADIR%%/helper/make_saga4qgis_toolboxes.bat %%DATADIR%%/helper/make_saga_release.bat %%DATADIR%%/helper/make_saga_snapshot.bat %%DATADIR%%/helper/make_tools_interface.bat
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010111326.09BDQolm081342>