diff --git a/ports/libunifex/portfile.cmake b/ports/libunifex/portfile.cmake index bca5eca211..9ea2fcec67 100644 --- a/ports/libunifex/portfile.cmake +++ b/ports/libunifex/portfile.cmake @@ -26,6 +26,7 @@ vcpkg_cmake_configure( vcpkg_cmake_install() vcpkg_cmake_config_fixup(PACKAGE_NAME unifex CONFIG_PATH lib/cmake/unifex) vcpkg_copy_pdbs() +vcpkg_fixup_pkgconfig() file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/ports/libunifex/vcpkg.json b/ports/libunifex/vcpkg.json index 20add341a9..3553e8964c 100644 --- a/ports/libunifex/vcpkg.json +++ b/ports/libunifex/vcpkg.json @@ -1,6 +1,7 @@ { "name": "libunifex", "version-date": "2021-12-07", + "port-version": 1, "description": "Unified Executors", "homepage": "https://github.com/facebookexperimental/libunifex", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index ff7bbef244..10b9291fac 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4010,7 +4010,7 @@ }, "libunifex": { "baseline": "2021-12-07", - "port-version": 0 + "port-version": 1 }, "libunistring": { "baseline": "0.9.10", diff --git a/versions/l-/libunifex.json b/versions/l-/libunifex.json index 05aad35f1b..1c23ed3fec 100644 --- a/versions/l-/libunifex.json +++ b/versions/l-/libunifex.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "3d86e12f11e6d8e0528f4dfc62ccd33df1185673", + "version-date": "2021-12-07", + "port-version": 1 + }, { "git-tree": "713acea62d9dab0d2dd99d0790b9f716f9b9e971", "version-date": "2021-12-07",