diff --git a/ports/llhttp/portfile.cmake b/ports/llhttp/portfile.cmake index a11788b991e9fb..03ce69a1139403 100644 --- a/ports/llhttp/portfile.cmake +++ b/ports/llhttp/portfile.cmake @@ -23,3 +23,5 @@ vcpkg_cmake_config_fixup( ) file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE-MIT") + +vcpkg_fixup_pkgconfig() diff --git a/ports/llhttp/vcpkg.json b/ports/llhttp/vcpkg.json index b8fe03ab0871f5..e97f3cc111d87e 100644 --- a/ports/llhttp/vcpkg.json +++ b/ports/llhttp/vcpkg.json @@ -1,6 +1,7 @@ { "name": "llhttp", "version": "8.1.0", + "port-version": 1, "description": "Port of http_parser to llparse.", "homepage": "https://github.com/nodejs/llhttp", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index ae7af7b385c8aa..19c82de8ad4f44 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4582,7 +4582,7 @@ }, "llhttp": { "baseline": "8.1.0", - "port-version": 0 + "port-version": 1 }, "llvm": { "baseline": "14.0.4", diff --git a/versions/l-/llhttp.json b/versions/l-/llhttp.json index 628e34cf2203b6..0b7b6dc5d8dfa5 100644 --- a/versions/l-/llhttp.json +++ b/versions/l-/llhttp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "655fdc5f25da19400df907e4d82fc0b148f02e9d", + "version": "8.1.0", + "port-version": 1 + }, { "git-tree": "39acd6919332902cf5fc9a9eb83e57f8eb548139", "version": "8.1.0",