Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mapbox-geojson-vt-cpp] Update to 6.6.5 #21384

Merged
merged 2 commits into from
Nov 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ports/mapbox-geojson-vt-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO mapbox/geojson-vt-cpp
REF v6.6.4
SHA512 8a78159112be3e6a1a477fbb92e7bd9645b0b174ab6db7ef72557e154d53c3a9fb818d62b6f0d0a5b8b8a9839132c523fb44efa038388d4cd2b46c5bea60d2da
REF v6.6.5
SHA512 4989522c19f35ba13096958ad1041ec09745020955fad99ee02116393885a9d0a835911a42167a76d5efb2a5dd167077bcd451c9a77444f2eaa26893a1bff062
HEAD_REF master
)

# Copy header files
file(COPY ${SOURCE_PATH}/include/mapbox/ DESTINATION ${CURRENT_PACKAGES_DIR}/include/mapbox FILES_MATCHING PATTERN "*.hpp")
file(COPY "${SOURCE_PATH}/include/mapbox/" DESTINATION "${CURRENT_PACKAGES_DIR}/include/mapbox" FILES_MATCHING PATTERN "*.hpp")

# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
2 changes: 1 addition & 1 deletion ports/mapbox-geojson-vt-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mapbox-geojson-vt-cpp",
"version-semver": "6.6.4",
"version-semver": "6.6.5",
NancyLi1013 marked this conversation as resolved.
Show resolved Hide resolved
"description": "Port to C++ of JS GeoJSON-VT for slicing GeoJSON into vector tiles on the fly",
"homepage": "https://github.com/mapbox/geojson-vt-cpp",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4217,7 +4217,7 @@
"port-version": 1
},
"mapbox-geojson-vt-cpp": {
"baseline": "6.6.4",
"baseline": "6.6.5",
"port-version": 0
},
"mapbox-geometry": {
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/mapbox-geojson-vt-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "93dae1428f22ec1cbd1ad8fa45427a78528a96be",
"version-semver": "6.6.5",
"port-version": 0
},
{
"git-tree": "61a9b2210212dbddceb433d2f61baa1da834ca8c",
"version-semver": "6.6.4",
Expand Down