diff --git a/ports/cyrus-sasl/portfile.cmake b/ports/cyrus-sasl/portfile.cmake index 75e373be2f..738a1e337d 100644 --- a/ports/cyrus-sasl/portfile.cmake +++ b/ports/cyrus-sasl/portfile.cmake @@ -73,8 +73,9 @@ if(VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_MINGW) set(libdir [[${prefix}/lib]]) set(includedir [[${prefix}/include]]) configure_file("${SOURCE_PATH}/libsasl2.pc.in" "${CURRENT_PACKAGES_DIR}/lib/pkgconfig/libsasl2.pc" @ONLY) - vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/lib/pkgconfig/libsasl2x.pc" " -lsasl2" " -llibsasl") + vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/lib/pkgconfig/libsasl2.pc" " -lsasl2" " -llibsasl") if(NOT VCPKG_BUILD_TYPE) + file(MAKE_DIRECTORY "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig") file(COPY_FILE "${CURRENT_PACKAGES_DIR}/lib/pkgconfig/libsasl2.pc" "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/libsasl2.pc") endif() endblock() diff --git a/ports/cyrus-sasl/vcpkg.json b/ports/cyrus-sasl/vcpkg.json index 38fd93cfce..9ccf38bee8 100644 --- a/ports/cyrus-sasl/vcpkg.json +++ b/ports/cyrus-sasl/vcpkg.json @@ -1,7 +1,7 @@ { "name": "cyrus-sasl", "version": "2.1.28", - "port-version": 1, + "port-version": 2, "description": "Cyrus SASL is an implementation of SASL that makes it easy for application developers to integrate authentication mechanisms into their application in a generic way.", "homepage": "https://github.com/cyrusimap/cyrus-sasl", "license": null, diff --git a/versions/baseline.json b/versions/baseline.json index 22c2be8442..834e65d7f4 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2146,7 +2146,7 @@ }, "cyrus-sasl": { "baseline": "2.1.28", - "port-version": 1 + "port-version": 2 }, "czmq": { "baseline": "4.2.1", diff --git a/versions/c-/cyrus-sasl.json b/versions/c-/cyrus-sasl.json index 4a58bda2c7..fdd635d318 100644 --- a/versions/c-/cyrus-sasl.json +++ b/versions/c-/cyrus-sasl.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "089fb04a97b4b253724956fe9cf7cfd4aa14f935", + "version": "2.1.28", + "port-version": 2 + }, { "git-tree": "f4f1c74c59daf2e8cc8826300628e887d0f1f51b", "version": "2.1.28",