diff --git a/ports/7zip/vcpkg.json b/ports/7zip/vcpkg.json index 642d18c451..57a2a50b0c 100644 --- a/ports/7zip/vcpkg.json +++ b/ports/7zip/vcpkg.json @@ -1,10 +1,11 @@ { "name": "7zip", "version-string": "22.01", + "port-version": 1, "description": "Library for archiving file with a high compression ratio.", "homepage": "https://www.7-zip.org", "license": "LGPL-2.1-or-later", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/ports/arb/vcpkg.json b/ports/arb/vcpkg.json index 9cfb617f35..35e454c8a9 100644 --- a/ports/arb/vcpkg.json +++ b/ports/arb/vcpkg.json @@ -1,10 +1,11 @@ { "name": "arb", "version": "2.21.1", - "port-version": 1, + "port-version": 2, "description": "a C library for arbitrary-precision interval arithmetic", "homepage": "https://github.com/fredrik-johansson/arb", "license": "LGPL-2.1", + "supports": "!xbox", "dependencies": [ "flint", { diff --git a/ports/atk/vcpkg.json b/ports/atk/vcpkg.json index b0c3a9dbd4..562a83e0e7 100644 --- a/ports/atk/vcpkg.json +++ b/ports/atk/vcpkg.json @@ -1,10 +1,11 @@ { "name": "atk", "version": "2.38.0", - "port-version": 5, + "port-version": 6, "description": "GNOME Accessibility Toolkit", "homepage": "https://developer.gnome.org/atk/", "license": "GPL-2.0-only", + "supports": "!xbox", "dependencies": [ "gettext", { diff --git a/ports/atkmm/vcpkg.json b/ports/atkmm/vcpkg.json index 523ff23c33..6df0032cd9 100644 --- a/ports/atkmm/vcpkg.json +++ b/ports/atkmm/vcpkg.json @@ -1,10 +1,11 @@ { "name": "atkmm", "version": "2.36.1", - "port-version": 1, + "port-version": 2, "description": "atkmm is the official C++ interface for the ATK accessibility toolkit library. It may be used, for instance, by user interfaces implemented with gtkmm.", "homepage": "https://www.gtkmm.org", "license": "LGPL-2.1-or-later", + "supports": "!xbox", "dependencies": [ "atk", "gettext", diff --git a/ports/aubio/vcpkg.json b/ports/aubio/vcpkg.json index b7007a8bdb..b03cc7149d 100644 --- a/ports/aubio/vcpkg.json +++ b/ports/aubio/vcpkg.json @@ -1,9 +1,11 @@ { "name": "aubio", "version-date": "2022-01-26", + "port-version": 1, "description": "Aubio is a tool designed for the extraction of annotations from audio signals. Its features include segmenting a sound file before each of its attacks, performing pitch detection, tapping the beat and producing midi streams from live audio.", "homepage": "https://github.com/aubio/aubio", "license": "GPL-3.0-or-later", + "supports": "!xbox", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/ports/avisynthplus/vcpkg.json b/ports/avisynthplus/vcpkg.json index 26af95e8ea..655d892ca5 100644 --- a/ports/avisynthplus/vcpkg.json +++ b/ports/avisynthplus/vcpkg.json @@ -1,11 +1,11 @@ { "name": "avisynthplus", "version": "3.7.2", - "port-version": 1, + "port-version": 2, "description": "An improved version of the AviSynth frameserver, with improved features and developer friendliness", "homepage": "https://avs-plus.net/", "license": "GPL-2.0", - "supports": "!arm & !uwp", + "supports": "!arm & !uwp & !xbox", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/ports/boinc/vcpkg.json b/ports/boinc/vcpkg.json index eca3f87d99..391356f27d 100644 --- a/ports/boinc/vcpkg.json +++ b/ports/boinc/vcpkg.json @@ -1,10 +1,11 @@ { "name": "boinc", "version": "7.22.2", + "port-version": 1, "description": "Open-source software for volunteer computing and grid computing.", "homepage": "https://boinc.berkeley.edu/", "license": "LGPL-3.0-or-later", - "supports": "!(windows & arm) & !uwp", + "supports": "!(windows & arm) & !uwp & !xbox", "dependencies": [ "openssl", { diff --git a/ports/bxzstr/vcpkg.json b/ports/bxzstr/vcpkg.json index 1af0474bf3..effb4665fa 100644 --- a/ports/bxzstr/vcpkg.json +++ b/ports/bxzstr/vcpkg.json @@ -1,9 +1,11 @@ { "name": "bxzstr", "version": "1.2.0", + "port-version": 1, "description": "A C++ header-only ZLib/libBZ2/libLZMA/Zstandard wrapper.", "homepage": "https://github.com/tmaklin/bxzstr", "license": "MPL-2.0", + "supports": "!xbox", "dependencies": [ "bzip2", "liblzma", diff --git a/ports/cairo/vcpkg.json b/ports/cairo/vcpkg.json index 53ce7bc057..9cafa207f9 100644 --- a/ports/cairo/vcpkg.json +++ b/ports/cairo/vcpkg.json @@ -1,9 +1,11 @@ { "name": "cairo", "version": "1.17.8", + "port-version": 1, "description": "Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System (via both Xlib and XCB), Quartz, Win32, image buffers, PostScript, PDF, and SVG file output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.", "homepage": "https://cairographics.org", "license": "MPL-1.1", + "supports": "!xbox", "dependencies": [ "dirent", "expat", diff --git a/ports/cairomm/vcpkg.json b/ports/cairomm/vcpkg.json index b5edb25ada..6fdae34808 100644 --- a/ports/cairomm/vcpkg.json +++ b/ports/cairomm/vcpkg.json @@ -1,10 +1,11 @@ { "name": "cairomm", "version": "1.16.2", - "port-version": 3, + "port-version": 4, "description": "A C++ wrapper for the cairo graphics library", "homepage": "https://www.cairographics.org", "license": "LGPL-2.0-only", + "supports": "!xbox", "dependencies": [ "cairo", "libsigcpp", diff --git a/ports/cctag/vcpkg.json b/ports/cctag/vcpkg.json index 131029d8c1..4960a87277 100644 --- a/ports/cctag/vcpkg.json +++ b/ports/cctag/vcpkg.json @@ -1,13 +1,13 @@ { "name": "cctag", "version-semver": "1.0.2", - "port-version": 3, + "port-version": 4, "maintainers": "alicevision-team@googlegroups.com", "description": "Computer vision library for detecting CCTag markers made up of concentric circles", "homepage": "https://github.com/alicevision/CCTag", "documentation": "https://cctag.readthedocs.io/", "license": "MPL-2.0", - "supports": "!(uwp | arm | arm64 | android | x86)", + "supports": "!(uwp | arm | arm64 | android | x86 | xbox)", "dependencies": [ "boost-accumulators", "boost-algorithm", diff --git a/ports/cgal/vcpkg.json b/ports/cgal/vcpkg.json index 1265fc1b75..8d2bfd92b0 100644 --- a/ports/cgal/vcpkg.json +++ b/ports/cgal/vcpkg.json @@ -1,9 +1,11 @@ { "name": "cgal", "version": "5.5.2", + "port-version": 1, "description": "The Computational Geometry Algorithms Library (CGAL) is a C++ library that aims to provide easy access to efficient and reliable algorithms in computational geometry.", "homepage": "https://github.com/CGAL/cgal", "license": "GPL-3.0-or-later AND LGPL-3.0-or-later AND BSL-1.0", + "supports": "!xbox", "dependencies": [ "boost-accumulators", "boost-algorithm", diff --git a/ports/chromaprint/vcpkg.json b/ports/chromaprint/vcpkg.json index 5aee10bf19..3d068853c0 100644 --- a/ports/chromaprint/vcpkg.json +++ b/ports/chromaprint/vcpkg.json @@ -1,10 +1,11 @@ { "name": "chromaprint", "version": "1.5.0", - "port-version": 2, + "port-version": 3, "description": "C library for generating audio fingerprints used by AcoustID", "homepage": "https://github.com/acoustid/chromaprint", "license": "LGPL-2.1-or-later", + "supports": "!xbox", "dependencies": [ "ffmpeg", { diff --git a/ports/cserialport/vcpkg.json b/ports/cserialport/vcpkg.json index b2aaf684a4..e8cacfaacb 100644 --- a/ports/cserialport/vcpkg.json +++ b/ports/cserialport/vcpkg.json @@ -1,10 +1,11 @@ { "name": "cserialport", "version": "4.3.0", + "port-version": 1, "description": "C++ lightweight cross-platform serial port library, also support C#, Java, Python, Node.js etc.", "homepage": "https://github.com/itas109/CSerialPort", "license": "LGPL-3.0-only", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/ports/czmq/vcpkg.json b/ports/czmq/vcpkg.json index 09b2d59d79..c4fdd0f480 100644 --- a/ports/czmq/vcpkg.json +++ b/ports/czmq/vcpkg.json @@ -1,10 +1,11 @@ { "name": "czmq", "version-semver": "4.2.1", - "port-version": 1, + "port-version": 2, "description": "High-level C binding for ZeroMQ", "homepage": "https://github.com/zeromq/czmq", "license": "MPL-2.0", + "supports": "!xbox", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/ports/discordcoreapi/vcpkg.json b/ports/discordcoreapi/vcpkg.json index e6c07c042d..8b6be19596 100644 --- a/ports/discordcoreapi/vcpkg.json +++ b/ports/discordcoreapi/vcpkg.json @@ -1,10 +1,11 @@ { "name": "discordcoreapi", "version-date": "2023-05-30", + "port-version": 1, "description": "A Discord bot library written in C++ using custom asynchronous coroutines.", "homepage": "https://discordcoreapi.com", "license": "LGPL-2.1-or-later", - "supports": "(windows & x64 & !static) | (linux & x64)", + "supports": "(windows & x64 & !static & !xbox) | (linux & x64)", "dependencies": [ "ffmpeg", "jsonifier", diff --git a/ports/epsilon/vcpkg.json b/ports/epsilon/vcpkg.json index 7973271eaa..9377d9dda3 100644 --- a/ports/epsilon/vcpkg.json +++ b/ports/epsilon/vcpkg.json @@ -1,11 +1,11 @@ { "name": "epsilon", "version": "0.9.2", - "port-version": 7, + "port-version": 8, "description": "EPSILON is an Open Source wavelet image compressor, that is aimed on parallel and robust image processing.", "homepage": "https://sourceforge.net/projects/epsilon-project/", "license": "GPL-2.0-only OR LGPL-2.0-only", - "supports": "windows", + "supports": "windows & !xbox", "dependencies": [ "libpopt" ] diff --git a/ports/exiv2/vcpkg.json b/ports/exiv2/vcpkg.json index 9a8885609d..cd3032e959 100644 --- a/ports/exiv2/vcpkg.json +++ b/ports/exiv2/vcpkg.json @@ -1,11 +1,11 @@ { "name": "exiv2", "version": "0.27.6", - "port-version": 2, + "port-version": 3, "description": "Image metadata library and tools", "homepage": "https://exiv2.org", "license": "GPL-2.0-or-later", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ { "name": "libiconv", diff --git a/ports/fluidsynth/vcpkg.json b/ports/fluidsynth/vcpkg.json index 2f55fe8c85..6ba99a814d 100644 --- a/ports/fluidsynth/vcpkg.json +++ b/ports/fluidsynth/vcpkg.json @@ -1,10 +1,11 @@ { "name": "fluidsynth", "version": "2.3.2", - "port-version": 2, + "port-version": 3, "description": "FluidSynth reads and handles MIDI events from the MIDI input device. It is the software analogue of a MIDI synthesizer. FluidSynth can also play midifiles using a Soundfont.", "homepage": "https://github.com/FluidSynth/fluidsynth", "license": "LGPL-2.1-or-later", + "supports": "!xbox", "dependencies": [ { "name": "alsa", diff --git a/ports/freealut/vcpkg.json b/ports/freealut/vcpkg.json index 90a8aad4b0..f3a16be683 100644 --- a/ports/freealut/vcpkg.json +++ b/ports/freealut/vcpkg.json @@ -1,14 +1,14 @@ { "name": "freealut", "version": "1.1.0", - "port-version": 3, + "port-version": 4, "description": [ "FreeALUT is a free implementation of OpenAL's ALUT standard.", "ALUT is a set of portable functions which remove the annoying details of getting an audio application started. It is the OpenAL counterpart of what GLUT is for OpenGL. " ], "homepage": "https://github.com/vancegroup/freealut", "license": "LGPL-2.0-only", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ "openal-soft", { diff --git a/ports/freetds/vcpkg.json b/ports/freetds/vcpkg.json index 5483fdf994..be1146fd76 100644 --- a/ports/freetds/vcpkg.json +++ b/ports/freetds/vcpkg.json @@ -1,11 +1,11 @@ { "name": "freetds", "version": "1.3.10", - "port-version": 1, + "port-version": 2, "description": "Implementation of the Tabular Data Stream protocol", "homepage": "https://www.freetds.org", "license": "GPL-2.0-only", - "supports": "windows & !uwp", + "supports": "windows & !uwp & !xbox", "dependencies": [ { "name": "gperf", diff --git a/ports/gdk-pixbuf/vcpkg.json b/ports/gdk-pixbuf/vcpkg.json index d0d2e7e6ac..68cd59bd94 100644 --- a/ports/gdk-pixbuf/vcpkg.json +++ b/ports/gdk-pixbuf/vcpkg.json @@ -1,9 +1,11 @@ { "name": "gdk-pixbuf", "version": "2.42.10", + "port-version": 1, "description": "Image loading library.", "homepage": "https://gitlab.gnome.org/GNOME/gdk-pixbuf", "license": "LGPL-2.1-or-later", + "supports": "!xbox", "dependencies": [ "gettext", "glib", diff --git a/ports/gettext-libintl/vcpkg.json b/ports/gettext-libintl/vcpkg.json index 810149a54d..89ad8f2fa2 100644 --- a/ports/gettext-libintl/vcpkg.json +++ b/ports/gettext-libintl/vcpkg.json @@ -1,9 +1,11 @@ { "name": "gettext-libintl", "version": "0.21.1", + "port-version": 1, "description": "The libintl C library from GNU gettext-runtime.", "homepage": "https://www.gnu.org/software/gettext/", "license": "LGPL-2.1-or-later", + "supports": "!xbox", "dependencies": [ { "name": "libiconv", diff --git a/ports/gettext/vcpkg.json b/ports/gettext/vcpkg.json index 016286d600..e7a0f77bef 100644 --- a/ports/gettext/vcpkg.json +++ b/ports/gettext/vcpkg.json @@ -1,10 +1,11 @@ { "name": "gettext", "version": "0.21.1", - "port-version": 1, + "port-version": 2, "description": "A GNU framework to help produce multi-lingual messages.", "homepage": "https://www.gnu.org/software/gettext/", "license": "GPL-3.0-only", + "supports": "!xbox", "dependencies": [ "gettext-libintl" ], diff --git a/ports/glib/vcpkg.json b/ports/glib/vcpkg.json index d70885e2a1..ae22edd51e 100644 --- a/ports/glib/vcpkg.json +++ b/ports/glib/vcpkg.json @@ -1,10 +1,11 @@ { "name": "glib", "version": "2.76.3", + "port-version": 1, "description": "Portable, general-purpose utility library.", "homepage": "https://developer.gnome.org/glib/", "license": "LGPL-2.1-or-later", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ "dirent", "gettext", diff --git a/ports/glibmm/vcpkg.json b/ports/glibmm/vcpkg.json index fabca11f99..9542055538 100644 --- a/ports/glibmm/vcpkg.json +++ b/ports/glibmm/vcpkg.json @@ -1,10 +1,11 @@ { "name": "glibmm", "version": "2.76.0", + "port-version": 1, "description": "This is glibmm, a C++ API for parts of glib that are useful for C++.", "homepage": "https://www.gtkmm.org.", "license": "LGPL-2.1-or-later", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ "gettext", "glib", diff --git a/ports/glpk/vcpkg.json b/ports/glpk/vcpkg.json index 077488879a..9486ff8638 100644 --- a/ports/glpk/vcpkg.json +++ b/ports/glpk/vcpkg.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "glpk", "version": "5.0", - "port-version": 1, + "port-version": 2, "maintainers": "Fabio A. Correa Duran", "description": [ "The GNU Linear Programming Kit (GLPK) solves large-scale linear programming (LP), mixed integer programming (MIP), and related problems.", @@ -17,6 +17,7 @@ "homepage": "https://www.gnu.org/software/glpk/", "documentation": "https://www.gnu.org/software/glpk/#documentation", "license": "GPL-3.0-or-later", + "supports": "!xbox", "features": { "dl": { "description": "Enable shared library support", diff --git a/ports/gmime/vcpkg.json b/ports/gmime/vcpkg.json index d92dfe61cc..349a31b705 100644 --- a/ports/gmime/vcpkg.json +++ b/ports/gmime/vcpkg.json @@ -1,11 +1,11 @@ { "name": "gmime", "version": "3.2.6", - "port-version": 5, + "port-version": 6, "description": "GMime is a C/C++ library which may be used for the creation and parsing of messages using the Multipurpose Internet Mail Extension (MIME).", "homepage": "https://developer.gnome.org/gmime/", "license": "LGPL-2.1-or-later", - "supports": "windows", + "supports": "windows & !xbox", "dependencies": [ "glib", "libiconv", diff --git a/ports/gmp/vcpkg.json b/ports/gmp/vcpkg.json index 2960c09f35..a1682aad1b 100644 --- a/ports/gmp/vcpkg.json +++ b/ports/gmp/vcpkg.json @@ -1,10 +1,11 @@ { "name": "gmp", "version": "6.2.1", - "port-version": 18, + "port-version": 19, "description": "The GNU Multiple Precision Arithmetic Library", "homepage": "https://gmplib.org", "license": "LGPL-3.0-only OR GPL-2.0-only", + "supports": "!xbox", "dependencies": [ { "name": "gmp", diff --git a/ports/gppanel/vcpkg.json b/ports/gppanel/vcpkg.json index 3e6d8ee05b..6b6d2dbf29 100644 --- a/ports/gppanel/vcpkg.json +++ b/ports/gppanel/vcpkg.json @@ -1,10 +1,11 @@ { "name": "gppanel", "version-date": "2020-05-20", - "port-version": 3, + "port-version": 4, "description": "gpPanel is chart library for wxWidget. It inheritance from wxPanel and use modified wxMathPlot library at chart engine.", "homepage": "https://github.com/woollybah/gppanel", "license": "GPL-2.0-or-later WITH WxWindows-exception-3.1", + "supports": "!xbox", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/ports/grantlee/vcpkg.json b/ports/grantlee/vcpkg.json index f3c93c0379..bea4842ecd 100644 --- a/ports/grantlee/vcpkg.json +++ b/ports/grantlee/vcpkg.json @@ -1,11 +1,11 @@ { "name": "grantlee", "version": "5.3.1", - "port-version": 1, + "port-version": 2, "description": "Libraries for text templating with Qt", "homepage": "https://github.com/steveire/grantlee", "license": "LGPL-2.1-or-later", - "supports": "!staticcrt", + "supports": "!staticcrt & !xbox", "dependencies": [ "qtdeclarative", { diff --git a/ports/gst-rtsp-server/vcpkg.json b/ports/gst-rtsp-server/vcpkg.json index 624f5f5c3d..b3af8a48b2 100644 --- a/ports/gst-rtsp-server/vcpkg.json +++ b/ports/gst-rtsp-server/vcpkg.json @@ -1,10 +1,11 @@ { "name": "gst-rtsp-server", "version": "1.20.5", - "port-version": 1, + "port-version": 2, "description": "gst-rtsp-server is a library on top of GStreamer for building an RTSP server", "homepage": "https://gstreamer.freedesktop.org/", "license": "LGPL-2.1-only", + "supports": "!xbox", "dependencies": [ "glib", { diff --git a/ports/gstreamer/vcpkg.json b/ports/gstreamer/vcpkg.json index 3b968ad524..f7a78f64ad 100644 --- a/ports/gstreamer/vcpkg.json +++ b/ports/gstreamer/vcpkg.json @@ -1,11 +1,11 @@ { "name": "gstreamer", "version": "1.20.5", - "port-version": 8, + "port-version": 9, "description": "GStreamer open-source multimedia framework core library", "homepage": "https://gstreamer.freedesktop.org/", "license": "LGPL-2.0-only", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ "glib", { diff --git a/ports/gtk/vcpkg.json b/ports/gtk/vcpkg.json index b964d379ab..31e7f53a4d 100644 --- a/ports/gtk/vcpkg.json +++ b/ports/gtk/vcpkg.json @@ -1,9 +1,11 @@ { "name": "gtk", "version": "4.10.4", + "port-version": 1, "description": "Portable library for creating graphical user interfaces.", "homepage": "https://www.gtk.org/", "license": "LGPL-2.0-only", + "supports": "!xbox", "dependencies": [ "atk", { diff --git a/ports/gtkmm/vcpkg.json b/ports/gtkmm/vcpkg.json index 4ce750b67c..526afb0d81 100644 --- a/ports/gtkmm/vcpkg.json +++ b/ports/gtkmm/vcpkg.json @@ -1,10 +1,11 @@ { "name": "gtkmm", "version": "4.10.0", + "port-version": 1, "description": "gtkmm is the official C++ interface for the popular GUI library GTK+.", "homepage": "https://www.gtkmm.org/", "license": "LGPL-3.0-or-later", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ "cairomm", "gdk-pixbuf", diff --git a/ports/gul14/vcpkg.json b/ports/gul14/vcpkg.json index 09f8c993b1..e3ac87313c 100644 --- a/ports/gul14/vcpkg.json +++ b/ports/gul14/vcpkg.json @@ -1,6 +1,7 @@ { "name": "gul14", "version": "2.9.1", + "port-version": 1, "description": [ "General Utility Library for C++14.", "GUL14 contains often-used utility functions and types that form the foundation for other libraries and programs.", @@ -9,7 +10,7 @@ "homepage": "https://github.desy.de/gul-cpp/gul14.git", "documentation": "https://gul14.info", "license": "LGPL-2.1-or-later", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ { "name": "vcpkg-tool-meson", diff --git a/ports/hunspell/vcpkg.json b/ports/hunspell/vcpkg.json index 5cd54c4819..42c35b8e61 100644 --- a/ports/hunspell/vcpkg.json +++ b/ports/hunspell/vcpkg.json @@ -1,11 +1,11 @@ { "name": "hunspell", "version": "1.7.1", - "port-version": 3, + "port-version": 4, "description": "The most popular spellchecking library.", "homepage": "https://github.com/hunspell/hunspell", "license": "MPL-1.1 OR LGPL-2.1-or-later OR GPL-2.0-or-later", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ "libiconv" ], diff --git a/ports/ideviceinstaller/vcpkg.json b/ports/ideviceinstaller/vcpkg.json index ff9ea70725..ccfc1fd34a 100644 --- a/ports/ideviceinstaller/vcpkg.json +++ b/ports/ideviceinstaller/vcpkg.json @@ -1,11 +1,11 @@ { "name": "ideviceinstaller", "version": "1.1.2.23", - "port-version": 5, + "port-version": 6, "description": "Manage apps of iOS devices", "homepage": "https://libimobiledevice.org/", "license": "LGPL-2.1-only", - "supports": "windows & !arm64", + "supports": "windows & !arm64 & !xbox", "dependencies": [ "libimobiledevice", "libzip" diff --git a/ports/idyntree/vcpkg.json b/ports/idyntree/vcpkg.json index 038853de53..63cef5be4f 100644 --- a/ports/idyntree/vcpkg.json +++ b/ports/idyntree/vcpkg.json @@ -1,9 +1,11 @@ { "name": "idyntree", "version": "9.0.0", + "port-version": 1, "description": "Multibody Dynamics Library designed for Free Floating Robots.", "homepage": "https://github.com/robotology/idyntree", "license": "LGPL-2.1-or-later", + "supports": "!xbox", "dependencies": [ "eigen3", "libxml2", diff --git a/ports/igraph/vcpkg.json b/ports/igraph/vcpkg.json index b3580cf0b1..e2056a13c1 100644 --- a/ports/igraph/vcpkg.json +++ b/ports/igraph/vcpkg.json @@ -1,9 +1,11 @@ { "name": "igraph", "version": "0.10.4", + "port-version": 1, "description": "igraph is a C library for network analysis and graph theory, with an emphasis on efficiency portability and ease of use.", "homepage": "https://igraph.org/", "license": "GPL-2.0-or-later", + "supports": "!xbox", "dependencies": [ "blas", "lapack", diff --git a/ports/jsonifier/vcpkg.json b/ports/jsonifier/vcpkg.json index af3654bd86..545efddf20 100644 --- a/ports/jsonifier/vcpkg.json +++ b/ports/jsonifier/vcpkg.json @@ -1,10 +1,11 @@ { "name": "jsonifier", "version": "0.9.2", + "port-version": 1, "description": "A few classes for parsing and serializing json - very rapidly.", "homepage": "https://github.com/realtimechris/jsonifier", "license": "LGPL-2.1-or-later", - "supports": "(windows & x64 & !uwp) | (linux & x64) | (osx & x64)", + "supports": "(windows & x64 & !uwp & !xbox) | (linux & x64) | (osx & x64)", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/ports/kf5archive/vcpkg.json b/ports/kf5archive/vcpkg.json index 400001f049..7432e5afaa 100644 --- a/ports/kf5archive/vcpkg.json +++ b/ports/kf5archive/vcpkg.json @@ -1,9 +1,11 @@ { "name": "kf5archive", "version": "5.98.0", + "port-version": 1, "description": "File compression", "homepage": "https://api.kde.org/frameworks/karchive/html/index.html", "license": "LGPL-2.0-or-later", + "supports": "!xbox", "dependencies": [ "ecm", "qt5-base", diff --git a/ports/kfr/vcpkg.json b/ports/kfr/vcpkg.json index a09e44e4aa..0d6edb00aa 100644 --- a/ports/kfr/vcpkg.json +++ b/ports/kfr/vcpkg.json @@ -1,10 +1,11 @@ { "name": "kfr", "version-semver": "5.0.1", + "port-version": 1, "description": "Fast, modern C++ DSP framework.", "homepage": "https://www.kfr.dev/", "license": "GPL-2.0", - "supports": "!(arm | linux)", + "supports": "!(arm | linux | xbox)", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/ports/lcm/vcpkg.json b/ports/lcm/vcpkg.json index a76cae68ad..3a0666e9a2 100644 --- a/ports/lcm/vcpkg.json +++ b/ports/lcm/vcpkg.json @@ -1,14 +1,14 @@ { "name": "lcm", "version": "1.4.0", - "port-version": 5, + "port-version": 6, "description": [ "Lightweight Communications and Marshalling (LCM)", "LCM is a set of libraries and tools for message passing and data marshalling, targeted at real-time systems where high-bandwidth and low latency are critical. It provides a publish/subscribe message passing model and automatic marshalling/unmarshalling code generation with bindings for applications in a variety of programming languages." ], "homepage": "https://github.com/lcm-proj/lcm", "license": "LGPL-2.1-or-later", - "supports": "!osx", + "supports": "!osx & !xbox", "dependencies": [ "glib", { diff --git a/ports/libadwaita/vcpkg.json b/ports/libadwaita/vcpkg.json index b842044330..8f1f5d229d 100644 --- a/ports/libadwaita/vcpkg.json +++ b/ports/libadwaita/vcpkg.json @@ -1,9 +1,11 @@ { "name": "libadwaita", "version": "1.3.2", + "port-version": 1, "description": "Building blocks for modern GNOME applications", "homepage": "https://gnome.pages.gitlab.gnome.org/libadwaita", "license": "LGPL-2.1-or-later", + "supports": "!xbox", "dependencies": [ { "name": "glib", diff --git a/ports/libalkimia/vcpkg.json b/ports/libalkimia/vcpkg.json index 90cd8e2e0c..9e8bcd7b8d 100644 --- a/ports/libalkimia/vcpkg.json +++ b/ports/libalkimia/vcpkg.json @@ -1,10 +1,11 @@ { "name": "libalkimia", "version": "8.1.70", - "port-version": 1, + "port-version": 2, "description": "Common functionality for finance applications.", "homepage": "https://community.kde.org/Alkimia/libalkimia", "license": "LGPL-2.1-or-later", + "supports": "!xbox", "dependencies": [ "ecm", { diff --git a/ports/libao/vcpkg.json b/ports/libao/vcpkg.json index 18f7a26751..fe6117b531 100644 --- a/ports/libao/vcpkg.json +++ b/ports/libao/vcpkg.json @@ -1,11 +1,11 @@ { "name": "libao", "version": "1.2.2", - "port-version": 4, + "port-version": 5, "description": "libao - A Cross-platform Audio Library", "homepage": "https://github.com/xiph/libao", "license": "GPL-2.0", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/ports/libcsv/vcpkg.json b/ports/libcsv/vcpkg.json index 5c3b46ec58..520c00e4b6 100644 --- a/ports/libcsv/vcpkg.json +++ b/ports/libcsv/vcpkg.json @@ -1,7 +1,9 @@ { "name": "libcsv", "version": "3.0.3", + "port-version": 1, "description": "CSV parser and writer library", "homepage": "https://github.com/rgamble/libcsv", - "license": "GPL-2.0-or-later" + "license": "GPL-2.0-or-later", + "supports": "!xbox" } diff --git a/ports/libdatachannel/vcpkg.json b/ports/libdatachannel/vcpkg.json index dcd7ef9695..3d200e5fd2 100644 --- a/ports/libdatachannel/vcpkg.json +++ b/ports/libdatachannel/vcpkg.json @@ -1,10 +1,11 @@ { "name": "libdatachannel", "version-semver": "0.18.2", - "port-version": 1, + "port-version": 2, "description": "libdatachannel is a standalone implementation of WebRTC Data Channels, WebRTC Media Transport, and WebSockets in C++17 with C bindings for POSIX platforms (including GNU/Linux, Android, and Apple macOS) and Microsoft Windows.", "homepage": "https://github.com/paullouisageneau/libdatachannel", "license": "MPL-2.0", + "supports": "!xbox", "dependencies": [ "libjuice", "openssl", diff --git a/ports/libde265/vcpkg.json b/ports/libde265/vcpkg.json index c565b31cf9..d11d6fa0d4 100644 --- a/ports/libde265/vcpkg.json +++ b/ports/libde265/vcpkg.json @@ -1,11 +1,11 @@ { "name": "libde265", "version": "1.0.11", - "port-version": 1, + "port-version": 2, "description": "Open h.265 video codec implementation.", "homepage": "https://www.libde265.org/", "license": "LGPL-3.0-only", - "supports": "!uwp & !(arm & windows)", + "supports": "!uwp & !xbox & !(arm & windows)", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/ports/libdjinterop/vcpkg.json b/ports/libdjinterop/vcpkg.json index 7ccfa916e5..3802c293f2 100644 --- a/ports/libdjinterop/vcpkg.json +++ b/ports/libdjinterop/vcpkg.json @@ -1,9 +1,11 @@ { "name": "libdjinterop", "version": "0.16.0", + "port-version": 1, "description": "C++ library for access to DJ record libraries. Currently only supports Denon Engine Prime databases", "homepage": "https://github.com/xsco/libdjinterop", "license": "LGPL-3.0-or-later", + "supports": "!xbox", "dependencies": [ "sqlite3", { diff --git a/ports/libfreenect2/vcpkg.json b/ports/libfreenect2/vcpkg.json index cbeaef735d..b8aa71df2b 100644 --- a/ports/libfreenect2/vcpkg.json +++ b/ports/libfreenect2/vcpkg.json @@ -1,10 +1,11 @@ { "name": "libfreenect2", "version": "0.2.0", - "port-version": 9, + "port-version": 10, "description": "Open source drivers for the Kinect for Windows v2 device", "homepage": "https://github.com/OpenKinect/libfreenect2", "license": "GPL-2.0-only", + "supports": "!xbox", "dependencies": [ "libjpeg-turbo", "libusb", diff --git a/ports/libheif/vcpkg.json b/ports/libheif/vcpkg.json index f2ad6f54d0..81a78726b3 100644 --- a/ports/libheif/vcpkg.json +++ b/ports/libheif/vcpkg.json @@ -1,9 +1,11 @@ { "name": "libheif", "version": "1.16.1", + "port-version": 1, "description": "Open h.265 video codec implementation.", "homepage": "http://www.libheif.org/", "license": "LGPL-3.0-only", + "supports": "!xbox", "dependencies": [ { "name": "gdk-pixbuf", diff --git a/ports/libhsplasma/vcpkg.json b/ports/libhsplasma/vcpkg.json index 44639e11ce..c2317a4a9b 100644 --- a/ports/libhsplasma/vcpkg.json +++ b/ports/libhsplasma/vcpkg.json @@ -1,10 +1,11 @@ { "name": "libhsplasma", "version-date": "2022-05-19", + "port-version": 1, "description": "Cross-platform Plasma data and network library", "homepage": "https://github.com/H-uru/libhsplasma", "license": "GPL-3.0-or-later", - "supports": "!(arm | uwp)", + "supports": "!(arm | uwp | xbox)", "dependencies": [ "libjpeg-turbo", "libpng", diff --git a/ports/libimobiledevice/vcpkg.json b/ports/libimobiledevice/vcpkg.json index 8b399b4eb0..36d16b9b1d 100644 --- a/ports/libimobiledevice/vcpkg.json +++ b/ports/libimobiledevice/vcpkg.json @@ -1,10 +1,11 @@ { "name": "libimobiledevice", "version": "1.3.17", - "port-version": 3, + "port-version": 4, "description": "A cross-platform protocol library to communicate with iOS devices", "homepage": "http://www.libimobiledevice.org", "license": "LGPL-2.1-only", + "supports": "!xbox", "dependencies": [ "dirent", "getopt", diff --git a/ports/libirecovery/vcpkg.json b/ports/libirecovery/vcpkg.json index 2a9a35287f..711c65caee 100644 --- a/ports/libirecovery/vcpkg.json +++ b/ports/libirecovery/vcpkg.json @@ -1,10 +1,10 @@ { "name": "libirecovery", "version": "1.0.25", - "port-version": 6, + "port-version": 7, "description": "Library and utility to talk to iBoot/iBSS via USB on Mac OS X, Windows, and Linux", "license": "LGPL-2.1-only", - "supports": "windows & !arm64 & !static & !staticcrt", + "supports": "windows & !arm64 & !static & !staticcrt & !xbox", "dependencies": [ "getopt", "libusbmuxd", diff --git a/ports/libleidenalg/vcpkg.json b/ports/libleidenalg/vcpkg.json index a6ce8fc04b..569c63f14a 100644 --- a/ports/libleidenalg/vcpkg.json +++ b/ports/libleidenalg/vcpkg.json @@ -1,10 +1,12 @@ { "name": "libleidenalg", "version": "0.10.0", + "port-version": 1, "maintainers": "Andrew Robbins ", "description": "Leiden is a general algorithm for methods of community detection in large networks.", "homepage": "https://github.com/vtraag/libleidenalg", "license": "GPL-3.0-or-later", + "supports": "!xbox", "dependencies": [ { "name": "igraph", diff --git a/ports/libmariadb/vcpkg.json b/ports/libmariadb/vcpkg.json index 3718a3a914..cd4b708c86 100644 --- a/ports/libmariadb/vcpkg.json +++ b/ports/libmariadb/vcpkg.json @@ -1,11 +1,11 @@ { "name": "libmariadb", "version-semver": "3.3.1", - "port-version": 2, + "port-version": 3, "description": "MariaDB Connector/C is used to connect C/C++ applications to MariaDB and MySQL databases", "homepage": "https://github.com/MariaDB/mariadb-connector-c", "license": "LGPL-2.1-or-later", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/ports/libmesh/vcpkg.json b/ports/libmesh/vcpkg.json index d7240de555..8981af66f3 100644 --- a/ports/libmesh/vcpkg.json +++ b/ports/libmesh/vcpkg.json @@ -1,8 +1,9 @@ { "name": "libmesh", "version": "1.5.0", - "port-version": 4, + "port-version": 5, "description": "The libMesh library provides a framework for the numerical simulation of partial differential equations using arbitrary unstructured discretizations on serial and parallel platforms. A major goal of the library is to provide support for adaptive mesh refinement (AMR) computations in parallel while allowing a research scientist to focus on the physics they are modeling.", "homepage": "https://github.com/libMesh/libmesh", - "license": "LGPL-2.1-only" + "license": "LGPL-2.1-only", + "supports": "!xbox" } diff --git a/ports/libmicrodns/vcpkg.json b/ports/libmicrodns/vcpkg.json index b522539d5c..dca30505f9 100644 --- a/ports/libmicrodns/vcpkg.json +++ b/ports/libmicrodns/vcpkg.json @@ -1,9 +1,11 @@ { "name": "libmicrodns", "version": "0.2.0", + "port-version": 1, "description": "Minimal mDNS resolver (and announcer) library", "homepage": "https://github.com/videolabs/libmicrodns", "license": "LGPL-2.1-or-later", + "supports": "!xbox", "dependencies": [ { "name": "vcpkg-tool-meson", diff --git a/ports/libmikmod/vcpkg.json b/ports/libmikmod/vcpkg.json index fa13d1eb97..03bf5c2639 100644 --- a/ports/libmikmod/vcpkg.json +++ b/ports/libmikmod/vcpkg.json @@ -1,11 +1,11 @@ { "name": "libmikmod", "version": "3.3.11.1", - "port-version": 11, + "port-version": 12, "description": "Mikmod is a module player and library supporting many formats, including mod, s3m, it, and xm.", "homepage": "https://sourceforge.net/projects/mikmod/", "license": "LGPL-2.1-or-later", - "supports": "!osx & !uwp", + "supports": "!(osx | uwp | xbox)", "dependencies": [ "openal-soft", { diff --git a/ports/libmodbus/vcpkg.json b/ports/libmodbus/vcpkg.json index f42ee0aaee..34778e6160 100644 --- a/ports/libmodbus/vcpkg.json +++ b/ports/libmodbus/vcpkg.json @@ -1,11 +1,11 @@ { "name": "libmodbus", "version": "3.1.6", - "port-version": 4, + "port-version": 5, "description": "libmodbus is a free software library to send/receive data with a device which respects the Modbus protocol", "homepage": "https://github.com/stephane/libmodbus", "license": "LGPL-2.1-or-later", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/ports/libmysql/vcpkg.json b/ports/libmysql/vcpkg.json index 41e3fa65a7..c7542693af 100644 --- a/ports/libmysql/vcpkg.json +++ b/ports/libmysql/vcpkg.json @@ -1,11 +1,11 @@ { "name": "libmysql", "version": "8.0.32", - "port-version": 4, + "port-version": 5, "description": "A MySQL client library for C development", "homepage": "https://github.com/mysql/mysql-server", "license": "GPL-2.0-or-later", - "supports": "!(windows & x86) & !uwp", + "supports": "!(windows & x86) & !uwp & !xbox", "dependencies": [ "boost-algorithm", "boost-functional", diff --git a/ports/libnice-gst/vcpkg.json b/ports/libnice-gst/vcpkg.json index 56e825b323..6215c9344f 100644 --- a/ports/libnice-gst/vcpkg.json +++ b/ports/libnice-gst/vcpkg.json @@ -1,10 +1,11 @@ { "name": "libnice-gst", "version": "0.1.21", - "port-version": 1, + "port-version": 2, "description": "Gstreamer Libnice plugins.", "homepage": "https://nice.freedesktop.org", "license": "LGPL-2.1-only AND MPL-1.1", + "supports": "!xbox", "dependencies": [ "gstreamer", "libnice" diff --git a/ports/libnice/vcpkg.json b/ports/libnice/vcpkg.json index 69a62d4827..200ad1d2a4 100644 --- a/ports/libnice/vcpkg.json +++ b/ports/libnice/vcpkg.json @@ -1,9 +1,11 @@ { "name": "libnice", "version": "0.1.21", + "port-version": 1, "description": "Libnice is an implementation of the IETF's Interactive Connectivity Establishment (ICE) standard (RFC 5245) and the Session Traversal Utilities for NAT (STUN) standard (RFC 5389).", "homepage": "https://nice.freedesktop.org", "license": "LGPL-2.1-only AND MPL-1.1", + "supports": "!xbox", "dependencies": [ "glib", { diff --git a/ports/libofx/vcpkg.json b/ports/libofx/vcpkg.json index d0e3355401..32fe77d10f 100644 --- a/ports/libofx/vcpkg.json +++ b/ports/libofx/vcpkg.json @@ -1,10 +1,11 @@ { "name": "libofx", "version": "0.10.9", + "port-version": 1, "description": "OFX banking protocol abstraction library", "homepage": "https://github.com/libofx/libofx", "license": "GPL-2.0-only", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ "libopensp", { diff --git a/ports/libpff/vcpkg.json b/ports/libpff/vcpkg.json index ddc8b52eca..2703c62158 100644 --- a/ports/libpff/vcpkg.json +++ b/ports/libpff/vcpkg.json @@ -1,11 +1,11 @@ { "name": "libpff", "version-date": "2021-11-14", - "port-version": 1, + "port-version": 2, "description": "Library and tools to access the Personal Folder File (PFF) and the Offline Folder File (OFF) format.", "homepage": "https://github.com/libyal/libpff", "license": "LGPL-3.0-or-later", - "supports": "windows & !(static & windows) & !uwp", + "supports": "windows & !(static & windows) & !uwp & !xbox", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/ports/libproxy/vcpkg.json b/ports/libproxy/vcpkg.json index fcd0b5d494..0a26245082 100644 --- a/ports/libproxy/vcpkg.json +++ b/ports/libproxy/vcpkg.json @@ -1,11 +1,11 @@ { "name": "libproxy", "version": "0.4.18", - "port-version": 2, + "port-version": 3, "description": "libproxy is a library that provides automatic proxy configuration management.", "homepage": "https://github.com/libproxy/libproxy", "license": "LGPL-2.1-only", - "supports": "!(uwp | android)", + "supports": "!(uwp | xbox | android)", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/ports/libqcow/vcpkg.json b/ports/libqcow/vcpkg.json index 5a7cdc406c..007db5163b 100644 --- a/ports/libqcow/vcpkg.json +++ b/ports/libqcow/vcpkg.json @@ -1,10 +1,11 @@ { "name": "libqcow", "version": "20221124", + "port-version": 1, "description": "Library and tools to access the QEMU Copy-On-Write (QCOW) image format.", "homepage": "https://github.com/libyal/libqcow", "license": "LGPL-3.0-or-later", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ "gettext", "openssl", diff --git a/ports/libqglviewer/vcpkg.json b/ports/libqglviewer/vcpkg.json index 941cff6168..1145483b2e 100644 --- a/ports/libqglviewer/vcpkg.json +++ b/ports/libqglviewer/vcpkg.json @@ -1,9 +1,11 @@ { "name": "libqglviewer", "version": "2.9.1", + "port-version": 1, "description": "libQGLViewer is an open source C++ library based on Qt that eases the creation of OpenGL 3D viewers.", "homepage": "http://libqglviewer.com/", "license": "GPL-2.0-or-later", + "supports": "!xbox", "dependencies": [ { "name": "qtbase", diff --git a/ports/libraw/vcpkg.json b/ports/libraw/vcpkg.json index 48cf4134ec..cfcb8fed9b 100644 --- a/ports/libraw/vcpkg.json +++ b/ports/libraw/vcpkg.json @@ -1,10 +1,11 @@ { "name": "libraw", "version": "0.21.1", + "port-version": 1, "description": "raw image decoder library", "homepage": "https://www.libraw.org", "license": "LGPL-2.1-only OR CDDL-1.0", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ "jasper", "lcms", diff --git a/ports/libredwg/vcpkg.json b/ports/libredwg/vcpkg.json index 8843498f66..841af79d2a 100644 --- a/ports/libredwg/vcpkg.json +++ b/ports/libredwg/vcpkg.json @@ -1,9 +1,11 @@ { "name": "libredwg", "version": "0.12.5.5178", + "port-version": 1, "description": "GNU LibreDWG is a free C library to handle DWG files. It aims to be a free replacement for the OpenDWG libraries. DWG is the native file format of AutoCAD.", "homepage": "https://www.gnu.org/software/libredwg/", "license": "GPL-3.0", + "supports": "!xbox", "dependencies": [ "jsmn", { diff --git a/ports/libsbml/vcpkg.json b/ports/libsbml/vcpkg.json index 42281404d5..f97eb24f73 100644 --- a/ports/libsbml/vcpkg.json +++ b/ports/libsbml/vcpkg.json @@ -1,10 +1,11 @@ { "name": "libsbml", "version": "5.20.0", + "port-version": 1, "description": "A library for reading / writing SBML files", "homepage": "https://github.com/sbmlteam/libsbml", "license": "LGPL-2.1", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/ports/libsndfile/vcpkg.json b/ports/libsndfile/vcpkg.json index b8ab13edb7..7d97b2c106 100644 --- a/ports/libsndfile/vcpkg.json +++ b/ports/libsndfile/vcpkg.json @@ -1,9 +1,11 @@ { "name": "libsndfile", "version-semver": "1.2.0", + "port-version": 1, "description": "A library for reading and writing audio files", "homepage": "https://github.com/erikd/libsndfile", "license": "LGPL-2.1-or-later", + "supports": "!xbox", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/ports/libsrt/vcpkg.json b/ports/libsrt/vcpkg.json index d96d44844c..7e62bfdd1d 100644 --- a/ports/libsrt/vcpkg.json +++ b/ports/libsrt/vcpkg.json @@ -1,11 +1,11 @@ { "name": "libsrt", "version": "1.5.0", - "port-version": 2, + "port-version": 3, "description": "Secure Reliable Transport (SRT) is an open source transport technology that optimizes streaming performance across unpredictable networks, such as the Internet.", "homepage": "https://github.com/Haivision/srt", "license": "MPL-2.0", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ "openssl", { diff --git a/ports/libssh/vcpkg.json b/ports/libssh/vcpkg.json index 55bf4385e9..dfdc88278f 100644 --- a/ports/libssh/vcpkg.json +++ b/ports/libssh/vcpkg.json @@ -1,11 +1,11 @@ { "name": "libssh", "version": "0.10.4+20221123", - "port-version": 3, + "port-version": 4, "description": "libssh is a multiplatform C library implementing the SSHv2 protocol on client and server side", "homepage": "https://www.libssh.org/", "license": "LGPL-2.1-only", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ { "name": "libssh", diff --git a/ports/libunistring/vcpkg.json b/ports/libunistring/vcpkg.json index d3dc3e759c..9d3340347d 100644 --- a/ports/libunistring/vcpkg.json +++ b/ports/libunistring/vcpkg.json @@ -1,10 +1,11 @@ { "name": "libunistring", "version": "1.1", - "port-version": 2, + "port-version": 3, "description": "GNU libunistring provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard.", "homepage": "https://www.gnu.org/software/libunistring/", "license": "LGPL-3.0-or-later OR GPL-2.0-or-later", + "supports": "!xbox", "dependencies": [ "libiconv" ] diff --git a/ports/libusb-win32/vcpkg.json b/ports/libusb-win32/vcpkg.json index 547edbd391..5dc4288684 100644 --- a/ports/libusb-win32/vcpkg.json +++ b/ports/libusb-win32/vcpkg.json @@ -1,11 +1,11 @@ { "name": "libusb-win32", "version": "1.2.6.0", - "port-version": 9, + "port-version": 10, "description": "Allows user space applications to access many USB device on Windows.", "homepage": "https://sourceforge.net/projects/libusb-win32", "license": "LGPL-3.0-only", - "supports": "windows & !static", + "supports": "windows & !static & !xbox", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/ports/libxmp/vcpkg.json b/ports/libxmp/vcpkg.json index 9c4dc8139c..f6481f4342 100644 --- a/ports/libxmp/vcpkg.json +++ b/ports/libxmp/vcpkg.json @@ -1,9 +1,11 @@ { "name": "libxmp", "version-date": "2023-04-13", + "port-version": 1, "description": "Libxmp is a library that renders module files to PCM data.", "homepage": "https://sourceforge.net/projects/xmp/", "license": "LGPL-2.1-or-later", + "supports": "!xbox", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/ports/libzim/vcpkg.json b/ports/libzim/vcpkg.json index 9df7dd355e..58a4f0efbd 100644 --- a/ports/libzim/vcpkg.json +++ b/ports/libzim/vcpkg.json @@ -1,11 +1,11 @@ { "name": "libzim", "version": "8.2.0", - "port-version": 1, + "port-version": 2, "description": "The Libzim is the reference implementation for the ZIM file format. It's a software library to read and write ZIM files on many systems and architectures. More information about the ZIM format and the openZIM project at https://openzim.org/.", "homepage": "https://github.com/openzim/libzim", "license": "GPL-2.0-or-later", - "supports": "!android", + "supports": "!android & !xbox", "dependencies": [ "icu", "liblzma", diff --git a/ports/live555/vcpkg.json b/ports/live555/vcpkg.json index 302aae2180..4467303c4d 100644 --- a/ports/live555/vcpkg.json +++ b/ports/live555/vcpkg.json @@ -1,9 +1,11 @@ { "name": "live555", "version-date": "2023-06-10", + "port-version": 1, "description": "A complete RTSP server application", "homepage": "http://www.live555.com/liveMedia", "license": "GPL-3.0-or-later", + "supports": "!xbox", "dependencies": [ "openssl", { diff --git a/ports/mapnik/vcpkg.json b/ports/mapnik/vcpkg.json index 7506aa800d..3a87054df9 100644 --- a/ports/mapnik/vcpkg.json +++ b/ports/mapnik/vcpkg.json @@ -1,9 +1,11 @@ { "name": "mapnik", "version-date": "2023-06-12", + "port-version": 1, "description": "Mapnik is an open source toolkit for developing mapping applications.", "homepage": "https://github.com/mapnik/mapnik", "license": "LGPL-2.1-only", + "supports": "!xbox", "dependencies": [ "boost-assign", "boost-bimap", diff --git a/ports/marble/vcpkg.json b/ports/marble/vcpkg.json index 06c6ae8142..730236632c 100644 --- a/ports/marble/vcpkg.json +++ b/ports/marble/vcpkg.json @@ -1,11 +1,11 @@ { "name": "marble", "version-string": "22.04.0", - "port-version": 1, + "port-version": 2, "description": "Marble KDE library", "homepage": "https://marble.kde.org", "license": "LGPL-2.1-or-later", - "supports": "windows & x64 & !static", + "supports": "windows & x64 & !static & !xbox", "dependencies": [ "qt5-base", "qt5-quickcontrols", diff --git a/ports/mathgl/vcpkg.json b/ports/mathgl/vcpkg.json index 4e0adcc11b..fd235b0b9e 100644 --- a/ports/mathgl/vcpkg.json +++ b/ports/mathgl/vcpkg.json @@ -1,10 +1,10 @@ { "name": "mathgl", "version": "8.0.1", - "port-version": 4, + "port-version": 5, "description": "MathGL is a free library of fast C++ routines for the plotting of the data varied in one or more dimensions", "license": "GPL-3.0-only", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ "getopt", { diff --git a/ports/mchehab-zbar/vcpkg.json b/ports/mchehab-zbar/vcpkg.json index ff07384aee..c56b3f779e 100644 --- a/ports/mchehab-zbar/vcpkg.json +++ b/ports/mchehab-zbar/vcpkg.json @@ -1,11 +1,11 @@ { "name": "mchehab-zbar", "version": "0.23.90", - "port-version": 4, + "port-version": 5, "description": "ZBar is an open source software suite for reading bar codes from various sources, including webcams. This fork is actively maintained.", "homepage": "https://github.com/mchehab/zbar", "license": "LGPL-2.1-or-later", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ { "name": "gettext", diff --git a/ports/moos-core/vcpkg.json b/ports/moos-core/vcpkg.json index 43b72a27ef..6516d65f1b 100644 --- a/ports/moos-core/vcpkg.json +++ b/ports/moos-core/vcpkg.json @@ -1,10 +1,11 @@ { "name": "moos-core", "version": "10.4.0", - "port-version": 8, + "port-version": 9, "description": "A very light weight, easy to use middleware.", "homepage": "https://sites.google.com/site/moossoftware/", "license": "GPL-2.0-or-later", + "supports": "!xbox", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/ports/mpfr/vcpkg.json b/ports/mpfr/vcpkg.json index e77193ddad..56916d8b23 100644 --- a/ports/mpfr/vcpkg.json +++ b/ports/mpfr/vcpkg.json @@ -1,9 +1,11 @@ { "name": "mpfr", "version": "4.2.0", + "port-version": 1, "description": "The MPFR library is a C library for multiple-precision floating-point computations with correct rounding", "homepage": "https://www.mpfr.org", "license": "LGPL-3.0-or-later", + "supports": "!xbox", "dependencies": [ "gmp" ] diff --git a/ports/mpg123/vcpkg.json b/ports/mpg123/vcpkg.json index f5de8d8285..0452cbb7f9 100644 --- a/ports/mpg123/vcpkg.json +++ b/ports/mpg123/vcpkg.json @@ -1,9 +1,11 @@ { "name": "mpg123", "version": "1.31.3", + "port-version": 1, "description": "mpg123 is a real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 (MPEG 1.0 layer 3 also known as MP3).", "homepage": "https://sourceforge.net/projects/mpg123/", "license": "LGPL-2.1-or-later", + "supports": "!xbox", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/ports/nspr/vcpkg.json b/ports/nspr/vcpkg.json index ee000485ae..8d5c7115ee 100644 --- a/ports/nspr/vcpkg.json +++ b/ports/nspr/vcpkg.json @@ -1,11 +1,11 @@ { "name": "nspr", "version": "4.35", - "port-version": 3, + "port-version": 4, "description": "Netscape portable runtime", "homepage": "https://releases.mozilla.org/pub/nspr/", "license": "MPL-2.0", - "supports": "windows & !(arm | uwp | static)", + "supports": "windows & !(arm | uwp | static | xbox)", "dependencies": [ { "name": "vcpkg-tool-mozbuild", diff --git a/ports/nss/vcpkg.json b/ports/nss/vcpkg.json index e84343a61d..434917cf2b 100644 --- a/ports/nss/vcpkg.json +++ b/ports/nss/vcpkg.json @@ -1,11 +1,11 @@ { "name": "nss", "version": "3.87", - "port-version": 1, + "port-version": 2, "description": "Network Security Services from Mozilla", "homepage": "https://ftp.mozilla.org/pub/security/nss/releases/", "license": "MPL-2.0", - "supports": "windows & !arm", + "supports": "windows & !arm & !xbox", "dependencies": [ "nspr", "sqlite3", diff --git a/ports/nuspell/vcpkg.json b/ports/nuspell/vcpkg.json index 389b567266..68fc8609fb 100644 --- a/ports/nuspell/vcpkg.json +++ b/ports/nuspell/vcpkg.json @@ -1,6 +1,7 @@ { "name": "nuspell", "version-semver": "5.1.2", + "port-version": 1, "description": [ "Nuspell is a fast and safe spelling checker software program.", "It is designed for languages with rich morphology and complex word compounding.", @@ -8,6 +9,7 @@ ], "homepage": "https://nuspell.github.io/", "license": "LGPL-3.0-or-later", + "supports": "!xbox", "dependencies": [ "icu", { diff --git a/ports/omniorb/vcpkg.json b/ports/omniorb/vcpkg.json index 11dce3fbd9..7107c9e1fa 100644 --- a/ports/omniorb/vcpkg.json +++ b/ports/omniorb/vcpkg.json @@ -1,10 +1,11 @@ { "name": "omniorb", "version": "4.3.0", + "port-version": 1, "description": "omniORB is a robust high performance CORBA ORB for C++", "homepage": "https://omniorb.sourceforge.io/", "license": "LGPL-2.1-or-later", - "supports": "!uwp & !((arm | x86) & windows) & !osx", + "supports": "!uwp & !xbox & !((arm | x86) & windows) & !osx", "dependencies": [ "openssl", "python3", diff --git a/ports/open62541/vcpkg.json b/ports/open62541/vcpkg.json index 981269848d..10c7a39416 100644 --- a/ports/open62541/vcpkg.json +++ b/ports/open62541/vcpkg.json @@ -1,9 +1,11 @@ { "name": "open62541", "version": "1.3.5", + "port-version": 1, "description": "open62541 is an open source C (C99) implementation of OPC UA licensed under the Mozilla Public License v2.0.", "homepage": "https://open62541.org", "license": "MPL-2.0", + "supports": "!xbox", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/ports/openal-soft/vcpkg.json b/ports/openal-soft/vcpkg.json index 7a998e4da2..b72c71dd35 100644 --- a/ports/openal-soft/vcpkg.json +++ b/ports/openal-soft/vcpkg.json @@ -1,10 +1,11 @@ { "name": "openal-soft", "version": "1.23.0", + "port-version": 1, "description": "OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL 3D audio API.", "homepage": "https://github.com/kcat/openal-soft", "license": "LGPL-2.0-or-later", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ { "name": "alsa", diff --git a/ports/opencascade/vcpkg.json b/ports/opencascade/vcpkg.json index 37efb03644..d03ec3ba8b 100644 --- a/ports/opencascade/vcpkg.json +++ b/ports/opencascade/vcpkg.json @@ -1,11 +1,11 @@ { "name": "opencascade", "version": "7.6.2", - "port-version": 4, + "port-version": 5, "description": "Open CASCADE Technology (OCCT) is an open-source software development platform for 3D CAD, CAM, CAE.", "homepage": "https://github.com/Open-Cascade-SAS/OCCT", "license": "LGPL-2.1", - "supports": "!(uwp | osx | arm)", + "supports": "!(uwp | xbox | osx | arm)", "dependencies": [ "fontconfig", "freetype", diff --git a/ports/openmama/vcpkg.json b/ports/openmama/vcpkg.json index c5b014d2ca..0a5a200540 100644 --- a/ports/openmama/vcpkg.json +++ b/ports/openmama/vcpkg.json @@ -1,10 +1,11 @@ { "name": "openmama", "version-semver": "6.3.2", - "port-version": 2, + "port-version": 3, "description": "OpenMAMA is a high performance vendor neutral lightweight wrapper that provides a common API interface to different middleware and messaging solutions across a variety of platforms and languages", "homepage": "https://github.com/finos/OpenMAMA", "license": "LGPL-2.1", + "supports": "!xbox", "dependencies": [ "apr", "apr-util", diff --git a/ports/openmvg/vcpkg.json b/ports/openmvg/vcpkg.json index 4511137bb6..55b297a70a 100644 --- a/ports/openmvg/vcpkg.json +++ b/ports/openmvg/vcpkg.json @@ -1,10 +1,10 @@ { "name": "openmvg", "version": "2.0", - "port-version": 7, + "port-version": 8, "description": "open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion.", "license": "MPL-2.0-no-copyleft-exception", - "supports": "x86 | x64", + "supports": "(x86 | x64) & !xbox", "dependencies": [ "cereal", { diff --git a/ports/openmvs/vcpkg.json b/ports/openmvs/vcpkg.json index 96022f4249..809fe85cd8 100644 --- a/ports/openmvs/vcpkg.json +++ b/ports/openmvs/vcpkg.json @@ -1,9 +1,11 @@ { "name": "openmvs", "version": "2.1.0", + "port-version": 1, "description": "OpenMVS: open Multi-View Stereo reconstruction library", "homepage": "https://cdcseacave.github.io/openMVS", "license": "AGPL-3.0-only", + "supports": "!xbox", "dependencies": [ "boost-iostreams", "boost-program-options", diff --git a/ports/openscap/vcpkg.json b/ports/openscap/vcpkg.json index 3a3f1e51b1..571eb4b705 100644 --- a/ports/openscap/vcpkg.json +++ b/ports/openscap/vcpkg.json @@ -1,9 +1,11 @@ { "name": "openscap", "version": "1.3.7", + "port-version": 1, "description": "The oscap program is a command line tool that allows users to load, scan, validate, edit, and export SCAP documents.", "homepage": "https://github.com/OpenSCAP/openscap", "license": "LGPL-2.1-or-later", + "supports": "!xbox", "dependencies": [ "curl", "glib", diff --git a/ports/openslide/vcpkg.json b/ports/openslide/vcpkg.json index ef9e6292ec..afcc3c8729 100644 --- a/ports/openslide/vcpkg.json +++ b/ports/openslide/vcpkg.json @@ -1,11 +1,11 @@ { "name": "openslide", "version": "3.4.1", - "port-version": 1, + "port-version": 2, "description": "OpenSlide is a C library for reading whole slide image files (also known as virtual slides). It provides a consistent and simple API for reading files from multiple vendors.", "homepage": "https://openslide.org/", "license": "LGPL-2.1-or-later", - "supports": "native & !(windows & static) & !osx", + "supports": "native & !(windows & static) & !xbox & !osx", "dependencies": [ "cairo", "gdk-pixbuf", diff --git a/ports/openvdb/vcpkg.json b/ports/openvdb/vcpkg.json index ea60355aca..9e9f38433b 100644 --- a/ports/openvdb/vcpkg.json +++ b/ports/openvdb/vcpkg.json @@ -1,10 +1,11 @@ { "name": "openvdb", "version": "10.0.0", - "port-version": 2, + "port-version": 3, "description": "Sparse volume data structure and tools", "homepage": "https://github.com/dreamworksanimation/openvdb", "license": "MPL-2.0", + "supports": "!xbox", "dependencies": [ "blosc", "boost-any", diff --git a/ports/openvpn3/vcpkg.json b/ports/openvpn3/vcpkg.json index cac8788966..b96855c9a3 100644 --- a/ports/openvpn3/vcpkg.json +++ b/ports/openvpn3/vcpkg.json @@ -1,10 +1,11 @@ { "name": "openvpn3", "version": "3.7.0", - "port-version": 1, + "port-version": 2, "description": "a C++ class library that implements the functionality of an OpenVPN client, and is protocol-compatible with the OpenVPN 2.x branch.", "homepage": "https://openvpn.net", "license": "AGPL-3.0", + "supports": "!xbox", "dependencies": [ "asio", "mbedtls", diff --git a/ports/osgearth/vcpkg.json b/ports/osgearth/vcpkg.json index 36d07a1f68..1459fde3f0 100644 --- a/ports/osgearth/vcpkg.json +++ b/ports/osgearth/vcpkg.json @@ -1,10 +1,11 @@ { "name": "osgearth", "version": "3.4", + "port-version": 1, "description": "osgEarth - Dynamic map generation toolkit for OpenSceneGraph Copyright 2021 Pelican Mapping.", "homepage": "https://github.com/gwaldron/osgearth", "license": "LGPL-3.0-or-later", - "supports": "!(arm | x86 | wasm32)", + "supports": "!(arm | x86 | wasm32 | xbox)", "dependencies": [ "basisu", "blosc", diff --git a/ports/pagmo2/vcpkg.json b/ports/pagmo2/vcpkg.json index 0ad81183b4..c301f4ead8 100644 --- a/ports/pagmo2/vcpkg.json +++ b/ports/pagmo2/vcpkg.json @@ -1,9 +1,11 @@ { "name": "pagmo2", "version": "2.19.0", + "port-version": 2, "description": "A C++ platform to perform parallel computations of optimization tasks (global and local) via the asynchronous generalized island model.", "homepage": "https://esa.github.io/pagmo2/", "license": "GPL-3.0-or-later OR LGPL-3.0-or-later", + "supports": "!xbox", "dependencies": [ "boost-any", "boost-graph", diff --git a/ports/pango/vcpkg.json b/ports/pango/vcpkg.json index e7f7ac562a..1d87ac2cc6 100644 --- a/ports/pango/vcpkg.json +++ b/ports/pango/vcpkg.json @@ -1,9 +1,11 @@ { "name": "pango", "version": "1.50.14", + "port-version": 1, "description": "Text and font handling library.", "homepage": "https://ftp.gnome.org/pub/GNOME/sources/pango/", "license": "LGPL-2.0-only", + "supports": "!xbox", "dependencies": [ { "name": "cairo", diff --git a/ports/pangomm/vcpkg.json b/ports/pangomm/vcpkg.json index 49117f5ac4..955bef04fd 100644 --- a/ports/pangomm/vcpkg.json +++ b/ports/pangomm/vcpkg.json @@ -1,11 +1,11 @@ { "name": "pangomm", "version": "2.50.1", - "port-version": 2, + "port-version": 3, "description": "pangomm is the official C++ interface for the Pango font layout library. See, for instance, the Pango::Layout class.", "homepage": "https://gitlab.gnome.org/GNOME/pangomm", "license": "LGPL-2.1-or-later", - "supports": "!arm", + "supports": "!(arm | xbox)", "dependencies": [ "cairo", "cairomm", diff --git a/ports/plib/vcpkg.json b/ports/plib/vcpkg.json index 35892d993b..ab7919c05d 100644 --- a/ports/plib/vcpkg.json +++ b/ports/plib/vcpkg.json @@ -1,10 +1,10 @@ { "name": "plib", "version": "1.8.5", - "port-version": 7, + "port-version": 8, "description": "A suite of portable game libraries", "license": "LGPL-2.0-only", - "supports": "!osx & !uwp", + "supports": "!(osx | uwp | xbox)", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/ports/podofo/vcpkg.json b/ports/podofo/vcpkg.json index 24398f4254..3a9cb74016 100644 --- a/ports/podofo/vcpkg.json +++ b/ports/podofo/vcpkg.json @@ -1,11 +1,11 @@ { "name": "podofo", "version": "0.10.0", - "port-version": 1, + "port-version": 2, "description": "PoDoFo is a library to work with the PDF file format", "homepage": "https://github.com/podofo/podofo", "license": "LGPL-2.0-or-later", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ "freetype", "libjpeg-turbo", diff --git a/ports/poppler/vcpkg.json b/ports/poppler/vcpkg.json index 730c62fb45..bc3aeeba3d 100644 --- a/ports/poppler/vcpkg.json +++ b/ports/poppler/vcpkg.json @@ -1,11 +1,11 @@ { "name": "poppler", "version": "23.1.0", - "port-version": 3, + "port-version": 4, "description": "A PDF rendering library", "homepage": "https://poppler.freedesktop.org/", "license": "GPL-2.0-or-later", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ "boost-container", "boost-move", diff --git a/ports/qcustomplot/vcpkg.json b/ports/qcustomplot/vcpkg.json index 4c00c7c0b8..c8bd342a97 100644 --- a/ports/qcustomplot/vcpkg.json +++ b/ports/qcustomplot/vcpkg.json @@ -1,9 +1,11 @@ { "name": "qcustomplot", "version": "2.1.1", + "port-version": 1, "description": "QCustomPlot is a Qt C++ widget for plotting and data visualization.", "homepage": "https://www.qcustomplot.com/", "license": "GPL-3.0-or-later", + "supports": "!xbox", "dependencies": [ { "name": "qtbase", diff --git a/ports/qscintilla/vcpkg.json b/ports/qscintilla/vcpkg.json index 50784a3327..864d54fe52 100644 --- a/ports/qscintilla/vcpkg.json +++ b/ports/qscintilla/vcpkg.json @@ -1,10 +1,11 @@ { "name": "qscintilla", "version": "2.13.4", - "port-version": 1, + "port-version": 2, "description": "QScintilla is a port to Qt of the Scintilla editing component. Features syntax highlighting, code-completion and much more (Barebone build without python bindings (missing dependeny PyQt) and without QtDesigner plugin)", "homepage": "https://www.riverbankcomputing.com/software/qscintilla", "license": "GPL-3.0-or-later", + "supports": "!xbox", "dependencies": [ { "name": "qtbase", diff --git a/ports/qt-advanced-docking-system/vcpkg.json b/ports/qt-advanced-docking-system/vcpkg.json index 50ec23d894..1404b611c1 100644 --- a/ports/qt-advanced-docking-system/vcpkg.json +++ b/ports/qt-advanced-docking-system/vcpkg.json @@ -1,9 +1,11 @@ { "name": "qt-advanced-docking-system", "version": "4.0.3", + "port-version": 1, "description": "Create customizable layouts using an advanced window docking system similar to what is found in many popular IDEs such as Visual Studio", "homepage": "https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System", "license": "LGPL-2.1-only", + "supports": "!xbox", "dependencies": [ "bzip2", { diff --git a/ports/quazip/vcpkg.json b/ports/quazip/vcpkg.json index 720b28be4f..5a144c8a6e 100644 --- a/ports/quazip/vcpkg.json +++ b/ports/quazip/vcpkg.json @@ -1,9 +1,11 @@ { "name": "quazip", "version": "1.4", + "port-version": 1, "description": "Qt/C++ wrapper over minizip", "homepage": "https://stachenov.github.io/quazip/", "license": "LGPL-2.1-or-later", + "supports": "!xbox", "dependencies": [ { "name": "qt5compat", diff --git a/ports/restbed/vcpkg.json b/ports/restbed/vcpkg.json index 408bd47a9c..4807d4976d 100644 --- a/ports/restbed/vcpkg.json +++ b/ports/restbed/vcpkg.json @@ -1,10 +1,11 @@ { "name": "restbed", "version": "4.8", - "port-version": 2, + "port-version": 3, "description": "Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications.", "homepage": "https://github.com/corvusoft/restbed", "license": "AGPL-3.0-or-later OR CPL-1.0", + "supports": "!xbox", "dependencies": [ "asio", { diff --git a/ports/rubberband/vcpkg.json b/ports/rubberband/vcpkg.json index f5a571f48f..15d2f40843 100644 --- a/ports/rubberband/vcpkg.json +++ b/ports/rubberband/vcpkg.json @@ -1,10 +1,11 @@ { "name": "rubberband", "version": "3.2.1", + "port-version": 1, "description": "A high quality software library for audio time-stretching and pitch-shifting.", "homepage": "https://www.breakfastquay.com/rubberband/", "license": "GPL-2.0-or-later", - "supports": "!uwp & !(windows & static)", + "supports": "!uwp & !(windows & static) & !xbox", "dependencies": [ { "name": "fftw3", diff --git a/ports/shiftmedia-libgnutls/vcpkg.json b/ports/shiftmedia-libgnutls/vcpkg.json index d2abccbc58..cf9a6a589c 100644 --- a/ports/shiftmedia-libgnutls/vcpkg.json +++ b/ports/shiftmedia-libgnutls/vcpkg.json @@ -1,11 +1,11 @@ { "name": "shiftmedia-libgnutls", "version": "3.7.6", - "port-version": 2, + "port-version": 3, "description": "Unofficial GnuTLS fork with added custom native Visual Studio project build tools. ", "homepage": "https://github.com/ShiftMediaProject/gnutls", "license": "LGPL-2.1-only", - "supports": "windows & !arm & !mingw", + "supports": "windows & !arm & !mingw & !xbox", "dependencies": [ "gettext", "gmp", diff --git a/ports/spatialite-tools/vcpkg.json b/ports/spatialite-tools/vcpkg.json index dd2a54db0b..5f834eb119 100644 --- a/ports/spatialite-tools/vcpkg.json +++ b/ports/spatialite-tools/vcpkg.json @@ -1,10 +1,11 @@ { "name": "spatialite-tools", "version": "5.0.1", - "port-version": 3, + "port-version": 4, "description": "Contains spatialite.exe and other command line tools to work with SpatiaLite databases (import, export, SQL queries)", "homepage": "https://www.gaia-gis.it/fossil/spatialite-tools/index", "license": "GPL-3.0-or-later", + "supports": "!xbox", "dependencies": [ "expat", "libiconv", diff --git a/ports/usbmuxd/vcpkg.json b/ports/usbmuxd/vcpkg.json index fdbb2ef8ed..ceb268b6d2 100644 --- a/ports/usbmuxd/vcpkg.json +++ b/ports/usbmuxd/vcpkg.json @@ -1,11 +1,11 @@ { "name": "usbmuxd", "version": "1.2.235", - "port-version": 3, + "port-version": 4, "description": "A socket daemon to multiplex connections from and to iOS devices", "homepage": "http://www.libimobiledevice.org", "license": "LGPL-2.1-only", - "supports": "windows & !arm64 & !static", + "supports": "windows & !arm64 & !static & !xbox", "dependencies": [ "libimobiledevice", "libusb", diff --git a/ports/wolftpm/vcpkg.json b/ports/wolftpm/vcpkg.json index 687d6705f0..ba1e880f97 100644 --- a/ports/wolftpm/vcpkg.json +++ b/ports/wolftpm/vcpkg.json @@ -1,10 +1,11 @@ { "name": "wolftpm", "version": "2.7.0", + "port-version": 1, "description": "TPM library used with wolfSSL library for many platforms", "homepage": "https://wolfssl.com", "license": "GPL-2.0-or-later", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/ports/wt/vcpkg.json b/ports/wt/vcpkg.json index 79a2567270..f629baaa11 100644 --- a/ports/wt/vcpkg.json +++ b/ports/wt/vcpkg.json @@ -1,10 +1,11 @@ { "name": "wt", "version": "4.9.1", - "port-version": 1, + "port-version": 2, "description": "Wt is a C++ library for developing web applications", "homepage": "https://github.com/emweb/wt", "license": "GPL-2.0-only", + "supports": "!xbox", "dependencies": [ "boost-algorithm", "boost-array", diff --git a/ports/wxchartdir/vcpkg.json b/ports/wxchartdir/vcpkg.json index 6ff8f401dc..27806462ab 100644 --- a/ports/wxchartdir/vcpkg.json +++ b/ports/wxchartdir/vcpkg.json @@ -1,10 +1,11 @@ { "name": "wxchartdir", "version": "2.0.0", - "port-version": 1, + "port-version": 2, "description": "wxChartDir provides components for the integration and use of the commercial C++ library ChartDirector, a universal chart component developed by Advanced Software Engineering Ltd, in wxWidgets based applications.", "homepage": "https://github.com/utelle/wxchartdir", "license": "GPL-3.0-only AND LGPL-3.0 AND wxWindows", + "supports": "!xbox", "dependencies": [ "chartdir", { diff --git a/ports/wxwidgets/vcpkg.json b/ports/wxwidgets/vcpkg.json index aad9fcdc48..4cdeb6b339 100644 --- a/ports/wxwidgets/vcpkg.json +++ b/ports/wxwidgets/vcpkg.json @@ -1,7 +1,7 @@ { "name": "wxwidgets", "version": "3.2.2.1", - "port-version": 2, + "port-version": 3, "description": [ "Widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications. ", "Set WXWIDGETS_USE_STL in a custom triplet to build with the wxUSE_STL build option.", @@ -9,7 +9,7 @@ ], "homepage": "https://github.com/wxWidgets/wxWidgets", "license": "LGPL-2.0-or-later WITH WxWindows-exception-3.1", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ { "name": "cairo", diff --git a/ports/x264/vcpkg.json b/ports/x264/vcpkg.json index c7a9c18732..7a2a82573b 100644 --- a/ports/x264/vcpkg.json +++ b/ports/x264/vcpkg.json @@ -1,10 +1,11 @@ { "name": "x264", "version": "0.164.3095", - "port-version": 4, + "port-version": 5, "description": "x264 is a free software library and application for encoding video streams into the H.264/MPEG-4 AVC compression format", "homepage": "https://www.videolan.org/developers/x264.html", "license": "GPL-2.0-or-later", + "supports": "!xbox", "dependencies": [ { "name": "vcpkg-cmake-get-vars", diff --git a/ports/x265/vcpkg.json b/ports/x265/vcpkg.json index 983e4cca89..ee7bc4a88a 100644 --- a/ports/x265/vcpkg.json +++ b/ports/x265/vcpkg.json @@ -1,11 +1,11 @@ { "name": "x265", "version": "3.4", - "port-version": 8, + "port-version": 9, "description": "x265 is a H.265 / HEVC video encoder application library, designed to encode video or images into an H.265 / HEVC encoded bitstream.", "homepage": "https://github.com/videolan/x265", "license": "GPL-2.0-or-later", - "supports": "!uwp & !(arm & windows)", + "supports": "!uwp & !(arm & windows) & !xbox", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/ports/xapian/vcpkg.json b/ports/xapian/vcpkg.json index 42071590a0..33bf4ffd58 100644 --- a/ports/xapian/vcpkg.json +++ b/ports/xapian/vcpkg.json @@ -1,11 +1,11 @@ { "name": "xapian", "version": "1.4.22", - "port-version": 1, + "port-version": 2, "description": "Xapian is an Open Source Search Engine Library, released under the GPL v2+. It's written in C++, with bindings to allow use from Perl, Python 2, Python 3, PHP 5, PHP 7, Java, Tcl, C#, Ruby, Lua, Erlang, Node.js and R (so far!)", "homepage": "https://xapian.org/", "license": "GPL-2.0-or-later", - "supports": "(!arm | arm64) & !uwp", + "supports": "(!arm | arm64) & !uwp & !xbox", "dependencies": [ { "name": "vcpkg-cmake-config", diff --git a/ports/xmlsec/vcpkg.json b/ports/xmlsec/vcpkg.json index c0c3a477b4..a7e8fdebe5 100644 --- a/ports/xmlsec/vcpkg.json +++ b/ports/xmlsec/vcpkg.json @@ -1,9 +1,11 @@ { "name": "xmlsec", "version": "1.2.37", + "port-version": 1, "description": "XML Security Library is a C library based on LibXML2. The library supports major XML security standards.", "homepage": "https://www.aleksey.com/xmlsec/", "license": "X11 AND MPL-1.1", + "supports": "!xbox", "dependencies": [ "libxml2", "openssl", diff --git a/ports/zeromq/vcpkg.json b/ports/zeromq/vcpkg.json index a82a4f5424..a4cfb20711 100644 --- a/ports/zeromq/vcpkg.json +++ b/ports/zeromq/vcpkg.json @@ -1,11 +1,11 @@ { "name": "zeromq", "version-date": "2023-01-31", - "port-version": 4, + "port-version": 5, "description": "The ZeroMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products", "homepage": "https://github.com/zeromq/libzmq", "license": "LGPL-3.0-only", - "supports": "!uwp", + "supports": "!uwp & !xbox", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/versions/7-/7zip.json b/versions/7-/7zip.json index 2ef7dd1710..86ad7bba0b 100644 --- a/versions/7-/7zip.json +++ b/versions/7-/7zip.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b0a5040bfab9f50a386dc1b40f291fa581b21c79", + "version-string": "22.01", + "port-version": 1 + }, { "git-tree": "e28ef5008a5e93e67db2904c72586f4a667ef5ed", "version-string": "22.01", diff --git a/versions/a-/arb.json b/versions/a-/arb.json index f01bc86bd1..1ea3d18cc1 100644 --- a/versions/a-/arb.json +++ b/versions/a-/arb.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "979cfcc7b4326308bf376e69fd60982d28afef72", + "version": "2.21.1", + "port-version": 2 + }, { "git-tree": "e1b560a5a2aa835d54da9fdabac5eea48255e93d", "version": "2.21.1", diff --git a/versions/a-/atk.json b/versions/a-/atk.json index 15a1a354c7..9d13458a1b 100644 --- a/versions/a-/atk.json +++ b/versions/a-/atk.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "6c40b0b29185c3bf172af4eaca94e38a892221b2", + "version": "2.38.0", + "port-version": 6 + }, { "git-tree": "0287be8f06bb4da8b89f9edb0aa93258c6d36f1e", "version": "2.38.0", diff --git a/versions/a-/atkmm.json b/versions/a-/atkmm.json index b2de1cc72c..00ab30dbef 100644 --- a/versions/a-/atkmm.json +++ b/versions/a-/atkmm.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "98ad8f81a31186ba590b553c5e99d4ea5415eb64", + "version": "2.36.1", + "port-version": 2 + }, { "git-tree": "d9acaf9d071486528917fa62e0315a65d2c4ed6d", "version": "2.36.1", diff --git a/versions/a-/aubio.json b/versions/a-/aubio.json index 8117a0dce9..d8521908b2 100644 --- a/versions/a-/aubio.json +++ b/versions/a-/aubio.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e51e332257e4b788828390a39d86109000d5b960", + "version-date": "2022-01-26", + "port-version": 1 + }, { "git-tree": "2e15f362018acee6d200577e41252e911eef35f0", "version-date": "2022-01-26", diff --git a/versions/a-/avisynthplus.json b/versions/a-/avisynthplus.json index feb78b21b2..d9eba72bad 100644 --- a/versions/a-/avisynthplus.json +++ b/versions/a-/avisynthplus.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4e89f515dc497bb37dd138d024d572ef318a10fb", + "version": "3.7.2", + "port-version": 2 + }, { "git-tree": "10f62c32226c4f588e4524ebe1ffc36a2ad2165a", "version": "3.7.2", diff --git a/versions/b-/boinc.json b/versions/b-/boinc.json index 67664be7c8..4f420acdd7 100644 --- a/versions/b-/boinc.json +++ b/versions/b-/boinc.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "61b5ebb30db7da8972a235b11ffc92f667c597eb", + "version": "7.22.2", + "port-version": 1 + }, { "git-tree": "b0f6f1b59e54a64b321aba20d196531d6e181d2c", "version": "7.22.2", diff --git a/versions/b-/bxzstr.json b/versions/b-/bxzstr.json index 9e992baf41..66c4b744f4 100644 --- a/versions/b-/bxzstr.json +++ b/versions/b-/bxzstr.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "23e9ed2e92c2146d490f3d2b61de409c0201adeb", + "version": "1.2.0", + "port-version": 1 + }, { "git-tree": "ad9511ac67f069a83b89c91a8fb0c995a6aca196", "version": "1.2.0", diff --git a/versions/baseline.json b/versions/baseline.json index b96092b8f5..374d65d96b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6,7 +6,7 @@ }, "7zip": { "baseline": "22.01", - "port-version": 0 + "port-version": 1 }, "ableton": { "baseline": "3.0.6", @@ -162,7 +162,7 @@ }, "arb": { "baseline": "2.21.1", - "port-version": 1 + "port-version": 2 }, "arcus": { "baseline": "4.10.0", @@ -278,11 +278,11 @@ }, "atk": { "baseline": "2.38.0", - "port-version": 5 + "port-version": 6 }, "atkmm": { "baseline": "2.36.1", - "port-version": 1 + "port-version": 2 }, "atlmfc": { "baseline": "0", @@ -298,7 +298,7 @@ }, "aubio": { "baseline": "2022-01-26", - "port-version": 0 + "port-version": 1 }, "audiofile": { "baseline": "1.1.0", @@ -322,7 +322,7 @@ }, "avisynthplus": { "baseline": "3.7.2", - "port-version": 1 + "port-version": 2 }, "avro-c": { "baseline": "1.11.0", @@ -618,7 +618,7 @@ }, "boinc": { "baseline": "7.22.2", - "port-version": 0 + "port-version": 1 }, "bond": { "baseline": "10.0.0", @@ -1314,7 +1314,7 @@ }, "bxzstr": { "baseline": "1.2.0", - "port-version": 0 + "port-version": 1 }, "byte-lite": { "baseline": "0.3.0", @@ -1358,11 +1358,11 @@ }, "cairo": { "baseline": "1.17.8", - "port-version": 0 + "port-version": 1 }, "cairomm": { "baseline": "1.16.2", - "port-version": 3 + "port-version": 4 }, "calceph": { "baseline": "3.5.2", @@ -1418,7 +1418,7 @@ }, "cctag": { "baseline": "1.0.2", - "port-version": 3 + "port-version": 4 }, "cctz": { "baseline": "2.3", @@ -1450,7 +1450,7 @@ }, "cgal": { "baseline": "5.5.2", - "port-version": 0 + "port-version": 1 }, "cgicc": { "baseline": "3.2.19", @@ -1502,7 +1502,7 @@ }, "chromaprint": { "baseline": "1.5.0", - "port-version": 2 + "port-version": 3 }, "chromium-base": { "baseline": "86.0.4199.1", @@ -1898,7 +1898,7 @@ }, "cserialport": { "baseline": "4.3.0", - "port-version": 0 + "port-version": 1 }, "cspice": { "baseline": "67", @@ -1978,7 +1978,7 @@ }, "czmq": { "baseline": "4.2.1", - "port-version": 1 + "port-version": 2 }, "d3d12-memory-allocator": { "baseline": "2021-05-05", @@ -2122,7 +2122,7 @@ }, "discordcoreapi": { "baseline": "2023-05-30", - "port-version": 0 + "port-version": 1 }, "discount": { "baseline": "2.2.6", @@ -2334,7 +2334,7 @@ }, "epsilon": { "baseline": "0.9.2", - "port-version": 7 + "port-version": 8 }, "ereignis": { "baseline": "1.1", @@ -2366,7 +2366,7 @@ }, "exiv2": { "baseline": "0.27.6", - "port-version": 2 + "port-version": 3 }, "expat": { "baseline": "2.5.0", @@ -2554,7 +2554,7 @@ }, "fluidsynth": { "baseline": "2.3.2", - "port-version": 2 + "port-version": 3 }, "fmem": { "baseline": "c-libs-2ccee3d2fb", @@ -2618,7 +2618,7 @@ }, "freealut": { "baseline": "1.1.0", - "port-version": 3 + "port-version": 4 }, "freeglut": { "baseline": "3.4.0", @@ -2638,7 +2638,7 @@ }, "freetds": { "baseline": "1.3.10", - "port-version": 1 + "port-version": 2 }, "freetype": { "baseline": "2.12.1", @@ -2750,7 +2750,7 @@ }, "gdk-pixbuf": { "baseline": "2.42.10", - "port-version": 0 + "port-version": 1 }, "gemmlowp": { "baseline": "2021-09-28", @@ -2790,11 +2790,11 @@ }, "gettext": { "baseline": "0.21.1", - "port-version": 1 + "port-version": 2 }, "gettext-libintl": { "baseline": "0.21.1", - "port-version": 0 + "port-version": 1 }, "gettimeofday": { "baseline": "2017-10-14", @@ -2858,11 +2858,11 @@ }, "glib": { "baseline": "2.76.3", - "port-version": 0 + "port-version": 1 }, "glibmm": { "baseline": "2.76.0", - "port-version": 0 + "port-version": 1 }, "glm": { "baseline": "0.9.9.8", @@ -2882,7 +2882,7 @@ }, "glpk": { "baseline": "5.0", - "port-version": 1 + "port-version": 2 }, "glslang": { "baseline": "12.2.0", @@ -2894,7 +2894,7 @@ }, "gmime": { "baseline": "3.2.6", - "port-version": 5 + "port-version": 6 }, "gmmlib": { "baseline": "21.3.2", @@ -2902,7 +2902,7 @@ }, "gmp": { "baseline": "6.2.1", - "port-version": 18 + "port-version": 19 }, "gmsh": { "baseline": "4.9.0", @@ -2946,11 +2946,11 @@ }, "gppanel": { "baseline": "2020-05-20", - "port-version": 3 + "port-version": 4 }, "grantlee": { "baseline": "5.3.1", - "port-version": 1 + "port-version": 2 }, "graphene": { "baseline": "1.10.8", @@ -2998,11 +2998,11 @@ }, "gst-rtsp-server": { "baseline": "1.20.5", - "port-version": 1 + "port-version": 2 }, "gstreamer": { "baseline": "1.20.5", - "port-version": 8 + "port-version": 9 }, "gtest": { "baseline": "1.13.0", @@ -3010,7 +3010,7 @@ }, "gtk": { "baseline": "4.10.4", - "port-version": 0 + "port-version": 1 }, "gtk3": { "baseline": "3.24.38", @@ -3018,7 +3018,7 @@ }, "gtkmm": { "baseline": "4.10.0", - "port-version": 0 + "port-version": 1 }, "gtl": { "baseline": "1.1.8", @@ -3046,7 +3046,7 @@ }, "gul14": { "baseline": "2.9.1", - "port-version": 0 + "port-version": 1 }, "gumbo": { "baseline": "0.10.1", @@ -3182,7 +3182,7 @@ }, "hunspell": { "baseline": "1.7.1", - "port-version": 3 + "port-version": 4 }, "hwloc": { "baseline": "2.9.0", @@ -3210,7 +3210,7 @@ }, "ideviceinstaller": { "baseline": "1.1.2.23", - "port-version": 5 + "port-version": 6 }, "idevicerestore": { "baseline": "1.0.12", @@ -3218,7 +3218,7 @@ }, "idyntree": { "baseline": "9.0.0", - "port-version": 0 + "port-version": 1 }, "if97": { "baseline": "2.1.3", @@ -3302,7 +3302,7 @@ }, "igraph": { "baseline": "0.10.4", - "port-version": 0 + "port-version": 1 }, "iir1": { "baseline": "1.9.1", @@ -3498,7 +3498,7 @@ }, "jsonifier": { "baseline": "0.9.2", - "port-version": 0 + "port-version": 1 }, "jsonnet": { "baseline": "0.18.0", @@ -3554,7 +3554,7 @@ }, "kf5archive": { "baseline": "5.98.0", - "port-version": 0 + "port-version": 1 }, "kf5attica": { "baseline": "5.98.0", @@ -3702,7 +3702,7 @@ }, "kfr": { "baseline": "5.0.1", - "port-version": 0 + "port-version": 1 }, "kinectsdk1": { "baseline": "1.8", @@ -3786,7 +3786,7 @@ }, "lcm": { "baseline": "1.4.0", - "port-version": 5 + "port-version": 6 }, "lcms": { "baseline": "2.14", @@ -3838,7 +3838,7 @@ }, "libadwaita": { "baseline": "1.3.2", - "port-version": 0 + "port-version": 1 }, "libaiff": { "baseline": "5.0", @@ -3846,11 +3846,11 @@ }, "libalkimia": { "baseline": "8.1.70", - "port-version": 1 + "port-version": 2 }, "libao": { "baseline": "1.2.2", - "port-version": 4 + "port-version": 5 }, "libarchive": { "baseline": "3.6.2", @@ -3938,7 +3938,7 @@ }, "libcsv": { "baseline": "3.0.3", - "port-version": 0 + "port-version": 1 }, "libcuckoo": { "baseline": "0.3.1", @@ -3950,7 +3950,7 @@ }, "libdatachannel": { "baseline": "0.18.2", - "port-version": 1 + "port-version": 2 }, "libdatrie": { "baseline": "0.2.13", @@ -3962,7 +3962,7 @@ }, "libde265": { "baseline": "1.0.11", - "port-version": 1 + "port-version": 2 }, "libdeflate": { "baseline": "1.17", @@ -3978,7 +3978,7 @@ }, "libdjinterop": { "baseline": "0.16.0", - "port-version": 0 + "port-version": 1 }, "libdmx": { "baseline": "1.1.4", @@ -4054,7 +4054,7 @@ }, "libfreenect2": { "baseline": "0.2.0", - "port-version": 9 + "port-version": 10 }, "libfs": { "baseline": "1.0.8", @@ -4134,11 +4134,11 @@ }, "libheif": { "baseline": "1.16.1", - "port-version": 0 + "port-version": 1 }, "libhsplasma": { "baseline": "2022-05-19", - "port-version": 0 + "port-version": 1 }, "libhv": { "baseline": "1.3.0", @@ -4182,11 +4182,11 @@ }, "libimobiledevice": { "baseline": "1.3.17", - "port-version": 3 + "port-version": 4 }, "libirecovery": { "baseline": "1.0.25", - "port-version": 6 + "port-version": 7 }, "libjpeg-turbo": { "baseline": "2.1.5.1", @@ -4218,7 +4218,7 @@ }, "libleidenalg": { "baseline": "0.10.0", - "port-version": 0 + "port-version": 1 }, "liblemon": { "baseline": "2019-06-13", @@ -4258,7 +4258,7 @@ }, "libmariadb": { "baseline": "3.3.1", - "port-version": 2 + "port-version": 3 }, "libmaxminddb": { "baseline": "1.4.3", @@ -4270,11 +4270,11 @@ }, "libmesh": { "baseline": "1.5.0", - "port-version": 4 + "port-version": 5 }, "libmicrodns": { "baseline": "0.2.0", - "port-version": 0 + "port-version": 1 }, "libmicrohttpd": { "baseline": "0.9.77", @@ -4282,11 +4282,11 @@ }, "libmikmod": { "baseline": "3.3.11.1", - "port-version": 11 + "port-version": 12 }, "libmodbus": { "baseline": "3.1.6", - "port-version": 4 + "port-version": 5 }, "libmodman": { "baseline": "2.0.1", @@ -4322,15 +4322,15 @@ }, "libmysql": { "baseline": "8.0.32", - "port-version": 4 + "port-version": 5 }, "libnice": { "baseline": "0.1.21", - "port-version": 0 + "port-version": 1 }, "libnice-gst": { "baseline": "0.1.21", - "port-version": 1 + "port-version": 2 }, "libnoise": { "baseline": "1.0.0", @@ -4362,7 +4362,7 @@ }, "libofx": { "baseline": "0.10.9", - "port-version": 0 + "port-version": 1 }, "libogg": { "baseline": "1.3.5", @@ -4410,7 +4410,7 @@ }, "libpff": { "baseline": "2021-11-14", - "port-version": 1 + "port-version": 2 }, "libphonenumber": { "baseline": "8.13.13", @@ -4446,15 +4446,15 @@ }, "libproxy": { "baseline": "0.4.18", - "port-version": 2 + "port-version": 3 }, "libqcow": { "baseline": "20221124", - "port-version": 0 + "port-version": 1 }, "libqglviewer": { "baseline": "2.9.1", - "port-version": 0 + "port-version": 1 }, "libqrencode": { "baseline": "4.1.1", @@ -4470,7 +4470,7 @@ }, "libraw": { "baseline": "0.21.1", - "port-version": 0 + "port-version": 1 }, "librdkafka": { "baseline": "2.1.1", @@ -4478,7 +4478,7 @@ }, "libredwg": { "baseline": "0.12.5.5178", - "port-version": 0 + "port-version": 1 }, "libressl": { "baseline": "3.6.2", @@ -4510,7 +4510,7 @@ }, "libsbml": { "baseline": "5.20.0", - "port-version": 0 + "port-version": 1 }, "libsbsms": { "baseline": "2.3.0", @@ -4550,7 +4550,7 @@ }, "libsndfile": { "baseline": "1.2.0", - "port-version": 0 + "port-version": 1 }, "libsnoretoast": { "baseline": "0.8.0", @@ -4586,7 +4586,7 @@ }, "libsrt": { "baseline": "1.5.0", - "port-version": 2 + "port-version": 3 }, "libsrtp": { "baseline": "2.4.2", @@ -4594,7 +4594,7 @@ }, "libssh": { "baseline": "0.10.4+20221123", - "port-version": 3 + "port-version": 4 }, "libssh2": { "baseline": "1.10.0", @@ -4686,7 +4686,7 @@ }, "libunistring": { "baseline": "1.1", - "port-version": 2 + "port-version": 3 }, "liburing": { "baseline": "2.3", @@ -4698,7 +4698,7 @@ }, "libusb-win32": { "baseline": "1.2.6.0", - "port-version": 9 + "port-version": 10 }, "libusbmuxd": { "baseline": "1.2.219", @@ -4830,7 +4830,7 @@ }, "libxmp": { "baseline": "2023-04-13", - "port-version": 0 + "port-version": 1 }, "libxmu": { "baseline": "1.1.3", @@ -4894,7 +4894,7 @@ }, "libzim": { "baseline": "8.2.0", - "port-version": 1 + "port-version": 2 }, "libzip": { "baseline": "1.9.2", @@ -4938,7 +4938,7 @@ }, "live555": { "baseline": "2023-06-10", - "port-version": 0 + "port-version": 1 }, "llfio": { "baseline": "2023-03-13", @@ -5142,11 +5142,11 @@ }, "mapnik": { "baseline": "2023-06-12", - "port-version": 0 + "port-version": 1 }, "marble": { "baseline": "22.04.0", - "port-version": 1 + "port-version": 2 }, "marisa-trie": { "baseline": "0.2.6+20200926", @@ -5170,7 +5170,7 @@ }, "mathgl": { "baseline": "8.0.1", - "port-version": 4 + "port-version": 5 }, "matio": { "baseline": "1.5.23", @@ -5194,7 +5194,7 @@ }, "mchehab-zbar": { "baseline": "0.23.90", - "port-version": 4 + "port-version": 5 }, "mcpp": { "baseline": "2.7.2.14", @@ -5374,7 +5374,7 @@ }, "moos-core": { "baseline": "10.4.0", - "port-version": 8 + "port-version": 9 }, "moos-essential": { "baseline": "10.0.1", @@ -5414,11 +5414,11 @@ }, "mpfr": { "baseline": "4.2.0", - "port-version": 0 + "port-version": 1 }, "mpg123": { "baseline": "1.31.3", - "port-version": 0 + "port-version": 1 }, "mpi": { "baseline": "1", @@ -5714,11 +5714,11 @@ }, "nspr": { "baseline": "4.35", - "port-version": 3 + "port-version": 4 }, "nss": { "baseline": "3.87", - "port-version": 1 + "port-version": 2 }, "nsync": { "baseline": "1.24.0", @@ -5746,7 +5746,7 @@ }, "nuspell": { "baseline": "5.1.2", - "port-version": 0 + "port-version": 1 }, "nvtt": { "baseline": "2.1.2", @@ -5842,7 +5842,7 @@ }, "omniorb": { "baseline": "4.3.0", - "port-version": 0 + "port-version": 1 }, "ompl": { "baseline": "1.5.1", @@ -5882,11 +5882,11 @@ }, "open62541": { "baseline": "1.3.5", - "port-version": 0 + "port-version": 1 }, "openal-soft": { "baseline": "1.23.0", - "port-version": 0 + "port-version": 1 }, "openblas": { "baseline": "0.3.23", @@ -5894,7 +5894,7 @@ }, "opencascade": { "baseline": "7.6.2", - "port-version": 4 + "port-version": 5 }, "opencc": { "baseline": "1.1.6", @@ -5982,7 +5982,7 @@ }, "openmama": { "baseline": "6.3.2", - "port-version": 2 + "port-version": 3 }, "openmesh": { "baseline": "9.0", @@ -5994,11 +5994,11 @@ }, "openmvg": { "baseline": "2.0", - "port-version": 7 + "port-version": 8 }, "openmvs": { "baseline": "2.1.0", - "port-version": 0 + "port-version": 1 }, "openni2": { "baseline": "2.2.0.33", @@ -6006,11 +6006,11 @@ }, "openscap": { "baseline": "1.3.7", - "port-version": 0 + "port-version": 1 }, "openslide": { "baseline": "3.4.1", - "port-version": 1 + "port-version": 2 }, "openssl": { "baseline": "3.1.1", @@ -6046,11 +6046,11 @@ }, "openvdb": { "baseline": "10.0.0", - "port-version": 2 + "port-version": 3 }, "openvpn3": { "baseline": "3.7.0", - "port-version": 1 + "port-version": 2 }, "openvr": { "baseline": "1.23.7", @@ -6098,7 +6098,7 @@ }, "osgearth": { "baseline": "3.4", - "port-version": 0 + "port-version": 1 }, "osi": { "baseline": "0.108.6", @@ -6126,7 +6126,7 @@ }, "pagmo2": { "baseline": "2.19.0", - "port-version": 0 + "port-version": 2 }, "paho-mqtt": { "baseline": "1.3.12", @@ -6142,7 +6142,7 @@ }, "pango": { "baseline": "1.50.14", - "port-version": 0 + "port-version": 1 }, "pangolin": { "baseline": "0.8", @@ -6150,7 +6150,7 @@ }, "pangomm": { "baseline": "2.50.1", - "port-version": 2 + "port-version": 3 }, "parallel-hashmap": { "baseline": "1.3.11", @@ -6322,7 +6322,7 @@ }, "plib": { "baseline": "1.8.5", - "port-version": 7 + "port-version": 8 }, "plibsys": { "baseline": "0.0.4", @@ -6358,7 +6358,7 @@ }, "podofo": { "baseline": "0.10.0", - "port-version": 1 + "port-version": 2 }, "poissonrecon": { "baseline": "2021-09-26", @@ -6386,7 +6386,7 @@ }, "poppler": { "baseline": "23.1.0", - "port-version": 3 + "port-version": 4 }, "popsift": { "baseline": "0.9", @@ -6530,7 +6530,7 @@ }, "qcustomplot": { "baseline": "2.1.1", - "port-version": 0 + "port-version": 1 }, "qhttpengine": { "baseline": "1.0.2", @@ -6550,7 +6550,7 @@ }, "qscintilla": { "baseline": "2.13.4", - "port-version": 1 + "port-version": 2 }, "qt": { "baseline": "6.5.1", @@ -6558,7 +6558,7 @@ }, "qt-advanced-docking-system": { "baseline": "4.0.3", - "port-version": 0 + "port-version": 1 }, "qt3d": { "baseline": "6.5.1", @@ -6938,7 +6938,7 @@ }, "quazip": { "baseline": "1.4", - "port-version": 0 + "port-version": 1 }, "quickfast": { "baseline": "1.5", @@ -7114,7 +7114,7 @@ }, "restbed": { "baseline": "4.8", - "port-version": 2 + "port-version": 3 }, "restc-cpp": { "baseline": "0.10.0", @@ -7234,7 +7234,7 @@ }, "rubberband": { "baseline": "3.2.1", - "port-version": 0 + "port-version": 1 }, "rxcpp": { "baseline": "4.1.1", @@ -7462,7 +7462,7 @@ }, "shiftmedia-libgnutls": { "baseline": "3.7.6", - "port-version": 2 + "port-version": 3 }, "shiftmedia-libgpg-error": { "baseline": "1.45", @@ -7654,7 +7654,7 @@ }, "spatialite-tools": { "baseline": "5.0.1", - "port-version": 3 + "port-version": 4 }, "spdk": { "baseline": "19.01.1", @@ -8298,7 +8298,7 @@ }, "usbmuxd": { "baseline": "1.2.235", - "port-version": 3 + "port-version": 4 }, "usd": { "baseline": "23.5", @@ -8646,7 +8646,7 @@ }, "wolftpm": { "baseline": "2.7.0", - "port-version": 0 + "port-version": 1 }, "wordnet": { "baseline": "3.0", @@ -8666,7 +8666,7 @@ }, "wt": { "baseline": "4.9.1", - "port-version": 1 + "port-version": 2 }, "wtl": { "baseline": "10.0.10320", @@ -8674,7 +8674,7 @@ }, "wxchartdir": { "baseline": "2.0.0", - "port-version": 1 + "port-version": 2 }, "wxcharts": { "baseline": "2022-07-05", @@ -8682,7 +8682,7 @@ }, "wxwidgets": { "baseline": "3.2.2.1", - "port-version": 2 + "port-version": 3 }, "wyhash": { "baseline": "2023-01-25", @@ -8694,11 +8694,11 @@ }, "x264": { "baseline": "0.164.3095", - "port-version": 4 + "port-version": 5 }, "x265": { "baseline": "3.4", - "port-version": 8 + "port-version": 9 }, "x86-simd-sort": { "baseline": "2023-03-04", @@ -8706,7 +8706,7 @@ }, "xapian": { "baseline": "1.4.22", - "port-version": 1 + "port-version": 2 }, "xaudio2redist": { "baseline": "1.2.11", @@ -8778,7 +8778,7 @@ }, "xmlsec": { "baseline": "1.2.37", - "port-version": 0 + "port-version": 1 }, "xnnpack": { "baseline": "2022-02-17", @@ -8902,7 +8902,7 @@ }, "zeromq": { "baseline": "2023-01-31", - "port-version": 4 + "port-version": 5 }, "zfp": { "baseline": "1.0.0", diff --git a/versions/c-/cairo.json b/versions/c-/cairo.json index 56b7c17dbe..5bb572493a 100644 --- a/versions/c-/cairo.json +++ b/versions/c-/cairo.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b28395e25157c57307d10e37eba8c9018dcd8f75", + "version": "1.17.8", + "port-version": 1 + }, { "git-tree": "062c7e11a8b910e76a2f16e57e3ffe0d59bd905e", "version": "1.17.8", diff --git a/versions/c-/cairomm.json b/versions/c-/cairomm.json index f275c2de3f..fee7ae9436 100644 --- a/versions/c-/cairomm.json +++ b/versions/c-/cairomm.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "c5804d5f576169610ec03d2803f9d8a03678cc95", + "version": "1.16.2", + "port-version": 4 + }, { "git-tree": "7a7e6f9ecf73d0a2ec27e9a70a099746e643ec84", "version": "1.16.2", diff --git a/versions/c-/cctag.json b/versions/c-/cctag.json index 1090f7be16..553ce2501b 100644 --- a/versions/c-/cctag.json +++ b/versions/c-/cctag.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2827046cf8d7fe6c0d9003a927dcfc1f33d4469b", + "version-semver": "1.0.2", + "port-version": 4 + }, { "git-tree": "a54aac960d7c5e10bf85b66fb8e1cd9a7a384f64", "version-semver": "1.0.2", diff --git a/versions/c-/cgal.json b/versions/c-/cgal.json index 66f09570c5..cb27a97986 100644 --- a/versions/c-/cgal.json +++ b/versions/c-/cgal.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "339e2b1de050beafb97938c210b823c04182e206", + "version": "5.5.2", + "port-version": 1 + }, { "git-tree": "ddfb9d5fd8c8cd1a799af276c972b376f35f1267", "version": "5.5.2", diff --git a/versions/c-/chromaprint.json b/versions/c-/chromaprint.json index 1ac3ded2e6..624ad16e4d 100644 --- a/versions/c-/chromaprint.json +++ b/versions/c-/chromaprint.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2186fe85098c877929c5e1a8916ae9d23fc0a540", + "version": "1.5.0", + "port-version": 3 + }, { "git-tree": "d50d41c54f3aa2854ae05e64715100761517cb31", "version": "1.5.0", diff --git a/versions/c-/cserialport.json b/versions/c-/cserialport.json index cfa392e787..7e26904362 100644 --- a/versions/c-/cserialport.json +++ b/versions/c-/cserialport.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "842df8d9c0fac5c130724643392f828bb20a6f97", + "version": "4.3.0", + "port-version": 1 + }, { "git-tree": "28d4a472a2587c890738ebb66b79bfd3ab052ac9", "version": "4.3.0", diff --git a/versions/c-/czmq.json b/versions/c-/czmq.json index 982b8f19ee..dfe25eb1a9 100644 --- a/versions/c-/czmq.json +++ b/versions/c-/czmq.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "5bebd4e3a17c277fc4813a24cbdde5d2a06ccc01", + "version-semver": "4.2.1", + "port-version": 2 + }, { "git-tree": "fd4ccb9b894541d10e393139468aaac97419b0f2", "version-semver": "4.2.1", diff --git a/versions/d-/discordcoreapi.json b/versions/d-/discordcoreapi.json index 979c27af94..b8015de514 100644 --- a/versions/d-/discordcoreapi.json +++ b/versions/d-/discordcoreapi.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "c9c84716a494279e16d9f85834ecb7e130dfa561", + "version-date": "2023-05-30", + "port-version": 1 + }, { "git-tree": "d24e2b697098510aeb4799426a66c5749f9a3b97", "version-date": "2023-05-30", diff --git a/versions/e-/epsilon.json b/versions/e-/epsilon.json index 39b536af23..9642317235 100644 --- a/versions/e-/epsilon.json +++ b/versions/e-/epsilon.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1c976014bade32edb4c7fc233fe92823ae6d5340", + "version": "0.9.2", + "port-version": 8 + }, { "git-tree": "800dbc074727df7eded3e5707b828be676bb5943", "version": "0.9.2", diff --git a/versions/e-/exiv2.json b/versions/e-/exiv2.json index d585377481..08227c2b3f 100644 --- a/versions/e-/exiv2.json +++ b/versions/e-/exiv2.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "3966c9ebea089fea43d1730cc2b1b21bd5703d3e", + "version": "0.27.6", + "port-version": 3 + }, { "git-tree": "9616cd1c578515f6aa85ab9dc6e00cdbbda31371", "version": "0.27.6", diff --git a/versions/f-/fluidsynth.json b/versions/f-/fluidsynth.json index 0a9e45fe3d..94c596039e 100644 --- a/versions/f-/fluidsynth.json +++ b/versions/f-/fluidsynth.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "89822d934c8cfc857147fb1aa1baed78694b0b51", + "version": "2.3.2", + "port-version": 3 + }, { "git-tree": "eb9b815d5af8da59d2cb5a42361a9c88e7d6a1f4", "version": "2.3.2", diff --git a/versions/f-/freealut.json b/versions/f-/freealut.json index e8da86da45..e7597c86da 100644 --- a/versions/f-/freealut.json +++ b/versions/f-/freealut.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4f2e347e59d7834de007c46ea8eff150b9e55487", + "version": "1.1.0", + "port-version": 4 + }, { "git-tree": "969ad25e70aeab73962cb7bea1df1ea30644ad20", "version": "1.1.0", diff --git a/versions/f-/freetds.json b/versions/f-/freetds.json index 0deb3189ea..a3d5712084 100644 --- a/versions/f-/freetds.json +++ b/versions/f-/freetds.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "5eded489fe66e5c21c2ad93db8d8f5b9fc5fe4d4", + "version": "1.3.10", + "port-version": 2 + }, { "git-tree": "7d2a8c09978586d81a52529c94a96dd2f1208ebe", "version": "1.3.10", diff --git a/versions/g-/gdk-pixbuf.json b/versions/g-/gdk-pixbuf.json index 65c8e7afd7..aa25b83634 100644 --- a/versions/g-/gdk-pixbuf.json +++ b/versions/g-/gdk-pixbuf.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ca75f73ba67cdacfd245b67e6dca8c45fb97ee93", + "version": "2.42.10", + "port-version": 1 + }, { "git-tree": "39ca957973ae4f5cbeb0e658172c079e6ad0362c", "version": "2.42.10", diff --git a/versions/g-/gettext-libintl.json b/versions/g-/gettext-libintl.json index f11756e852..0b3eb69033 100644 --- a/versions/g-/gettext-libintl.json +++ b/versions/g-/gettext-libintl.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "25450f3473f6c62f28af9702a772d8b48a6170b7", + "version": "0.21.1", + "port-version": 1 + }, { "git-tree": "783d7b1a2ddaf29b0f1a2d785ccfbb4a05615667", "version": "0.21.1", diff --git a/versions/g-/gettext.json b/versions/g-/gettext.json index cfe3eb9fe5..ad075d3d59 100644 --- a/versions/g-/gettext.json +++ b/versions/g-/gettext.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "0915f060ea0fb91c5a2356f2171de0a714e79437", + "version": "0.21.1", + "port-version": 2 + }, { "git-tree": "6cc01d324fb1fc9a461212e5577ec9897d7da345", "version": "0.21.1", diff --git a/versions/g-/glib.json b/versions/g-/glib.json index f5eba92539..dc3740138e 100644 --- a/versions/g-/glib.json +++ b/versions/g-/glib.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1d1c3788ae7982f573db3e59116dd1ca885b88a4", + "version": "2.76.3", + "port-version": 1 + }, { "git-tree": "32c3e0235a72e62db8c1b248e3096c1d51415ba7", "version": "2.76.3", diff --git a/versions/g-/glibmm.json b/versions/g-/glibmm.json index 356dec2984..12b6e82560 100644 --- a/versions/g-/glibmm.json +++ b/versions/g-/glibmm.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d8a2235a74e6c215246a3ade8ad3248b7e04e439", + "version": "2.76.0", + "port-version": 1 + }, { "git-tree": "16125400e378b3a45ff56a2f26573d9312ead0d1", "version": "2.76.0", diff --git a/versions/g-/glpk.json b/versions/g-/glpk.json index 28f3db8164..adf68410bb 100644 --- a/versions/g-/glpk.json +++ b/versions/g-/glpk.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ebfbd1278a8d3e33d1cb52ed7806bf690642ffa6", + "version": "5.0", + "port-version": 2 + }, { "git-tree": "4ccc68be5d979b64412919b488ed88b798903ccf", "version": "5.0", diff --git a/versions/g-/gmime.json b/versions/g-/gmime.json index c22207fd24..4f6711334c 100644 --- a/versions/g-/gmime.json +++ b/versions/g-/gmime.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "93e8b6f02474e1edb7e99db85020d864ee071ce0", + "version": "3.2.6", + "port-version": 6 + }, { "git-tree": "6db1f443a21e7c2f4004f8039b562ca1506f966c", "version": "3.2.6", diff --git a/versions/g-/gmp.json b/versions/g-/gmp.json index 0b5fa719d9..7a4a530e8b 100644 --- a/versions/g-/gmp.json +++ b/versions/g-/gmp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e0f2cfc5cc1dea868ccad4363887bf9593b6c021", + "version": "6.2.1", + "port-version": 19 + }, { "git-tree": "efae5abe8271dc5c25bfa47b9cc146a29e02dc05", "version": "6.2.1", diff --git a/versions/g-/gppanel.json b/versions/g-/gppanel.json index 659f755793..0695359daa 100644 --- a/versions/g-/gppanel.json +++ b/versions/g-/gppanel.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "275a8f2deb026e033572cc5ccea803dbe4bc45dd", + "version-date": "2020-05-20", + "port-version": 4 + }, { "git-tree": "ba97170231ed485d5ba3dfbfe2ed7a66c0260517", "version-date": "2020-05-20", diff --git a/versions/g-/grantlee.json b/versions/g-/grantlee.json index e8b134fe9a..5bca5c1bd9 100644 --- a/versions/g-/grantlee.json +++ b/versions/g-/grantlee.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "5c8ada7d8eca1a8b8926d25e9cbcd861f3e00f24", + "version": "5.3.1", + "port-version": 2 + }, { "git-tree": "5828abf42559b6f3db682f7827f502cf75c7ec32", "version": "5.3.1", diff --git a/versions/g-/gst-rtsp-server.json b/versions/g-/gst-rtsp-server.json index 1077ebdd93..1706f8bc6a 100644 --- a/versions/g-/gst-rtsp-server.json +++ b/versions/g-/gst-rtsp-server.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "74327fa3eac21619a868533135c685bcee046a24", + "version": "1.20.5", + "port-version": 2 + }, { "git-tree": "85ca43c538fdb1f41292003c458eb209a1478906", "version": "1.20.5", diff --git a/versions/g-/gstreamer.json b/versions/g-/gstreamer.json index 7dc1235b99..457316e48c 100644 --- a/versions/g-/gstreamer.json +++ b/versions/g-/gstreamer.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "75810a0d259dd1294e994266d469dde9423dc209", + "version": "1.20.5", + "port-version": 9 + }, { "git-tree": "f4fa840c6345c1b7bf4c35e2977ed3f680d6584a", "version": "1.20.5", diff --git a/versions/g-/gtk.json b/versions/g-/gtk.json index 9b4167ae00..d86b26204f 100644 --- a/versions/g-/gtk.json +++ b/versions/g-/gtk.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a79d7945c3db191e81a4cc3367efb9972b8df29e", + "version": "4.10.4", + "port-version": 1 + }, { "git-tree": "d527905d8bda9bb0f59ab326013dcfc0154613a7", "version": "4.10.4", diff --git a/versions/g-/gtkmm.json b/versions/g-/gtkmm.json index 59e00717c1..2f3b4ec329 100644 --- a/versions/g-/gtkmm.json +++ b/versions/g-/gtkmm.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e9e63e49ac6c8ade89bf2df6bf73bb32f3b18f9b", + "version": "4.10.0", + "port-version": 1 + }, { "git-tree": "5bede7b8a7ab28981640b17d73708e710c5e8701", "version": "4.10.0", diff --git a/versions/g-/gul14.json b/versions/g-/gul14.json index fe02a9624c..892e5b2900 100644 --- a/versions/g-/gul14.json +++ b/versions/g-/gul14.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "0ef663cd26e5a6fea87578b1662e28cae9caf233", + "version": "2.9.1", + "port-version": 1 + }, { "git-tree": "cdf7849b2344332aa6cdcbee58c03452009ec4bc", "version": "2.9.1", diff --git a/versions/h-/hunspell.json b/versions/h-/hunspell.json index 61e729b19f..1e1ac1b1b3 100644 --- a/versions/h-/hunspell.json +++ b/versions/h-/hunspell.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "661af60066452aeb627f9cf0675303b7ac677a02", + "version": "1.7.1", + "port-version": 4 + }, { "git-tree": "798ac2e490d16afc2713b95740101c03fa555f84", "version": "1.7.1", diff --git a/versions/i-/ideviceinstaller.json b/versions/i-/ideviceinstaller.json index cf24d12e20..6ef3f5ba92 100644 --- a/versions/i-/ideviceinstaller.json +++ b/versions/i-/ideviceinstaller.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "7e90c045618ecd5001790b38c44567d47397801e", + "version": "1.1.2.23", + "port-version": 6 + }, { "git-tree": "3e54543ef504b74edb836a2c47abb3845b83b7c3", "version": "1.1.2.23", diff --git a/versions/i-/idyntree.json b/versions/i-/idyntree.json index 2ad55e7fb4..6ac41a1e96 100644 --- a/versions/i-/idyntree.json +++ b/versions/i-/idyntree.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "50658eb0c1ccc3ada2d91638cddb51bec93dd2c5", + "version": "9.0.0", + "port-version": 1 + }, { "git-tree": "4c7bc2d8282bf918d6be1b0b63af3f4612e673ef", "version": "9.0.0", diff --git a/versions/i-/igraph.json b/versions/i-/igraph.json index 8483314bcf..1788d80ada 100644 --- a/versions/i-/igraph.json +++ b/versions/i-/igraph.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b366fc43d220a0243a9e16860dee50c62ea4cf35", + "version": "0.10.4", + "port-version": 1 + }, { "git-tree": "6821431944042e175acb75af3e2164949361f887", "version": "0.10.4", diff --git a/versions/j-/jsonifier.json b/versions/j-/jsonifier.json index 17b17eebd3..a2cbab5742 100644 --- a/versions/j-/jsonifier.json +++ b/versions/j-/jsonifier.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a8093800ff625535fd7bddaedc1394fb5412c80c", + "version": "0.9.2", + "port-version": 1 + }, { "git-tree": "46dce3bb23c3edd1ae77e46fa11543d678ae26e6", "version": "0.9.2", diff --git a/versions/k-/kf5archive.json b/versions/k-/kf5archive.json index 67c87c37b1..8939434932 100644 --- a/versions/k-/kf5archive.json +++ b/versions/k-/kf5archive.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "bc79165deff9b9e843f9078cd2b0f4190588929d", + "version": "5.98.0", + "port-version": 1 + }, { "git-tree": "2c232fe1786179a6c7c2e21f98336d6645fb5cae", "version": "5.98.0", diff --git a/versions/k-/kfr.json b/versions/k-/kfr.json index 7bbe01012e..7c5f1db764 100644 --- a/versions/k-/kfr.json +++ b/versions/k-/kfr.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b00300796a5d295a7e55dca654c19fffd3916242", + "version-semver": "5.0.1", + "port-version": 1 + }, { "git-tree": "98355b4aa76624a4542c63890145d9b6e19b919d", "version-semver": "5.0.1", diff --git a/versions/l-/lcm.json b/versions/l-/lcm.json index 6e435957c8..7d1c87cb9b 100644 --- a/versions/l-/lcm.json +++ b/versions/l-/lcm.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b282016c7e5f1aacff821854e8fab52d64b4c970", + "version": "1.4.0", + "port-version": 6 + }, { "git-tree": "06163d8d06a5f6b22e76ed353743da7370d73602", "version": "1.4.0", diff --git a/versions/l-/libadwaita.json b/versions/l-/libadwaita.json index 19c48d57b5..511a4a2d49 100644 --- a/versions/l-/libadwaita.json +++ b/versions/l-/libadwaita.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ed0c59fcd97bfea68ea94baf161a1c9e6d5c673d", + "version": "1.3.2", + "port-version": 1 + }, { "git-tree": "3c273bec50ed1314ccfb55bd957905df22c9ed61", "version": "1.3.2", diff --git a/versions/l-/libalkimia.json b/versions/l-/libalkimia.json index 2bd6b715ea..d7477c9519 100644 --- a/versions/l-/libalkimia.json +++ b/versions/l-/libalkimia.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "7f9b0ce11bf52ea4e33323b2587234a6b40f7d94", + "version": "8.1.70", + "port-version": 2 + }, { "git-tree": "09e0633aca7ce1433e7cd6542404a12f90bf1de1", "version": "8.1.70", diff --git a/versions/l-/libao.json b/versions/l-/libao.json index c0d0833c8f..db12138fa3 100644 --- a/versions/l-/libao.json +++ b/versions/l-/libao.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "6c128d640fa4cb28b96cb398411bba846febdb5f", + "version": "1.2.2", + "port-version": 5 + }, { "git-tree": "11240d91b73e6a968da37b8053a8a64a6d9ea55f", "version": "1.2.2", diff --git a/versions/l-/libcsv.json b/versions/l-/libcsv.json index 6fd09c8a98..a1d95cdbc7 100644 --- a/versions/l-/libcsv.json +++ b/versions/l-/libcsv.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "936ce0ff18976c35cec212d25fbcc143dafd7b6b", + "version": "3.0.3", + "port-version": 1 + }, { "git-tree": "05dbce143e6757c7df2df6813ac7d559b2d908a1", "version": "3.0.3", diff --git a/versions/l-/libdatachannel.json b/versions/l-/libdatachannel.json index 6971adf03f..046e451e03 100644 --- a/versions/l-/libdatachannel.json +++ b/versions/l-/libdatachannel.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "8b22ab8a6787704e52d3b715feb12e38522540ab", + "version-semver": "0.18.2", + "port-version": 2 + }, { "git-tree": "96f395b47c8ee56f6a268f3e1da86eb23a4ba0ea", "version-semver": "0.18.2", diff --git a/versions/l-/libde265.json b/versions/l-/libde265.json index 89dab1ffce..5112762e3a 100644 --- a/versions/l-/libde265.json +++ b/versions/l-/libde265.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e24685d5b2c9686f77369463e32b307d03580059", + "version": "1.0.11", + "port-version": 2 + }, { "git-tree": "35f74e1100615e9ff16d6b05529baf8e7de774aa", "version": "1.0.11", diff --git a/versions/l-/libdjinterop.json b/versions/l-/libdjinterop.json index 324976efb8..ae88933184 100644 --- a/versions/l-/libdjinterop.json +++ b/versions/l-/libdjinterop.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "07081634d12b7ede73b9921d461f55061410a6c7", + "version": "0.16.0", + "port-version": 1 + }, { "git-tree": "c1c63ff4c5483425a19992ddefa98a3c1e2fabf3", "version": "0.16.0", diff --git a/versions/l-/libfreenect2.json b/versions/l-/libfreenect2.json index 3100a1da8a..ff702f9493 100644 --- a/versions/l-/libfreenect2.json +++ b/versions/l-/libfreenect2.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "68766f591851bf3b1bf97eff04a69dcd894d712a", + "version": "0.2.0", + "port-version": 10 + }, { "git-tree": "33bfc70d84b528fa549f57401c884abda1073526", "version": "0.2.0", diff --git a/versions/l-/libheif.json b/versions/l-/libheif.json index 791c2f113d..2cf6290b7d 100644 --- a/versions/l-/libheif.json +++ b/versions/l-/libheif.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4ee9a2b84e8279ba555de6f0f5e3f93b93b98d5d", + "version": "1.16.1", + "port-version": 1 + }, { "git-tree": "30bfad0af10297606d1687eba9fabe7b5eda60e8", "version": "1.16.1", diff --git a/versions/l-/libhsplasma.json b/versions/l-/libhsplasma.json index dcfd8672ac..9738c4d856 100644 --- a/versions/l-/libhsplasma.json +++ b/versions/l-/libhsplasma.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "23a51f404cad21bb38d5d663ff90af099ec63562", + "version-date": "2022-05-19", + "port-version": 1 + }, { "git-tree": "8b2f7f61711ccfb81d5d9a8b34e057494bd5f902", "version-date": "2022-05-19", diff --git a/versions/l-/libimobiledevice.json b/versions/l-/libimobiledevice.json index c6ac815690..3c840fbbe1 100644 --- a/versions/l-/libimobiledevice.json +++ b/versions/l-/libimobiledevice.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "7b950fc1c05e12ac6349b88de19d2df84e9393a7", + "version": "1.3.17", + "port-version": 4 + }, { "git-tree": "c29103e4c8a3225f67bcfbc45b1eb128ab2c8939", "version": "1.3.17", diff --git a/versions/l-/libirecovery.json b/versions/l-/libirecovery.json index bbd8f7740b..3aef62a386 100644 --- a/versions/l-/libirecovery.json +++ b/versions/l-/libirecovery.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "bd02ed99ae380b71fb4bc55f98012c20e7d73bb8", + "version": "1.0.25", + "port-version": 7 + }, { "git-tree": "da471f398ce0264ef333dfbaaa521c79c51ab5f9", "version": "1.0.25", diff --git a/versions/l-/libleidenalg.json b/versions/l-/libleidenalg.json index 14ac230670..289c3cbb59 100644 --- a/versions/l-/libleidenalg.json +++ b/versions/l-/libleidenalg.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "54e658de6b5148a82e4f7ef8e56e5d56db8deedb", + "version": "0.10.0", + "port-version": 1 + }, { "git-tree": "4c059e549496795874b93130451377bb09a78630", "version": "0.10.0", diff --git a/versions/l-/libmariadb.json b/versions/l-/libmariadb.json index 806f9ba2ac..d32ea07333 100644 --- a/versions/l-/libmariadb.json +++ b/versions/l-/libmariadb.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "c3d524a86a6280626f4955396e2dc21ad5f8be35", + "version-semver": "3.3.1", + "port-version": 3 + }, { "git-tree": "99cf48b4599872b087d938a2f4ccdbca34f61f1a", "version-semver": "3.3.1", diff --git a/versions/l-/libmesh.json b/versions/l-/libmesh.json index 555e78dddd..e7b3fb1027 100644 --- a/versions/l-/libmesh.json +++ b/versions/l-/libmesh.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "73d90f24859b402b05ffe0e27eea3db3ab58a2ea", + "version": "1.5.0", + "port-version": 5 + }, { "git-tree": "347e56f7cd6e4bf1ca5621c564e4421a7f5a45cd", "version": "1.5.0", diff --git a/versions/l-/libmicrodns.json b/versions/l-/libmicrodns.json index 03ec5150c2..e6ac063ef0 100644 --- a/versions/l-/libmicrodns.json +++ b/versions/l-/libmicrodns.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "6ea7d0ad7b306f0c554fff32499486c6c4758105", + "version": "0.2.0", + "port-version": 1 + }, { "git-tree": "479151454954c9fe2e5ddce7f1b358f3c8688ce8", "version": "0.2.0", diff --git a/versions/l-/libmikmod.json b/versions/l-/libmikmod.json index de3f9ad5c6..ff0c441238 100644 --- a/versions/l-/libmikmod.json +++ b/versions/l-/libmikmod.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f76309c386e04e04888bb094d32b960d0c3cdc39", + "version": "3.3.11.1", + "port-version": 12 + }, { "git-tree": "688a0ecd6fe11127c1f75e04390beea8f582860f", "version": "3.3.11.1", diff --git a/versions/l-/libmodbus.json b/versions/l-/libmodbus.json index 2b18b1f3bf..30f4d8df12 100644 --- a/versions/l-/libmodbus.json +++ b/versions/l-/libmodbus.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "803427a42499df9013b9e6a4dc3501384fc69760", + "version": "3.1.6", + "port-version": 5 + }, { "git-tree": "6fedbd1a42b56a0b3325c6d4bf1e7682a99aafa4", "version": "3.1.6", diff --git a/versions/l-/libmysql.json b/versions/l-/libmysql.json index 616fc6f76d..9405948c7c 100644 --- a/versions/l-/libmysql.json +++ b/versions/l-/libmysql.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d32101a913ac66b95dff40eb0ce3e315438566ab", + "version": "8.0.32", + "port-version": 5 + }, { "git-tree": "95618ed8c0e55195ee395eaf7bb230cc61776b33", "version": "8.0.32", diff --git a/versions/l-/libnice-gst.json b/versions/l-/libnice-gst.json index bcea36ed84..afaa4cd29a 100644 --- a/versions/l-/libnice-gst.json +++ b/versions/l-/libnice-gst.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e61d1c0b43c2f4feca65ea7a20ab901ff6e4c025", + "version": "0.1.21", + "port-version": 2 + }, { "git-tree": "9ea8f77a4a4f70cceb4d65650ee5de24e14e8190", "version": "0.1.21", diff --git a/versions/l-/libnice.json b/versions/l-/libnice.json index cdd903530f..192231bbab 100644 --- a/versions/l-/libnice.json +++ b/versions/l-/libnice.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "752ea02df5a3ae83ff67c4bfcfc34e9570cc27f9", + "version": "0.1.21", + "port-version": 1 + }, { "git-tree": "6efccae4d0017390516e28abce03705114131b16", "version": "0.1.21", diff --git a/versions/l-/libofx.json b/versions/l-/libofx.json index 482c77d85c..65f39f4e23 100644 --- a/versions/l-/libofx.json +++ b/versions/l-/libofx.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2b01272b9801e2885f990f376956f8058851b9fe", + "version": "0.10.9", + "port-version": 1 + }, { "git-tree": "3f68c536d0f30c47c36d02d0bf6e7eda76ea7e08", "version": "0.10.9", diff --git a/versions/l-/libpff.json b/versions/l-/libpff.json index 1e6a5cd8cc..6aeb1f384c 100644 --- a/versions/l-/libpff.json +++ b/versions/l-/libpff.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "6000969a75ea417329af263110993a00910d1b1b", + "version-date": "2021-11-14", + "port-version": 2 + }, { "git-tree": "5358a29d95b177de74fe31072cfa21a7adf4254b", "version-date": "2021-11-14", diff --git a/versions/l-/libproxy.json b/versions/l-/libproxy.json index 7840313435..25ae342370 100644 --- a/versions/l-/libproxy.json +++ b/versions/l-/libproxy.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b7f8bc39ce8dc00ea1dfca802a8a1c58cdf257c1", + "version": "0.4.18", + "port-version": 3 + }, { "git-tree": "190bb3f2c7dcb0e36636bbed1e4619f1072c86f2", "version": "0.4.18", diff --git a/versions/l-/libqcow.json b/versions/l-/libqcow.json index e4a908a854..2b2d391610 100644 --- a/versions/l-/libqcow.json +++ b/versions/l-/libqcow.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4b1e94b2b7373b63353193be9ff260cf543b8460", + "version": "20221124", + "port-version": 1 + }, { "git-tree": "70abb044b3b25aff006a6858812325ad2a923e7f", "version": "20221124", diff --git a/versions/l-/libqglviewer.json b/versions/l-/libqglviewer.json index 538f883595..85d946d39c 100644 --- a/versions/l-/libqglviewer.json +++ b/versions/l-/libqglviewer.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "fb8cb610ce82055671ffb7e84836da4a02cc3127", + "version": "2.9.1", + "port-version": 1 + }, { "git-tree": "ad6a8d25fcd68d39367a45811a58379f3cea0d01", "version": "2.9.1", diff --git a/versions/l-/libraw.json b/versions/l-/libraw.json index d5fe53d532..299b525d4e 100644 --- a/versions/l-/libraw.json +++ b/versions/l-/libraw.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1b27d2a7401506c017a98e896c3dee2db0a01bfa", + "version": "0.21.1", + "port-version": 1 + }, { "git-tree": "fda25697452394dfb723fa576576a76b67b32468", "version": "0.21.1", diff --git a/versions/l-/libredwg.json b/versions/l-/libredwg.json index c0d20d0329..5a74cb668f 100644 --- a/versions/l-/libredwg.json +++ b/versions/l-/libredwg.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "17dd1242cc7c640c0b51f493eef55d3c12ad6e52", + "version": "0.12.5.5178", + "port-version": 1 + }, { "git-tree": "aa161067eef7398933b726e81cd4824733a9c9a6", "version": "0.12.5.5178", diff --git a/versions/l-/libsbml.json b/versions/l-/libsbml.json index 544d754823..2b1d39e033 100644 --- a/versions/l-/libsbml.json +++ b/versions/l-/libsbml.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "c6b4494941ba4df373899108eaab63d59387c875", + "version": "5.20.0", + "port-version": 1 + }, { "git-tree": "6b592087185a6576e30cc29e129bec77d12c4aeb", "version": "5.20.0", diff --git a/versions/l-/libsndfile.json b/versions/l-/libsndfile.json index b8939316fe..f424467964 100644 --- a/versions/l-/libsndfile.json +++ b/versions/l-/libsndfile.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "6f4a276bfb9911abd9901cb6c977d7a132eff35d", + "version-semver": "1.2.0", + "port-version": 1 + }, { "git-tree": "50c34624e4951e4b4919717f63b8f4fcbdacf088", "version-semver": "1.2.0", diff --git a/versions/l-/libsrt.json b/versions/l-/libsrt.json index 92f6968149..ca0ef0a367 100644 --- a/versions/l-/libsrt.json +++ b/versions/l-/libsrt.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "96864197a0d35ea5a746ac1076b625c0372c37ae", + "version": "1.5.0", + "port-version": 3 + }, { "git-tree": "08022cd3b0ae3348a7af42013e5245fb5929d037", "version": "1.5.0", diff --git a/versions/l-/libssh.json b/versions/l-/libssh.json index ad0f8d8d53..b2e799dd00 100644 --- a/versions/l-/libssh.json +++ b/versions/l-/libssh.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d2f4d398d1b82025b8aec8dba4e844f867286d38", + "version": "0.10.4+20221123", + "port-version": 4 + }, { "git-tree": "e15d10eb435fbd46abba95b50c8d47d2ff166603", "version": "0.10.4+20221123", diff --git a/versions/l-/libunistring.json b/versions/l-/libunistring.json index 7945beb56f..d2713261b5 100644 --- a/versions/l-/libunistring.json +++ b/versions/l-/libunistring.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2ba0cbad49845cff90c4368b3e2459a9fdd18c00", + "version": "1.1", + "port-version": 3 + }, { "git-tree": "8bcb2f939ea16732abab03352b951cf12713bc54", "version": "1.1", diff --git a/versions/l-/libusb-win32.json b/versions/l-/libusb-win32.json index cc828432d6..a1d4034cb0 100644 --- a/versions/l-/libusb-win32.json +++ b/versions/l-/libusb-win32.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "af8b466e97e4d465147eb08289328d9cdf6f077d", + "version": "1.2.6.0", + "port-version": 10 + }, { "git-tree": "33a59191d5fa27f6d37b37e39dd1f100d4faed0f", "version": "1.2.6.0", diff --git a/versions/l-/libxmp.json b/versions/l-/libxmp.json index 8caedf06d3..3d8b1fc7aa 100644 --- a/versions/l-/libxmp.json +++ b/versions/l-/libxmp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a5c05ac5a1e4a0ff9580fc5bba923b39a48b033e", + "version-date": "2023-04-13", + "port-version": 1 + }, { "git-tree": "2773b355a7b3a41ab6739548277b9b828d163242", "version-date": "2023-04-13", diff --git a/versions/l-/libzim.json b/versions/l-/libzim.json index 52f4ea9bc5..9f7021ecb7 100644 --- a/versions/l-/libzim.json +++ b/versions/l-/libzim.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "96c23c527ace6213975b81955373f37d96977063", + "version": "8.2.0", + "port-version": 2 + }, { "git-tree": "1488a183ad98b3610343e68c207554492b1e8c8e", "version": "8.2.0", diff --git a/versions/l-/live555.json b/versions/l-/live555.json index 965579f0a8..112411781b 100644 --- a/versions/l-/live555.json +++ b/versions/l-/live555.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e7944bec69900cba45393bcacfb4d903a3569300", + "version-date": "2023-06-10", + "port-version": 1 + }, { "git-tree": "087f65196bb8a0fe3a7e8012e3e2970106e085fd", "version-date": "2023-06-10", diff --git a/versions/m-/mapnik.json b/versions/m-/mapnik.json index 5aa68b9bc1..a081556e95 100644 --- a/versions/m-/mapnik.json +++ b/versions/m-/mapnik.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "64501290af397067ec972c69113abd28139efdcc", + "version-date": "2023-06-12", + "port-version": 1 + }, { "git-tree": "55a1af72282030a832c73b5fe9bedb2089b1b08c", "version-date": "2023-06-12", diff --git a/versions/m-/marble.json b/versions/m-/marble.json index c9d010a3da..29751e9315 100644 --- a/versions/m-/marble.json +++ b/versions/m-/marble.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b5f88df6aa916d5bfcfbf3396df344d90de36778", + "version-string": "22.04.0", + "port-version": 2 + }, { "git-tree": "c1e722f12de290f18b92e662040c499a51d57249", "version-string": "22.04.0", diff --git a/versions/m-/mathgl.json b/versions/m-/mathgl.json index 46a51b7c4c..4fa18701dd 100644 --- a/versions/m-/mathgl.json +++ b/versions/m-/mathgl.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "21cc2f6ab97eed24ec95774335e364a7737c83d2", + "version": "8.0.1", + "port-version": 5 + }, { "git-tree": "629d09b4394436b3821f1871eaa6caa27bf04be0", "version": "8.0.1", diff --git a/versions/m-/mchehab-zbar.json b/versions/m-/mchehab-zbar.json index 9a02cb4a63..a09be3be32 100644 --- a/versions/m-/mchehab-zbar.json +++ b/versions/m-/mchehab-zbar.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "368a491e8bad201ee1b88e88314b77c540dcea2b", + "version": "0.23.90", + "port-version": 5 + }, { "git-tree": "34932d2a4b1c53aefeed99ef9133f8a307ad9958", "version": "0.23.90", diff --git a/versions/m-/moos-core.json b/versions/m-/moos-core.json index 0816a4e0d7..0f06d36aaf 100644 --- a/versions/m-/moos-core.json +++ b/versions/m-/moos-core.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a409b13d5b8375d40c505f08f7c1d1e43ac54975", + "version": "10.4.0", + "port-version": 9 + }, { "git-tree": "9f2f00b654a7a9a9a810ae8d84099c9567f847cf", "version": "10.4.0", diff --git a/versions/m-/mpfr.json b/versions/m-/mpfr.json index 960fed2207..77f79088b5 100644 --- a/versions/m-/mpfr.json +++ b/versions/m-/mpfr.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a2163475ac427c02bc7a7c24142b45662d5993cc", + "version": "4.2.0", + "port-version": 1 + }, { "git-tree": "843923d6f0b86ada254232a971968923c83bc1b5", "version": "4.2.0", diff --git a/versions/m-/mpg123.json b/versions/m-/mpg123.json index 4057c0b922..77fca26318 100644 --- a/versions/m-/mpg123.json +++ b/versions/m-/mpg123.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "73f380749ae40814a07c7a0952e94db2970a9b85", + "version": "1.31.3", + "port-version": 1 + }, { "git-tree": "a328d4e2a48af20df2ff33217be9c27343a56d4b", "version": "1.31.3", diff --git a/versions/n-/nspr.json b/versions/n-/nspr.json index bcfc36e3d7..a2cf668733 100644 --- a/versions/n-/nspr.json +++ b/versions/n-/nspr.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2ac026e89f8d32d1b421bdc000ca17f0c7d3e3c7", + "version": "4.35", + "port-version": 4 + }, { "git-tree": "f6ae665af0bc5a8b98f846bf8e8468e823f09509", "version": "4.35", diff --git a/versions/n-/nss.json b/versions/n-/nss.json index 2ab6abf96e..a06dde1c67 100644 --- a/versions/n-/nss.json +++ b/versions/n-/nss.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "761d0ded1579714c014fed176818feb0b07b953f", + "version": "3.87", + "port-version": 2 + }, { "git-tree": "3ee50028600372dc454e15907e4f3168463c5570", "version": "3.87", diff --git a/versions/n-/nuspell.json b/versions/n-/nuspell.json index 3e29a94787..9738f8d1d9 100644 --- a/versions/n-/nuspell.json +++ b/versions/n-/nuspell.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a9dfb4c97779fd3bd294df93a76aa309578949c9", + "version-semver": "5.1.2", + "port-version": 1 + }, { "git-tree": "6175a848b3c05c1adf0816f1b3b4dd056c12ed40", "version-semver": "5.1.2", diff --git a/versions/o-/omniorb.json b/versions/o-/omniorb.json index 2db0ec4296..9d85a3b24a 100644 --- a/versions/o-/omniorb.json +++ b/versions/o-/omniorb.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a03b9df1f3ad5b4d5de0b3bc278af0ff52d06703", + "version": "4.3.0", + "port-version": 1 + }, { "git-tree": "51fa63a0e4615dd806fd5ac4cd532f81123ddd4d", "version": "4.3.0", diff --git a/versions/o-/open62541.json b/versions/o-/open62541.json index 442b1acd16..1234dded03 100644 --- a/versions/o-/open62541.json +++ b/versions/o-/open62541.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "3f1e010d847419f3f68439f1ad1d76df9b118f26", + "version": "1.3.5", + "port-version": 1 + }, { "git-tree": "e7412d5c63f5b77eb06f485b7fb89bb718b2f712", "version": "1.3.5", diff --git a/versions/o-/openal-soft.json b/versions/o-/openal-soft.json index 125d812106..d8962dc5de 100644 --- a/versions/o-/openal-soft.json +++ b/versions/o-/openal-soft.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2179403cae57a853e75e3d30363750c39e370bc6", + "version": "1.23.0", + "port-version": 1 + }, { "git-tree": "3c25d8ead902160593b570f4696cf2eba2d86511", "version": "1.23.0", diff --git a/versions/o-/opencascade.json b/versions/o-/opencascade.json index be251b3a30..5b39b3a35c 100644 --- a/versions/o-/opencascade.json +++ b/versions/o-/opencascade.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "c368cdc0775dea309e247518b3931795487cb5f0", + "version": "7.6.2", + "port-version": 5 + }, { "git-tree": "935cc481bbce6ae22ed3257376f0a3edb198d3e2", "version": "7.6.2", diff --git a/versions/o-/openmama.json b/versions/o-/openmama.json index 0bd5d8b696..dd9543a4e0 100644 --- a/versions/o-/openmama.json +++ b/versions/o-/openmama.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f6db41ddb8cabc06e9df68962e43d64b7e1ab7b7", + "version-semver": "6.3.2", + "port-version": 3 + }, { "git-tree": "e1a0265c65af044c234b3724715e089272679d40", "version-semver": "6.3.2", diff --git a/versions/o-/openmvg.json b/versions/o-/openmvg.json index 3f2c0df392..70cf1ba176 100644 --- a/versions/o-/openmvg.json +++ b/versions/o-/openmvg.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "3712d684593f777107e58a37bf601083a6351738", + "version": "2.0", + "port-version": 8 + }, { "git-tree": "58d0c2b4b7785f8ace8ff861d5e45ef40619dcc6", "version": "2.0", diff --git a/versions/o-/openmvs.json b/versions/o-/openmvs.json index bf7e223795..e1e32f1bd9 100644 --- a/versions/o-/openmvs.json +++ b/versions/o-/openmvs.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "93c2bb0fd968757d60afa8ce2de0d456a3ae5cc0", + "version": "2.1.0", + "port-version": 1 + }, { "git-tree": "fbeb86b69f146df9049966d4e58117f38e166257", "version": "2.1.0", diff --git a/versions/o-/openscap.json b/versions/o-/openscap.json index 8a858c188b..c90441d133 100644 --- a/versions/o-/openscap.json +++ b/versions/o-/openscap.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "da537eeaaeb13c275a44fac02d7262875e5c29f4", + "version": "1.3.7", + "port-version": 1 + }, { "git-tree": "453f57565bf1882caf7355c14c079725153cd844", "version": "1.3.7", diff --git a/versions/o-/openslide.json b/versions/o-/openslide.json index 33555a6136..371b6daff1 100644 --- a/versions/o-/openslide.json +++ b/versions/o-/openslide.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "dafb9bb4d2ad8dc07570e45c4f5a4794ca016778", + "version": "3.4.1", + "port-version": 2 + }, { "git-tree": "ff177e74dacffe2a12dec525304bac97b7f67a9f", "version": "3.4.1", diff --git a/versions/o-/openvdb.json b/versions/o-/openvdb.json index 42ea99b0de..143dbe3317 100644 --- a/versions/o-/openvdb.json +++ b/versions/o-/openvdb.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "dc6551f1e86bf8c86ce9fd0133e6e979f3729faa", + "version": "10.0.0", + "port-version": 3 + }, { "git-tree": "65264bf4e9ac9e13e48374147f7b4454b8e45b97", "version": "10.0.0", diff --git a/versions/o-/openvpn3.json b/versions/o-/openvpn3.json index 7f9fd3361d..265e51fa6b 100644 --- a/versions/o-/openvpn3.json +++ b/versions/o-/openvpn3.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "97a26dd437bb027004b075333db96473652ca1fd", + "version": "3.7.0", + "port-version": 2 + }, { "git-tree": "352f972ff2ff0cfb7305f779253f322ba72e14f5", "version": "3.7.0", diff --git a/versions/o-/osgearth.json b/versions/o-/osgearth.json index c438f5d8e8..6e98d6cbbd 100644 --- a/versions/o-/osgearth.json +++ b/versions/o-/osgearth.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4c7eac5ebac0fb2f82b730a863d50278a83955a9", + "version": "3.4", + "port-version": 1 + }, { "git-tree": "765cddcfc821c355b20c1fed7a43f181f8eb0817", "version": "3.4", diff --git a/versions/p-/pagmo2.json b/versions/p-/pagmo2.json index c356ae7feb..1eef611427 100644 --- a/versions/p-/pagmo2.json +++ b/versions/p-/pagmo2.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ebff91665e8cced80124a56db196cd800cd02f79", + "version": "2.19.0", + "port-version": 2 + }, { "git-tree": "77f146b96ad3179551dca78c832542683cf3801e", "version": "2.19.0", diff --git a/versions/p-/pango.json b/versions/p-/pango.json index 1ce3eef7e9..46a8bcfab6 100644 --- a/versions/p-/pango.json +++ b/versions/p-/pango.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ae2c0487d81de23e5f928edd4905c379be0bac54", + "version": "1.50.14", + "port-version": 1 + }, { "git-tree": "3985e71b9e3446f57995321a290a75a7bf5101dc", "version": "1.50.14", diff --git a/versions/p-/pangomm.json b/versions/p-/pangomm.json index db1095b632..acd02fcced 100644 --- a/versions/p-/pangomm.json +++ b/versions/p-/pangomm.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "934da9592c2710373598b3f3d3a53103bad2b1e4", + "version": "2.50.1", + "port-version": 3 + }, { "git-tree": "359b0fe0cdacbc56edd56143da7d545633e50960", "version": "2.50.1", diff --git a/versions/p-/plib.json b/versions/p-/plib.json index 55d7d046cc..0187363428 100644 --- a/versions/p-/plib.json +++ b/versions/p-/plib.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "31a68c9911b826a760e8be17864b7d6dc1830e88", + "version": "1.8.5", + "port-version": 8 + }, { "git-tree": "fe0ee99ffd2bcad6cc3709d85477c174fb9773f7", "version": "1.8.5", diff --git a/versions/p-/podofo.json b/versions/p-/podofo.json index 9952781259..7b07cfe4be 100644 --- a/versions/p-/podofo.json +++ b/versions/p-/podofo.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2b550a1cf9eabeb17534710cb767f971c57184c1", + "version": "0.10.0", + "port-version": 2 + }, { "git-tree": "8282e8f30863ef7d8a84928ef5dbe0625b09fa2a", "version": "0.10.0", diff --git a/versions/p-/poppler.json b/versions/p-/poppler.json index 83cdcbac23..22cde8f4a2 100644 --- a/versions/p-/poppler.json +++ b/versions/p-/poppler.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "0c07d1b54b7ce6cd8a4ce8ba9da7cf9f3ae2af70", + "version": "23.1.0", + "port-version": 4 + }, { "git-tree": "7b2c553e564102940f72ca3c649d651dc8807848", "version": "23.1.0", diff --git a/versions/q-/qcustomplot.json b/versions/q-/qcustomplot.json index d7c8df891f..f8b3bc04df 100644 --- a/versions/q-/qcustomplot.json +++ b/versions/q-/qcustomplot.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9777b7a98f80b51511f9a266053ff1373c5aee72", + "version": "2.1.1", + "port-version": 1 + }, { "git-tree": "5fa5ea943fa7d0b35422a11a04d01491745bf990", "version": "2.1.1", diff --git a/versions/q-/qscintilla.json b/versions/q-/qscintilla.json index d3aef96cc7..2869bd1be9 100644 --- a/versions/q-/qscintilla.json +++ b/versions/q-/qscintilla.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9b86f317966ccab4dcfecbff35fd2496ac29541e", + "version": "2.13.4", + "port-version": 2 + }, { "git-tree": "4920a3d743be78d0d5be05132786873977677665", "version": "2.13.4", diff --git a/versions/q-/qt-advanced-docking-system.json b/versions/q-/qt-advanced-docking-system.json index 1712819963..9f0721cb29 100644 --- a/versions/q-/qt-advanced-docking-system.json +++ b/versions/q-/qt-advanced-docking-system.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "98c020f1eda45cfc5d1eee6369bbdb5c1a52825a", + "version": "4.0.3", + "port-version": 1 + }, { "git-tree": "152f31d925c8f0d75f41ad9f656abbe8f30c1b44", "version": "4.0.3", diff --git a/versions/q-/quazip.json b/versions/q-/quazip.json index 78acfbd0e1..eb15a68e45 100644 --- a/versions/q-/quazip.json +++ b/versions/q-/quazip.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "0e981c8d145807aac756fc5e289f7190cf106c91", + "version": "1.4", + "port-version": 1 + }, { "git-tree": "20b5c279bf0a7075a9d6cddb9c1de0e4e4adc0ec", "version": "1.4", diff --git a/versions/r-/restbed.json b/versions/r-/restbed.json index 872ce70463..4eaea4fb6a 100644 --- a/versions/r-/restbed.json +++ b/versions/r-/restbed.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1d606ecb46ac21637b8d40e1dc3fe175e721e987", + "version": "4.8", + "port-version": 3 + }, { "git-tree": "c41ea5f5396b24a4566efaea78d996fcbc2c4ec2", "version": "4.8", diff --git a/versions/r-/rubberband.json b/versions/r-/rubberband.json index b4460f4ca5..0d08a30a3c 100644 --- a/versions/r-/rubberband.json +++ b/versions/r-/rubberband.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e89e7b8691ae1ce66b0e82d00ec50061b23b593a", + "version": "3.2.1", + "port-version": 1 + }, { "git-tree": "66dc21d5c29b7406cf1408081b8d99d6df217d4b", "version": "3.2.1", diff --git a/versions/s-/shiftmedia-libgnutls.json b/versions/s-/shiftmedia-libgnutls.json index 4b698fb548..6404b7548a 100644 --- a/versions/s-/shiftmedia-libgnutls.json +++ b/versions/s-/shiftmedia-libgnutls.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9016464ed8d222fec37cee5ff63cf786731342a1", + "version": "3.7.6", + "port-version": 3 + }, { "git-tree": "44e16573e54fa8a8c8599c0b2cb82a0d1f829e22", "version": "3.7.6", diff --git a/versions/s-/spatialite-tools.json b/versions/s-/spatialite-tools.json index d7b464dd38..45a1dda88f 100644 --- a/versions/s-/spatialite-tools.json +++ b/versions/s-/spatialite-tools.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "200da5b412aa158df73737b51ef1b679c5bbf27f", + "version": "5.0.1", + "port-version": 4 + }, { "git-tree": "d43ffc786b8af336ac589bde284a4a7393c950f0", "version": "5.0.1", diff --git a/versions/u-/usbmuxd.json b/versions/u-/usbmuxd.json index e9f9614396..f52d336737 100644 --- a/versions/u-/usbmuxd.json +++ b/versions/u-/usbmuxd.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f2c137f8ea6a9f68922e301479aa2b251c130636", + "version": "1.2.235", + "port-version": 4 + }, { "git-tree": "b3f2cea522d35497750ecfd9446e29bf034b4d21", "version": "1.2.235", diff --git a/versions/w-/wolftpm.json b/versions/w-/wolftpm.json index 396cff0d26..7a04044ae2 100644 --- a/versions/w-/wolftpm.json +++ b/versions/w-/wolftpm.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d6849bfc65dbf33f5d51d9bc8c7a4e365a1d3553", + "version": "2.7.0", + "port-version": 1 + }, { "git-tree": "c7c2224865bfcc21dc98ab68f0b53ce5ca07e640", "version": "2.7.0", diff --git a/versions/w-/wt.json b/versions/w-/wt.json index 890377e897..5058494da8 100644 --- a/versions/w-/wt.json +++ b/versions/w-/wt.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9246a50b2cb7aaf547b61a4343ab3849e22533e6", + "version": "4.9.1", + "port-version": 2 + }, { "git-tree": "9dd116caa8830e2d131b0d3ffbcde1002aa12333", "version": "4.9.1", diff --git a/versions/w-/wxchartdir.json b/versions/w-/wxchartdir.json index fdaa66e863..6481816e15 100644 --- a/versions/w-/wxchartdir.json +++ b/versions/w-/wxchartdir.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4a868514047472153d999319f7cfd5d2f9c5af01", + "version": "2.0.0", + "port-version": 2 + }, { "git-tree": "2a61292a9c23a9ea0ba1f3ed9035441289bb0da2", "version": "2.0.0", diff --git a/versions/w-/wxwidgets.json b/versions/w-/wxwidgets.json index ed7c001685..0ffbf0353c 100644 --- a/versions/w-/wxwidgets.json +++ b/versions/w-/wxwidgets.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2cbbd8d7a9d521546e8bc9b8957560806c4902e1", + "version": "3.2.2.1", + "port-version": 3 + }, { "git-tree": "9f6e3030aa5a9fa6b83099a43a0e98c8c06f0f68", "version": "3.2.2.1", diff --git a/versions/x-/x264.json b/versions/x-/x264.json index 480ef7d94e..79bed1919b 100644 --- a/versions/x-/x264.json +++ b/versions/x-/x264.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "36ff38fabd741ddef6ccf4c207ef99058383c0bb", + "version": "0.164.3095", + "port-version": 5 + }, { "git-tree": "0361283be94126cf5e42a4cf765f700f8f209ea5", "version": "0.164.3095", diff --git a/versions/x-/x265.json b/versions/x-/x265.json index 7edfd8fba2..5923b4ed2d 100644 --- a/versions/x-/x265.json +++ b/versions/x-/x265.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "aa43c511cf7041c15a3a56b0527124fa5f1640f2", + "version": "3.4", + "port-version": 9 + }, { "git-tree": "e47c9f9c25b46dbf26b7db6843e23d6f0d329ddb", "version": "3.4", diff --git a/versions/x-/xapian.json b/versions/x-/xapian.json index 1e183f3ba0..b217c36e44 100644 --- a/versions/x-/xapian.json +++ b/versions/x-/xapian.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "09d9178c29620d437cfb26264b48e601c694aefd", + "version": "1.4.22", + "port-version": 2 + }, { "git-tree": "0a050725d62e180539040589c1691a5ec3974a30", "version": "1.4.22", diff --git a/versions/x-/xmlsec.json b/versions/x-/xmlsec.json index dc6a0c3e54..82709032ff 100644 --- a/versions/x-/xmlsec.json +++ b/versions/x-/xmlsec.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "19b8aab695c131f0dcbb7498f0d6a10517d01b70", + "version": "1.2.37", + "port-version": 1 + }, { "git-tree": "90c79a327b276a7cb1f9eb3e76020cd7483e4899", "version": "1.2.37", diff --git a/versions/z-/zeromq.json b/versions/z-/zeromq.json index 0043d92eae..ea48d6ae1e 100644 --- a/versions/z-/zeromq.json +++ b/versions/z-/zeromq.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "910e9e92155a96a07837641615e3356c98edec9a", + "version-date": "2023-01-31", + "port-version": 5 + }, { "git-tree": "487c1669ab781a8adfa16097f1c7142165f5debf", "version-date": "2023-01-31",