diff --git a/ports/libproxy/portfile.cmake b/ports/libproxy/portfile.cmake index 26842e7979d66d..594e4d09fd6bb3 100644 --- a/ports/libproxy/portfile.cmake +++ b/ports/libproxy/portfile.cmake @@ -1,5 +1,3 @@ -vcpkg_fail_port_install(ON_TARGET "UWP") - # Enable static build in UNIX if (VCPKG_TARGET_IS_WINDOWS) vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) diff --git a/ports/libproxy/vcpkg.json b/ports/libproxy/vcpkg.json index fb855d40c08877..f993e04dcb1712 100644 --- a/ports/libproxy/vcpkg.json +++ b/ports/libproxy/vcpkg.json @@ -1,9 +1,10 @@ { "name": "libproxy", "version": "0.4.17", - "port-version": 1, + "port-version": 2, "description": "libproxy is a library that provides automatic proxy configuration management.", "homepage": "https://github.com/libproxy/libproxy", + "supports": "!uwp", "dependencies": [ "libmodman", { diff --git a/versions/baseline.json b/versions/baseline.json index ec84f26e50e4ac..1feaaf1ab91a5f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3826,7 +3826,7 @@ }, "libproxy": { "baseline": "0.4.17", - "port-version": 1 + "port-version": 2 }, "libqcow": { "baseline": "20210419", diff --git a/versions/l-/libproxy.json b/versions/l-/libproxy.json index 034b48d44842b5..1a5479e0192376 100644 --- a/versions/l-/libproxy.json +++ b/versions/l-/libproxy.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a44c6a0f0d04d6ea82c7a29c879dfd13cadb38ca", + "version": "0.4.17", + "port-version": 2 + }, { "git-tree": "159dadd3ff9a4ba3ce1fec74a933980aa895ee02", "version": "0.4.17",