diff --git a/ports/ctbignum/vcpkg.json b/ports/ctbignum/vcpkg.json index eeb145c861b2c4..a9d26aadcbac97 100644 --- a/ports/ctbignum/vcpkg.json +++ b/ports/ctbignum/vcpkg.json @@ -1,11 +1,10 @@ { "name": "ctbignum", "version-date": "2019-08-02", - "port-version": 3, + "port-version": 4, "description": "This is a header-only template library for fixed-width \"small big-integer\" computations, for use during run-time as well as compile-time.", "homepage": "https://github.com/niekbouman/ctbignum", "dependencies": [ - "boost", { "name": "vcpkg-cmake", "host": true diff --git a/ports/libhdfs3/vcpkg.json b/ports/libhdfs3/vcpkg.json index 6a92fadf695388..0a8e190085ddc8 100644 --- a/ports/libhdfs3/vcpkg.json +++ b/ports/libhdfs3/vcpkg.json @@ -1,12 +1,16 @@ { "name": "libhdfs3", "version-date": "2019-11-05", - "port-version": 5, + "port-version": 6, "description": "Native Hadoop RPC protocol and HDFS data transfer protocol implementation", "homepage": "https://github.com/erikmuttersbach/libhdfs3", "supports": "!windows", "dependencies": [ - "boost", + "boost-atomic", + "boost-chrono", + "boost-iostreams", + "boost-system", + "boost-thread", { "name": "libuuid", "platform": "!windows & !osx" diff --git a/ports/numcpp/vcpkg.json b/ports/numcpp/vcpkg.json index 4129b4547fdb57..4d9e69cc7f0d31 100644 --- a/ports/numcpp/vcpkg.json +++ b/ports/numcpp/vcpkg.json @@ -1,17 +1,19 @@ { "name": "numcpp", "version": "2.12.1", + "port-version": 1, "description": "C++ implementation of the Python Numpy library", "homepage": "https://dpilger26.github.io/NumCpp", "license": "MIT", "dependencies": [ - "boost", "boost-algorithm", "boost-date-time", "boost-endian", "boost-integer", + "boost-log", "boost-math", "boost-predef", + "boost-python", "boost-random", "boost-type-traits", { diff --git a/ports/rbdl/vcpkg.json b/ports/rbdl/vcpkg.json index 04ed043c7c9ef3..b78cf14c8fe4b7 100644 --- a/ports/rbdl/vcpkg.json +++ b/ports/rbdl/vcpkg.json @@ -1,11 +1,10 @@ { "name": "rbdl", "version": "3.3.0", - "port-version": 5, + "port-version": 6, "description": "Rigid Body Dynamics Library", "homepage": "https://github.com/rbdl/rbdl", "dependencies": [ - "boost", "eigen3", "lua", { diff --git a/ports/spirit-po/vcpkg.json b/ports/spirit-po/vcpkg.json index abd11903addbd5..0c28073acec1fd 100644 --- a/ports/spirit-po/vcpkg.json +++ b/ports/spirit-po/vcpkg.json @@ -1,10 +1,13 @@ { "name": "spirit-po", "version": "1.1.2", - "port-version": 3, + "port-version": 4, "description": "A header-only C++ library for localization using GNU gettext po files, based on Boost.Spirit.", "homepage": "https://github.com/cbeck88/spirit-po", "dependencies": [ - "boost" + "boost-fusion", + "boost-optional", + "boost-spirit", + "boost-variant" ] } diff --git a/ports/strtk/vcpkg.json b/ports/strtk/vcpkg.json index 9ab9c956c14f3c..a7a9c214b34304 100644 --- a/ports/strtk/vcpkg.json +++ b/ports/strtk/vcpkg.json @@ -1,7 +1,7 @@ { "name": "strtk", "version-date": "2020-09-14", - "port-version": 3, + "port-version": 4, "description": "robust, optimized and portable string processing algorithms for the C++ language", "homepage": "https://github.com/ArashPartow/strtk", "license": null, @@ -9,7 +9,12 @@ "boost": { "description": "Request boost libraries", "dependencies": [ - "boost" + "boost-algorithm", + "boost-lexical-cast", + "boost-random", + "boost-regex", + "boost-spirit", + "boost-tokenizer" ] } } diff --git a/ports/think-cell-range/vcpkg.json b/ports/think-cell-range/vcpkg.json index 846fcd857977b2..89d2d317bd470f 100644 --- a/ports/think-cell-range/vcpkg.json +++ b/ports/think-cell-range/vcpkg.json @@ -1,10 +1,21 @@ { "name": "think-cell-range", "version": "2023.1", + "port-version": 1, "description": "think-cell's range library", "homepage": "https://github.com/think-cell/think-cell-library", "license": "BSL-1.0", "dependencies": [ - "boost" + "boost-filesystem", + "boost-fusion", + "boost-integer", + "boost-intrusive", + "boost-lexical-cast", + "boost-mpl", + "boost-multi-index", + "boost-predef", + "boost-preprocessor", + "boost-range", + "boost-spirit" ] } diff --git a/versions/baseline.json b/versions/baseline.json index ca8eca7f88602c..c6ce73627c8436 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2030,7 +2030,7 @@ }, "ctbignum": { "baseline": "2019-08-02", - "port-version": 3 + "port-version": 4 }, "ctemplate": { "baseline": "2020-09-14", @@ -4478,7 +4478,7 @@ }, "libhdfs3": { "baseline": "2019-11-05", - "port-version": 5 + "port-version": 6 }, "libheif": { "baseline": "1.17.6", @@ -6226,7 +6226,7 @@ }, "numcpp": { "baseline": "2.12.1", - "port-version": 0 + "port-version": 1 }, "nuspell": { "baseline": "5.1.4", @@ -7574,7 +7574,7 @@ }, "rbdl": { "baseline": "3.3.0", - "port-version": 5 + "port-version": 6 }, "rbdl-orb": { "baseline": "3.2.0", @@ -8310,7 +8310,7 @@ }, "spirit-po": { "baseline": "1.1.2", - "port-version": 3 + "port-version": 4 }, "spirv-cross": { "baseline": "1.3.280.0", @@ -8462,7 +8462,7 @@ }, "strtk": { "baseline": "2020-09-14", - "port-version": 3 + "port-version": 4 }, "stx": { "baseline": "1.0.5", @@ -8602,7 +8602,7 @@ }, "think-cell-range": { "baseline": "2023.1", - "port-version": 0 + "port-version": 1 }, "thomasmonkman-filewatch": { "baseline": "2023-01-16", diff --git a/versions/c-/ctbignum.json b/versions/c-/ctbignum.json index ba35020b6f3cb5..fbe0a8d6f90096 100644 --- a/versions/c-/ctbignum.json +++ b/versions/c-/ctbignum.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e343f08ae948a498ea8aba148c3dacda6da0fb3f", + "version-date": "2019-08-02", + "port-version": 4 + }, { "git-tree": "b3b10f0256bff010503b6ebcbb966235308947f2", "version-date": "2019-08-02", diff --git a/versions/l-/libhdfs3.json b/versions/l-/libhdfs3.json index 2ab51ca74da100..4c852c7b444a2e 100644 --- a/versions/l-/libhdfs3.json +++ b/versions/l-/libhdfs3.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2a648636200d5c12c63989b73d7c19c79b4978b0", + "version-date": "2019-11-05", + "port-version": 6 + }, { "git-tree": "b7c6b5d79957e7f11f9cc7b0890275edd627606d", "version-date": "2019-11-05", diff --git a/versions/n-/numcpp.json b/versions/n-/numcpp.json index 1374bff88ab27b..41947a66b824e7 100644 --- a/versions/n-/numcpp.json +++ b/versions/n-/numcpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "300dfe4a76995143213ee1c14076a13c597f3bea", + "version": "2.12.1", + "port-version": 1 + }, { "git-tree": "7a6e04f1febb3a78dbb37c375e8e0b322802c244", "version": "2.12.1", diff --git a/versions/r-/rbdl.json b/versions/r-/rbdl.json index 59219fab309598..a9475cc5a40afe 100644 --- a/versions/r-/rbdl.json +++ b/versions/r-/rbdl.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "c6a8a964a403cf9fe31d6c21173f309af1cd8474", + "version": "3.3.0", + "port-version": 6 + }, { "git-tree": "9a6d8dcfc91836032a5365ce4cd5a31aca1338a3", "version": "3.3.0", diff --git a/versions/s-/spirit-po.json b/versions/s-/spirit-po.json index d1a481c8c89dcf..88424486eb384e 100644 --- a/versions/s-/spirit-po.json +++ b/versions/s-/spirit-po.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d36dada2f426d31405812e8414cde74eb3d58416", + "version": "1.1.2", + "port-version": 4 + }, { "git-tree": "9948e3b6cffe3bc1b61bf71089ad85247ecc1355", "version": "1.1.2", diff --git a/versions/s-/strtk.json b/versions/s-/strtk.json index e72fcf84b21a33..42580056fec1ac 100644 --- a/versions/s-/strtk.json +++ b/versions/s-/strtk.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9ca0c92f240e76f11da9df645fa1bcba01e877b4", + "version-date": "2020-09-14", + "port-version": 4 + }, { "git-tree": "25bd007473e6ece64e317dc8b4ea97d29188a173", "version-date": "2020-09-14", diff --git a/versions/t-/think-cell-range.json b/versions/t-/think-cell-range.json index a6644e4f8cc314..f507b8d18f2454 100644 --- a/versions/t-/think-cell-range.json +++ b/versions/t-/think-cell-range.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "fd31e8f8ef5d1d510f6cf9f2317ed85fc6c3357c", + "version": "2023.1", + "port-version": 1 + }, { "git-tree": "98fd2e4c5e01f3c8396c5bb35cfbdd81da45f47f", "version": "2023.1",