diff --git a/ports/ptex/portfile.cmake b/ports/ptex/portfile.cmake index bb0abba426..4ed1d3e2c0 100644 --- a/ports/ptex/portfile.cmake +++ b/ports/ptex/portfile.cmake @@ -24,9 +24,10 @@ vcpkg_cmake_install() vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/Ptex ) file(MAKE_DIRECTORY "${CURRENT_PACKAGES_DIR}/lib/pkgconfig") -file(MAKE_DIRECTORY "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig") file(RENAME "${CURRENT_PACKAGES_DIR}/share/pkgconfig/ptex.pc" "${CURRENT_PACKAGES_DIR}/lib/pkgconfig/ptex.pc") -file(COPY "${CURRENT_PACKAGES_DIR}/lib/pkgconfig/ptex.pc" DESTINATION "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/") +if(NOT VCPKG_BUILD_TYPE) + file(COPY "${CURRENT_PACKAGES_DIR}/lib/pkgconfig/ptex.pc" DESTINATION "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/") +endif() vcpkg_fixup_pkgconfig() file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/pkgconfig") diff --git a/ports/ptex/vcpkg.json b/ports/ptex/vcpkg.json index f946667f3e..682b7c1915 100644 --- a/ports/ptex/vcpkg.json +++ b/ports/ptex/vcpkg.json @@ -1,6 +1,7 @@ { "name": "ptex", "version": "2.4.3", + "port-version": 1, "description": "Per-Face Texture Mapping for Production Rendering.", "homepage": "https://github.com/wdas/ptex", "license": "BSD-3-Clause", diff --git a/versions/baseline.json b/versions/baseline.json index 436a94dd97..e1620270c8 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7262,7 +7262,7 @@ }, "ptex": { "baseline": "2.4.3", - "port-version": 0 + "port-version": 1 }, "pthread": { "baseline": "3.0.0", diff --git a/versions/p-/ptex.json b/versions/p-/ptex.json index a880fe8611..a879fc1760 100644 --- a/versions/p-/ptex.json +++ b/versions/p-/ptex.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1e63d512185d2991ba49e4a3eb7c1472b8fbf02e", + "version": "2.4.3", + "port-version": 1 + }, { "git-tree": "8a98c639f2e68c4638eee485c6398a81ab52e3f1", "version": "2.4.3",