From 7bd1ddfe861e65085e5158a84c377e5dd0cc97a5 Mon Sep 17 00:00:00 2001 From: Kai Pastor Date: Tue, 23 Aug 2022 19:20:48 +0200 Subject: [PATCH] [pdal] Update to 2.4.3 (#26435) * Update to 2.4.3 * Update versions --- ports/pdal/portfile.cmake | 13 +++---------- ports/pdal/vcpkg.json | 3 +-- versions/baseline.json | 4 ++-- versions/p-/pdal.json | 5 +++++ 4 files changed, 11 insertions(+), 14 deletions(-) diff --git a/ports/pdal/portfile.cmake b/ports/pdal/portfile.cmake index c06472fb70..cb507baa10 100644 --- a/ports/pdal/portfile.cmake +++ b/ports/pdal/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO PDAL/PDAL - REF 2.4.0 - SHA512 fd1314058404a1d15e308cee5682dcf3f1c6277884f200069b293b929ddfcd1d0d29bc74353bb08b1d163d3e776c8b036ba62d7c8599470b755128dacfe2f032 + REF 2.4.3 + SHA512 0293760c778be88e98e9c056730674c4e25bdba9094ff590e439a1ed1f61c880b7c03449b9cbc92190e12b3c0894cb337d93b2534c954f91277a0ee5cde5c78a HEAD_REF master PATCHES fix-dependency.patch @@ -97,8 +97,6 @@ file(READ "${SOURCE_PATH}/vendor/kazhdan/PoissonRecon.h" kazhdan_license) string(REGEX REPLACE "^/\\*\n|\\*/.*\$" "" kazhdan_license "${kazhdan_license}") file(READ "${SOURCE_PATH}/vendor/lazperf/lazperf.hpp" lazperf_license) string(REGEX REPLACE "^/\\*\n|\\*/.*\$" "" lazperf_license "${lazperf_license}") -file(READ "${SOURCE_PATH}/vendor/lazperf/detail/field_xyz.hpp" lazperf_detail_license) -string(REGEX REPLACE "^/\\*\n|\\*/.*\$" "" lazperf_detail_license "${lazperf_detail_license}") file(WRITE "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright" "${pdal_license} --- @@ -118,17 +116,12 @@ Files in vendor/lazperf/: ${lazperf_license} --- -Files in vendor/lazperf/detail/: - -${lazperf_detail_license} ---- - Files in vendor/eigen: Most Eigen source code is subject to the terms of the Mozilla Public License v. 2.0. You can obtain a copy the MPL 2.0 at http://mozilla.org/MPL/2.0/. -Some files included in Eigen are under of the following licenses: +Some files included in Eigen are under one of the following licenses: - Apache License, Version 2.0 - BSD 3-Clause \"New\" or \"Revised\" License ") diff --git a/ports/pdal/vcpkg.json b/ports/pdal/vcpkg.json index 42ce602696..3933389659 100644 --- a/ports/pdal/vcpkg.json +++ b/ports/pdal/vcpkg.json @@ -1,7 +1,6 @@ { "name": "pdal", - "version": "2.4.0", - "port-version": 1, + "version": "2.4.3", "description": "PDAL - Point Data Abstraction Library is a library for manipulating point cloud data.", "homepage": "https://pdal.io/", "license": null, diff --git a/versions/baseline.json b/versions/baseline.json index 72173ff369..45c865e893 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5469,8 +5469,8 @@ "port-version": 0 }, "pdal": { - "baseline": "2.4.0", - "port-version": 1 + "baseline": "2.4.3", + "port-version": 0 }, "pdal-c": { "baseline": "2.1", diff --git a/versions/p-/pdal.json b/versions/p-/pdal.json index a47ab6d072..c7495c99c0 100644 --- a/versions/p-/pdal.json +++ b/versions/p-/pdal.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "8b72a995f43fed0287dca94b7f45bc1855b8fa43", + "version": "2.4.3", + "port-version": 0 + }, { "git-tree": "0c5321217b19b80c58854e9cd2141633e00c0fc7", "version": "2.4.0",