diff options
| author | autoantwort <41973254+autoantwort@users.noreply.github.com> | 2021-03-02 01:10:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-01 16:10:04 -0800 |
| commit | 112067db83cd9a4bab80aec8a025af305dbaac5e (patch) | |
| tree | 0316f0a6bc764b8672bcd2d80eb52d9ac298a1e5 | |
| parent | 80976fc216ef6c8ac418fd99cecaafab85778185 (diff) | |
| download | vcpkg-112067db83cd9a4bab80aec8a025af305dbaac5e.tar.gz vcpkg-112067db83cd9a4bab80aec8a025af305dbaac5e.zip | |
[libpq] fix filenames (linux -> windows cross compile) (#16434)
* [libpq] fix filenames
* add version files
* add version files
| -rw-r--r-- | ports/libpq/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libpq/patches/windows/Solution_DEBUG.patch (renamed from ports/libpq/patches/windows/Solution_Debug.patch) | 0 | ||||
| -rw-r--r-- | ports/libpq/patches/windows/Solution_RELEASE.patch (renamed from ports/libpq/patches/windows/Solution_Release.patch) | 0 | ||||
| -rw-r--r-- | ports/libpq/patches/windows/python3_build_DEBUG.patch (renamed from ports/libpq/patches/windows/python3_build_Debug.patch) | 0 | ||||
| -rw-r--r-- | ports/libpq/patches/windows/python3_build_RELEASE.patch (renamed from ports/libpq/patches/windows/python3_build_Release.patch) | 0 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/libpq.json | 5 |
7 files changed, 7 insertions, 2 deletions
diff --git a/ports/libpq/CONTROL b/ports/libpq/CONTROL index 5d535ff72..d684fa239 100644 --- a/ports/libpq/CONTROL +++ b/ports/libpq/CONTROL @@ -1,6 +1,6 @@ Source: libpq Version: 12.2 -Port-Version: 11 +Port-Version: 12 Build-Depends: libpq[core,bonjour] (osx) Supports: !uwp Homepage: https://www.postgresql.org/ diff --git a/ports/libpq/patches/windows/Solution_Debug.patch b/ports/libpq/patches/windows/Solution_DEBUG.patch index e641f468a..e641f468a 100644 --- a/ports/libpq/patches/windows/Solution_Debug.patch +++ b/ports/libpq/patches/windows/Solution_DEBUG.patch diff --git a/ports/libpq/patches/windows/Solution_Release.patch b/ports/libpq/patches/windows/Solution_RELEASE.patch index cc41b8d0b..cc41b8d0b 100644 --- a/ports/libpq/patches/windows/Solution_Release.patch +++ b/ports/libpq/patches/windows/Solution_RELEASE.patch diff --git a/ports/libpq/patches/windows/python3_build_Debug.patch b/ports/libpq/patches/windows/python3_build_DEBUG.patch index cbc722e0c..cbc722e0c 100644 --- a/ports/libpq/patches/windows/python3_build_Debug.patch +++ b/ports/libpq/patches/windows/python3_build_DEBUG.patch diff --git a/ports/libpq/patches/windows/python3_build_Release.patch b/ports/libpq/patches/windows/python3_build_RELEASE.patch index 5ac42cfc7..5ac42cfc7 100644 --- a/ports/libpq/patches/windows/python3_build_Release.patch +++ b/ports/libpq/patches/windows/python3_build_RELEASE.patch diff --git a/versions/baseline.json b/versions/baseline.json index ddfda0562..c30c98480 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3310,7 +3310,7 @@ }, "libpq": { "baseline": "12.2", - "port-version": 11 + "port-version": 12 }, "libpqxx": { "baseline": "7.3.1", diff --git a/versions/l-/libpq.json b/versions/l-/libpq.json index a076337a1..79bd9d64c 100644 --- a/versions/l-/libpq.json +++ b/versions/l-/libpq.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "04f39fd5eb9744d0d5a649098fe92281028d30f1", + "version-string": "12.2", + "port-version": 12 + }, + { "git-tree": "e09ebfc1a310be48ed9f5f3e6d2a648cfddff424", "version-string": "12.2", "port-version": 11 |
