diff --git a/ports/librdkafka/portfile.cmake b/ports/librdkafka/portfile.cmake index ba131d16d2..3204f87a2b 100644 --- a/ports/librdkafka/portfile.cmake +++ b/ports/librdkafka/portfile.cmake @@ -19,7 +19,6 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS zstd WITH_ZSTD snappy WITH_SNAPPY curl WITH_CURL - curl WITH_OAUTHBEARER_OIDC ) vcpkg_cmake_configure( @@ -69,7 +68,7 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL static) endif() # Handle copyright -configure_file("${SOURCE_PATH}/LICENSES.txt" "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright" COPYONLY) +vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSES.txt" ) # Install usage configure_file("${CMAKE_CURRENT_LIST_DIR}/usage" "${CURRENT_PACKAGES_DIR}/share/${PORT}/usage" @ONLY) diff --git a/ports/librdkafka/vcpkg.json b/ports/librdkafka/vcpkg.json index 91164ddd16..3e6fb9370e 100644 --- a/ports/librdkafka/vcpkg.json +++ b/ports/librdkafka/vcpkg.json @@ -1,7 +1,7 @@ { "name": "librdkafka", "version": "2.3.0", - "port-version": 2, + "port-version": 3, "description": "The Apache Kafka C/C++ library", "homepage": "https://github.com/confluentinc/librdkafka", "license": null, diff --git a/versions/baseline.json b/versions/baseline.json index 13dbe8ce87..44db07cee9 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4918,7 +4918,7 @@ }, "librdkafka": { "baseline": "2.3.0", - "port-version": 2 + "port-version": 3 }, "libredwg": { "baseline": "0.13.3", diff --git a/versions/l-/librdkafka.json b/versions/l-/librdkafka.json index 2e6029d97a..e0122a4661 100644 --- a/versions/l-/librdkafka.json +++ b/versions/l-/librdkafka.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "43fbb6abd2228252734e70f03890aba159c4d45c", + "version": "2.3.0", + "port-version": 3 + }, { "git-tree": "6aa42a9dc181a15946be77986a9eaa45e0534f3c", "version": "2.3.0",