diff --git a/ports/glog/portfile.cmake b/ports/glog/portfile.cmake index 5738ba092c..297ee84ae6 100644 --- a/ports/glog/portfile.cmake +++ b/ports/glog/portfile.cmake @@ -25,5 +25,6 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") vcpkg_copy_pdbs() +vcpkg_fixup_pkgconfig() file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/ports/glog/vcpkg.json b/ports/glog/vcpkg.json index 3c0296ec8c..5f9b2962ea 100644 --- a/ports/glog/vcpkg.json +++ b/ports/glog/vcpkg.json @@ -1,6 +1,7 @@ { "name": "glog", "version": "0.5.0", + "port-version": 1, "description": "C++ implementation of the Google logging module", "homepage": "https://github.com/google/glog", "license": null, diff --git a/versions/baseline.json b/versions/baseline.json index 4d2f3fd080..a7c7027762 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2550,7 +2550,7 @@ }, "glog": { "baseline": "0.5.0", - "port-version": 0 + "port-version": 1 }, "gloo": { "baseline": "20201203", diff --git a/versions/g-/glog.json b/versions/g-/glog.json index b34d37318e..db91915a0b 100644 --- a/versions/g-/glog.json +++ b/versions/g-/glog.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "c0809e03781b0f3f322236ad964b6caa464dfe21", + "version": "0.5.0", + "port-version": 1 + }, { "git-tree": "55b03c1cae45ba6b081c9072e6431d720467c82b", "version": "0.5.0",