diff --git a/ports/libcrafter/portfile.cmake b/ports/libcrafter/portfile.cmake index 3b78eadf912089..71303f600bca0e 100644 --- a/ports/libcrafter/portfile.cmake +++ b/ports/libcrafter/portfile.cmake @@ -22,6 +22,7 @@ vcpkg_install_make() file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") vcpkg_copy_pdbs() +vcpkg_fixup_pkgconfig() # Handle copyright file(INSTALL "${SOURCE_PATH}/libcrafter/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) \ No newline at end of file diff --git a/ports/libcrafter/vcpkg.json b/ports/libcrafter/vcpkg.json index 0f774a171abe74..22f83239becdee 100644 --- a/ports/libcrafter/vcpkg.json +++ b/ports/libcrafter/vcpkg.json @@ -1,6 +1,7 @@ { "name": "libcrafter", "version": "1.0", + "port-version": 1, "description": "Libcrafter is a high level library for C++ designed to create and decode network packets.", "homepage": "https://github.com/pellegre/libcrafter", "supports": "!windows", diff --git a/versions/baseline.json b/versions/baseline.json index b85c3962f28f74..c4839f9e781fbd 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3374,7 +3374,7 @@ }, "libcrafter": { "baseline": "1.0", - "port-version": 0 + "port-version": 1 }, "libcroco": { "baseline": "0.6.13", diff --git a/versions/l-/libcrafter.json b/versions/l-/libcrafter.json index 54a6f19a85f313..9cc0e3881eda4c 100644 --- a/versions/l-/libcrafter.json +++ b/versions/l-/libcrafter.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f8fd06400911305144ebbecfd5f4ab627cf40743", + "version": "1.0", + "port-version": 1 + }, { "git-tree": "2d64cfcfa4f2d76c110499477112db136cca34ca", "version": "1.0",