Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 2019 11:31:43 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501251 - in head/math/pdal: . files
Message-ID:  <201905111131.x4BBVhEP081542@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat May 11 11:31:42 2019
New Revision: 501251
URL: https://svnweb.freebsd.org/changeset/ports/501251

Log:
  math/pdal: update to 1.9.1
  
  PR:		237834
  Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)

Added:
  head/math/pdal/files/patch-test_unit_filters_DelaunayFilterTest.cpp   (contents, props changed)
Modified:
  head/math/pdal/Makefile   (contents, props changed)
  head/math/pdal/distinfo   (contents, props changed)
  head/math/pdal/pkg-plist   (contents, props changed)

Modified: head/math/pdal/Makefile
==============================================================================
--- head/math/pdal/Makefile	Sat May 11 11:29:45 2019	(r501250)
+++ head/math/pdal/Makefile	Sat May 11 11:31:42 2019	(r501251)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pdal
-DISTVERSION=	1.9.0
+DISTVERSION=	1.9.1
 CATEGORIES=	math databases graphics
 
 MAINTAINER=	lbartoletti@tuxfamily.org

Modified: head/math/pdal/distinfo
==============================================================================
--- head/math/pdal/distinfo	Sat May 11 11:29:45 2019	(r501250)
+++ head/math/pdal/distinfo	Sat May 11 11:31:42 2019	(r501251)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556704931
-SHA256 (PDAL-PDAL-1.9.0_GH0.tar.gz) = 521f166706596cd40559b354a37600d2356e4680e360c8c4c6884aa9fedd9013
-SIZE (PDAL-PDAL-1.9.0_GH0.tar.gz) = 79654992
+TIMESTAMP = 1557523690
+SHA256 (PDAL-PDAL-1.9.1_GH0.tar.gz) = c388643cc781be39537c17ca48d0a436411ff68baeb0df56daed5e8596e09e92
+SIZE (PDAL-PDAL-1.9.1_GH0.tar.gz) = 81342934

Added: head/math/pdal/files/patch-test_unit_filters_DelaunayFilterTest.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/pdal/files/patch-test_unit_filters_DelaunayFilterTest.cpp	Sat May 11 11:31:42 2019	(r501251)
@@ -0,0 +1,11 @@
+--- test/unit/filters/DelaunayFilterTest.cpp.orig	2019-05-10 22:11:49 UTC
++++ test/unit/filters/DelaunayFilterTest.cpp
+@@ -92,7 +92,7 @@ TEST(DelaunayFilterTest, test1)
+         
+         // Build a vector so we can compare to an expected triangle with
+         // the == operator.
+-        std::vector<size_t> triangleVector = {triangle.m_a, triangle.m_b, triangle.m_c};
++        std::vector<size_t> triangleVector = {static_cast<unsigned int>(triangle.m_a), static_cast<unsigned int>(triangle.m_b), static_cast<unsigned int>(triangle.m_c)};
+         
+         // Go through all of the expected triangles to check for a
+         // match.

Modified: head/math/pdal/pkg-plist
==============================================================================
--- head/math/pdal/pkg-plist	Sat May 11 11:29:45 2019	(r501250)
+++ head/math/pdal/pkg-plist	Sat May 11 11:31:42 2019	(r501251)
@@ -183,35 +183,35 @@ lib/cmake/PDAL/PDALTargets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/PDAL/PDALTargets.cmake
 lib/libpdal_base.so
 lib/libpdal_base.so.8
-lib/libpdal_base.so.9.0.0
+lib/libpdal_base.so.9.0.1
 lib/libpdal_util.so
 lib/libpdal_util.so.8
-lib/libpdal_util.so.9.0.0
+lib/libpdal_util.so.9.0.1
 lib/libpdalcpp.so
 libdata/pkgconfig/pdal.pc
 %%BASH%%share/bash-completion/completions/pdal
 %%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so
 %%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so.8
-%%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so.9.0.0
+%%ICEBRIDGE%%lib/libpdal_plugin_reader_icebridge.so.9.0.1
 %%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so
 %%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so.8
-%%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so.9.0.0
+%%PGPOINTCLOUD%%lib/libpdal_plugin_reader_pgpointcloud.so.9.0.1
 %%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so
 %%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so.8
-%%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so.9.0.0
+%%PGPOINTCLOUD%%lib/libpdal_plugin_writer_pgpointcloud.so.9.0.1
 %%PYTHON%%include/pdal/io/NumpyReader.hpp
 %%PYTHON%%lib/libpdal_plugin_filter_python.so
 %%PYTHON%%lib/libpdal_plugin_filter_python.so.8
-%%PYTHON%%lib/libpdal_plugin_filter_python.so.9.0.0
+%%PYTHON%%lib/libpdal_plugin_filter_python.so.9.0.1
 %%PYTHON%%lib/libpdal_plugin_reader_numpy.so
 %%PYTHON%%lib/libpdal_plugin_reader_numpy.so.8
-%%PYTHON%%lib/libpdal_plugin_reader_numpy.so.9.0.0
+%%PYTHON%%lib/libpdal_plugin_reader_numpy.so.9.0.1
 %%SQLITE%%lib/libpdal_plugin_reader_sqlite.so
 %%SQLITE%%lib/libpdal_plugin_reader_sqlite.so.8
-%%SQLITE%%lib/libpdal_plugin_reader_sqlite.so.9.0.0
+%%SQLITE%%lib/libpdal_plugin_reader_sqlite.so.9.0.1
 %%SQLITE%%lib/libpdal_plugin_writer_sqlite.so
 %%SQLITE%%lib/libpdal_plugin_writer_sqlite.so.8
-%%SQLITE%%lib/libpdal_plugin_writer_sqlite.so.9.0.0
+%%SQLITE%%lib/libpdal_plugin_writer_sqlite.so.9.0.1
 lib/libpdal_plugin_kernel_fauxplugin.so
 lib/libpdal_plugin_kernel_fauxplugin.so.8
-lib/libpdal_plugin_kernel_fauxplugin.so.9.0.0
+lib/libpdal_plugin_kernel_fauxplugin.so.9.0.1



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