Skip to content

Commit

Permalink
[libudns] use supports expression (microsoft#21448)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Nov 17, 2021
1 parent b587e35 commit 6e869fd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 13 deletions.
2 changes: 0 additions & 2 deletions ports/libudns/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
vcpkg_fail_port_install(MESSAGE "${PORT} currently only supports Linux platform" ON_TARGET "Windows" "OSX")

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ortclib/udns
Expand Down
5 changes: 3 additions & 2 deletions ports/libudns/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "libudns",
"version-string": "0.4",
"port-version": 3,
"port-version": 4,
"description": "The DNS library, udns, implements thread-safe stub DNS resolver functionality, which may be used both traditional, syncronous way and asyncronously, with application-supplied event loop.",
"homepage": "https://github.com/ortclib/udns"
"homepage": "https://github.com/ortclib/udns",
"supports": "!windows & !osx"
}
8 changes: 0 additions & 8 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -704,14 +704,6 @@ libudis86:arm-uwp=fail
libudis86:x64-linux=fail
libudis86:x64-osx=fail
libudis86:x64-uwp=fail
libudns:arm64-windows=fail
libudns:arm-uwp=fail
libudns:x64-uwp=fail
libudns:x64-windows=fail
libudns:x64-windows-static=fail
libudns:x64-windows-static-md=fail
libudns:x86-windows=fail
libudns:x64-osx=fail
libui:arm-uwp=fail
libui:x64-linux=fail
libui:x64-uwp=fail
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3962,7 +3962,7 @@
},
"libudns": {
"baseline": "0.4",
"port-version": 3
"port-version": 4
},
"libui": {
"baseline": "2018-11-03",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libudns.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "277ba57e6f9840670698c62196ea9b30c74485e0",
"version-string": "0.4",
"port-version": 4
},
{
"git-tree": "a05d58223d5adb1f421bbde4a0ac44ce72a3a1c9",
"version-string": "0.4",
Expand Down

0 comments on commit 6e869fd

Please sign in to comment.