Date: Tue, 15 Nov 2022 07:09:15 GMT From: Rainer Hurling <rhurlin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 845feefd917e - main - math/saga: Update to 8.4.1 Message-ID: <202211150709.2AF79FrN018704@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=845feefd917e7d24074a872a10f0b07a2cc7b887 commit 845feefd917e7d24074a872a10f0b07a2cc7b887 Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2022-11-15 06:57:36 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2022-11-15 07:08:46 +0000 math/saga: Update to 8.4.1 Fixes serveral tools, most noteworthy for FreeBSD users in Visibilty Analysis, pj_proj4/crs_transform, io_gdal/gdal_driver, saga_gui/data_source_pgsql, saga_api/projections, saga_api/CSG_Colors, Split Lines with Lines, and saga_gdi/3d_view_canvas Changelog: https://sourceforge.net/p/saga-gis/wiki/Changelog%208.4.1/attachment/changelog_saga_8.4.1.txt --- math/saga/Makefile | 11 +++++------ math/saga/distinfo | 6 +++--- math/saga/files/patch-src_saga__core_saga__gui_CMakeLists.txt | 2 +- math/saga/pkg-plist | 1 + 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/math/saga/Makefile b/math/saga/Makefile index 2470aed43027..3ebce2c46fae 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -1,6 +1,5 @@ PORTNAME= saga -PORTVERSION= 8.4.0 -PORTREVISION= 2 +PORTVERSION= 8.4.1 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION} @@ -39,12 +38,12 @@ DOS2UNIX_GLOB= *.cpp *.h USE_LDCONFIG= yes USE_WX= 3.2+ -GIT_TAGNAME= eeff83616 +GIT_TAGNAME= e0cb3e2f0 -CMAKE_ARGS+= -DSVM_INCLUDE:PATH=${LOCALBASE}/include/svm.h -CMAKE_OFF= WITH_CLIPPER_ONE -CMAKE_ON+= WITH_DEV_TOOLS WITH_EXCERCISES WITH_MRMR 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_CLIPPER_ONE CMAKE_OFF+= WITH_TOOLS_LAS WITH_TRIANGLE WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/saga-gis diff --git a/math/saga/distinfo b/math/saga/distinfo index ba33392c19a1..39ce41007017 100644 --- a/math/saga/distinfo +++ b/math/saga/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1666720434 -SHA256 (saga-8.4.0.tar.gz) = bfa0cfc15db47dcb339eb11a149934fdec14e33ddc4e3cd862e2e4c8cc122d5d -SIZE (saga-8.4.0.tar.gz) = 8459973 +TIMESTAMP = 1668445726 +SHA256 (saga-8.4.1.tar.gz) = 4a6a95e3ca44de507e854d9db11ac55163f8aa1a4126047b19024a0236ed36d2 +SIZE (saga-8.4.1.tar.gz) = 8461892 diff --git a/math/saga/files/patch-src_saga__core_saga__gui_CMakeLists.txt b/math/saga/files/patch-src_saga__core_saga__gui_CMakeLists.txt index eeacfc3ca8fc..2c580f5ba3f2 100644 --- a/math/saga/files/patch-src_saga__core_saga__gui_CMakeLists.txt +++ b/math/saga/files/patch-src_saga__core_saga__gui_CMakeLists.txt @@ -5,7 +5,7 @@ OUTPUT_STRIP_TRAILING_WHITESPACE ) - message("git hash: ${GIT_HASH} to ${PROJECT_SOURCE_DIR}/git_hash.h") -+ message("git hash: "https://sourceforge.net/p/saga-gis/code/ci/GIT_TAGNAME" to ${PROJECT_SOURCE_DIR}/git_hash.h") ++ message("git hash: https://sourceforge.net/p/saga-gis/code/ci/GIT_TAGNAME to ${PROJECT_SOURCE_DIR}/git_hash.h") else() message("not a git repository, git hash not found") endif() diff --git a/math/saga/pkg-plist b/math/saga/pkg-plist index b7854aaa8f72..e054a8a9975d 100644 --- a/math/saga/pkg-plist +++ b/math/saga/pkg-plist @@ -144,6 +144,7 @@ share/pixmaps/saga.png %%DATADIR%%/helper/doxygen_saga_api_chm %%DATADIR%%/helper/doxygen_saga_api_html %%DATADIR%%/helper/make_arcsaga_toolboxes.bat +%%DATADIR%%/helper/make_macos_bundle.sh %%DATADIR%%/helper/make_python_api.bat %%DATADIR%%/helper/make_python_api_all.bat %%DATADIR%%/helper/make_saga4qgis_toolboxes.bat
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211150709.2AF79FrN018704>