diff --git a/ports/arrow/portfile.cmake b/ports/arrow/portfile.cmake index 2d3859eee9..e6a34a89e8 100644 --- a/ports/arrow/portfile.cmake +++ b/ports/arrow/portfile.cmake @@ -23,6 +23,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS dataset ARROW_DATASET filesystem ARROW_FILESYSTEM flight ARROW_FLIGHT + flight ARROW_FLIGHT_SQL gcs ARROW_GCS jemalloc ARROW_JEMALLOC json ARROW_JSON @@ -133,4 +134,4 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/doc") -vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt" "${SOURCE_PATH}/NOTICE.txt") +vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt") diff --git a/ports/arrow/vcpkg.json b/ports/arrow/vcpkg.json index 9d3a45c7fb..94dcbfd492 100644 --- a/ports/arrow/vcpkg.json +++ b/ports/arrow/vcpkg.json @@ -1,6 +1,7 @@ { "name": "arrow", "version": "14.0.2", + "port-version": 1, "description": "Cross-language development platform for in-memory analytics", "homepage": "https://arrow.apache.org", "license": "Apache-2.0", diff --git a/versions/a-/arrow.json b/versions/a-/arrow.json index 2fbb58ec64..5cf383af07 100644 --- a/versions/a-/arrow.json +++ b/versions/a-/arrow.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "93a9cd414e5d170755234571e42746b413b7deb3", + "version": "14.0.2", + "port-version": 1 + }, { "git-tree": "a8cadbfff7756e4b3ae2589f7312f80b82e0ff88", "version": "14.0.2", diff --git a/versions/baseline.json b/versions/baseline.json index eb964ad01b..d6d1ea1f5e 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -238,7 +238,7 @@ }, "arrow": { "baseline": "14.0.2", - "port-version": 0 + "port-version": 1 }, "arsenalgear": { "baseline": "2.1.0",