From owner-svn-ports-head@freebsd.org Sat May 11 11:31:44 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 726CF1598EF6; Sat, 11 May 2019 11:31:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1956D85E20; Sat, 11 May 2019 11:31:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DCC521B009; Sat, 11 May 2019 11:31:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BBVh1m081545; Sat, 11 May 2019 11:31:43 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BBVhEP081542; Sat, 11 May 2019 11:31:43 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201905111131.x4BBVhEP081542@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 11 May 2019 11:31:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501251 - in head/math/pdal: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/math/pdal: . files X-SVN-Commit-Revision: 501251 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1956D85E20 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 May 2019 11:31:44 -0000 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 (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 triangleVector = {triangle.m_a, triangle.m_b, triangle.m_c}; ++ std::vector triangleVector = {static_cast(triangle.m_a), static_cast(triangle.m_b), static_cast(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