Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Aug 2021 18:10:14 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: 5b6940c54b45 - main - math/saga: Update to 7.9.1
Message-ID:  <202108031810.173IAEGl052112@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=5b6940c54b45ee539cd705f41021f95d1c956ce7

commit 5b6940c54b45ee539cd705f41021f95d1c956ce7
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2021-08-03 17:02:55 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2021-08-03 18:09:08 +0000

    math/saga: Update to 7.9.1
    
    This minor release is expected to be the last version before 8.0.0.
    
    - Several fixes in tools and toolchains
    - Reimplement detection of PDAL and build of io_pdal
    - Enable build of imagery_isocluster tool
    - Updated link to Proj georeference and public source
    
    Changelog: https://sourceforge.net/p/saga-gis/wiki/Changelog%207.9.1/
    
    Reported by:    Repology
---
 math/saga/Makefile                 | 3 +--
 math/saga/distinfo                 | 6 +++---
 math/saga/files/patch-configure.ac | 8 ++++----
 math/saga/pkg-plist                | 5 +++--
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/math/saga/Makefile b/math/saga/Makefile
index 404af68d20f9..49777ce408ad 100644
--- a/math/saga/Makefile
+++ b/math/saga/Makefile
@@ -1,8 +1,7 @@
 # Created by: Rainer Hurling <rhurlin@gwdg.de>
 
 PORTNAME=	saga
-PORTVERSION=	7.9.0
-PORTREVISION=	6
+PORTVERSION=	7.9.1
 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 935f8b347b32..26366aa83144 100644
--- a/math/saga/distinfo
+++ b/math/saga/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1608486072
-SHA256 (saga-7.9.0.tar.gz) = a1bdb725b42707134ed5003ccd484b8e0a3960147dd29c26f094fad9bb0f05d8
-SIZE (saga-7.9.0.tar.gz) = 5529296
+TIMESTAMP = 1628004746
+SHA256 (saga-7.9.1.tar.gz) = 26ad4b84149e26eabd4a5365fe4a3923cfa39e36672cc7c660d3549f3556a3bc
+SIZE (saga-7.9.1.tar.gz) = 5512365
diff --git a/math/saga/files/patch-configure.ac b/math/saga/files/patch-configure.ac
index c77bc0675693..ad0db9408e5a 100644
--- a/math/saga/files/patch-configure.ac
+++ b/math/saga/files/patch-configure.ac
@@ -1,4 +1,4 @@
---- configure.ac.orig	2020-02-09 11:18:36 UTC
+--- configure.ac.orig	2021-08-03 15:33:59 UTC
 +++ configure.ac
 @@ -20,7 +20,7 @@ AC_PROG_LIBTOOL
  AC_CHECK_LIB([opencv_core], [cvGetRows], CVFOUND=1,,)
@@ -6,10 +6,10 @@
  AC_CHECK_LIB([fftw3],[fftw_execute],FFTWFOUND=1,)
 -AC_CHECK_LIB([las], [LAS_GetVersion], LASFOUND=1,,)
 +AC_CHECK_LIB([las12], [LAS_GetVersion], LASFOUND=1,,)
- AC_CHECK_LIB([pdal], [versionString], PDALFOUND=1,,)
  AC_CHECK_LIB(hpdf, HPDF_Pages_New, HARUFOUND=1,,)
  AC_CHECK_LIB([odbc], [SQLFetch], ODBCFOUND=1,[ODBC \(libodbc\) library not found])
-@@ -31,8 +31,8 @@ AC_CHECK_HEADER([projects.h],[AC_CHECK_HEADER([proj.h]
+ # PROJ4 has projects.h and old API function:
+@@ -30,8 +30,8 @@ AC_CHECK_HEADER([projects.h],[AC_CHECK_HEADER([proj.h]
  # PROJ6 has dropped projects.h in favour of proj.h and has new API function:
  AC_CHECK_HEADER([proj.h],[AC_CHECK_LIB([proj], [proj_info], PROJ6FOUND=1,,)])
  AC_CHECK_LIB([vigraimpex], [VIGRA_RGBE_ReadPixels_Raw],VIGRAFOUND=1,)
@@ -20,7 +20,7 @@
  PKG_CHECK_MODULES([DXFLIB], [dxflib], [LIBDXFFOUND=1],[LIBDXFFOUND=0])
  PKG_CHECK_MODULES([HDF5],[hdf5],LIBHDF5FOUND=1,LIBHDF5FOUND=0)
  LIBCURL_CHECK_CONFIG([yes], [7.7.2],,)
-@@ -168,7 +168,7 @@ AC_ARG_ENABLE(openmp,
+@@ -163,7 +163,7 @@ AC_ARG_ENABLE(openmp,
    else
      if test -n "$GOMPFOUND" ; then 
        AC_MSG_RESULT([        Building with OpenMP support using libgomp])
diff --git a/math/saga/pkg-plist b/math/saga/pkg-plist
index 5c4b9fe0eda1..b20593a5dc59 100644
--- a/math/saga/pkg-plist
+++ b/math/saga/pkg-plist
@@ -33,8 +33,8 @@ lib/libsaga_api-%%PORTVERSION%%.so
 lib/libsaga_api.so
 lib/libsaga_gdi-%%PORTVERSION%%.so
 lib/libsaga_gdi.so
-%%PYTHON_SITELIBDIR%%/__pycache__/saga_api.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
-%%PYTHON_SITELIBDIR%%/__pycache__/saga_api.cpython-%%PYTHON_SUFFIX%%.pyc
+%%PYTHON_SITELIBDIR%%/__pycache__/saga_api%%PYTHON_EXT_SUFFIX%%.opt-1.pyc
+%%PYTHON_SITELIBDIR%%/__pycache__/saga_api%%PYTHON_EXT_SUFFIX%%.pyc
 %%PYTHON_SITELIBDIR%%/_saga_api-%%PORTVERSION%%.so
 %%PYTHON_SITELIBDIR%%/_saga_api.a
 %%PYTHON_SITELIBDIR%%/_saga_api.so
@@ -60,6 +60,7 @@ lib/saga/libgrid_tools.so
 lib/saga/libgrid_visualisation.so
 lib/saga/libgrids_tools.so
 lib/saga/libimagery_classification.so
+lib/saga/libimagery_isocluster.so
 lib/saga/libimagery_maxent.so
 lib/saga/libimagery_opencv.so
 lib/saga/libimagery_photogrammetry.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108031810.173IAEGl052112>