aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/abseil/portfile.cmake1
-rw-r--r--ports/abseil/vcpkg.json1
-rw-r--r--versions/a-/abseil.json5
-rw-r--r--versions/baseline.json2
4 files changed, 8 insertions, 1 deletions
diff --git a/ports/abseil/portfile.cmake b/ports/abseil/portfile.cmake
index 94a7673c0..bcb93b928 100644
--- a/ports/abseil/portfile.cmake
+++ b/ports/abseil/portfile.cmake
@@ -31,6 +31,7 @@ vcpkg_configure_cmake(
vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/absl TARGET_PATH share/absl)
+vcpkg_fixup_pkgconfig()
vcpkg_copy_pdbs()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share
diff --git a/ports/abseil/vcpkg.json b/ports/abseil/vcpkg.json
index aaf8773c4..8000413e7 100644
--- a/ports/abseil/vcpkg.json
+++ b/ports/abseil/vcpkg.json
@@ -1,6 +1,7 @@
{
"name": "abseil",
"version-date": "2021-03-24",
+ "port-version": 1,
"description": [
"an open-source collection designed to augment the C++ standard library.",
"Abseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's own C++ code base, has been extensively tested and used in production, and is the same code we depend on in our daily coding lives.",
diff --git a/versions/a-/abseil.json b/versions/a-/abseil.json
index 9849d0949..20e992ddd 100644
--- a/versions/a-/abseil.json
+++ b/versions/a-/abseil.json
@@ -1,6 +1,11 @@
{
"versions": [
{
+ "git-tree": "bae9c59114a4a2dc396452fb9e988a9da881b4f4",
+ "version-date": "2021-03-24",
+ "port-version": 1
+ },
+ {
"git-tree": "d58deb5198f8a1d72eafc3e1d6bdb36197fac470",
"version-date": "2021-03-24",
"port-version": 0
diff --git a/versions/baseline.json b/versions/baseline.json
index 7455b7c86..ab52f4ce9 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -10,7 +10,7 @@
},
"abseil": {
"baseline": "2021-03-24",
- "port-version": 0
+ "port-version": 1
},
"absent": {
"baseline": "0.3.1",