diff options
| author | Be <be@mixxx.org> | 2021-08-10 00:58:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-10 00:58:05 -0700 |
| commit | 3a37cc46f67334817a36cdf122dcbb58b1b1acea (patch) | |
| tree | c3672193759be2b10cb307784c24bada0a197a9a | |
| parent | 32f6448a9ea511ab33d02571917b9dd3cae578e2 (diff) | |
| download | vcpkg-3a37cc46f67334817a36cdf122dcbb58b1b1acea.tar.gz vcpkg-3a37cc46f67334817a36cdf122dcbb58b1b1acea.zip | |
[portsmf] update to 238 (#19423)
This fixes a missing #include <cstring> in one of the library's
headers (allegro.h). Also the header files are installed to the
lowercase "portsmf" directory to match the old build system.
| -rw-r--r-- | ports/portsmf/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/portsmf/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/p-/portsmf.json | 5 |
4 files changed, 9 insertions, 4 deletions
diff --git a/ports/portsmf/portfile.cmake b/ports/portsmf/portfile.cmake index f16dd9eed..158094ee7 100644 --- a/ports/portsmf/portfile.cmake +++ b/ports/portsmf/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_fail_port_install(ON_TARGET "UWP") vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO tenacityteam/portsmf - REF 236 - SHA512 ede5ca770cab37822eebda7876c4fce7e786a11e15b3e173704863de97ea621b284439ebe7a14fdeadd0dc315f963c8da467ebbb7c246ebf80f5b120c35aa027 + REF 238 + SHA512 af619d1b0a656361af8f8b8b65d7f98047613ac8e9ea51354031629c1732ad02755f84d63ac7c4ed24cdf0ad3db46381061bf32d9afe29b7be3226dc814ef552 HEAD_REF main ) diff --git a/ports/portsmf/vcpkg.json b/ports/portsmf/vcpkg.json index 3da8c402d..c97b7711d 100644 --- a/ports/portsmf/vcpkg.json +++ b/ports/portsmf/vcpkg.json @@ -1,6 +1,6 @@ { "name": "portsmf", - "version": "0.236", + "version": "0.238", "description": "Portsmf is 'Port Standard MIDI File', a cross-platform, C++ library for reading and writing Standard MIDI Files.", "homepage": "https://github.com/tenacityteam/portsmf", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index ad89b9320..28a7a3eb0 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5041,7 +5041,7 @@ "port-version": 0 }, "portsmf": { - "baseline": "0.236", + "baseline": "0.238", "port-version": 0 }, "ppconsul": { diff --git a/versions/p-/portsmf.json b/versions/p-/portsmf.json index a42e04f3a..c5124438c 100644 --- a/versions/p-/portsmf.json +++ b/versions/p-/portsmf.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "6edc5e2a3d90cd44a65b5d0f28207b5eb3c2dec5", + "version": "0.238", + "port-version": 0 + }, + { "git-tree": "4d9de0a9782866958a9aafdfa6cde176c0867dfc", "version": "0.236", "port-version": 0 |
