From 14b02b7170260007b570d3b7a04cc48cfeefc5f3 Mon Sep 17 00:00:00 2001 From: Esteban Zimanyi Date: Sun, 10 May 2026 21:05:21 +0200 Subject: [PATCH] fix(vcpkg): bump MEOS port pin to current MobilityDB master MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps `vcpkg_ports/meos/portfile.cmake` REF from `f11b7443e` (Mar 30) to `ee27da1a6` (current `master`). The newer MEOS exposes the catalog-type enum as `MeosType` (PascalCase) and ships the spatial-rel exports (`tcontains_geo_tgeo`, `tdisjoint_*`, `tintersects_*`, `ttouches_*`, `tdwithin_*`, `tpoint_minus_geom`) in their orthogonal 2-/3-arg form — both required by the source on `feat/parity-additions-batch`. --- vcpkg_ports/meos/portfile.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcpkg_ports/meos/portfile.cmake b/vcpkg_ports/meos/portfile.cmake index 2a2a5614..c351100f 100644 --- a/vcpkg_ports/meos/portfile.cmake +++ b/vcpkg_ports/meos/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO MobilityDB/MobilityDB - REF f11b7443ee985dc1ffb778c325e62f0edaf255ec - SHA512 ae8589acc86016c601f9c3c157e94b35e6e8fc50d6194d26db510d51e65a6e751279a3ced258a6bb6e56a22e083993aaeab92f20b9d18d41c7a2c8c73b7dc9df + REF ee27da1a6d2f6cdbdd226bd66a1e7fea86c2832b + SHA512 a41bdc3167a481d40501db122d4129e5b08a0d652bfc543ae8a8ddf11f5b186f53bac038268a686a6be882a12ca6028c4c627f88bc729292d9211bbe943af7d4 ) vcpkg_replace_string(