git: 1b4c3e61effa - main - math/saga: Update to 8.1.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Jan 2022 16:58:54 UTC
The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=1b4c3e61effa7090d132031c4c144afdd2fecaf0 commit 1b4c3e61effa7090d132031c4c144afdd2fecaf0 Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2022-01-05 16:47:03 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2022-01-05 16:58:35 +0000 math/saga: Update to 8.1.1 Bugfix release with some corrections and improvements: - vigra_random_forest, table_mRMR): 'WITH_MRMR' flag added - saga_api (gui), tool execution: reset progress bar and text when back from tool execution - saga_api, CSG_Parameter::Check(): invalid data objects, do not return false, if disabled - dev_tools/ArcSAGA: adjustments for arcgis-pro and arcgis-pro/python3 Changelog: https://sourceforge.net/p/saga-gis/wiki/Changelog%208.1.1/attachment/changelog_saga_8.1.1.txt After disconnecting devel/liblas12 in v8.1.0 now complete removal of remaining cmake args. MFH: 2022Q1 --- math/saga/Makefile | 10 ++++------ math/saga/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/math/saga/Makefile b/math/saga/Makefile index ad03e1d85679..c55b0cf9248d 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -1,7 +1,7 @@ # Created by: Rainer Hurling <rhurlin@gwdg.de> PORTNAME= saga -PORTVERSION= 8.1.0 +PORTVERSION= 8.1.1 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION} @@ -35,12 +35,10 @@ DOS2UNIX_GLOB= *.cpp *.h USE_LDCONFIG= yes USE_WX= 3.1+ -CMAKE_ARGS+= -DLAS_INCLUDE:PATH=${LOCALBASE}/include/liblas12/capi/liblas.h \ - -DLAS_LIBRARY:FILEPATH=${LOCALBASE}/lib/liblas12.so \ - -DSVM_INCLUDE:PATH=${LOCALBASE}/include/svm.h -CMAKE_ON= WITH_DEV_TOOLS WITH_EXCERCISES WITH_SYSTEM_SVM +CMAKE_ARGS+= -DSVM_INCLUDE:PATH=${LOCALBASE}/include/svm.h +CMAKE_ON= WITH_DEV_TOOLS WITH_EXCERCISES WITH_MRMR WITH_SYSTEM_SVM CMAKE_ON+= CMAKE_VERBOSE_MAKEFILE -CMAKE_OFF+= WITH_TRIANGLE +CMAKE_OFF+= WITH_TOOLS_LAS WITH_TRIANGLE WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/saga-gis diff --git a/math/saga/distinfo b/math/saga/distinfo index 647cf3b76776..fceee531d5e2 100644 --- a/math/saga/distinfo +++ b/math/saga/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1640188587 -SHA256 (saga-8.1.0.tar.gz) = 6ed9a5c20d55b22e1123bea8a6d69dad7c8017f7854c014e8cb7df21363d223a -SIZE (saga-8.1.0.tar.gz) = 8120411 +TIMESTAMP = 1641388671 +SHA256 (saga-8.1.1.tar.gz) = 343d78995ab7e317ace49c680dc147831456cbbcb09f253a31053121e805ed1a +SIZE (saga-8.1.1.tar.gz) = 8121506