[cyrus-sasl] Fix path typo (#40216)

This commit is contained in:
WangWeiLin-MV 2024-08-02 03:50:45 +08:00 committed by GitHub
parent df8e3eb37b
commit 244d83fd09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 3 deletions

View File

@ -73,8 +73,9 @@ if(VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_MINGW)
set(libdir [[${prefix}/lib]]) set(libdir [[${prefix}/lib]])
set(includedir [[${prefix}/include]]) set(includedir [[${prefix}/include]])
configure_file("${SOURCE_PATH}/libsasl2.pc.in" "${CURRENT_PACKAGES_DIR}/lib/pkgconfig/libsasl2.pc" @ONLY) 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) 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") file(COPY_FILE "${CURRENT_PACKAGES_DIR}/lib/pkgconfig/libsasl2.pc" "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/libsasl2.pc")
endif() endif()
endblock() endblock()

View File

@ -1,7 +1,7 @@
{ {
"name": "cyrus-sasl", "name": "cyrus-sasl",
"version": "2.1.28", "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.", "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", "homepage": "https://github.com/cyrusimap/cyrus-sasl",
"license": null, "license": null,

View File

@ -2146,7 +2146,7 @@
}, },
"cyrus-sasl": { "cyrus-sasl": {
"baseline": "2.1.28", "baseline": "2.1.28",
"port-version": 1 "port-version": 2
}, },
"czmq": { "czmq": {
"baseline": "4.2.1", "baseline": "4.2.1",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "089fb04a97b4b253724956fe9cf7cfd4aa14f935",
"version": "2.1.28",
"port-version": 2
},
{ {
"git-tree": "f4f1c74c59daf2e8cc8826300628e887d0f1f51b", "git-tree": "f4f1c74c59daf2e8cc8826300628e887d0f1f51b",
"version": "2.1.28", "version": "2.1.28",