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 /ports | |
| 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
Diffstat (limited to 'ports')
| -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 |
5 files changed, 1 insertions, 1 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 |
