Skip to content

Commit 5b11232

Browse files
[many-ports] Don't use deprecated functions (autogenerated) (#26981)
* [libuvc,qt5-virtualkeyboard] remove duplicated dependency entry * [many-ports] don't use deprecated functions (autogenerated) * atkmm: Fix license. gperftools: Reformat vcpkg_check_features call. gsl: Fix license. libpff: Fix license. pangomm: Fix license. qtbase: Revert, only comment changes. type-lite: Reformat vcpkg_check_features and actually use the feature options. --------- Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
1 parent 4f9d25a commit 5b11232

816 files changed

Lines changed: 3382 additions & 1325 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ports/absent/vcpkg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "absent",
3-
"version-string": "0.3.1",
4-
"port-version": 2,
3+
"version": "0.3.1",
4+
"port-version": 3,
55
"description": "A small C++17 library meant to simplify the composition of nullable types in a generic, type-safe, and declarative way",
66
"homepage": "https://github.com/rvarago/absent",
77
"dependencies": [

ports/activemq-cpp/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ vcpkg_download_distfile(ARCHIVE
1515
FILENAME "activemq-cpp-library-${VERSION}-src.tar.bz2"
1616
SHA512 83692d3dfd5ecf557fc88d204a03bf169ce6180bcff27be41b09409b8f7793368ffbeed42d98ef6374c6b6b477d9beb8a4a9ac584df9e56725ec59ceceaa6ae2
1717
)
18-
vcpkg_extract_source_archive_ex(
19-
OUT_SOURCE_PATH SOURCE_PATH
18+
vcpkg_extract_source_archive(
19+
SOURCE_PATH
2020
ARCHIVE ${ARCHIVE}
2121
PATCHES ${PATCHES}
2222
)

ports/activemq-cpp/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "activemq-cpp",
33
"version-semver": "3.9.5",
4-
"port-version": 10,
4+
"port-version": 11,
55
"description": "Apache ActiveMQ is the most popular and powerful open source messaging and Integration Patterns server.",
66
"license": "Apache-2.0",
77
"supports": "!(uwp | osx)",

ports/alac-decoder/vcpkg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "alac-decoder",
3-
"version-string": "0.2",
4-
"port-version": 6,
3+
"version": "0.2",
4+
"port-version": 7,
55
"description": "ALAC C implementation of a decoder, written from reverse engineering the file format",
66
"homepage": "https://distfiles.macports.org/alac_decoder",
77
"dependencies": [

ports/alac/vcpkg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "alac",
3-
"version-string": "2017-11-03-c38887c5",
4-
"port-version": 3,
3+
"version": "2017-11-03-c38887c5",
4+
"port-version": 4,
55
"description": "The Apple Lossless Audio Codec (ALAC) is a lossless audio codec developed by Apple and deployed on all of its platforms and devices.",
66
"homepage": "https://github.com/macosforge/alac",
77
"supports": "!uwp",

ports/aliyun-oss-c-sdk/vcpkg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aliyun-oss-c-sdk",
3-
"version-string": "3.10.0",
4-
"port-version": 2,
3+
"version": "3.10.0",
4+
"port-version": 3,
55
"description": "Alibaba Cloud Object Storage Service (OSS) is a cloud storage service provided by Alibaba Cloud, featuring massive capacity, security, a low cost, and high reliability.",
66
"supports": "!(uwp | linux | osx)",
77
"dependencies": [

ports/angelscript/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ vcpkg_download_distfile(ARCHIVE
44
SHA512 afd2b9096d0b62bc3d182d684fe34ddc8e9520af7734eea1f1a5c7d3439a28a1be7502faf692080cb0c4591799b7fea09fc8c4ccf25b8ec63a3d306e678682ff
55
)
66

7-
vcpkg_extract_source_archive_ex(
8-
OUT_SOURCE_PATH SOURCE_PATH
7+
vcpkg_extract_source_archive(
8+
SOURCE_PATH
99
ARCHIVE "${ARCHIVE}"
1010
PATCHES
1111
mark-threads-private.patch

ports/angelscript/vcpkg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "angelscript",
33
"version": "2.36.0",
4+
"port-version": 1,
45
"description": "The AngelCode Scripting Library, or AngelScript as it is also known, is an extremely flexible cross-platform scripting library designed to allow applications to extend their functionality through external scripts. It has been designed from the beginning to be an easy to use component, both for the application programmer and the script writer.",
56
"homepage": "https://angelcode.com/angelscript",
67
"license": "Zlib",

ports/argagg/vcpkg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "argagg",
3-
"version-string": "0.4.6",
4-
"port-version": 2,
3+
"version": "0.4.6",
4+
"port-version": 3,
55
"description": "A simple C++11 command line argument parser",
66
"dependencies": [
77
{

ports/asiosdk/portfile.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ vcpkg_download_distfile(ARCHIVE
66
SHA512 eac6c1a57829b7f722a681c54b2f6469d54695523f08f727d0dd6744dcd7fce4f3249c57689bb15ed7a8bcb912833b226439d800913e122e0ef9ab73672f6542
77
)
88

9-
vcpkg_extract_source_archive_ex(
10-
OUT_SOURCE_PATH SOURCE_PATH
9+
vcpkg_extract_source_archive(
10+
SOURCE_PATH
1111
ARCHIVE ${ARCHIVE}
12-
REF ${VERSION}
12+
SOURCE_BASE ${VERSION}
1313
)
1414

1515
file(INSTALL ${SOURCE_PATH}/asio/ DESTINATION ${CURRENT_PACKAGES_DIR}/include/asiosdk/asio)

0 commit comments

Comments
 (0)