diff options
| author | Kai Pastor <dg0yt@darc.de> | 2021-04-30 00:57:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 15:57:05 -0700 |
| commit | 56c0313c4b46eb3d25e62d27b3986ed2ac557902 (patch) | |
| tree | d919cc520bb6043c4fffc3664b2cfd8ee69891c9 | |
| parent | 4d57adb52eab756b08ab4c6cb622b0a764bcf64b (diff) | |
| download | vcpkg-56c0313c4b46eb3d25e62d27b3986ed2ac557902.tar.gz vcpkg-56c0313c4b46eb3d25e62d27b3986ed2ac557902.zip | |
[fontconfig] Don't require uuid port for mingw (#17280)
* [fontconfig] Don't require uuid port for mingw
* Update versions
| -rw-r--r-- | ports/fontconfig/CONTROL | 4 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/f-/fontconfig.json | 5 |
3 files changed, 8 insertions, 3 deletions
diff --git a/ports/fontconfig/CONTROL b/ports/fontconfig/CONTROL index f6892ac23..f08532e13 100644 --- a/ports/fontconfig/CONTROL +++ b/ports/fontconfig/CONTROL @@ -1,6 +1,6 @@ Source: fontconfig Version: 2.13.1 -Port-Version: 5 +Port-Version: 6 Homepage: https://www.freedesktop.org/software/fontconfig/front.html Description: Library for configuring and customizing font access. -Build-Depends: freetype, expat, libiconv, dirent, pthread, json-c, libuuid (!windows&!osx), gettext +Build-Depends: freetype, expat, libiconv, dirent, pthread, json-c, libuuid (!windows&!osx&!mingw), gettext diff --git a/versions/baseline.json b/versions/baseline.json index d17d0629b..7ce5678c2 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2034,7 +2034,7 @@ }, "fontconfig": { "baseline": "2.13.1", - "port-version": 5 + "port-version": 6 }, "foonathan-memory": { "baseline": "2019-07-21-1", diff --git a/versions/f-/fontconfig.json b/versions/f-/fontconfig.json index b5bb4c3ad..93cf7d260 100644 --- a/versions/f-/fontconfig.json +++ b/versions/f-/fontconfig.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "1b2332fd4b819725ae740da7023098294a7da7e8", + "version-string": "2.13.1", + "port-version": 6 + }, + { "git-tree": "de83a21d912d9b87d8ad069d94dffcca201830a3", "version-string": "2.13.1", "port-version": 5 |
