Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Dec 2021 14:06:32 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: f5f521fe3be6 - main - math/saga: Update to 8.1.0
Message-ID:  <202112231406.1BNE6WHn038122@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=f5f521fe3be60cf74917aec00df1fa76098b7262

commit f5f521fe3be60cf74917aec00df1fa76098b7262
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2021-12-23 13:55:49 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2021-12-23 14:06:26 +0000

    math/saga: Update to 8.1.0
    
    Tool io_shapes_las deprecated upstream, so remove it here. Please use tool io_pdal instead.
    
    Changelog: https://sourceforge.net/p/saga-gis/wiki/Changelog%208.1.0/attachment/changelog_saga_8.1.0.txt
    
    Reported by:    portscout, Repology
---
 math/saga/Makefile                                        |  3 +--
 math/saga/distinfo                                        |  6 +++---
 .../patch-src_tools_io_io__shapes__las_las__export.cpp    | 15 ---------------
 .../patch-src_tools_io_io__shapes__las_las__import.cpp    | 15 ---------------
 .../files/patch-src_tools_io_io__shapes__las_las__info.h  | 15 ---------------
 math/saga/pkg-plist                                       |  1 -
 6 files changed, 4 insertions(+), 51 deletions(-)

diff --git a/math/saga/Makefile b/math/saga/Makefile
index 28a190af573f..ad03e1d85679 100644
--- a/math/saga/Makefile
+++ b/math/saga/Makefile
@@ -1,7 +1,7 @@
 # Created by: Rainer Hurling <rhurlin@gwdg.de>
 
 PORTNAME=	saga
-PORTVERSION=	8.0.1
+PORTVERSION=	8.1.0
 CATEGORIES=	math
 MASTER_SITES=	SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION}
 
@@ -19,7 +19,6 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libhdf5.so:science/hdf5 \
 		libhpdf.so:print/libharu \
 		libjasper.so:graphics/jasper \
-		liblas12.so:devel/liblas12 \
 		libodbc.so:databases/unixODBC \
 		libopencv_core.so:graphics/opencv \
 		libpdal_base.so:math/pdal \
diff --git a/math/saga/distinfo b/math/saga/distinfo
index b3a81fb5193c..647cf3b76776 100644
--- a/math/saga/distinfo
+++ b/math/saga/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1633700722
-SHA256 (saga-8.0.1.tar.gz) = 367bb4fd869131358495a434c8ceaad09bf07bdcb1eac1a1c8de146583a8410d
-SIZE (saga-8.0.1.tar.gz) = 8105697
+TIMESTAMP = 1640188587
+SHA256 (saga-8.1.0.tar.gz) = 6ed9a5c20d55b22e1123bea8a6d69dad7c8017f7854c014e8cb7df21363d223a
+SIZE (saga-8.1.0.tar.gz) = 8120411
diff --git a/math/saga/files/patch-src_tools_io_io__shapes__las_las__export.cpp b/math/saga/files/patch-src_tools_io_io__shapes__las_las__export.cpp
deleted file mode 100644
index 0996946f65bf..000000000000
--- a/math/saga/files/patch-src_tools_io_io__shapes__las_las__export.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/tools/io/io_shapes_las/las_export.cpp.orig	2019-06-24 16:41:27 UTC
-+++ src/tools/io/io_shapes_las/las_export.cpp
-@@ -59,9 +59,9 @@
- ///////////////////////////////////////////////////////////
- 
- //---------------------------------------------------------
--#include <liblas/laspoint.hpp>
--#include <liblas/laswriter.hpp>
--#include <liblas/capi/las_version.h>
-+#include <liblas12/laspoint.hpp>
-+#include <liblas12/laswriter.hpp>
-+#include <liblas12/capi/las_version.h>
- #include <fstream>
- #include <iostream>
- #include <cstddef>
diff --git a/math/saga/files/patch-src_tools_io_io__shapes__las_las__import.cpp b/math/saga/files/patch-src_tools_io_io__shapes__las_las__import.cpp
deleted file mode 100644
index 13ef2b014a29..000000000000
--- a/math/saga/files/patch-src_tools_io_io__shapes__las_las__import.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/tools/io/io_shapes_las/las_import.cpp.orig	2019-06-24 16:44:36 UTC
-+++ src/tools/io/io_shapes_las/las_import.cpp
-@@ -58,9 +58,9 @@
- ///////////////////////////////////////////////////////////
- 
- //---------------------------------------------------------
--#include <liblas/laspoint.hpp>
--#include <liblas/lasreader.hpp>
--#include <liblas/capi/las_version.h>
-+#include <liblas12/laspoint.hpp>
-+#include <liblas12/lasreader.hpp>
-+#include <liblas12/capi/las_version.h>
- #include <fstream>
- #include <iostream>
- 
diff --git a/math/saga/files/patch-src_tools_io_io__shapes__las_las__info.h b/math/saga/files/patch-src_tools_io_io__shapes__las_las__info.h
deleted file mode 100644
index f89957d17365..000000000000
--- a/math/saga/files/patch-src_tools_io_io__shapes__las_las__info.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/tools/io/io_shapes_las/las_info.h.orig	2019-06-24 16:47:07 UTC
-+++ src/tools/io/io_shapes_las/las_info.h
-@@ -74,9 +74,9 @@
- ///////////////////////////////////////////////////////////
- 
- //---------------------------------------------------------
--#include <liblas/laspoint.hpp>
--#include <liblas/lasreader.hpp>
--#include <liblas/capi/las_version.h>
-+#include <liblas12/laspoint.hpp>
-+#include <liblas12/lasreader.hpp>
-+#include <liblas12/capi/las_version.h>
- #include <fstream>
- #include <iostream>
- 
diff --git a/math/saga/pkg-plist b/math/saga/pkg-plist
index 37ccb99c675a..05f2d85c41a5 100644
--- a/math/saga/pkg-plist
+++ b/math/saga/pkg-plist
@@ -76,7 +76,6 @@ lib/saga/libio_grid_image.so
 lib/saga/libio_pdal.so
 lib/saga/libio_shapes.so
 lib/saga/libio_shapes_dxf.so
-lib/saga/libio_shapes_las.so
 lib/saga/libio_table.so
 lib/saga/libio_virtual.so
 lib/saga/libio_webservices.so



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