From 22f3a8eff051635f50f12c838e1a3906d21a98ab Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 16 Oct 2024 12:45:59 +0200 Subject: [PATCH 001/446] openjdk11-corretto: update to 11.0.25.9.1 (#26178) --- java/openjdk11-corretto/Portfile | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/java/openjdk11-corretto/Portfile b/java/openjdk11-corretto/Portfile index a5b2bb25eb8d7..c88dded2cdfb6 100644 --- a/java/openjdk11-corretto/Portfile +++ b/java/openjdk11-corretto/Portfile @@ -2,13 +2,15 @@ PortSystem 1.0 -name openjdk11-corretto +set feature 11 +name openjdk${feature}-corretto categories java devel maintainers {breun.nl:nils @breun} openmaintainer -# See https://aws.amazon.com/corretto/faqs/#Using_Amazon_Corretto -# and https://trac.macports.org/wiki/PortfileRecipes#compare-osx-darwin-version -platforms {darwin any} {darwin >= 21} +# JVMMinimumSystemVersion in Contents/Info.plist is set to macOS 10.6.0 for x86_64: +# /usr/libexec/PlistBuddy -c "Print :JavaVM:JVMMinimumSystemVersion" Contents/Info.plist +# Mapping to Darwin version: https://trac.macports.org/wiki/PortfileRecipes#compare-osx-darwin-version +platforms {darwin any >= 10 } # This port uses prebuilt binaries; 'NoMirror' makes sure MacPorts doesn't mirror/distribute these third-party binaries license GPL-2 NoMirror @@ -19,33 +21,33 @@ universal_variant no supported_archs x86_64 arm64 # https://github.com/corretto/corretto-11/releases -version 11.0.24.8.1 +version ${feature}.0.25.9.1 revision 0 -description Amazon Corretto OpenJDK 11 (Long Term Support) +description Amazon Corretto OpenJDK ${feature} (Long Term Support) long_description No-cost, multiplatform, production-ready distribution of OpenJDK from Amazon. master_sites https://corretto.aws/downloads/resources/${version}/ if {${configure.build_arch} eq "x86_64"} { distname amazon-corretto-${version}-macosx-x64 - checksums rmd160 4b95640f074d4c9ab08db82fa1f8fb62517fe5fa \ - sha256 e3d636242b60b5628b3f3078fe9616bdc312e41af5d628349bfd61e3233a2f39 \ - size 187851684 + checksums rmd160 52fc2f3f46165e5e99951e5266873676320bd547 \ + sha256 7eda66648dadf112e51c461c9bdd79f0bcaf79e5665b26d99b4ee92c13a8bf4b \ + size 187885510 } elseif {${configure.build_arch} eq "arm64"} { distname amazon-corretto-${version}-macosx-aarch64 - checksums rmd160 044ffb419f6e8142e6d4fcf113b3686cfb1e1f7f \ - sha256 d3739f98b2573eaa0f6a8b2ee073c95ccb7fa80f34c2d6eff20db4f40ee4272d \ - size 185400257 + checksums rmd160 78ba4200ff695c2a5f80d2329db6ef8205790c97 \ + sha256 de89646c6232c288853c080013edfecc455982e9572a48d3c9dc442ba659e55a \ + size 185445776 } -worksrcdir amazon-corretto-11.jdk +worksrcdir amazon-corretto-${feature}.jdk homepage https://aws.amazon.com/corretto/ livecheck.type regex -livecheck.url https://github.com/corretto/corretto-11/releases -livecheck.regex amazon-corretto-(11\.\[0-9\.\]+)-macosx-.*\.tar\.gz +livecheck.url https://github.com/corretto/corretto-${feature}/releases +livecheck.regex amazon-corretto-(${feature}\.\[0-9\.\]+)-macosx-.*\.tar\.gz use_configure no build {} From 91956f4475272fd3a5155033cb152fab967cbc62 Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 16 Oct 2024 12:52:37 +0200 Subject: [PATCH 002/446] openjdk8-corretto: update to 8.432.06.1 (#26179) --- java/openjdk8-corretto/Portfile | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/java/openjdk8-corretto/Portfile b/java/openjdk8-corretto/Portfile index 8d76efbe3d13e..a94d57063a121 100644 --- a/java/openjdk8-corretto/Portfile +++ b/java/openjdk8-corretto/Portfile @@ -2,13 +2,15 @@ PortSystem 1.0 -name openjdk8-corretto +set feature 8 +name openjdk${feature}-corretto categories java devel maintainers {breun.nl:nils @breun} openmaintainer -# See https://aws.amazon.com/corretto/faqs/#Using_Amazon_Corretto for minimum supported OS version -# macOS 12 → Darwin 21 (https://trac.macports.org/wiki/PortfileRecipes#compare-osx-darwin-version) -platforms {darwin any} {darwin >= 21} +# JVMMinimumSystemVersion in Contents/Info.plist is set to macOS 10.6.0 for x86_64: +# /usr/libexec/PlistBuddy -c "Print :JavaVM:JVMMinimumSystemVersion" Contents/Info.plist +# Mapping to Darwin version: https://trac.macports.org/wiki/PortfileRecipes#compare-osx-darwin-version +platforms {darwin any >= 10 } # This port uses prebuilt binaries; 'NoMirror' makes sure MacPorts doesn't mirror/distribute these third-party binaries license GPL-2 NoMirror @@ -19,33 +21,33 @@ universal_variant no # https://github.com/corretto/corretto-8/releases supported_archs x86_64 arm64 -version 8.422.05.1 +version ${feature}.432.06.1 revision 0 -description Amazon Corretto OpenJDK 8 (Long Term Support) +description Amazon Corretto OpenJDK ${feature} (Long Term Support) long_description No-cost, multiplatform, production-ready distribution of OpenJDK from Amazon. master_sites https://corretto.aws/downloads/resources/${version}/ if {${configure.build_arch} eq "x86_64"} { distname amazon-corretto-${version}-macosx-x64 - checksums rmd160 fd1623f5887cfe1ca2f1150a2f77ccef8ced9613 \ - sha256 5aaca055544ddcbae999a06729ca37e936ba672d8d35ae14a4dbace00e093ba7 \ - size 118471283 + checksums rmd160 949cfd5fcbef029217c235d17f4d84a8d4396a50 \ + sha256 b698659d8ac0dc816e1e971f43894f0d829a6c552887a89a78fa20e0b4e95090 \ + size 118482930 } elseif {${configure.build_arch} eq "arm64"} { distname amazon-corretto-${version}-macosx-aarch64 - checksums rmd160 e17fe590bc03be1bcd9871f2e27e6867851af27e \ - sha256 1286deb303cbe3c49c670728eacfd03cfd088e7f81c7d2090f82dc4f51385793 \ - size 102898821 + checksums rmd160 442353162169b9055fc68ec72360d3bb136b6aeb \ + sha256 fe937f047efc3cb5e0f7102a81c7c03b9c82403f8a9baec79c6a3ac38751c3be \ + size 102915982 } -worksrcdir amazon-corretto-8.jdk +worksrcdir amazon-corretto-${feature}.jdk homepage https://aws.amazon.com/corretto/ livecheck.type regex -livecheck.url https://github.com/corretto/corretto-8/releases -livecheck.regex amazon-corretto-(8\.\[0-9\.\]+)-macosx-.*\.tar\.gz +livecheck.url https://github.com/corretto/corretto-${feature}/releases +livecheck.regex amazon-corretto-(${feature}\.\[0-9\.\]+)-macosx-.*\.tar\.gz use_configure no build {} From 3fe5645a67d765a64d103a5e7ea4d5edf2eeb86f Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 16 Oct 2024 13:45:45 +0200 Subject: [PATCH 003/446] google-cloud-sdk: update to 497.0.0 (#26183) --- devel/google-cloud-sdk/Portfile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/devel/google-cloud-sdk/Portfile b/devel/google-cloud-sdk/Portfile index 5259383fd54ce..ecbdf3a843c26 100644 --- a/devel/google-cloud-sdk/Portfile +++ b/devel/google-cloud-sdk/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup python 1.0 name google-cloud-sdk -version 496.0.0 +version 497.0.0 revision 0 categories devel python license Apache-2 @@ -21,19 +21,19 @@ supported_archs i386 x86_64 arm64 if { ${configure.build_arch} eq "i386" } { distname ${name}-${version}-darwin-x86 - checksums rmd160 09633b7c0c34390ddab633409eefde3a7e031d00 \ - sha256 8d93e2fca6dc07b94518206a73b0a770f4ddbb26d653320cab8791f52e92f9f0 \ - size 52336140 + checksums rmd160 1794fcafc6e12d5c7151f1389556ccfca804573f \ + sha256 c2bf4ee475785644a63ab88e367189fdb98bde7700cc7173faafac1d64f2bd10 \ + size 52285945 } elseif { ${configure.build_arch} eq "x86_64" } { distname ${name}-${version}-darwin-x86_64 - checksums rmd160 135885c008382518b3b7c4694aa88c96d7a90068 \ - sha256 11c72013000dc33173431276f07419b4e6e4e49cc02cfd8bde374bf119f75850 \ - size 53689152 + checksums rmd160 65bde5bfe5cf562b5f32e08457de6a8e08487612 \ + sha256 261c5ada9571aa0c0fe8ad06f863c5c2f6c61714a5d94379ddd833df67441e17 \ + size 53636087 } elseif { ${configure.build_arch} eq "arm64" } { distname ${name}-${version}-darwin-arm - checksums rmd160 9f63713e6078bf21ac54c11b179ffd9bed691872 \ - sha256 82bafbed2f387399665e95ce8518627e44ead695ff094edea65597156a4d727e \ - size 53636574 + checksums rmd160 f2c16597a27b309721e7dbffde1c935765b72be3 \ + sha256 0584bd1642e01d5195f75c92fbceb045464a9197cff48d71df2cf0ac51e5d1a4 \ + size 53583662 } homepage https://cloud.google.com/sdk/ From 619ec16d1aeaa540bd1911f59a6cbb0f75e292cc Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 16 Oct 2024 14:05:40 +0200 Subject: [PATCH 004/446] openjdk11-sap: update to 11.0.25 (#26184) --- java/openjdk11-sap/Portfile | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/java/openjdk11-sap/Portfile b/java/openjdk11-sap/Portfile index 49b94174b5178..e01045cf99557 100644 --- a/java/openjdk11-sap/Portfile +++ b/java/openjdk11-sap/Portfile @@ -2,10 +2,16 @@ PortSystem 1.0 -name openjdk11-sap +set feature 11 +name openjdk${feature}-sap categories java devel maintainers {breun.nl:nils @breun} openmaintainer -platforms {darwin any} + +# JVMMinimumSystemVersion in Contents/Info.plist is set to macOS 10.12 for x86_64: +# /usr/libexec/PlistBuddy -c "Print :JavaVM:JVMMinimumSystemVersion" Contents/Info.plist +# Mapping to Darwin version: https://trac.macports.org/wiki/PortfileRecipes#compare-osx-darwin-version +platforms {darwin any >= 16 } + # This port uses prebuilt binaries; 'NoMirror' makes sure MacPorts doesn't mirror/distribute these third-party binaries license GPL-2 NoMirror # This port uses prebuilt binaries for a particular architecture; they are not universal binaries @@ -14,24 +20,24 @@ universal_variant no # https://sap.github.io/SapMachine/latest/11 supported_archs x86_64 arm64 -version 11.0.24 +version ${feature}.0.25 revision 0 -description OpenJDK 11 builds (Long Term Support) maintained and supported by SAP +description OpenJDK ${feature} builds (Long Term Support) maintained and supported by SAP long_description Sap builds of OpenJDK for everyone who wish to use OpenJDK to run their applications. master_sites https://github.com/SAP/SapMachine/releases/download/sapmachine-${version}/ if {${configure.build_arch} eq "x86_64"} { distname sapmachine-jdk-${version}_macos-x64_bin - checksums rmd160 a1f46617f263ce95368da25d20c91fceaf762d2e \ - sha256 2022ece5381172f94cbfd1e1da26f4e39b1859b7adabe3f0cede312f9e78f83c \ - size 187783143 + checksums rmd160 2c0eba663c0d038ee6f990b7f65aef9f14c0de1a \ + sha256 f35dfcd983371dd6ad007ae7ba8f4aca9c9df9b3b030f2d79f4199fa071a7339 \ + size 187899279 } elseif {${configure.build_arch} eq "arm64"} { distname sapmachine-jdk-${version}_macos-aarch64_bin - checksums rmd160 c008c1a5361cccf564b96d5666c1733b3271ae28 \ - sha256 ec3a2c845930f622497a222896cc74e2852b3fa37c78b2a8857434f8fc97ca9c \ - size 185912902 + checksums rmd160 d3f245f5425cc5e096b12e641488c7c7c0aef5d2 \ + sha256 8778711f61976d65b63a73cdd8601b080c0f164428a21fd05b2812fe03e0e31c \ + size 186016720 } worksrcdir sapmachine-jdk-${version}.jdk @@ -40,7 +46,7 @@ homepage https://sapmachine.io livecheck.type regex livecheck.url https://github.com/SAP/SapMachine/releases -livecheck.regex sapmachine-jdk-(11\.\[0-9\.\]+)_macos-.*_bin\.tar\.gz +livecheck.regex sapmachine-jdk-(${feature}\.\[0-9\.\]+)_macos-.*_bin\.tar\.gz use_configure no build {} From 18663fcdae9800d7a62456b59fa2ca39828b811f Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 16 Oct 2024 14:07:17 +0200 Subject: [PATCH 005/446] openjdk17-sap: update to 17.0.13 (#26185) --- java/openjdk17-sap/Portfile | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/java/openjdk17-sap/Portfile b/java/openjdk17-sap/Portfile index 474cccc644527..7129746b1086f 100644 --- a/java/openjdk17-sap/Portfile +++ b/java/openjdk17-sap/Portfile @@ -2,10 +2,16 @@ PortSystem 1.0 -name openjdk17-sap +set feature 17 +name openjdk${feature}-sap categories java devel maintainers {breun.nl:nils @breun} openmaintainer -platforms {darwin any} + +# JVMMinimumSystemVersion in Contents/Info.plist is set to macOS 10.12 for x86_64: +# /usr/libexec/PlistBuddy -c "Print :JavaVM:JVMMinimumSystemVersion" Contents/Info.plist +# Mapping to Darwin version: https://trac.macports.org/wiki/PortfileRecipes#compare-osx-darwin-version +platforms {darwin any >= 16 } + # This port uses prebuilt binaries; 'NoMirror' makes sure MacPorts doesn't mirror/distribute these third-party binaries license GPL-2 NoMirror # This port uses prebuilt binaries for a particular architecture; they are not universal binaries @@ -14,24 +20,24 @@ universal_variant no # https://sap.github.io/SapMachine/latest/17 supported_archs x86_64 arm64 -version 17.0.12 +version ${feature}.0.13 revision 0 -description OpenJDK 17 builds (Long Term Support) maintained and supported by SAP +description OpenJDK ${feature} builds (Long Term Support) maintained and supported by SAP long_description Sap builds of OpenJDK for everyone who wish to use OpenJDK to run their applications. master_sites https://github.com/SAP/SapMachine/releases/download/sapmachine-${version}/ if {${configure.build_arch} eq "x86_64"} { distname sapmachine-jdk-${version}_macos-x64_bin - checksums rmd160 ecdde02b8827db1624aff5a786e709d7c2945f92 \ - sha256 7879d4b1304793c25d7363d15068f6a8d81613b1abab89e48f5c26618c1f71ca \ - size 188626763 + checksums rmd160 81c0f2434a1cec2853ad72c61b008eed731d2d9c \ + sha256 db43604a994ec4835c01d03fb7e4e7461d1c9a41b3fc5e3dcc7c0b2a763b044a \ + size 188211641 } elseif {${configure.build_arch} eq "arm64"} { distname sapmachine-jdk-${version}_macos-aarch64_bin - checksums rmd160 69bdd22e0fb6b5fbd24361d9e559febf61395e35 \ - sha256 27d7a62448f4dc95506a8a33e14accbd1ff0562fc24ed33644d0f64f13e01027 \ - size 186499707 + checksums rmd160 8256fd9b8533290ef00a3d45e564c3b711cf4370 \ + sha256 e3a9a204362a90d31d56c9c120b2f842c2dca837111ad8090ea50c49824f9678 \ + size 186144050 } worksrcdir sapmachine-jdk-${version}.jdk @@ -39,7 +45,7 @@ homepage https://sapmachine.io livecheck.type regex livecheck.url https://github.com/SAP/SapMachine/releases -livecheck.regex sapmachine-jdk-(17\.\[0-9\.\]+)_macos-.*_bin\.tar\.gz +livecheck.regex sapmachine-jdk-(${feature}\.\[0-9\.\]+)_macos-.*_bin\.tar\.gz use_configure no build {} From a9286084164304e1178c2af7c144f0f794db3b0c Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 16 Oct 2024 14:13:32 +0200 Subject: [PATCH 006/446] openjdk21-sap: update to 21.0.5 (#26186) --- java/openjdk21-sap/Portfile | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/java/openjdk21-sap/Portfile b/java/openjdk21-sap/Portfile index afab09fc2e4e8..9bc06cc8bd79e 100644 --- a/java/openjdk21-sap/Portfile +++ b/java/openjdk21-sap/Portfile @@ -2,10 +2,16 @@ PortSystem 1.0 -name openjdk21-sap +set feature 21 +name openjdk${feature}-sap categories java devel maintainers {breun.nl:nils @breun} openmaintainer -platforms {darwin any} + +# JVMMinimumSystemVersion in Contents/Info.plist is set to macOS 10.12 for x86_64: +# /usr/libexec/PlistBuddy -c "Print :JavaVM:JVMMinimumSystemVersion" Contents/Info.plist +# Mapping to Darwin version: https://trac.macports.org/wiki/PortfileRecipes#compare-osx-darwin-version +platforms {darwin any >= 16 } + # This port uses prebuilt binaries; 'NoMirror' makes sure MacPorts doesn't mirror/distribute these third-party binaries license GPL-2 NoMirror # This port uses prebuilt binaries for a particular architecture; they are not universal binaries @@ -14,24 +20,24 @@ universal_variant no supported_archs x86_64 arm64 # https://sap.github.io/SapMachine/latest/21 -version 21.0.4 +version ${feature}.0.5 revision 0 -description SAP Machine 21 -long_description An OpenJDK 21 release maintained and supported by SAP +description SAP Machine ${feature} +long_description An OpenJDK ${feature} release maintained and supported by SAP master_sites https://github.com/SAP/SapMachine/releases/download/sapmachine-${version}/ if {${configure.build_arch} eq "x86_64"} { distname sapmachine-jdk-${version}_macos-x64_bin - checksums rmd160 af5c18e8fe88b5582f28316877829e77e354acce \ - sha256 bf6f6ed13e8064da6a3ee0c799940ca66fd89a82699dc63f07601e8828b97e2e \ - size 203297114 + checksums rmd160 11187bd9102e719eaafa3eb5bc0188931949dcf2 \ + sha256 e344087aa42b1910c6191a7bc5d31d71a776e32e4c89292df0f9b6c4cb29140f \ + size 202511940 } elseif {${configure.build_arch} eq "arm64"} { distname sapmachine-jdk-${version}_macos-aarch64_bin - checksums rmd160 8d03af478b7c19b0d19984a0c9cdbf20368d2d12 \ - sha256 6fcf1c1b4adbfdfdb359e687b2707a16410e5b884eb2026f96e7356b195aa1eb \ - size 200958486 + checksums rmd160 d0a9ac3c98f2953c57667570834068e108f8a8da \ + sha256 dd0abf66425a0b299dbccae9b4b6006694c1393d011bb2e7c562363bfb96fe96 \ + size 200225682 } worksrcdir sapmachine-jdk-${version}.jdk @@ -40,7 +46,7 @@ homepage https://sap.github.io/SapMachine/ livecheck.type regex livecheck.url https://github.com/SAP/SapMachine/releases -livecheck.regex sapmachine-jdk-(21\.\[0-9\.\]+)_macos-.*_bin\.tar\.gz +livecheck.regex sapmachine-jdk-(${feature}\.\[0-9\.\]+)_macos-.*_bin\.tar\.gz use_configure no build {} @@ -74,7 +80,7 @@ test.args -version destroot.violate_mtree yes set jvms /Library/Java/JavaVirtualMachines -set jdk ${jvms}/jdk-21-sapmachine.jdk +set jdk ${jvms}/jdk-${feature}-sapmachine.jdk destroot { xinstall -m 755 -d ${destroot}${prefix}${jdk} From 28f471c30651f18e745d3de0eec0b461419008a3 Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Tue, 15 Oct 2024 22:55:22 -0400 Subject: [PATCH 007/446] ruff: Fix fish completion destination --- devel/ruff/Portfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/ruff/Portfile b/devel/ruff/Portfile index bcf4a62e46fc8..0f94022662fc3 100644 --- a/devel/ruff/Portfile +++ b/devel/ruff/Portfile @@ -6,7 +6,7 @@ PortGroup github 1.0 github.setup astral-sh ruff 0.6.9 github.tarball_from archive -revision 0 +revision 1 homepage https://astral.sh/ruff @@ -57,7 +57,7 @@ destroot { xinstall -d ${bash_comp_path} xinstall -m 0644 ${worksrcpath}/${name}.bash ${bash_comp_path}/${name} - set fish_comp_path ${destroot}${prefix}/share/fish/vendor_completion.d + set fish_comp_path ${destroot}${prefix}/share/fish/vendor_completions.d xinstall -d ${fish_comp_path} xinstall -m 0644 ${worksrcpath}/${name}.fish ${fish_comp_path} } From cc40e72e5e07d06acd77518a799f2f3077031060 Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Tue, 15 Oct 2024 22:59:04 -0400 Subject: [PATCH 008/446] uv: Fix fish completion destination --- devel/uv/Portfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/uv/Portfile b/devel/uv/Portfile index ebc78f9384ddd..f39f7083d7f7a 100644 --- a/devel/uv/Portfile +++ b/devel/uv/Portfile @@ -6,7 +6,7 @@ PortGroup github 1.0 github.setup astral-sh uv 0.4.20 github.tarball_from archive -revision 0 +revision 1 categories devel python license {Apache-2 MIT} platforms {darwin >= 17} @@ -48,7 +48,7 @@ destroot { xinstall -d ${bash_comp_path} xinstall -m 0644 ${worksrcpath}/${name}.bash ${bash_comp_path}/${name} - set fish_comp_path ${destroot}${prefix}/share/fish/vendor_completion.d + set fish_comp_path ${destroot}${prefix}/share/fish/vendor_completions.d xinstall -d ${fish_comp_path} xinstall -m 0644 ${worksrcpath}/${name}.fish ${fish_comp_path} } From 475d4fb9be62cdce160b44ea71b2393797a709b9 Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Tue, 15 Oct 2024 22:59:33 -0400 Subject: [PATCH 009/446] ipsw: Fix fish completion destination --- security/ipsw/Portfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/security/ipsw/Portfile b/security/ipsw/Portfile index 0532dccd25996..61540f65ec0b5 100644 --- a/security/ipsw/Portfile +++ b/security/ipsw/Portfile @@ -5,7 +5,7 @@ PortGroup golang 1.0 go.setup github.com/blacktop/ipsw 3.1.549 v github.tarball_from archive -revision 0 +revision 1 categories security devel license MIT platforms {darwin >= 19} @@ -60,9 +60,9 @@ destroot { xinstall -m 644 ${worksrcpath}/${name}.bash \ ${destroot}${prefix}/share/bash-completion/completions/${name} - xinstall -d ${destroot}${prefix}/share/fish/vendor_completion.d + xinstall -d ${destroot}${prefix}/share/fish/vendor_completions.d xinstall -m 644 ${worksrcpath}/${name}.fish \ - ${destroot}${prefix}/share/fish/vendor_completion.d + ${destroot}${prefix}/share/fish/vendor_completions.d xinstall -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} LICENSE README.md \ From 222cb4407fc89b7f5d552215f2ad93ac9cce9d77 Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Tue, 15 Oct 2024 23:00:51 -0400 Subject: [PATCH 010/446] g-ls: Fix fish completion destination --- sysutils/g-ls/Portfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/g-ls/Portfile b/sysutils/g-ls/Portfile index b38d9114cc1b5..a88513aae9318 100644 --- a/sysutils/g-ls/Portfile +++ b/sysutils/g-ls/Portfile @@ -5,7 +5,7 @@ PortGroup golang 1.0 go.setup github.com/Equationzhao/g 0.29.0 v name g-ls -revision 0 +revision 1 categories sysutils license MIT platforms {darwin >= 18} @@ -38,7 +38,7 @@ destroot { xinstall -d ${bash_comp_path} xinstall -m 644 ${worksrcpath}/completions/bash/g-completion.bash ${bash_comp_path}/g - set fish_comp_path ${destroot}${prefix}/share/fish/vendor_completion.d + set fish_comp_path ${destroot}${prefix}/share/fish/vendor_completions.d xinstall -d ${fish_comp_path} xinstall -m 644 ${worksrcpath}/completions/fish/g.fish ${fish_comp_path} } From 19450637772f777b1c559aa22852b9e3bd8a4eac Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Tue, 15 Oct 2024 23:01:13 -0400 Subject: [PATCH 011/446] ipatool: Fix fish completion destination --- sysutils/ipatool/Portfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/ipatool/Portfile b/sysutils/ipatool/Portfile index 4c50d92408a12..a0f3507826880 100644 --- a/sysutils/ipatool/Portfile +++ b/sysutils/ipatool/Portfile @@ -5,7 +5,7 @@ PortGroup golang 1.0 go.setup github.com/majd/ipatool 2.1.4 v github.tarball_from archive -revision 0 +revision 1 categories sysutils license MIT platforms {darwin >= 19} @@ -42,7 +42,7 @@ destroot { xinstall -d ${bash_comp_path} xinstall -m 0644 ${worksrcpath}/${name}.bash ${bash_comp_path}/${name} - set fish_comp_path ${destroot}${prefix}/share/fish/vendor_completion.d + set fish_comp_path ${destroot}${prefix}/share/fish/vendor_completions.d xinstall -d ${fish_comp_path} xinstall -m 0644 ${worksrcpath}/${name}.fish ${fish_comp_path} } From 077f9436ae192dc1cd4e9e83abec75b3307efb1b Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 16 Oct 2024 09:59:15 -0400 Subject: [PATCH 012/446] gh: update to 2.59.0 --- devel/gh/Portfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/gh/Portfile b/devel/gh/Portfile index 78ef93afa5639..f2578ece80aab 100644 --- a/devel/gh/Portfile +++ b/devel/gh/Portfile @@ -2,7 +2,7 @@ PortSystem 1.0 -version 2.58.0 +version 2.59.0 revision 0 # Github CLI is failing to build on 10.12 and below. @@ -54,9 +54,9 @@ if ${source_build} { use_parallel_build no - checksums rmd160 fed4094e1241264ca15abef8858bdaddba92ec31 \ - sha256 90894536c797147586db775d06ec2040c45cd7eef941f7ccbea46f4e5997c81c \ - size 1013653 + checksums rmd160 c9b0283c3b08ad3473efe94074f8343022c9bf0b \ + sha256 d24ed01e5aa1e8f42b397333462f9cd5c54e4845a5142044381fc8eb713fa001 \ + size 1033868 github.tarball_from archive @@ -76,9 +76,9 @@ if ${source_build} { distname gh_${version}_macOS_amd64 - checksums rmd160 7362b45a9359ac4b75e126db8a8dea69c2d368ac \ - sha256 757f004d55414fef3fe1af25e961ae291468c51d86abef7293ee10c8fb60e76b \ - size 13706815 + checksums rmd160 93e4f5acffd3b0e1d373ce604a63b1c127d95c25 \ + sha256 a19b03ed9d5a4d61815151196072fa49c12fb568fc24f0d914ce57097b65fa69 \ + size 13720363 use_configure no use_zip yes From a33408d566ae9bf0c01b2ea92eb63d9f39983fc1 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 16 Oct 2024 10:10:11 -0400 Subject: [PATCH 013/446] syncthing: update to 1.28.0 --- net/syncthing/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/syncthing/Portfile b/net/syncthing/Portfile index 64fb363e138c2..38b3ca9f16cb6 100644 --- a/net/syncthing/Portfile +++ b/net/syncthing/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/syncthing/syncthing 1.27.12 v +go.setup github.com/syncthing/syncthing 1.28.0 v github.tarball_from archive revision 0 @@ -17,9 +17,9 @@ long_description Syncthing replaces proprietary sync and cloud services \ where it is stored, if it is shared with some third party \ and how it's transmitted over the Internet. -checksums rmd160 6801036b0d247b6461762fc7610db0bec1caf543 \ - sha256 c6d9a06ee223bad61b83b9212f089b960f495f7e84f3aae46ba207d5b808e1da \ - size 6585028 +checksums rmd160 cc28d54b5bf0dbaf438d3cc996a485528a25b6be \ + sha256 ae0b96744a61d30e5fe7a6054d984c2a488c389e0e9baad8a868a71871ed1444 \ + size 6454928 categories net installs_libs no From d2dacb542a12d2ccd61a4374ae550bc7e64cf4db Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 16 Oct 2024 10:30:10 -0400 Subject: [PATCH 014/446] vals: update to 0.37.6 --- sysutils/vals/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/vals/Portfile b/sysutils/vals/Portfile index b45a019fedfd0..7623d7c7c4691 100644 --- a/sysutils/vals/Portfile +++ b/sysutils/vals/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/variantdev/vals 0.37.5 v +go.setup github.com/variantdev/vals 0.37.6 v go.offline_build no github.tarball_from archive revision 0 @@ -23,9 +23,9 @@ license Apache-2 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer -checksums rmd160 56be4b632d3c72874d7b044ab318917c1eb8e68c \ - sha256 4f918bc0273dc29aac83f6aad7b95aebbc3494eb44d586326ed329ddb512997f \ - size 104846 +checksums rmd160 9e1830efba55a0a1073778c78ed953a9b714158c \ + sha256 39da6ce49e762242a2c3b5a175432f7afc6ad29b35452575c96b064f2f3dd990 \ + size 107597 build.cmd "go mod tidy && go build" From 952dd9293cfed9b7a2d78082ab90fb0aa04d8b04 Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 16 Oct 2024 16:38:20 +0200 Subject: [PATCH 015/446] openjdk23-sap: update to 23.0.1 (#26189) --- java/openjdk23-sap/Portfile | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/java/openjdk23-sap/Portfile b/java/openjdk23-sap/Portfile index c475b115574a9..8a375e81b5f81 100644 --- a/java/openjdk23-sap/Portfile +++ b/java/openjdk23-sap/Portfile @@ -6,7 +6,12 @@ set feature 23 name openjdk${feature}-sap categories java devel maintainers {breun.nl:nils @breun} openmaintainer -platforms {darwin any} + +# JVMMinimumSystemVersion in Contents/Info.plist is set to macOS 10.12 for x86_64: +# /usr/libexec/PlistBuddy -c "Print :JavaVM:JVMMinimumSystemVersion" Contents/Info.plist +# Mapping to Darwin version: https://trac.macports.org/wiki/PortfileRecipes#compare-osx-darwin-version +platforms {darwin any >= 16 } + # This port uses prebuilt binaries; 'NoMirror' makes sure MacPorts doesn't mirror/distribute these third-party binaries license GPL-2 NoMirror # This port uses prebuilt binaries for a particular architecture; they are not universal binaries @@ -15,7 +20,7 @@ universal_variant no supported_archs x86_64 arm64 # https://sap.github.io/SapMachine/latest/23 -version ${feature} +version ${feature}.0.1 revision 0 description SAP Machine ${feature} (Short Term Support until March 2025) @@ -25,14 +30,14 @@ master_sites https://github.com/SAP/SapMachine/releases/download/sapmachine-${ve if {${configure.build_arch} eq "x86_64"} { distname sapmachine-jdk-${version}_macos-x64_bin - checksums rmd160 d96ddf0e2ffbbd5d544c2e396ec9faf817f8ebdf \ - sha256 2125eb7250d331fa18521375d954fdd9efed611308eb72cf732c8c8fd5a877af \ - size 209948000 + checksums rmd160 609b1bdcd9642ca169f6b8049a77f0df1491ca27 \ + sha256 c3c9602fbf9c022792bf31459aceddf0b6510a7ee0126b82344eafb9797aa0f2 \ + size 210232199 } elseif {${configure.build_arch} eq "arm64"} { distname sapmachine-jdk-${version}_macos-aarch64_bin - checksums rmd160 b559c2c8a44ad316f60c46abd00b1edab5a87f3e \ - sha256 8c5414b627e9c2616a77f614363b276dca9ac814bffd769eb4aebd9e9fddbafe \ - size 207500677 + checksums rmd160 1083cb9638488387b8aeda6fd2d54c5caebee34d \ + sha256 0af67f212e33ed965cdba44cd0a0cabce41fc7df1224436dfa36b56ce358b088 \ + size 207776811 } worksrcdir sapmachine-jdk-${version}.jdk From f030dcec3a30aca77b62e87e82b2892bb1852a23 Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 16 Oct 2024 16:56:41 +0200 Subject: [PATCH 016/446] jdk17-graalvm: update platform comment (#26190) --- java/jdk17-graalvm/Portfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java/jdk17-graalvm/Portfile b/java/jdk17-graalvm/Portfile index 443bf382a6f5f..1e8bee162af57 100644 --- a/java/jdk17-graalvm/Portfile +++ b/java/jdk17-graalvm/Portfile @@ -8,7 +8,8 @@ categories java devel maintainers {breun.nl:nils @breun} openmaintainer # JVMMinimumSystemVersion in Contents/Info.plist is set to macOS 10.12.0 for x86_64: -# https://trac.macports.org/wiki/PortfileRecipes#compare-osx-darwin-version +# /usr/libexec/PlistBuddy -c "Print :JavaVM:JVMMinimumSystemVersion" Contents/Info.plist +# Mapping to Darwin version: https://trac.macports.org/wiki/PortfileRecipes#compare-osx-darwin-version platforms {darwin any >= 16 } # GraalVM Free Terms and Conditions: https://www.oracle.com/downloads/licenses/graal-free-license.html From 3ebcd4035b60e466fb19f12c7b3f5a9ad0a3ecf7 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 16 Oct 2024 14:12:33 -0400 Subject: [PATCH 017/446] terraform-1.9: update to 1.9.8 --- sysutils/terraform/Portfile | 16 ++++----- textproc/aq/Portfile | 71 +++++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+), 8 deletions(-) create mode 100644 textproc/aq/Portfile diff --git a/sysutils/terraform/Portfile b/sysutils/terraform/Portfile index f9786a2abeaef..44c69c75b5cab 100644 --- a/sysutils/terraform/Portfile +++ b/sysutils/terraform/Portfile @@ -38,19 +38,19 @@ proc terraformDistBase {} { } subport terraform-1.9 { - set patchNumber 7 + set patchNumber 8 revision 0 set armAvailable yes checksums [terraformDistBase]_amd64.zip \ - rmd160 6a122b501b437673b9aea6dd46a6c005b8f307fd \ - sha256 c35d5e978f5edbc398bbc9ccc89840b173c66978e1cdb6fc8a48c5c42346dd55 \ - size 27960816 \ + rmd160 2817f8603b83295702e44894e4a8d2d520977107 \ + sha256 be591e8c59c49d0cfbc7664d24910a4b43840b89d0a4bbca662149bbf0397e91 \ + size 27959329 \ [terraformDistBase]_arm64.zip \ - rmd160 7d10932711a7ea04423b1c06e634d81579e8d047 \ - sha256 0cdc2e21d0843a14379414e722806954d78b0439e8a7001f7500276bfc12eed4 \ - size 25741878 + rmd160 bc13cc6255e81b5acdfb12eba1293ebba2b5570b \ + sha256 873d7b925d08578fb6bb9c12c7cd92ae73e289e07c360f2fdd69f9036b7baaab \ + size 25745690 set customDistSubDir no } @@ -263,7 +263,7 @@ if {${subport} eq ${name}} { PortGroup obsolete 1.0 replaced_by ${latestVersion} - version 1.9.7 + version 1.9.8 revision 0 } elseif {${subport} eq "terraform_select"} { diff --git a/textproc/aq/Portfile b/textproc/aq/Portfile new file mode 100644 index 0000000000000..67eace871c28d --- /dev/null +++ b/textproc/aq/Portfile @@ -0,0 +1,71 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 + +PortSystem 1.0 +PortGroup cargo 1.0 +PortGroup github 1.0 + +github.setup rossmacarthur aq 0.3.0 +github.tarball_from archive +revision 0 + +description Extend jq for any data format + +long_description {*}${description} + +categories textproc +installs_libs no +license {MIT Apache-2} +maintainers {gmail.com:herby.gillot @herbygillot} \ + openmaintainer + +checksums ${distname}${extract.suffix} \ + rmd160 78b0e301f9de1fd0f7851254dd574037ab226cc1 \ + sha256 7a3c3a9a6813c0dce3b3dd2dbaeed431cac20f5cb880b5010eec868db8ec8bb4 \ + size 11738 + +destroot { + xinstall -m 0755 \ + ${worksrcpath}/target/[cargo.rust_platform]/release/${name} \ + ${destroot}${prefix}/bin/ +} + +cargo.crates \ + anyhow 1.0.69 224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800 \ + autocfg 1.1.0 d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa \ + bitflags 1.3.2 bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a \ + cc 1.0.79 50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f \ + errno 0.2.8 f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1 \ + errno-dragonfly 0.1.2 aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf \ + hashbrown 0.12.3 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 \ + hermit-abi 0.3.1 fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286 \ + indexmap 1.9.2 1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399 \ + io-lifetimes 1.0.5 1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3 \ + is-terminal 0.4.3 22e18b0a45d56fe973d6db23972bf5bc46f988a4a2385deac9cc29572f09daef \ + itoa 1.0.5 fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440 \ + libc 0.2.139 201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79 \ + linux-raw-sys 0.1.4 f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4 \ + memchr 2.5.0 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d \ + nom8 0.2.0 ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8 \ + rustix 0.36.8 f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644 \ + ryu 1.0.12 7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde \ + serde 1.0.152 bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb \ + serde-transcode 1.1.1 590c0e25c2a5bb6e85bf5c1bce768ceb86b316e7a01bdf07d2cb4ec2271990e2 \ + serde_json 1.0.93 cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76 \ + serde_spanned 0.6.1 0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4 \ + serde_yaml 0.9.17 8fb06d4b6cdaef0e0c51fa881acb721bed3c924cfaa71d9c94a3b771dfdf6567 \ + toml 0.7.2 f7afcae9e3f0fe2c370fd4657108972cbb2fa9db1b9f84849cefd80741b01cb6 \ + toml_datetime 0.6.1 3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622 \ + toml_edit 0.19.3 5e6a7712b49e1775fb9a7b998de6635b299237f48b404dde71704f2e0e7f37e5 \ + unsafe-libyaml 0.2.5 bc7ed8ba44ca06be78ea1ad2c3682a43349126c8818054231ee6f4748012aed2 \ + winapi 0.3.9 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 \ + winapi-i686-pc-windows-gnu 0.4.0 ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 \ + winapi-x86_64-pc-windows-gnu 0.4.0 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f \ + windows-sys 0.45.0 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0 \ + windows-targets 0.42.1 8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7 \ + windows_aarch64_gnullvm 0.42.1 8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608 \ + windows_aarch64_msvc 0.42.1 4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7 \ + windows_i686_gnu 0.42.1 de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640 \ + windows_i686_msvc 0.42.1 bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605 \ + windows_x86_64_gnu 0.42.1 c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45 \ + windows_x86_64_gnullvm 0.42.1 628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463 \ + windows_x86_64_msvc 0.42.1 447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd From 0787e756ec1ab0fa9a4a9d3ea5d83053514ca4a7 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 16 Oct 2024 14:20:34 -0400 Subject: [PATCH 018/446] bashunit: update to 0.18.0 --- devel/bashunit/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/bashunit/Portfile b/devel/bashunit/Portfile index 49965b95ad4ad..6fff7fd77d080 100644 --- a/devel/bashunit/Portfile +++ b/devel/bashunit/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup github 1.0 -github.setup TypedDevs bashunit 0.17.0 +github.setup TypedDevs bashunit 0.18.0 github.tarball_from archive revision 0 @@ -26,9 +26,9 @@ maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer supported_archs noarch -checksums rmd160 0062ffe5c13d6e264b998b869dc0541a520a5610 \ - sha256 154dc6f9c5de0c04539d9b63e1a7bca6049289b7ff6f901cffdbd124361b0926 \ - size 36439 +checksums rmd160 ff8e22a464f94648f920748f99952278714cc2ce \ + sha256 d28b10941138cc6d5da6052632fda92cffd6111701fdfae19a48266c55daf0ef \ + size 41765 depends_lib-append port:bash \ port:gsed From 88a64bfa5e38b9f57d91de227f7525fe6a0df30c Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 16 Oct 2024 14:34:35 -0400 Subject: [PATCH 019/446] hugo: update to 0.136.1 --- www/hugo/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/hugo/Portfile b/www/hugo/Portfile index a4cd85789cc46..4df7e141bd952 100644 --- a/www/hugo/Portfile +++ b/www/hugo/Portfile @@ -3,14 +3,14 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/gohugoio/hugo 0.136.0 v +go.setup github.com/gohugoio/hugo 0.136.1 v go.offline_build no github.tarball_from archive revision 0 -checksums rmd160 f04e0d28218fee0b682a3ee4293838ae84140d7d \ - sha256 0c488f10b53d20930e2132089caa3727283bf3c2b07a2d3211e94fe553168339 \ - size 21226224 +checksums rmd160 33b8229d924b26ae7f0fc178d82823f9b785167c \ + sha256 7d822d9ef777bd97d9d46b42ff8ef1fe9c5f3aad6054759d977c749c711f4be3 \ + size 21227835 categories www installs_libs no From dc8f4a16f473d4623b1ccc7e22e6cb397a74e66f Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 16 Oct 2024 14:37:57 -0400 Subject: [PATCH 020/446] gh-dash: update to 4.7.0 --- devel/gh-dash/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/gh-dash/Portfile b/devel/gh-dash/Portfile index 42eb707d9078a..78f7499b797ae 100644 --- a/devel/gh-dash/Portfile +++ b/devel/gh-dash/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/dlvhdr/gh-dash 4.5.4 v +go.setup github.com/dlvhdr/gh-dash 4.7.0 v go.offline_build no github.tarball_from archive revision 0 From 89ce6dd269993cc6d9a743cbdfb7ba4e7873be00 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 16 Oct 2024 14:42:33 -0400 Subject: [PATCH 021/446] helmfile: update to 0.169.0 --- sysutils/helmfile/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/helmfile/Portfile b/sysutils/helmfile/Portfile index 919df57301a1e..3b9b11395ab65 100644 --- a/sysutils/helmfile/Portfile +++ b/sysutils/helmfile/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/helmfile/helmfile 0.168.0 v +go.setup github.com/helmfile/helmfile 0.169.0 v go.offline_build no github.tarball_from archive revision 0 @@ -29,9 +29,9 @@ build.pre_args-append \ TAG=v${version} build.args build -checksums rmd160 1fa0c7c9d6b19043b00402485acfc37b2ba12a81 \ - sha256 6b5efb52a5246b1c1d740d979a5e90f7219a987b7f4e1fd5d09a3c6846b5489b \ - size 1064191 +checksums rmd160 7d7566c6819ac7f7855b84bd23c8fc298d5b7118 \ + sha256 e0401c4ecc81101d4bd17f171bd6e6ad6f6b50adbbc46525a83d01d1df73ae0c \ + size 1067834 use_parallel_build no From 79ac193058a15afe26074d818d3ba6fae0861917 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 16 Oct 2024 14:43:49 -0400 Subject: [PATCH 022/446] zlint: update to 3.6.4 --- security/zlint/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/security/zlint/Portfile b/security/zlint/Portfile index 50d3d07324ad8..b43315a16124b 100644 --- a/security/zlint/Portfile +++ b/security/zlint/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/zmap/zlint 3.6.3 v +go.setup github.com/zmap/zlint 3.6.4 v go.offline_build no github.tarball_from archive revision 0 @@ -22,9 +22,9 @@ license Apache-2 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer -checksums rmd160 480b5e632a12842a33e9182ba7b16cc9860848cc \ - sha256 9286b6f153d0a2accac135ae355074963e5afdc55d76d22f0792a76b9898d2e2 \ - size 1821592 +checksums rmd160 011bd9e2848ab2a30038f219ae898e5fc8ae0670 \ + sha256 548562c1a7470c6d1c602a077c4e0cb5718ccb53a6e16e49e0671ea8337dae45 \ + size 1847899 build.pre_args-append \ -C v3 \ From 0c0e5304a4798950f35dbd187ae5607f8c21baaf Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 16 Oct 2024 14:45:42 -0400 Subject: [PATCH 023/446] air: update to 1.61.1 --- devel/air/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/air/Portfile b/devel/air/Portfile index f07a0f3bd45b9..108cdd8b95903 100644 --- a/devel/air/Portfile +++ b/devel/air/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/air-verse/air 1.61.0 v +go.setup github.com/air-verse/air 1.61.1 v go.offline_build no github.tarball_from archive revision 0 @@ -19,9 +19,9 @@ license GPL-3 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer -checksums rmd160 555223fed2b8035086dca8d4d0edba5c6ed18ed9 \ - sha256 3396c8514c6f4d4af2da99bfd804cc3f2034bc44f2f5c2e70b5db2381c671c0a \ - size 1025370 +checksums rmd160 b873e03d540d984b2ae54a29ee356690fec27c1d \ + sha256 072af62734ea68ab4adf0b09c47bdea377ffb725f4ba3c53ceefb9fd8839e0c3 \ + size 1025173 patch { # Set the build version directly in the Makefile. Do not attempt to From e1e0bb3b6e9eb6acd05db7925a722b2dee17bbae Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 16 Oct 2024 14:52:16 -0400 Subject: [PATCH 024/446] mise: update to 2024.10.7 --- sysutils/mise/Portfile | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/sysutils/mise/Portfile b/sysutils/mise/Portfile index f55b5fe263e94..0dda2afe8d163 100644 --- a/sysutils/mise/Portfile +++ b/sysutils/mise/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup cargo 1.0 -github.setup jdx mise 2024.10.5 v +github.setup jdx mise 2024.10.7 v github.tarball_from archive revision 0 @@ -25,9 +25,9 @@ maintainers {outlook.com:gjq.uoiai @MisLink} \ openmaintainer checksums ${distname}${extract.suffix} \ - rmd160 2886dddd79cf00201abf8b922f5966739203daf7 \ - sha256 6a2edff4dd0cc91c2d81741b29b6fa2eebfeae3b6d76eec677d55f439104631d \ - size 3097907 + rmd160 265c4133c198c4a953e270298c894e71e10eaa3b \ + sha256 f651eeee53de37f0ee615e0a60744e00a9abe76d5be574fcf24c7072f835efdf \ + size 3097842 patchfiles patch-src_cli_self_update.diff @@ -309,7 +309,6 @@ cargo.crates \ num-conv 0.1.0 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 \ num-traits 0.2.19 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 \ num_cpus 1.16.0 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 \ - num_threads 0.1.7 5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9 \ number_prefix 0.4.0 830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3 \ object 0.32.2 a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441 \ once_cell 1.20.2 1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775 \ @@ -330,10 +329,10 @@ cargo.crates \ path-dedot 3.1.1 07ba0ad7e047712414213ff67533e6dd477af0a4e1d14fb52343e53d30ea9397 \ pbkdf2 0.12.2 f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2 \ percent-encoding 2.3.1 e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e \ - pest 2.7.13 fdbef9d1d47087a895abd220ed25eb4ad973a5e26f6a4367b038c25e28dfc2d9 \ - pest_derive 2.7.13 4d3a6e3394ec80feb3b6393c725571754c6188490265c61aaf260810d6b95aa0 \ - pest_generator 2.7.13 94429506bde1ca69d1b5601962c73f4172ab4726571a59ea95931218cb0e930e \ - pest_meta 2.7.13 ac8a071862e93690b6e34e9a5fb8e33ff3734473ac0245b27232222c4906a33f \ + pest 2.7.14 879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442 \ + pest_derive 2.7.14 d214365f632b123a47fd913301e14c946c61d1c183ee245fa76eb752e59a02dd \ + pest_generator 2.7.14 eb55586734301717aea2ac313f50b2eb8f60d2fc3dc01d190eefa2e625f60c4e \ + pest_meta 2.7.14 b75da2a70cf4d9cb76833c990ac9cd3923c9a8905a8929789ce347c84564d03d \ petgraph 0.6.5 b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db \ phf 0.10.1 fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259 \ phf 0.11.2 ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc \ @@ -390,7 +389,7 @@ cargo.crates \ rustls-pemfile 2.2.0 dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50 \ rustls-pki-types 1.9.0 0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55 \ rustls-webpki 0.102.8 64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9 \ - rustversion 1.0.17 955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6 \ + rustversion 1.0.18 0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248 \ ryu 1.0.18 f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f \ same-file 1.0.6 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 \ schannel 0.1.26 01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1 \ @@ -423,7 +422,6 @@ cargo.crates \ signature 2.2.0 77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de \ simd-adler32 0.3.7 d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe \ similar 2.6.0 1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e \ - simplelog 0.12.2 16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0 \ siphasher 0.3.11 38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d \ siphasher 1.0.1 56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d \ slab 0.4.9 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 \ @@ -500,7 +498,7 @@ cargo.crates \ untrusted 0.9.0 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 \ url 2.5.2 22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c \ urlencoding 2.1.3 daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da \ - usage-lib 0.10.0 10a371a29ab8acb72834f103fcacf5e61e8938bbd256d145b45e1f216e52a8ab \ + usage-lib 0.11.0 c4ef4c493e121a1bc4a1ca2d5cb9b987fc8822f46a4c06d1febf8765eee021fb \ utf-8 0.7.6 09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9 \ utf8parse 0.2.2 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 \ valuable 0.1.0 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d \ From 1f811eef73c283c4bd1fa3a54b12b6a9de8c1c70 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 16 Oct 2024 15:01:51 -0400 Subject: [PATCH 025/446] pipexec: update to 2.6.2 --- sysutils/pipexec/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/pipexec/Portfile b/sysutils/pipexec/Portfile index e85baea49c01e..9035ab8a570c3 100644 --- a/sysutils/pipexec/Portfile +++ b/sysutils/pipexec/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup github 1.0 -github.setup flonatel pipexec 2.6.1 +github.setup flonatel pipexec 2.6.2 github.tarball_from releases revision 0 @@ -19,9 +19,9 @@ license GPL-2 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer -checksums rmd160 5d15030a5bee2d1463e5059294d2eb0bf642a562 \ - sha256 de8237eb45224c04c1bd41cc8dc5dfb9c78ceff3b02202a49981396e55602e29 \ - size 352352 +checksums rmd160 7a4c802ce4896568ec87562ca30d202f38f1b9c5 \ + sha256 d3ba6802a9dc4e5f336e840958c4ddaf3de427fa70a62430688c91e4d46e3d1d \ + size 347780 use_xz yes From f15f1b5d161974824c2e74e251d056828dfcaed6 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 16 Oct 2024 15:05:07 -0400 Subject: [PATCH 026/446] broot: update to 1.44.1 --- sysutils/broot/Portfile | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/sysutils/broot/Portfile b/sysutils/broot/Portfile index 66048d1516366..6d79a1c848221 100644 --- a/sysutils/broot/Portfile +++ b/sysutils/broot/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup cargo 1.0 PortGroup github 1.0 -github.setup Canop broot 1.44.0 v +github.setup Canop broot 1.44.1 v github.tarball_from archive revision 0 @@ -25,9 +25,9 @@ maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums ${distname}${extract.suffix} \ - rmd160 9611c81ec5ad9b1bea877b21796fb03e94790538 \ - sha256 a235f9e326d39416b484ea5e677642194f726b7683bd2d5dcd1520ba37afb34d \ - size 13914515 + rmd160 bbb1cb70889437a7526e5854217896bf7f6fef08 \ + sha256 f0fe553e89b4173023cd35896ff9f94100b9605a23455a00562ed329962440ae \ + size 14064204 depends_lib-append path:lib/pkgconfig/libgit2.pc:libgit2 \ port:zlib @@ -171,7 +171,7 @@ cargo.crates \ lazy_static 1.5.0 bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe \ lebe 0.5.2 03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8 \ lfs-core 0.11.2 75aa9f1a56e1178a04270bdd6f28b3a9cc34bc5429a3139cd03e2eae2ecb455a \ - libc 0.2.155 97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c \ + libc 0.2.158 d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439 \ libgit2-sys 0.17.0+1.8.1 10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224 \ libredox 0.1.3 c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d \ libsqlite3-sys 0.28.0 0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f \ @@ -184,13 +184,10 @@ cargo.crates \ memchr 2.7.4 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 \ memmap2 0.8.0 43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed \ memmap2 0.9.4 fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322 \ - memoffset 0.6.5 5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce \ memoffset 0.7.1 5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4 \ minimad 0.13.1 a9c5d708226d186590a7b6d4a9780e2bdda5f689e0d58cd17012a298efd745d2 \ miniz_oxide 0.7.4 b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08 \ - mio 0.8.11 a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c \ mio 1.0.2 80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec \ - nix 0.22.3 e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf \ nix 0.26.4 598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b \ nix 0.29.0 71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46 \ normpath 1.3.0 c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed \ @@ -241,7 +238,7 @@ cargo.crates \ roxmltree 0.20.0 6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97 \ rusqlite 0.31.0 b838eba278d213a8beaf485bd313fd580ca4505a00d5871caeb1457c55322cae \ rustc-hash 1.1.0 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 \ - rustix 0.38.34 70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f \ + rustix 0.38.37 8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811 \ rustybuzz 0.10.0 71cd15fef9112a1f94ac64b58d1e4628192631ad6af4dc69997f995459c874e7 \ ryu 1.0.18 f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f \ same-file 1.0.6 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 \ @@ -275,9 +272,9 @@ cargo.crates \ syn 2.0.74 1fceb41e3d546d0bd83421d3409b1460cc7444cd389341a4c880fe7a042cb3d7 \ syntect-no-panic 4.6.1 bee6d840027be11d9fae1432a799c548eaf0332a9a8dbe8526281d55a9600e4f \ tempfile 3.12.0 04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64 \ - termimad 0.30.0 920e7c4671e79f3d9df269da9c8edf0dbc580044fd727d3594f7bfba5eb6107a \ + termimad 0.30.1 22117210909e9dfff30a558f554c7fb3edb198ef614e7691386785fb7679677c \ terminal-clipboard 0.4.1 4e0fd8cb5cf744b501e657eb27df7909ff917eacbfee34bc4bb13d4e6411a131 \ - terminal-light 1.5.0 107b76de0f9296a417d77a85fee9e0d57084392d281b0858116b14e6620f255c \ + terminal-light 1.7.0 4a9474484d1a0c031cd7d065c6f027a376859c9fedb32c94df3d7a797218bbb7 \ termux-clipboard 0.1.0 9f6aff13ca3293315b94f6dbd9c69e1c958fe421c294681e2ffda80c9858e36f \ thiserror 1.0.63 c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724 \ thiserror-impl 1.0.63 a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261 \ @@ -363,8 +360,7 @@ cargo.crates \ x11rb-protocol 0.12.0 82d6c3f9a0fb6701fab8f6cea9b0c0bd5d6876f1f89f7fada07e558077c344bc \ xmlparser 0.13.6 66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4 \ xmlwriter 0.1.0 ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9 \ - xterm-query 0.3.0 5a6af094c5a26cf7663e97d92f69dd6f4c131e90e95ac64308289fce9168c066 \ - xterm-query 0.4.1 0ad8964f04823efe0096d7829f6d93f9cb4f88713d07d514486296dd8b9d2194 \ + xterm-query 0.5.0 775333f1c03ec9f81f7f295de5a8dac7350b91f7e03e2dd730593ba4ec3515d1 \ yaml-rust 0.4.5 56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85 \ zerocopy 0.7.35 1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0 \ zerocopy-derive 0.7.35 fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e \ From a33b63795c5d33a9467517413ee6b79f1c4ee279 Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Wed, 16 Oct 2024 14:35:15 -0500 Subject: [PATCH 027/446] netwalker: Fix build with ncurses 6.5; other fixes Fix screen.cc to use functions to access the WINDOW struct instead of accessing the fields directly; as of ncurses 6.5, the WINDOW struct is opaque by default. Closes: https://trac.macports.org/ticket/70426 Fix screen.cc to avoid dangling else warning. Fix server.cc to avoid tautological pointer compare warning. Fix Makefile to use CXX/CXXFLAGS, not C/CFLAGS, since this is C++ code. Fix Makefile usage of DESTDIR and PREFIX. Fix Makefile so that it updates the path to the help files in config.h so that the /help command works. Fix Makefile to declare target dependencies. Fix Makefile to declare phony targets. Use makefile portgroup. Use archived homepage; the original is gone. Modernize checksums. --- irc/netwalker-ircc/Portfile | 28 +++-- irc/netwalker-ircc/files/Makefile.patch | 147 +++++++++++++++++++++-- irc/netwalker-ircc/files/screen.cc.patch | 75 ++++++++++++ irc/netwalker-ircc/files/server.cc.patch | 14 +++ 4 files changed, 242 insertions(+), 22 deletions(-) create mode 100644 irc/netwalker-ircc/files/screen.cc.patch create mode 100644 irc/netwalker-ircc/files/server.cc.patch diff --git a/irc/netwalker-ircc/Portfile b/irc/netwalker-ircc/Portfile index 04f095afe1ccf..b521e7463c688 100644 --- a/irc/netwalker-ircc/Portfile +++ b/irc/netwalker-ircc/Portfile @@ -1,8 +1,14 @@ PortSystem 1.0 +PortGroup makefile 1.0 name netwalker-ircc version 0.5.0 -revision 1 +revision 2 +checksums md5 1f5a7cc0fb54142c6306651105aedd68 \ + rmd160 302e45f1fcc53847249bf5692f6c32d2c08c758e \ + sha256 e3b62aaf80bff94527a71bb52dec58689dbc66a3bc465ae91f948d0f20902256 \ + size 54768 + categories irc license GPL-2 maintainers nomaintainer @@ -10,23 +16,19 @@ description A simple, fast IRC client with an ncurses UI. long_description \ netwalker-ircc is an IRC client which uses the ncurses library to \ print the screen. The code was written completely from scratch. -homepage http://lancelot2k.dyndns.org/projects/netwalker/ -platforms darwin -master_sites ${homepage}netwalker-src/ freebsd +homepage https://web.archive.org/web/20050307202526/http://lancelot2k.dyndns.org/projects/netwalker/ +master_sites freebsd extract.suffix .tgz -checksums md5 1f5a7cc0fb54142c6306651105aedd68 depends_lib port:ncurses -patchfiles Makefile.patch +post-extract { + move ${worksrcpath}/config.h ${worksrcpath}/config.h.in +} -use_configure no +patchfiles Makefile.patch \ + screen.cc.patch \ + server.cc.patch use_parallel_build no -# yes, it uses $CC to compile C++ -build.args CC="${configure.cxx}" \ - CFLAGS="${configure.cflags} -Wall ${configure.cc_archflags}" \ - LDFLAGS="-lncurses ${configure.ld_archflags}" - -destroot.destdir DESTDIR=${destroot}${prefix} diff --git a/irc/netwalker-ircc/files/Makefile.patch b/irc/netwalker-ircc/files/Makefile.patch index 3a1fb91d628cc..18bb790542932 100644 --- a/irc/netwalker-ircc/files/Makefile.patch +++ b/irc/netwalker-ircc/files/Makefile.patch @@ -1,15 +1,144 @@ ---- Makefile.orig 2004-04-27 03:42:38.000000000 +1000 -+++ Makefile 2011-08-26 17:49:18.000000000 +1000 -@@ -22,9 +22,9 @@ - mkdir -p $(DESTDIR)/bin - mkdir -p $(DESTDIR)/share/man/man1 - mkdir -p $(HELP_DIR) +Use CXX and CXXFLAGS, not CC and CFLAGS, for C++ code. +Also use CXXFLAGS when linking C++ code so that the right -stdlib flag gets used. +Rename DESTDIR to PREFIX and use DESTDIR for its intended purpose. +Let the user override the defaults for these variables using env vars. +Use short install options; BSD install doesn't know the long ones. +Generate config.h (with correct HELP_DIR) from config.h.in. +Declare target dependencies (generated by `c++ -MM`). +Declare phony targets. +--- Makefile.orig 2004-04-26 12:42:38.000000000 -0500 ++++ Makefile 2024-10-16 13:33:41.000000000 -0500 +@@ -1,14 +1,15 @@ +-CC=g++ +-LDFLAGS=-lncurses -lpthread +-CFLAGS=-O2 -Wall +-#CFLAGS=-O2 -Wall -DDEBUG ++CXX?=g++ ++LDFLAGS+=-lncurses -lpthread ++OPTFLAGS?=-O2 ++CXXFLAGS?=$(OPTFLAGS) ++CXXFLAGS+=-Wall ++#CXXFLAGS+=-DDEBUG + objects=main.o functions.o screen.o server.o user.o messages.o signals.o parameter.o userdb.o +-DESTDIR=/usr ++PREFIX?=/usr + BINNAME=netwalker + MANPAGE=netwalker.1 + +-#if you alter this you also have to alter the config.h file!!! +-HELP_DIR=$(DESTDIR)/share/netwalker-ircc/ ++HELP_DIR=$(PREFIX)/share/netwalker-ircc/ + + all: notice echo_for_objects make_objects link_the_binary + +@@ -19,12 +20,12 @@ + + install: notice + @echo "--== INSTALLING ==--" +- mkdir -p $(DESTDIR)/bin +- mkdir -p $(DESTDIR)/share/man/man1 +- mkdir -p $(HELP_DIR) - install --mode=0755 $(BINNAME) $(DESTDIR)/bin/$(BINNAME) - install --mode=0644 $(MANPAGE) $(DESTDIR)/share/man/man1/$(MANPAGE) - install --mode=0644 help/* $(HELP_DIR) -+ install -m 0755 $(BINNAME) $(DESTDIR)/bin/$(BINNAME) -+ install -m 0644 $(MANPAGE) $(DESTDIR)/share/man/man1/$(MANPAGE) -+ install -m 0644 help/* $(HELP_DIR) ++ mkdir -p $(DESTDIR)$(PREFIX)/bin ++ mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1 ++ mkdir -p $(DESTDIR)$(HELP_DIR) ++ install -m 0755 $(BINNAME) $(DESTDIR)$(PREFIX)/bin/$(BINNAME) ++ install -m 0644 $(MANPAGE) $(DESTDIR)$(PREFIX)/share/man/man1/$(MANPAGE) ++ install -m 0644 help/* $(DESTDIR)$(HELP_DIR) @echo "==============================================" @echo "|| ||" @echo "|| Thank you for installing the ||" +@@ -41,8 +42,8 @@ + + uninstall: + @echo "--== UNINSTALLING ==--" +- rm -f $(DESTDIR)/bin/$(BINNAME) +- rm -f $(DESTDIR)/share/man/man1/$(MANPAGE) ++ rm -f $(DESTDIR)$(PREFIX)/bin/$(BINNAME) ++ rm -f $(DESTDIR)$(PREFIX)/share/man/man1/$(MANPAGE) + rm -rf $(DESTDIR)$(HELP_DIR) + + update: notice uninstall clean all install +@@ -54,7 +55,7 @@ + + link_the_binary: + @echo "--== LINKING THE BINARY ==--" +- $(CC) $(LDFLAGS) $(objects) -o $(BINNAME) ++ $(CXX) $(CXXFLAGS) $(LDFLAGS) $(objects) -o $(BINNAME) + + help: + @echo "Available Options:" +@@ -76,29 +77,47 @@ + @echo "==============================================" + @echo "" + +-main.o: +- $(CC) $(CFLAGS) -c main.cc -o main.o ++config.h: config.h.in ++ sed '/^#define FILES_HELP_DIRECTORY /s|".*"$$|"$(HELP_DIR)"|' < config.h.in > config.h + +-functions.o: +- $(CC) $(CFLAGS) -c functions.cc -o functions.o ++main.o: main.cc classes.h server.h config.h functions.h \ ++ input_parameters.h screen.h user.h messages.h parameter.h userdb.h \ ++ signals.h ++ $(CXX) $(CXXFLAGS) -c main.cc -o main.o ++ ++functions.o: functions.cc functions.h classes.h server.h config.h \ ++ input_parameters.h screen.h user.h messages.h parameter.h userdb.h \ ++ signals.h ++ $(CXX) $(CXXFLAGS) -c functions.cc -o functions.o ++ ++screen.o: screen.cc screen.h config.h classes.h server.h functions.h \ ++ input_parameters.h user.h messages.h parameter.h userdb.h signals.h ++ $(CXX) $(CXXFLAGS) -c screen.cc -o screen.o ++ ++server.o: server.cc server.h config.h classes.h screen.h functions.h \ ++ user.h messages.h parameter.h userdb.h signals.h input_parameters.h ++ $(CXX) $(CXXFLAGS) -c server.cc -o server.o ++ ++user.o: user.cc user.h config.h classes.h server.h functions.h \ ++ input_parameters.h screen.h messages.h parameter.h userdb.h signals.h ++ $(CXX) $(CXXFLAGS) -c user.cc -o user.o ++ ++messages.o: messages.cc messages.h config.h classes.h server.h \ ++ functions.h input_parameters.h screen.h user.h parameter.h userdb.h \ ++ signals.h ++ $(CXX) $(CXXFLAGS) -c messages.cc -o messages.o ++ ++signals.o: signals.cc signals.h config.h classes.h server.h functions.h \ ++ input_parameters.h screen.h user.h messages.h parameter.h userdb.h ++ $(CXX) $(CXXFLAGS) -c signals.cc -o signals.o ++ ++parameter.o: parameter.cc parameter.h config.h classes.h server.h \ ++ functions.h input_parameters.h screen.h user.h messages.h userdb.h \ ++ signals.h ++ $(CXX) $(CXXFLAGS) -c parameter.cc -o parameter.o ++ ++userdb.o: userdb.cc userdb.h config.h classes.h server.h functions.h \ ++ input_parameters.h screen.h user.h messages.h parameter.h signals.h ++ $(CXX) $(CXXFLAGS) -c userdb.cc -o userdb.o + +-screen.o: +- $(CC) $(CFLAGS) -c screen.cc -o screen.o +- +-server.o: +- $(CC) $(CFLAGS) -c server.cc -o server.o +- +-user.o: +- $(CC) $(CFLAGS) -c user.cc -o user.o +- +-messages.o: +- $(CC) $(CFLAGS) -c messages.cc -o messages.o +- +-signals.o: +- $(CC) $(CFLAGS) -c signals.cc -o signals.o +- +-parameter.o: +- $(CC) $(CFLAGS) -c parameter.cc -o parameter.o +- +-userdb.o: +- $(CC) $(CFLAGS) -c userdb.cc -o userdb.o ++.PHONY: all clean help install link_the_binary make_objects notice uninstall diff --git a/irc/netwalker-ircc/files/screen.cc.patch b/irc/netwalker-ircc/files/screen.cc.patch new file mode 100644 index 0000000000000..0feb089997dac --- /dev/null +++ b/irc/netwalker-ircc/files/screen.cc.patch @@ -0,0 +1,75 @@ +Fix: + +error: member access into incomplete type 'WINDOW' (aka '_win_st') +warning: add explicit braces to avoid dangling else [-Wdangling-else] +--- screen.cc.orig 2004-04-26 08:22:26.000000000 -0500 ++++ screen.cc 2024-10-16 14:27:55.000000000 -0500 +@@ -80,12 +80,13 @@ + /* not used screen */ + snprintf(buffer, textsize, SCREEN_NOT_USED); + } +- InfoTop->_cury = InfoTop->_curx = 0; ++ wmove(InfoTop, 0, 0); + whline(InfoTop, 0, 5); +- InfoTop->_curx = 5; ++ wmove(InfoTop, 0, 5); + wprintw(InfoTop, "%s", buffer); +- InfoTop->_curx = 5 + strlen(buffer); +- whline(InfoTop, 0, COLSnow-(InfoTop->_curx)); ++ int x = 5 + strlen(buffer); ++ wmove(InfoTop, 0, x); ++ whline(InfoTop, 0, COLSnow - x); + wrefresh(InfoTop); + SetCursorToInputScreen(); + return; +@@ -96,9 +97,9 @@ + CheckScreenForRedraw(); + werase(InfoBottom); + int textsize = COLSnow - 24; +- InfoBottom->_cury = InfoBottom->_curx = 0; ++ wmove(InfoBottom, 0, 0); + whline(InfoBottom, 0, 15); +- InfoBottom->_curx = 15; ++ wmove(InfoBottom, 0, 15); + char * channel_str_ptr = MakeScreenString(0); + char * dchat_str_ptr = MakeScreenString(1); + int num_users = 0; +@@ -116,8 +117,9 @@ + snprintf(help_buffer, HELP_BUF_LEN, "%s - no Screens!", nickname); + } + int num = print_format_text(InfoBottom, help_buffer, textsize); +- InfoBottom->_curx = 15 + num; +- whline(InfoBottom, 0, COLSnow - (InfoBottom->_curx)); ++ int x = 15 + num; ++ wmove(InfoBottom, 0, x); ++ whline(InfoBottom, 0, COLSnow - x); + wrefresh(InfoBottom); + if(channel_str_ptr) delete[] channel_str_ptr; + if(dchat_str_ptr) delete[] dchat_str_ptr; +@@ -134,7 +136,7 @@ + /* count how many messages we can print on the screen */ + int messages_to_print = MessagesToPrint(); + werase(TextScreen); +- TextScreen->_curx = TextScreen->_cury = 0; ++ wmove(TextScreen, 0, 0); + for(int i = messages_to_print+first_print_msg-1; i >= first_print_msg; i--) + { + /* print 1 line */ +@@ -756,8 +758,15 @@ + Classes.Connection->UnsetMaybeReconnect(); + } + } +- if(message == NULL) if(!command_used) Classes.Connection->WriteMessageToServer(InputBuffer+1); +- else if(!command_used) Classes.Connection->WriteMessageToServer(message+1); ++ if(message == NULL) { ++ if(!command_used) { ++ Classes.Connection->WriteMessageToServer(InputBuffer+1); ++ } ++ } else { ++ if(!command_used) { ++ Classes.Connection->WriteMessageToServer(message+1); ++ } ++ } + DrawTextScreen(); + return; + } diff --git a/irc/netwalker-ircc/files/server.cc.patch b/irc/netwalker-ircc/files/server.cc.patch new file mode 100644 index 0000000000000..580d3ebb98ae7 --- /dev/null +++ b/irc/netwalker-ircc/files/server.cc.patch @@ -0,0 +1,14 @@ +Fix: + +warning: comparison of array 'tmp_nickname' equal to a null pointer is always false [-Wtautological-pointer-compare] +--- server.cc.orig 2004-04-26 12:41:49.000000000 -0500 ++++ server.cc 2024-10-16 14:32:21.000000000 -0500 +@@ -1044,7 +1044,7 @@ + /* :nickname!pcname@addr QUIT :"leave-message" */ + char tmp_nickname[NICKNAME_LEN]; + GetSenderName(tmp_nickname, 0, NICKNAME_LEN); +- if(tmp_nickname == '\0') return; /* false format */ ++ if(tmp_nickname[0] == '\0') return; /* false format */ + /* get the quit message */ + Put_Text_together(2); + if(normal_text[0] == '\0') { From 17676e8eede76c18e801c39ae57c9287e2363e3c Mon Sep 17 00:00:00 2001 From: i0ntempest Date: Wed, 16 Oct 2024 15:55:23 -0400 Subject: [PATCH 028/446] julia: 1.11.1 --- lang/julia/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/julia/Portfile b/lang/julia/Portfile index e264434b75526..3994fd39510a5 100644 --- a/lang/julia/Portfile +++ b/lang/julia/Portfile @@ -10,7 +10,7 @@ compilers.choose fc f77 f90 compilers.setup require_fortran -g95 compiler.blacklist-append {clang < 900} -github.setup JuliaLang julia 1.11.0 v +github.setup JuliaLang julia 1.11.1 v revision 0 categories-append lang math science maintainers {ieee.org:s.t.smith @essandess} \ @@ -30,9 +30,9 @@ github.tarball_from releases distfiles ${name}-${version}-full${extract.suffix} checksums ${name}-${version}-full${extract.suffix} \ - rmd160 5d23394ddd287a8302557b677e8c61b500b2780f \ - sha256 8d77780cd04484e21f9c3805be6b1bd56a69bcbe6caedf2485e899205d85c874 \ - size 353050351 + rmd160 8a2d6b69ab6a78c36c075f3f232b4114e8a98879 \ + sha256 a49b804de6e86a03fe26c73f58851eaee1ff243d7204f2b5ae4dbc5c1dc2758d \ + size 353046852 extract.only ${distfiles} From c08153b2402494fb0574c5dc81b7170a25b2f67d Mon Sep 17 00:00:00 2001 From: i0ntempest Date: Wed, 16 Oct 2024 15:57:24 -0400 Subject: [PATCH 029/446] sqlitebrowser: 3.13.1 --- databases/sqlitebrowser/Portfile | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/databases/sqlitebrowser/Portfile b/databases/sqlitebrowser/Portfile index c1dfd5d0ebe52..5ce0759bfb7f8 100644 --- a/databases/sqlitebrowser/Portfile +++ b/databases/sqlitebrowser/Portfile @@ -5,10 +5,10 @@ PortGroup cmake 1.1 PortGroup github 1.0 PortGroup qt5 1.0 -github.setup sqlitebrowser sqlitebrowser 3.13.0 v -set git-commit 5733cb7 +github.setup sqlitebrowser sqlitebrowser 3.13.1 v +set git-commit 5d84f53 # This line is for displaying commit in about panel only -revision 1 +revision 0 categories databases platforms darwin linux @@ -37,9 +37,9 @@ long_description SQLite Database Browser is a visual tool used to create, des homepage http://sqlitebrowser.org -checksums rmd160 1932424909f03058d274bb7bb832ff300954bb7e \ - sha256 3db72b337e9977da65314e2a8557577e465e07e5d6ddf4a6576247d40487b5ab \ - size 4901735 +checksums rmd160 7a1c5787fe1ee40475a093aa4d087e926fd9d6ac \ + sha256 4f8db07262c9402f50f40dda36c36d6ce9081e3d74ab9ad51c43f31048fcf5ec \ + size 4924197 # Exclude pre-release candidates github.livecheck.regex \ @@ -65,11 +65,6 @@ configure.args-append \ post-patch { reinplace "s|\"Unknown\"|\"${git-commit}\"|" CMakeLists.txt - # fix version - check if fixed in the next version - reinplace "s|3.13.99|${version}|" CMakeLists.txt - system -W ${worksrcpath}/src "/usr/libexec/PlistBuddy -c \"Set :CFBundleGetInfoString ${version}\" app.plist" - system -W ${worksrcpath}/src "/usr/libexec/PlistBuddy -c \"Set :CFBundleShortVersionString ${version}\" app.plist" - system -W ${worksrcpath}/src "/usr/libexec/PlistBuddy -c \"Set :CFBundleVersion ${version}\" app.plist" } platform darwin { From dd60707c7238f423fcb268f8a8ee965ff6d13491 Mon Sep 17 00:00:00 2001 From: i0ntempest Date: Wed, 16 Oct 2024 16:09:10 -0400 Subject: [PATCH 030/446] lazarus: 3.6-0 --- devel/lazarus/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/lazarus/Portfile b/devel/lazarus/Portfile index feb49c9d23966..edd642a9f3a0b 100644 --- a/devel/lazarus/Portfile +++ b/devel/lazarus/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 name lazarus -version 3.4-0 +version 3.6-0 revision 0 categories devel license GPL-2 LGPL-2 @@ -24,9 +24,9 @@ long_description Lazarus is an open-source development system that builds \ homepage https://wiki.freepascal.org/Main_Page master_sites sourceforge:lazarus -checksums rmd160 8ada9de8fb8841ae2dfa9a95f5299e28d2289f04 \ - sha256 b27c0feabf90ef49034acffb71947d3ee77d4ccf597d348473f5c5a2485e80ff \ - size 87535234 +checksums rmd160 1e02047c3cb8488c8f8e5c857fbac7dbb5c6334b \ + sha256 e65b90367f63bf17cb7bf35f5be69c9ef704ca494e91d8c67d072e3373fab085 \ + size 87683159 depends_lib port:fpc port:fpc-sources supported_archs x86_64 arm64 From 3a9702a43edf3c63b6b260c5b84d0ef40816fca9 Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Wed, 16 Oct 2024 14:56:47 -0500 Subject: [PATCH 031/446] magic: Update to 8.3.497 --- science/magic/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/science/magic/Portfile b/science/magic/Portfile index 085014be3de76..e026d7f65f7db 100644 --- a/science/magic/Portfile +++ b/science/magic/Portfile @@ -5,11 +5,11 @@ PortGroup active_variants 1.1 PortGroup conflicts_build 1.0 name magic -version 8.3.495 +version 8.3.497 revision 0 -checksums rmd160 413c7db1e20c4099f4e97cecc25dc74dcab84d6d \ - sha256 09b60e807f66471b4dddd84d072922648c97041792bb5d3a627003469a3eb8c5 \ - size 4236003 +checksums rmd160 c39018532d037f7218d872904c0710f78421b93e \ + sha256 b682f2c2b46d6a803c9b6602830b0a44689fe1ce672ceb79785443a7e657f3f3 \ + size 4247047 set branch [join [lrange [split ${version} .] 0 1] .] categories science From ad9eb3158813b9101ea06cd19cdfab8323b37385 Mon Sep 17 00:00:00 2001 From: Pedro Salgado Date: Wed, 16 Oct 2024 15:14:16 -0500 Subject: [PATCH 032/446] golangci-lint: update to 1.61.0. --- devel/golangci-lint/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/golangci-lint/Portfile b/devel/golangci-lint/Portfile index 67d4323432170..6de2599069fbf 100644 --- a/devel/golangci-lint/Portfile +++ b/devel/golangci-lint/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/golangci/golangci-lint 1.59.0 v +go.setup github.com/golangci/golangci-lint 1.61.0 v github.tarball_from archive revision 0 @@ -23,9 +23,9 @@ maintainers {gmail.com:herby.gillot @herbygillot} \ {@steenzout} \ openmaintainer -checksums rmd160 e82d074734b0ec6fdd99562d69386368da71bfff \ - sha256 635c64c5c532af9f41cd100e2c0db9de8a261fa7aa0224e600487e0d1c298f44 \ - size 1692917 +checksums rmd160 bd69eb2c025dd13646f97dc49d0c591dee5c7b8c \ + sha256 f4efcc09dde3eb81ba7e2fc4230d3e99375a4b176dd28c31cab07371cf5c07db \ + size 1738919 build.args ./cmd/golangci-lint From b0f2057b65e972088bbd36eece83f8c23fea607b Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Wed, 16 Oct 2024 15:22:45 -0500 Subject: [PATCH 033/446] netpbm: Update to 11.08.00 --- graphics/netpbm/Portfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/graphics/netpbm/Portfile b/graphics/netpbm/Portfile index d29a0cff62c4b..5ac5c59141b47 100644 --- a/graphics/netpbm/Portfile +++ b/graphics/netpbm/Portfile @@ -5,10 +5,10 @@ PortGroup github 1.0 # Download distfiles from GitHub mirror because fetching from svn keeps being # problematic. -github.setup leahneukirchen netpbm-mirror 40239a4abb85abb5c57453e840f9ef9dbfee1326 +github.setup leahneukirchen netpbm-mirror ea0ca6c83af94fed16a0778324fbb31bb498ae5e name netpbm -version 11.07.01 -svn.revision 4932 +version 11.08.00 +svn.revision 4956 set source_branch advanced distname ${source_branch}-r${svn.revision} set source_distfile ${distfiles} @@ -20,9 +20,9 @@ set userguide_distname ${userguide_branch}-r${userguide_revision} set userguide_distfile ${userguide_distname}${extract.suffix} checksums ${source_distfile} \ - rmd160 03fca7c9a6eaed60114111cf26c4ed27b080ae7e \ - sha256 cf5864b7a51988ad4030c35c2ed7c53c243103ba6ec14eb2b8a14a45921617e7 \ - size 3017848 \ + rmd160 c8984c8fb1e95a909ed1a806e2a123af7116eb77 \ + sha256 44dfc09faeebbf10447ffa307d5a777e9e25d91b187684b5b77d9576715c232c \ + size 3014132 \ ${userguide_distfile} \ rmd160 15a14e7978525cde6d2c059a71c189094d9b79e5 \ sha256 01975597cf72b64af1e9cb60cb027c4299c80f1cde711a1cd3839e2cf26288f3 \ From 131f838382951a1da322631ebbc436dbce21e383 Mon Sep 17 00:00:00 2001 From: Marius Schamschula Date: Wed, 16 Oct 2024 15:57:44 -0500 Subject: [PATCH 034/446] py-trove-classifiers: update to 2024.10.16 --- python/py-trove-classifiers/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python/py-trove-classifiers/Portfile b/python/py-trove-classifiers/Portfile index f06d4975aa818..cc9eca1b0d8df 100644 --- a/python/py-trove-classifiers/Portfile +++ b/python/py-trove-classifiers/Portfile @@ -5,7 +5,7 @@ PortGroup python 1.0 name py-trove-classifiers python.rootname trove_classifiers -version 2024.10.13 +version 2024.10.16 revision 0 supported_archs noarch @@ -17,9 +17,9 @@ description Canonical source for classifiers on PyPI (pypi.org). long_description {*}${description} homepage https://github.com/pypa/trove-classifiers -checksums rmd160 da9d1f86b7b15b717e5829c46810c12853fa3712 \ - sha256 b820fc6f9544543afa15e5d9cfc426cde3b20fc2246dff6f019b835731508cef \ - size 16103 +checksums rmd160 9b8d1235e7b43ddf6911c79c0ff532a7c0143c22 \ + sha256 8a3570c880f7ca2ffebbc91806aee3e8f5cd221422dfc8cd2cad4b48789ac69b \ + size 16113 python.versions 37 38 39 310 311 312 313 From d006ca946a272d6f9e35dee2b7ccd412f52f80f1 Mon Sep 17 00:00:00 2001 From: "Daniel J. Luke" Date: Wed, 16 Oct 2024 17:07:21 -0400 Subject: [PATCH 035/446] bind9: update to 9.20.3 --- net/bind9/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/bind9/Portfile b/net/bind9/Portfile index 061cd8a7ae944..c50296bb604b8 100644 --- a/net/bind9/Portfile +++ b/net/bind9/Portfile @@ -5,7 +5,7 @@ PortGroup legacysupport 1.0 PortGroup compiler_blacklist_versions 1.0 name bind9 -version 9.20.2 +version 9.20.3 revision 0 categories net maintainers {geeklair.net:dluke @danielluke} {jmr @jmroot} @@ -31,9 +31,9 @@ homepage https://www.isc.org/bind/ distname bind-${version} master_sites isc:${name}/${version} -checksums rmd160 7c3dd41590087f46a041ef78d304179640bdd9cd \ - sha256 a31dba2aaa1b371902dd0474eb3963f47b7ffed2bd9ece7da4834e23210d6067 \ - size 5865060 +checksums rmd160 adbaf724a68a0e2e0776ea3727f7517f7d0d7e0e \ + sha256 f90c2da1621299f56a2e6585a6fe459ec3efd6f2fdf84a8fbf31b40be7698a73 \ + size 5664328 use_xz yes From 716481ec949bc59e9a38211b5ca3ed14b06a9341 Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Wed, 16 Oct 2024 16:25:31 -0500 Subject: [PATCH 036/446] ReceiveMIDI: Update to 1.4.4 --- multimedia/ReceiveMIDI/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/multimedia/ReceiveMIDI/Portfile b/multimedia/ReceiveMIDI/Portfile index c7c7d19fab50f..cbfade6d70d9a 100644 --- a/multimedia/ReceiveMIDI/Portfile +++ b/multimedia/ReceiveMIDI/Portfile @@ -4,11 +4,11 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup xcode 1.0 -github.setup gbevin ReceiveMIDI 1.4.3 +github.setup gbevin ReceiveMIDI 1.4.4 revision 0 -checksums rmd160 df14b94f2039dd8c832cf9ff154fcce41f6330fb \ - sha256 d51c8c5cf378abce048ecabf6e4dc68ba735d75bdc78f3150b3e6117ee2df906 \ - size 1575837 +checksums rmd160 073719bb2a8ad7d82fc8ba1982fdb4a1d490664f \ + sha256 8e89b22c599bfeafd76b598579d9c3b3a6544adc72267d29ddcd315db3d34c3b \ + size 1575864 categories multimedia maintainers {ryandesign @ryandesign} openmaintainer From a1dd563da46f5d6b4915a5802a08db6355c6cf85 Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Wed, 16 Oct 2024 14:56:58 -0500 Subject: [PATCH 037/446] QuantLib: Update to 1.36 --- finance/QuantLib/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/finance/QuantLib/Portfile b/finance/QuantLib/Portfile index b1af9a91fb5b5..b0a72a3170e94 100644 --- a/finance/QuantLib/Portfile +++ b/finance/QuantLib/Portfile @@ -5,11 +5,11 @@ PortGroup github 1.0 PortGroup compiler_blacklist_versions 1.0 PortGroup boost 1.0 -github.setup lballabio QuantLib 1.35 v +github.setup lballabio QuantLib 1.36 v revision 0 -checksums rmd160 452c8550a698005dd4624e790fbcf966c7be3acd \ - sha256 fd83657bbc69d8692065256699b7424d5a606dff03e7136a820b6e9675016c89 \ - size 9384439 +checksums rmd160 56172bc168fccc328d94fa62a61fc11ff1e5c110 \ + sha256 a0eff3d420cc26c21ab8e55d3fd169448abe631a0fbc9f528a6ac444227824fa \ + size 9384377 categories finance maintainers {ryandesign @ryandesign} openmaintainer From 34a3e58903d9bb8e8bb7b49f4f995afce7b1361f Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Wed, 16 Oct 2024 14:52:36 -0500 Subject: [PATCH 038/446] lua-resty-core: Update to 0.1.30 --- lua/lua-resty-core/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/lua-resty-core/Portfile b/lua/lua-resty-core/Portfile index a60cd1c43500b..fee8b9da12aa6 100644 --- a/lua/lua-resty-core/Portfile +++ b/lua/lua-resty-core/Portfile @@ -4,11 +4,11 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup makefile 1.0 -github.setup openresty lua-resty-core 0.1.29 v +github.setup openresty lua-resty-core 0.1.30 v revision 0 -checksums rmd160 58fd74552bf5adee045b3db326b51e1e48a13d01 \ - sha256 e416241724ce36ae90dddae8652f8c451e1ad87ebfb3cd62de76985492ef315f \ - size 226440 +checksums rmd160 7bed39329c2fd72d1753f5301b58f71fd82cfdc7 \ + sha256 adc7781ddaeab9341b82033a6c06b0d190d4c6d1c2dddd46f6965ce9e57a0310 \ + size 226422 categories lua maintainers {ryandesign @ryandesign} openmaintainer From 8d119ab4714e002bc505757ad8f68c311dda1468 Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Wed, 16 Oct 2024 14:53:40 -0500 Subject: [PATCH 039/446] lua-resty-lrucache: Update to 0.15 --- lua/lua-resty-lrucache/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/lua-resty-lrucache/Portfile b/lua/lua-resty-lrucache/Portfile index 36f42b342e815..0536995997457 100644 --- a/lua/lua-resty-lrucache/Portfile +++ b/lua/lua-resty-lrucache/Portfile @@ -4,11 +4,11 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup makefile 1.0 -github.setup openresty lua-resty-lrucache 0.14 v +github.setup openresty lua-resty-lrucache 0.15 v revision 0 -checksums rmd160 b74839886ca0ae2d3dcacc047dc17a09531a9b2c \ - sha256 5a9f2e3a292dc9745f267082fc4d5b9bed5ab55f27ea5495986eb2965918e803 \ - size 17848 +checksums rmd160 cf8876806c3da5d4ee0ffe39b9b94d0911a8fb0e \ + sha256 8cf1a22e0d5b8f35cb0b2e14c58fcb3aa505a8fb6e956817f0cdb1f06593f072 \ + size 17834 categories lua maintainers {ryandesign @ryandesign} openmaintainer From 0bd0b0fef461bfa1dfd78b625efa48d3a7729c12 Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Wed, 16 Oct 2024 16:48:39 -0500 Subject: [PATCH 040/446] netwalker-ircc: Don't send blank lines --- irc/netwalker-ircc/Portfile | 2 +- irc/netwalker-ircc/files/screen.cc.patch | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/irc/netwalker-ircc/Portfile b/irc/netwalker-ircc/Portfile index b521e7463c688..20830884f2097 100644 --- a/irc/netwalker-ircc/Portfile +++ b/irc/netwalker-ircc/Portfile @@ -3,7 +3,7 @@ PortGroup makefile 1.0 name netwalker-ircc version 0.5.0 -revision 2 +revision 3 checksums md5 1f5a7cc0fb54142c6306651105aedd68 \ rmd160 302e45f1fcc53847249bf5692f6c32d2c08c758e \ sha256 e3b62aaf80bff94527a71bb52dec58689dbc66a3bc465ae91f948d0f20902256 \ diff --git a/irc/netwalker-ircc/files/screen.cc.patch b/irc/netwalker-ircc/files/screen.cc.patch index 0feb089997dac..cdceef17ddf56 100644 --- a/irc/netwalker-ircc/files/screen.cc.patch +++ b/irc/netwalker-ircc/files/screen.cc.patch @@ -1,9 +1,10 @@ Fix: error: member access into incomplete type 'WINDOW' (aka '_win_st') +error: comparison between pointer and integer ('char *' and 'char') warning: add explicit braces to avoid dangling else [-Wdangling-else] --- screen.cc.orig 2004-04-26 08:22:26.000000000 -0500 -+++ screen.cc 2024-10-16 14:27:55.000000000 -0500 ++++ screen.cc 2024-10-16 16:43:45.000000000 -0500 @@ -80,12 +80,13 @@ /* not used screen */ snprintf(buffer, textsize, SCREEN_NOT_USED); @@ -55,6 +56,15 @@ warning: add explicit braces to avoid dangling else [-Wdangling-else] for(int i = messages_to_print+first_print_msg-1; i >= first_print_msg; i--) { /* print 1 line */ +@@ -186,7 +188,7 @@ + buf[num_read] = '\0'; + int ret = Test_Input_for_special_Chars(buf); + if(ret == 1) { +- if(InputBuffer == '\0') return; /* return when enter is pressed but no input given */ ++ if(InputBuffer[0] == '\0') return; /* return when enter is pressed but no input given */ + /* Input Data is ready, parse it */ + if(InputBuffer[0] == '/') { + ParseCommandToServer(NULL); @@ -756,8 +758,15 @@ Classes.Connection->UnsetMaybeReconnect(); } From c2f0e00759dbb3c40a586d30e2d15252a83b4a81 Mon Sep 17 00:00:00 2001 From: Joshua Root Date: Thu, 17 Oct 2024 09:35:57 +1100 Subject: [PATCH 041/446] xmltoman: correct license, installs_libs no, etc Also update master_sites to avoid redirects, and make compatible with BSD install instead of depending on coreutils. --- textproc/xmltoman/Portfile | 6 +++--- textproc/xmltoman/files/patch-Makefile.diff | 13 +++++++------ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/textproc/xmltoman/Portfile b/textproc/xmltoman/Portfile index 6b952e11ee0be..33853a8c62fc4 100644 --- a/textproc/xmltoman/Portfile +++ b/textproc/xmltoman/Portfile @@ -14,7 +14,8 @@ name xmltoman version 0.4 revision 1 categories textproc -license GPL-2 +license GPL-2+ +installs_libs no maintainers {i0ntempest @i0ntempest} openmaintainer description Small scripts to convert xml to man pages in groff format or html long_description xmltoman and xmlmantohtml are two small scripts to convert xml to man pages in groff\ @@ -22,11 +23,10 @@ long_description xmltoman and xmlmantohtml are two small scripts to conve \"see also\" etc. homepage https://sourceforge.net/projects/xmltoman/ platforms any -master_sites sourceforge:xmltoman +master_sites sourceforge:project/${name}/${name}/${name}-${version}.tar.gz checksums rmd160 ce61c5184d5ba0a9db63bff2d4635eb644825383 \ sha256 948794a316aaecd13add60e17e476beae86644d066cb60171fc6b779f2df14b0 \ size 15250 -depends_build path:libexec/coreutils/libstdbuf.so:coreutils depends_lib port:p${perl5.major}-xml-parser patchfiles-append patch-Makefile.diff supported_archs noarch diff --git a/textproc/xmltoman/files/patch-Makefile.diff b/textproc/xmltoman/files/patch-Makefile.diff index 590306e36e1dd..12db6d4f95448 100644 --- a/textproc/xmltoman/files/patch-Makefile.diff +++ b/textproc/xmltoman/files/patch-Makefile.diff @@ -1,6 +1,6 @@ --- Makefile.old 2008-03-22 18:38:37.000000000 -0400 +++ Makefile 2020-09-18 20:40:39.000000000 -0400 -@@ -13,11 +13,11 @@ +@@ -13,11 +13,12 @@ ./xmltoman $< > $@ install: @@ -9,11 +9,12 @@ - install -D -m 0644 xmltoman.dtd $(DESTDIR)/$(PREFIX)/share/xmltoman/xmltoman.dtd - install -D -m 0644 xmltoman.css $(DESTDIR)/$(PREFIX)/share/xmltoman/xmltoman.css - install -D -m 0644 xmltoman.xsl $(DESTDIR)/$(PREFIX)/share/xmltoman/xmltoman.xsl -+ $(PREFIX)/libexec/gnubin/install -D xmltoman $(DESTDIR)/$(PREFIX)/bin/xmltoman -+ $(PREFIX)/libexec/gnubin/install -D xmlmantohtml $(DESTDIR)/$(PREFIX)/bin/xmlmantohtml -+ $(PREFIX)/libexec/gnubin/install -D -m 0644 xmltoman.dtd $(DESTDIR)/$(PREFIX)/share/xmltoman/xmltoman.dtd -+ $(PREFIX)/libexec/gnubin/install -D -m 0644 xmltoman.css $(DESTDIR)/$(PREFIX)/share/xmltoman/xmltoman.css -+ $(PREFIX)/libexec/gnubin/install -D -m 0644 xmltoman.xsl $(DESTDIR)/$(PREFIX)/share/xmltoman/xmltoman.xsl ++ install -d $(DESTDIR)$(PREFIX)/bin $(DESTDIR)$(PREFIX)/share/xmltoman ++ install xmltoman $(DESTDIR)$(PREFIX)/bin/xmltoman ++ install xmlmantohtml $(DESTDIR)$(PREFIX)/bin/xmlmantohtml ++ install -m 0644 xmltoman.dtd $(DESTDIR)$(PREFIX)/share/xmltoman/xmltoman.dtd ++ install -m 0644 xmltoman.css $(DESTDIR)$(PREFIX)/share/xmltoman/xmltoman.css ++ install -m 0644 xmltoman.xsl $(DESTDIR)$(PREFIX)/share/xmltoman/xmltoman.xsl dist: [ -d $(DISTNAME) ] && rm -rf $(DISTNAME) || true From 3075b3c893a72c365efe0e56e839daeaf7b1e2af Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Wed, 16 Oct 2024 17:44:45 -0500 Subject: [PATCH 042/446] pangox-compat: Fix function pointer types --- x11/pangox-compat/Portfile | 12 ++++++------ x11/pangox-compat/files/basic-x.c.patch | 22 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 6 deletions(-) create mode 100644 x11/pangox-compat/files/basic-x.c.patch diff --git a/x11/pangox-compat/Portfile b/x11/pangox-compat/Portfile index 644fb5ffc9b62..40ea3444465d2 100644 --- a/x11/pangox-compat/Portfile +++ b/x11/pangox-compat/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 name pangox-compat version 0.0.2 -revision 1 +revision 2 checksums rmd160 4c1f8f0b23037bdba0eef9a905aa234a7dff78a4 \ sha256 552092b3b6c23f47f4beee05495d0f9a153781f62a1c4b7ec53857a37dfce046 \ size 267396 @@ -22,12 +22,13 @@ homepage https://www.pango.org/ master_sites gnome:sources/${name}/${branch} use_xz yes -depends_build port:pkgconfig +depends_build path:bin/pkg-config:pkgconfig depends_lib path:lib/pkgconfig/pango.pc:pango \ port:xorg-libX11 -patchfiles-append pango_x_font_class_init.patch \ +patchfiles-append basic-x.c.patch \ + pango_x_font_class_init.patch \ pango_x_font_find_shaper.patch \ private-functions.patch @@ -42,6 +43,5 @@ post-destroot { xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README ${destroot}${docdir} } -livecheck.type regex -livecheck.url https://ftp.gnome.org/pub/GNOME/sources/${name}/${branch}/ -livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix} +# The upstream project has been archived. +livecheck.type none diff --git a/x11/pangox-compat/files/basic-x.c.patch b/x11/pangox-compat/files/basic-x.c.patch new file mode 100644 index 0000000000000..92ca068e51c6c --- /dev/null +++ b/x11/pangox-compat/files/basic-x.c.patch @@ -0,0 +1,22 @@ +Fix: + +error: incompatible function pointer types assigning to 'void (*)(PangoEngineShape *, PangoFont *, const char *, unsigned int, const PangoAnalysis *, PangoGlyphString *, const char *, unsigned int)' (aka 'void (*)(struct _PangoEngineShape *, struct _PangoFont *, const char *, unsigned int, const struct _PangoAnalysis *, struct _PangoGlyphString *, const char *, unsigned int)') from 'void (PangoEngineShape *, PangoFont *, const char *, gint, const PangoAnalysis *, PangoGlyphString *)' (aka 'void (struct _PangoEngineShape *, struct _PangoFont *, const char *, int, const struct _PangoAnalysis *, struct _PangoGlyphString *)') [-Wincompatible-function-pointer-types] + +https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271709 +https://cgit.freebsd.org/ports/commit/?id=1f905384aff97cb61995ae241e77261bc109a865 +--- basic-x.c.orig 2012-08-27 23:19:32 UTC ++++ basic-x.c +@@ -556,9 +556,11 @@ basic_engine_shape (PangoEngineShape *engine G_GNUC_UN + basic_engine_shape (PangoEngineShape *engine G_GNUC_UNUSED, + PangoFont *font, + const char *text, +- gint length, ++ unsigned int length, + const PangoAnalysis *analysis, +- PangoGlyphString *glyphs) ++ PangoGlyphString *glyphs, ++ const char *paragraph_text G_GNUC_UNUSED, ++ unsigned int paragraph_length G_GNUC_UNUSED) + { + int n_chars; + int i; From d86072c5df161f8422ac07231c9dbbcddff0cf76 Mon Sep 17 00:00:00 2001 From: Joshua Root Date: Thu, 17 Oct 2024 10:10:20 +1100 Subject: [PATCH 043/446] rust_build pg: turn parse failure into warning See: https://trac.macports.org/ticket/70573 rust-bootstrap is probably still broken. --- _resources/port1.0/group/rust_build-1.0.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_resources/port1.0/group/rust_build-1.0.tcl b/_resources/port1.0/group/rust_build-1.0.tcl index 77859e34fa0eb..c1dafc071985e 100644 --- a/_resources/port1.0/group/rust_build-1.0.tcl +++ b/_resources/port1.0/group/rust_build-1.0.tcl @@ -415,7 +415,7 @@ proc rust_build.stage0_info {arch {mdt {}}} { } if { ${stage0_version} eq "" } { - return -code error "rust_build.version ([option rust_build.version]) must be newer than rust_build.stage0_versions ([option rust_build.stage0_versions])" + ui_warn "rust_build.version ([option rust_build.version]) must be newer than rust_build.stage0_versions ([option rust_build.stage0_versions])" } # rust-bootstrap requires `macosx_deployment_target` instead of `os.major` From d86de884672c6401ae7597b15ec720b6c1b82d97 Mon Sep 17 00:00:00 2001 From: Joshua Root Date: Thu, 17 Oct 2024 10:18:59 +1100 Subject: [PATCH 044/446] CI: Add Sequoia runner --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ecf6e2cd3f6ba..9a2fc2f14a033 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-12, macos-13, macos-14] + os: [macos-12, macos-13, macos-14, macos-15] steps: - name: Checkout ports From e89547fcc4a83cf91f87eec6e95a11bc9b901fb4 Mon Sep 17 00:00:00 2001 From: i0ntempest Date: Wed, 16 Oct 2024 20:22:23 -0400 Subject: [PATCH 045/446] libserialport: 0.1.2 --- devel/libserialport/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/libserialport/Portfile b/devel/libserialport/Portfile index 966402e6f4739..d14c03c597bf4 100644 --- a/devel/libserialport/Portfile +++ b/devel/libserialport/Portfile @@ -2,7 +2,7 @@ PortSystem 1.0 name libserialport -version 0.1.1 +version 0.1.2 revision 0 categories devel maintainers {i0ntempest @i0ntempest} openmaintainer @@ -13,9 +13,9 @@ long_description ${name} is a minimal, cross-platform shared library written intended to take care of the OS-specific details when writing software \ that uses serial ports. -checksums rmd160 d16d51bb569d5db4419b54664ac39d270526a919 \ - sha256 4a2af9d9c3ff488e92fb75b4ba38b35bcf9b8a66df04773eba2a7bbf1fa7529d \ - size 405251 +checksums rmd160 6777e252f003d272f5b7ea2cea17545df6bc1aa4 \ + sha256 5deb92b5ca72c0347b07b786848350deca2dcfd975ce613b8e0e1d947a4b4ca9 \ + size 470818 set webroot https://sigrok.org/ homepage ${webroot}wiki/Libserialport From 1b966539e3af15fe82c27cd9a76aebdb055acada Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Wed, 16 Oct 2024 13:38:11 -0700 Subject: [PATCH 046/446] p5-catalyst-plugin-authentication: update to version 0.10024, dependencies --- .../Portfile | 25 ++++++++----------- .../files/patch-default-inc-excludes-dot.diff | 9 ------- 2 files changed, 10 insertions(+), 24 deletions(-) delete mode 100644 perl/p5-catalyst-plugin-authentication/files/patch-default-inc-excludes-dot.diff diff --git a/perl/p5-catalyst-plugin-authentication/Portfile b/perl/p5-catalyst-plugin-authentication/Portfile index a6a16b4dd09d1..9fdd236cf6c5a 100644 --- a/perl/p5-catalyst-plugin-authentication/Portfile +++ b/perl/p5-catalyst-plugin-authentication/Portfile @@ -5,36 +5,31 @@ PortGroup perl5 1.0 epoch 1 perl5.branches 5.28 5.30 5.32 5.34 -perl5.setup Catalyst-Plugin-Authentication 0.10023 +perl5.setup Catalyst-Plugin-Authentication 0.10024 +revision 0 license {Artistic-1 GPL} maintainers nomaintainer -description Infrastructure plugin for the Catalyst authentication framework. -long_description The authentication plugin provides generic user \ - support. It is the basis for both authentication \ - (checking the user is who they claim to be), and \ - authorization (allowing the user to do what \ - the system authorises them to do). +description Catalyst::Plugin::Authentication - Infrastructure plugin for the Catalyst authentication framework +long_description {*}${description} platforms {darwin any} supported_archs noarch -checksums rmd160 cd6ee2378e435dd43fd3367f33f8a1fbc7668cbf \ - sha256 36039aabdacb07e6687a4d7a8bfac78fe9d0fbb04cda8d6d966d6c1e3259d06c +checksums rmd160 8fd682a1e2ab1fbe65cec3238c91726680e976a8 \ + sha256 cb88a1a03115ce050016fd2c64b87ae149c908b3662d70f53670b28b562fb818 \ + size 63038 if {${perl5.major} != ""} { depends_build-append \ - port:p${perl5.major}-moose \ - port:p${perl5.major}-test-exception + port:p${perl5.major}-test-fatal \ + port:p${perl5.major}-test-simple + depends_lib-append \ - port:p${perl5.major}-catalyst-plugin-session \ port:p${perl5.major}-catalyst-runtime \ - port:p${perl5.major}-class-inspector \ port:p${perl5.major}-moose \ port:p${perl5.major}-moosex-emulate-class-accessor-fast \ port:p${perl5.major}-mro-compat \ port:p${perl5.major}-namespace-autoclean \ port:p${perl5.major}-string-rewriteprefix \ port:p${perl5.major}-try-tiny - - patchfiles patch-default-inc-excludes-dot.diff } diff --git a/perl/p5-catalyst-plugin-authentication/files/patch-default-inc-excludes-dot.diff b/perl/p5-catalyst-plugin-authentication/files/patch-default-inc-excludes-dot.diff deleted file mode 100644 index bd94fc7c6449d..0000000000000 --- a/perl/p5-catalyst-plugin-authentication/files/patch-default-inc-excludes-dot.diff +++ /dev/null @@ -1,9 +0,0 @@ ---- Makefile.PL.orig 2017-06-26 07:14:03.000000000 -0700 -+++ Makefile.PL 2017-06-26 07:14:19.000000000 -0700 -@@ -1,5 +1,6 @@ - use strict; - use warnings; -+use lib '.'; - use inc::Module::Install 0.87; - use Module::Install::AuthorRequires; - use Module::Install::AuthorTests; From 3343e2160a7088d1da1a0ab3a2c400b862a379b8 Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Tue, 15 Oct 2024 13:22:08 -0700 Subject: [PATCH 047/446] p5-cryptx: update to version 0.084 --- perl/p5-cryptx/Portfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/perl/p5-cryptx/Portfile b/perl/p5-cryptx/Portfile index c35af1d2e8089..f9f0f03f6a1e3 100644 --- a/perl/p5-cryptx/Portfile +++ b/perl/p5-cryptx/Portfile @@ -4,18 +4,17 @@ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 -perl5.setup CryptX 0.083 ../../authors/id/M/MI/MIK +perl5.setup CryptX 0.084 ../../authors/id/M/MI/MIK revision 0 -platforms darwin maintainers {ionic @Ionic} openmaintainer license {Artistic-1 GPL} description Crypto toolkit (self-contained no external libraries needed) long_description {*}${description} -checksums rmd160 b38b4fdea4fe3c2420d44bbef66fd083ebc78af2 \ - sha256 e58b3a703ea80534410d90110dd78fe80d7b4188f95c3cc1dcc6473730c001a1 \ - size 1719583 +checksums rmd160 27e86fb98af31d391850cc7ef1c94634f9f4a96d \ + sha256 3b392d2dfdac93c1597f5406ac5cb51307b611b825b95206b1a5914205f9aadb \ + size 1786781 if {${perl5.major} != ""} { depends_lib-append \ From e49e282ff6f5a9607ec5e33ca5fcc44880c5fe49 Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Wed, 16 Oct 2024 15:50:27 -0700 Subject: [PATCH 048/446] p5-moox-strictconstructor: update to version 0.012, dependencies --- perl/p5-moox-strictconstructor/Portfile | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/perl/p5-moox-strictconstructor/Portfile b/perl/p5-moox-strictconstructor/Portfile index 98c82242974f6..f4e5da8f42b00 100644 --- a/perl/p5-moox-strictconstructor/Portfile +++ b/perl/p5-moox-strictconstructor/Portfile @@ -4,25 +4,26 @@ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 -perl5.setup MooX-StrictConstructor 0.011 +perl5.setup MooX-StrictConstructor 0.012 +revision 0 license {Artistic-1 GPL} maintainers nomaintainer description MooX::StrictConstructor - Make your Moo-based object constructors blow up on unknown attributes. -long_description ${description} +long_description {*}${description} platforms {darwin any} +supported_archs noarch -checksums rmd160 a33f4ea773c8d77b75d41b4a582348c610a8e37a \ - sha256 da382f822ffc4e22a03aa419a4257274999d36d89a4e1236ecf4fcf76bc653e2 \ - size 14954 +checksums rmd160 41876827160d0693606e4b072b840aa3e0bd21c4 \ + sha256 1cc622cdd9d50cb70e5dea2f0cc8aef6ca69748ab52deb25687d276c05a3e4d0 \ + size 20828 if {${perl5.major} != ""} { depends_build-append \ - port:p${perl5.major}-test-fatal + port:p${perl5.major}-test-fatal \ + port:p${perl5.major}-test-simple depends_lib-append \ port:p${perl5.major}-class-method-modifiers \ port:p${perl5.major}-moo - - supported_archs noarch } From 6582984c72a3fa422a2eec4f8e17125364dc6ca4 Mon Sep 17 00:00:00 2001 From: i0ntempest Date: Wed, 16 Oct 2024 20:30:04 -0400 Subject: [PATCH 049/446] radare2: 5.9.6 --- devel/radare2/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/radare2/Portfile b/devel/radare2/Portfile index d461f0c7f6faa..2003be29e4012 100644 --- a/devel/radare2/Portfile +++ b/devel/radare2/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup conflicts_build 1.0 PortGroup github 1.0 -github.setup radareorg radare2 5.9.4 +github.setup radareorg radare2 5.9.6 revision 0 categories devel platforms darwin @@ -21,9 +21,9 @@ depends_lib port:capstone \ port:libzip conflicts_build ${name} -checksums rmd160 d557819f41f54dd5043f16fcbc07306ddca47164 \ - sha256 b56bdd53aa6678785d5bb16c8cc6d2230631abce719d32e32b6795beaa047f4d \ - size 11561893 +checksums rmd160 e5e219a88fe0c720aa792bf1a79be914869eccbf \ + sha256 4b79293d6d5e29bb0bc81b6e0a1a4a1736b28d0c49ca372c79a6509334cf787a \ + size 11664695 configure.args-append \ --with-syscapstone \ From 38a14c44daafacf3e3c65c43129299b0b97f09bd Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Wed, 16 Oct 2024 17:21:25 -0700 Subject: [PATCH 050/446] p5-time-out: update to version 1.0.0, dependencies --- perl/p5-time-out/Portfile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/perl/p5-time-out/Portfile b/perl/p5-time-out/Portfile index a93c409044676..e558117abe28d 100644 --- a/perl/p5-time-out/Portfile +++ b/perl/p5-time-out/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 -perl5.setup Time-Out 0.24 +perl5.setup Time-Out 1.0.0 revision 0 license {Artistic-1 GPL} maintainers nomaintainer @@ -14,20 +14,22 @@ long_description {*}${description} platforms {darwin any} supported_archs noarch -checksums rmd160 ade1d2d58167fa8f71f5289cf56bd0f3d1a01d88 \ - sha256 28393baeb943236132595ba1b8793a7c6acddea44c553133447bb6e34cd265cd \ - size 15965 +checksums rmd160 d7be60c87131832aa3714b9b9d917618f92e0cba \ + sha256 514993f5516c16499bb918f377a07a7988bc4c8771f916dafd3014a2f24a1a06 \ + size 16163 if {${perl5.major} != ""} { depends_build-append \ - port:p${perl5.major}-app-cpanminus \ + port:p${perl5.major}-extutils-makemaker \ port:p${perl5.major}-extutils-makemaker-cpanfile \ port:p${perl5.major}-test-fatal \ + port:p${perl5.major}-test-harness \ port:p${perl5.major}-test-needs \ port:p${perl5.major}-test-simple depends_lib-append \ port:p${perl5.major}-scalar-list-utils \ port:p${perl5.major}-time-hires \ - port:p${perl5.major}-try-tiny + port:p${perl5.major}-try-tiny \ + port:p${perl5.major}-version } From 3373e6221a71006c5388832e0bdd6cff311833b6 Mon Sep 17 00:00:00 2001 From: i0ntempest Date: Wed, 16 Oct 2024 20:31:56 -0400 Subject: [PATCH 051/446] iaito: 5.9.6 --- devel/iaito/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/iaito/Portfile b/devel/iaito/Portfile index a5c27a002b64a..3290fc82c3576 100644 --- a/devel/iaito/Portfile +++ b/devel/iaito/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup qmake5 1.0 -github.setup radareorg iaito 5.9.4 +github.setup radareorg iaito 5.9.6 revision 0 categories devel aqua @@ -20,9 +20,9 @@ long_description iaito (formerly Cutter) is a free and open-source reverse en homepage https://www.radare.org/n/iaito.html -checksums rmd160 4a2b0fd2d7e076222de37a46dd5fbd25fee03d76 \ - sha256 663d1196ae4fd93a3bbadc3b1873ff55b308bf24bab90089b32bf0892aa09444 \ - size 3107521 +checksums rmd160 9da674d0751e087b7d7120e1f0227464c4be4f07 \ + sha256 80c67425948d95fa01428be0af7f9b80a642d0b0c33beb183d050730cf07f8c1 \ + size 2863932 # port prone to stealth upgrade after release, consider waiting for a few days before updating to a new version depends_lib-append port:radare2 From 22b58d895da063436440d9fa3e98b54b6bba0605 Mon Sep 17 00:00:00 2001 From: i0ntempest Date: Wed, 16 Oct 2024 20:38:32 -0400 Subject: [PATCH 052/446] wstunnel: 10.1.5 --- net/wstunnel/Portfile | 76 +++++++++++++++++++++---------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/net/wstunnel/Portfile b/net/wstunnel/Portfile index 8271551d9f80a..7ebc191ec3eb3 100644 --- a/net/wstunnel/Portfile +++ b/net/wstunnel/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup cargo 1.0 -github.setup erebe wstunnel 10.1.4 v +github.setup erebe wstunnel 10.1.5 v revision 0 categories net license BSD-3 @@ -14,9 +14,9 @@ long_description ${name} uses the websocket protocol which is compati and allows you to tunnel whatever traffic you want and access whatever resources/site you need. checksums ${name}-${version}${extract.suffix} \ - rmd160 cdc45dc9fa1786487f6b689da081e5fe5deba00d \ - sha256 fdd715f6f9bf1e0d3b9b52de2537fa0f7447f8c9462027ebbc181c7afa77f83f \ - size 280096 + rmd160 e3559bbf93a7af41c758141ca097aa880bb56deb \ + sha256 35247b90885c0f18411a5399b6ad04531beb503d67ec4b4a7e4b6fcc1019a42a \ + size 280041 # Dependency includes git repositories build.pre_args-delete --frozen @@ -26,7 +26,7 @@ destroot { } cargo.crates \ - addr2line 0.24.1 f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375 \ + addr2line 0.24.2 dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 \ adler2 2.0.0 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 \ ahash 0.8.11 e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 \ aho-corasick 1.1.3 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 \ @@ -38,6 +38,7 @@ cargo.crates \ anstyle-query 1.1.1 6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a \ anstyle-wincon 3.0.4 5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8 \ anyhow 1.0.89 86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6 \ + arc-swap 1.7.1 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457 \ asn1-rs 0.6.2 5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048 \ asn1-rs-derive 0.5.1 965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490 \ asn1-rs-impl 0.2.0 7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7 \ @@ -45,13 +46,13 @@ cargo.crates \ async-trait 0.1.83 721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd \ atomic-waker 1.1.2 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 \ autocfg 1.4.0 ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 \ - aws-lc-rs 1.9.0 2f95446d919226d587817a7d21379e6eb099b97b45110a7f272a444ca5c54070 \ - aws-lc-sys 0.21.2 b3ddc4a5b231dd6958b140ff3151b6412b3f4321fab354f399eec8f14b06df62 \ + aws-lc-rs 1.10.0 cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d \ + aws-lc-sys 0.22.0 df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972 \ backtrace 0.3.74 8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a \ base64 0.21.7 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567 \ base64 0.22.1 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 \ bb8 0.8.5 b10cf871f3ff2ce56432fddc2615ac7acc3aa22ca321f8fea800846fbb32f188 \ - bindgen 0.69.4 a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0 \ + bindgen 0.69.5 271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088 \ bitflags 1.3.2 bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a \ bitflags 2.6.0 b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de \ block-buffer 0.10.4 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 \ @@ -60,14 +61,14 @@ cargo.crates \ bumpalo 3.16.0 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c \ byteorder 1.5.0 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b \ bytes 1.7.2 428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3 \ - cc 1.1.24 812acba72f0a070b003d3697490d2b55b837230ae7c6c6497f05cc2ddbb8d938 \ + cc 1.1.30 b16803a61b81d9eabb7eae2588776c4c1e584b738ede45fdbb4c972cec1e9945 \ cexpr 0.6.0 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 \ cfg-if 1.0.0 baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd \ cfg_aliases 0.2.1 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 \ chrono 0.4.38 a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401 \ clang-sys 1.8.1 0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4 \ - clap 4.5.19 7be5744db7978a28d9df86a214130d106a89ce49644cbc4e3f0c22c3fba30615 \ - clap_builder 4.5.19 a5fbc17d3ef8278f55b282b2a2e75ae6f6c7d4bb70ed3d0382375104bfafdb4b \ + clap 4.5.20 b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8 \ + clap_builder 4.5.20 19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54 \ clap_derive 4.5.18 4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab \ clap_lex 0.7.2 1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97 \ cmake 0.1.51 fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a \ @@ -104,18 +105,18 @@ cargo.crates \ form_urlencoded 1.2.1 e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 \ fs_extra 1.3.0 42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c \ fsevent-sys 4.1.0 76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2 \ - futures 0.3.30 645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0 \ - futures-channel 0.3.30 eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78 \ - futures-core 0.3.30 dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d \ - futures-executor 0.3.30 a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d \ - futures-io 0.3.30 a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1 \ - futures-macro 0.3.30 87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac \ - futures-sink 0.3.30 9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5 \ - futures-task 0.3.30 38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004 \ - futures-util 0.3.30 3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48 \ + futures 0.3.31 65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876 \ + futures-channel 0.3.31 2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10 \ + futures-core 0.3.31 05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e \ + futures-executor 0.3.31 1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f \ + futures-io 0.3.31 9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6 \ + futures-macro 0.3.31 162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650 \ + futures-sink 0.3.31 e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7 \ + futures-task 0.3.31 f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988 \ + futures-util 0.3.31 9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81 \ generic-array 0.14.7 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a \ getrandom 0.2.15 c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 \ - gimli 0.31.0 32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64 \ + gimli 0.31.1 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f \ glob 0.3.1 d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b \ h2 0.3.26 81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8 \ h2 0.4.6 524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205 \ @@ -149,12 +150,12 @@ cargo.crates \ inotify 0.9.6 f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff \ inotify-sys 0.1.5 e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb \ ipconfig 0.3.2 b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f \ - ipnet 2.10.0 187674a687eed5fe42285b40c6291f9a01517d415fad1c3cbc6a9f778af7fcd4 \ + ipnet 2.10.1 ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708 \ is_terminal_polyfill 1.70.1 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf \ itertools 0.12.1 ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 \ itoa 1.0.11 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b \ jobserver 0.1.32 48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0 \ - js-sys 0.3.70 1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a \ + js-sys 0.3.72 6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9 \ jsonwebtoken 9.3.0 b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f \ kqueue 1.0.8 7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c \ kqueue-sys 1.0.4 ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b \ @@ -186,9 +187,9 @@ cargo.crates \ num-integer 0.1.46 7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f \ num-traits 0.2.19 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 \ num_threads 0.1.7 5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9 \ - object 0.36.4 084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a \ + object 0.36.5 aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e \ oid-registry 0.7.1 a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9 \ - once_cell 1.20.1 82881c4be219ab5faaf2ad5e5e5ecdff8c66bd7402ca3160975c93b24961afd1 \ + once_cell 1.20.2 1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775 \ openssl-probe 0.1.5 ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf \ overload 0.1.1 b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 \ parking 2.2.1 f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba \ @@ -198,16 +199,15 @@ cargo.crates \ parse-display-derive 0.9.1 2ae7800a4c974efd12df917266338e79a7a74415173caf7e70aa0a0707345281 \ paste 1.0.15 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a \ percent-encoding 2.3.1 e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e \ - pin-project 1.1.5 b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3 \ - pin-project-internal 1.1.5 2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965 \ + pin-project 1.1.6 baf123a161dde1e524adf36f90bc5d8d3462824a9c43553ad07a8183161189ec \ + pin-project-internal 1.1.6 a4502d8515ca9f32f1fb543d987f63d95a14934883db45bdb48060b6b69257f8 \ pin-project-lite 0.2.14 bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02 \ pin-utils 0.1.0 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 \ - portable-atomic 1.9.0 cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2 \ powerfmt 0.2.0 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 \ ppp 2.2.0 82d901d7dd743c478e14af9518bdbc33e53e50be56429233f812537f29dbf0d1 \ ppv-lite86 0.2.20 77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04 \ prettyplease 0.2.22 479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba \ - proc-macro2 1.0.86 5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77 \ + proc-macro2 1.0.87 b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a \ quick-error 1.2.3 a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0 \ quote 1.0.37 b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af \ rand 0.8.5 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 \ @@ -228,7 +228,7 @@ cargo.crates \ rusticata-macros 4.1.0 faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632 \ rustix 0.38.37 8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811 \ rustls 0.21.12 3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e \ - rustls 0.23.13 f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8 \ + rustls 0.23.14 415d9944693cb90382053259f89fbb077ea730ad7273047ec63b19bc9b160ba8 \ rustls-native-certs 0.6.3 a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00 \ rustls-native-certs 0.7.3 e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5 \ rustls-native-certs 0.8.0 fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a \ @@ -239,7 +239,7 @@ cargo.crates \ rustls-webpki 0.102.8 64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9 \ ryu 1.0.18 f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f \ same-file 1.0.6 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 \ - schannel 0.1.24 e9aaafd5a2b6e3d657ff009d82fbd630b6bd54dd4eb06f21693925cdf80f9b8b \ + schannel 0.1.26 01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1 \ scopeguard 1.2.0 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 \ sct 0.7.1 da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414 \ security-framework 2.11.1 897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02 \ @@ -250,8 +250,8 @@ cargo.crates \ serde_regex 1.1.0 a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf \ serde_repr 0.1.19 6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9 \ serde_urlencoded 0.7.1 d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd \ - serde_with 3.10.0 9720086b3357bcb44fce40117d769a4d068c70ecfa190850a980a71755f66fcc \ - serde_with_macros 3.10.0 5f1abbfe725f27678f4663bcacb75a83e829fd464c25d78dd038a3a29e307cec \ + serde_with 3.11.0 8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817 \ + serde_with_macros 3.11.0 9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d \ serde_yaml 0.9.34+deprecated 6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47 \ sha1 0.10.6 e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba \ sharded-slab 0.1.7 f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 \ @@ -311,11 +311,11 @@ cargo.crates \ walkdir 2.5.0 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b \ want 0.3.1 bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e \ wasi 0.11.0+wasi-snapshot-preview1 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 \ - wasm-bindgen 0.2.93 a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5 \ - wasm-bindgen-backend 0.2.93 9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b \ - wasm-bindgen-macro 0.2.93 585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf \ - wasm-bindgen-macro-support 0.2.93 afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836 \ - wasm-bindgen-shared 0.2.93 c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484 \ + wasm-bindgen 0.2.95 128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e \ + wasm-bindgen-backend 0.2.95 cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358 \ + wasm-bindgen-macro 0.2.95 e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56 \ + wasm-bindgen-macro-support 0.2.95 26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68 \ + wasm-bindgen-shared 0.2.95 65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d \ which 4.4.2 87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7 \ widestring 1.1.0 7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311 \ winapi 0.3.9 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 \ From b961545a3bdb57a2b2d1495408689ffd027ec5e6 Mon Sep 17 00:00:00 2001 From: i0ntempest Date: Wed, 16 Oct 2024 20:49:21 -0400 Subject: [PATCH 053/446] vrc-get: 1.8.2 --- devel/vrc-get/Portfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/vrc-get/Portfile b/devel/vrc-get/Portfile index 090d1f3213caa..e16a37bd3eeac 100644 --- a/devel/vrc-get/Portfile +++ b/devel/vrc-get/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup cargo 1.0 -github.setup anatawa12 vrc-get 1.8.1 v +github.setup anatawa12 vrc-get 1.8.2 v revision 0 categories devel games license MIT @@ -14,9 +14,9 @@ long_description Open Source command line client of VRChat Package Ma VRChat Creator Companion (VCC), developed by the community. checksums ${name}-${version}${extract.suffix} \ - rmd160 7c45a587894caba96bb42f32d6ccfcfa503ba9bf \ - sha256 3b907b9655be5d4f80a25360e8061bc7f49813af50fbe0df97362edbe73f4539 \ - size 1122360 + rmd160 b45e9b2532d556cd2a5ebf72670cc69edb938cbc \ + sha256 45c07b8ae7ccdcfa937b12c956e7e010c40a1644231d5fca04ceddae24f32811 \ + size 1123190 if {${name} eq ${subport}} { build.args-append -p vrc-get @@ -32,7 +32,7 @@ if {${name} eq ${subport}} { } # Dependency includes git repositories - build.pre_args-delete --frozen + build.pre_args-delete --frozen cargo.crates \ Inflector 0.11.4 fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3 \ From a75b81f9ce7c5425542c2d8dc56118ce26ba17f0 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 28 Sep 2024 14:52:24 -0400 Subject: [PATCH 054/446] py-spyder-kernels: update to 3.0.0 --- python/py-spyder-kernels/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python/py-spyder-kernels/Portfile b/python/py-spyder-kernels/Portfile index 375d27eca13e5..8134c03f913fa 100644 --- a/python/py-spyder-kernels/Portfile +++ b/python/py-spyder-kernels/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup python 1.0 name py-spyder-kernels -version 2.5.2 +version 3.0.0 revision 0 epoch 1 @@ -21,9 +21,9 @@ homepage https://github.com/spyder-ide/spyder-kernels distname spyder_kernels-${version} -checksums rmd160 59e3b72176fd4c9b06f94b8cdd93e8141b43ac53 \ - sha256 71f252900e02b0394820cc7049f89ed725243f6fccf640b76dd329203c413960 \ - size 99972 +checksums rmd160 16632532e98f11edeae70f40713980daeb61c542 \ + sha256 3d316ea04802ed1feb366405cca03df2349dc9e35ad8653538d2fe48c0e9417f \ + size 242868 python.versions 38 39 310 311 312 From 07a6a3b0176cf900ac8f6bfe5f0fd42e831b12a9 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 28 Sep 2024 14:52:59 -0400 Subject: [PATCH 055/446] py-spyder: update to 6.0.1 --- python/py-spyder/Portfile | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/python/py-spyder/Portfile b/python/py-spyder/Portfile index 230ae2c5f446c..8a99e35642fac 100644 --- a/python/py-spyder/Portfile +++ b/python/py-spyder/Portfile @@ -6,7 +6,7 @@ PortGroup python 1.0 PortGroup qt5 1.0 PortGroup select 1.0 -github.setup spyder-ide spyder 5.5.6 v +github.setup spyder-ide spyder 6.0.1 v github.tarball_from archive name py-spyder revision 0 @@ -31,50 +31,60 @@ long_description {*}${description}. \ homepage https://www.spyder-ide.org/ -checksums rmd160 e3e6f4f1f91f333974220773ec13413c802e01dc \ - sha256 2712c848de919d0ae489bf4ce3326a943ae808d45622f12e8bed9671e5f6b3c4 \ - size 16304234 +checksums rmd160 0829029621855e3ffc36b39e1b7be21c474d9e1e \ + sha256 5abc5b5528227bcd39e2afb0f67291cbde5e76a8c7a5e2d6502a9a609294cf94 \ + size 15703963 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_run-append \ + port:py${python.version}-aiohttp \ port:py${python.version}-applaunchservices \ + port:py${python.version}-asyncssh \ port:py${python.version}-atomicwrites \ port:py${python.version}-chardet \ port:py${python.version}-cloudpickle \ port:py${python.version}-cookiecutter \ port:py${python.version}-diff-match-patch \ + port:py${python.version}-importlib-metadata \ port:py${python.version}-intervaltree \ port:py${python.version}-ipython \ + port:py${python.version}-jedi \ port:py${python.version}-jellyfish \ port:py${python.version}-jsonschema \ port:py${python.version}-keyring \ port:py${python.version}-nbconvert \ port:py${python.version}-numpydoc \ + port:py${python.version}-parso \ port:py${python.version}-pexpect \ port:py${python.version}-pickleshare \ port:py${python.version}-psutil \ - port:py${python.version}-python-lsp-black \ - port:py${python.version}-pyls-spyder \ + port:py${python.version}-pygithub \ port:py${python.version}-pygments \ port:py${python.version}-pylint \ port:py${python.version}-pylint-venv \ + port:py${python.version}-pyls-spyder \ port:py${python.version}-pyqt5 \ port:py${python.version}-pyqt5-webengine \ + port:py${python.version}-python-lsp-black \ port:py${python.version}-python-lsp-server \ + port:py${python.version}-pyuca \ + port:py${python.version}-zmq \ port:py${python.version}-qdarkstyle \ port:py${python.version}-qstylizer \ port:py${python.version}-qtawesome \ port:py${python.version}-qtconsole \ port:py${python.version}-qtpy \ port:py${python.version}-rtree \ + port:py${python.version}-setuptools \ port:py${python.version}-sphinx \ port:py${python.version}-spyder-kernels \ + port:py${python.version}-superqt \ port:py${python.version}-textdistance \ port:py${python.version}-three-merge \ port:py${python.version}-watchdog \ - port:py${python.version}-zmq + port:py${python.version}-yarl variant small description "Remove all optional dependencies." {} From 3b650869a25b005bceebdfc9404b27b8c66c6f32 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Tue, 8 Oct 2024 07:51:16 -0400 Subject: [PATCH 056/446] py-pyuca: new port, version 1.2 --- python/py-pyuca/Portfile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 python/py-pyuca/Portfile diff --git a/python/py-pyuca/Portfile b/python/py-pyuca/Portfile new file mode 100644 index 0000000000000..456ed9a7fbbe7 --- /dev/null +++ b/python/py-pyuca/Portfile @@ -0,0 +1,25 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 + +PortSystem 1.0 +PortGroup python 1.0 + +name py-pyuca +version 1.2 +revision 0 + +categories-append devel +supported_archs noarch +platforms {darwin any} +license MIT +maintainers {reneeotten @reneeotten} openmaintainer + +description a Python implementation of the Unicode Collation Algorithm +long_description {*}${description} + +homepage https://github.com/jtauber/pyuca + +checksums rmd160 e64e9e29c196f2372e124ea802729d15b48575e8 \ + sha256 8a382fe74627f08c0d18908c0713ca4a20aad5385f077579e56208beea2893b2 \ + size 1398641 + +python.versions 39 310 311 312 From 6f61b441e849012eac6af020765cb1e6754700b9 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Tue, 8 Oct 2024 22:13:34 -0400 Subject: [PATCH 057/446] py-pygithub: update to 2.4.0; add py31{1,2}, drop py38 subport --- python/py-pygithub/Portfile | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/python/py-pygithub/Portfile b/python/py-pygithub/Portfile index d0d82b33a7a89..9724297572f1e 100644 --- a/python/py-pygithub/Portfile +++ b/python/py-pygithub/Portfile @@ -4,8 +4,9 @@ PortSystem 1.0 PortGroup python 1.0 name py-pygithub -python.rootname PyGithub -version 1.55 +version 2.4.0 +revision 0 + license LGPL-3+ supported_archs noarch platforms {darwin any} @@ -19,21 +20,21 @@ long_description PyGitHub is a Python library to access the GitHub REST API. homepage https://pygithub.readthedocs.io/ -checksums rmd160 9eabb1440224f445ec49014290df6c3214afe374 \ - sha256 1bbfff9372047ff3f21d5cd8e07720f3dbfdaf6462fcaed9d815f528f1ba7283 \ - size 158046 +checksums rmd160 f1d192a2295b1f092e0eb14409bff6ea98720828 \ + sha256 6601e22627e87bac192f1e2e39c6e6f69a43152cfb8f307cee575879320b3051 \ + size 3476673 -python.versions 38 39 310 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ - port:py${python.version}-setuptools + port:py${python.version}-setuptools_scm - depends_run-append \ + depends_run-append port:py${python.version}-cryptography \ port:py${python.version}-deprecated \ port:py${python.version}-jwt \ port:py${python.version}-pynacl \ port:py${python.version}-requests \ - - livecheck.type none + port:py${python.version}-typing_extensions \ + port:py${python.version}-urllib3 } From 4abb73085572f67f4f09a371177d89680636da3a Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Tue, 8 Oct 2024 22:20:32 -0400 Subject: [PATCH 058/446] py-asyncssh: new port, version 2.17.0 --- python/py-asyncssh/Portfile | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 python/py-asyncssh/Portfile diff --git a/python/py-asyncssh/Portfile b/python/py-asyncssh/Portfile new file mode 100644 index 0000000000000..a5f861edc11a5 --- /dev/null +++ b/python/py-asyncssh/Portfile @@ -0,0 +1,31 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 + +PortSystem 1.0 +PortGroup python 1.0 + +name py-asyncssh +version 2.17.0 +revision 0 + +categories-append devel +supported_archs noarch +platforms {darwin any} +license {EPL-2 GPL-2+} +maintainers {reneeotten @reneeotten} openmaintainer + +description AsyncSSH: Asynchronous SSHv2 client and server library +long_description {*}${description} + +homepage https://asyncssh.timeheart.net + +checksums rmd160 098d48f81a93f80214b166f7b9024aa7ffed577b \ + sha256 3b159c105aa388c1e2245c4faf483f540ada8cad99402281119100166e5edb3c \ + size 515658 + +python.versions 39 310 311 312 + +if {${name} ne ${subport}} { + depends_lib-append \ + port:py${python.version}-cryptography \ + port:py${python.version}-typing_extensions +} From 21488a9dad12d4c03c7ecc4958e2871a3efb9826 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sun, 13 Oct 2024 21:40:10 -0400 Subject: [PATCH 059/446] py-qtconsole: update to 5.6.0 --- python/py-qtconsole/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python/py-qtconsole/Portfile b/python/py-qtconsole/Portfile index a5f57b994e8d1..ab7516ec3210e 100644 --- a/python/py-qtconsole/Portfile +++ b/python/py-qtconsole/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup python 1.0 name py-qtconsole -version 5.5.2 +version 5.6.0 revision 0 categories-append devel @@ -21,9 +21,9 @@ long_description {*}${description} homepage https://jupyter.org -checksums rmd160 df91176a50cc78689bc9b4994bf81791d57228fe \ - sha256 6b5fb11274b297463706af84dcbbd5c92273b1f619e6d25d08874b0a88516989 \ - size 439219 +checksums rmd160 6e1699b3b8e6b2537ea9a5ec0e3e7eb95aefd501 \ + sha256 4c82120a3b53a3d36e3f76e6a1a26ffddf4e1ce2359d56a19889c55e1d73a436 \ + size 440531 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools \ From e4ed4fb57c96e78d7014f7dfa0ecffb04f9988f3 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Mon, 14 Oct 2024 10:20:53 -0400 Subject: [PATCH 060/446] chemex: update to 2024.9.25 --- science/chemex/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/science/chemex/Portfile b/science/chemex/Portfile index a9d2561cf7e3c..02d7b19ab505d 100644 --- a/science/chemex/Portfile +++ b/science/chemex/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup python 1.0 name chemex -version 2024.5.3 +version 2024.9.25 revision 0 categories-prepend science @@ -18,9 +18,9 @@ long_description {*}${description} homepage https://github.com/gbouvignies/chemex -checksums rmd160 c5491af1399fccafefb9deab2eff5a828e3cdd8d \ - sha256 5d2d8459579b65dba02cedac767e39c7c905b570adf97016086575d7c1422c65 \ - size 103882 +checksums rmd160 9fd27a28705bf0b2ed4b65508980b459c9c69fd7 \ + sha256 a06f1fc8a4f7cb6a16ff368071fba2d391b1407a1ccf0d54318ea7ba1836278e \ + size 105181 python.default_version 312 python.pep517_backend pdm From e4aa7b5bde56a4579e07d5a339c312ffbe8c0b88 Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Wed, 16 Oct 2024 23:03:18 -0500 Subject: [PATCH 061/446] ixion-0.17: Use release tarball Closes: https://trac.macports.org/ticket/70373 --- devel/ixion-0.17/Portfile | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/devel/ixion-0.17/Portfile b/devel/ixion-0.17/Portfile index 94aa73074462a..26ddf102df1a6 100644 --- a/devel/ixion-0.17/Portfile +++ b/devel/ixion-0.17/Portfile @@ -1,13 +1,14 @@ # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 -PortGroup gitlab 1.0 PortGroup boost 1.0 name ixion-0.17 -set my_name ixion -gitlab.setup ${my_name} ${my_name} 0.17.0 +version 0.17.0 revision 1 +checksums rmd160 64941a335d31eb5e136503028128d0a6ab82faa3 \ + sha256 53c97139223f3b786d498f86512a20ee878fab0ef981947647aa116df7c4101e \ + size 499836 categories devel license MIT @@ -17,24 +18,23 @@ description General purpose formula parser and interpreter. long_description {*}${description} depends_build-append \ - port:pkgconfig + path:bin/pkg-config:pkgconfig depends_lib-append \ port:mdds-2.0 \ port:spdlog -checksums rmd160 c4cd1a3364af2a004b1f802394411b8d52329c13 \ - sha256 63f3942defc684be82046b9d7454602dadafced9be7b3b60e9e8a5fa63ee91a8 \ - size 191134 +homepage https://gitlab.com/ixion/ixion +master_sites https://kohei.us/files/ixion/src/ +distname libixion-${version} +use_xz yes compiler.cxx_standard 2017 -use_autoreconf yes configure.args-append \ --disable-debug \ --disable-python \ + --disable-silent-rules \ --enable-threads -build.post_args V=1 - -gitlab.livecheck.regex {(0\.17\.\d+)} +livecheck.type none From a7480b24bcdb13ece686cbee59fb1aee68d9d322 Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Wed, 16 Oct 2024 23:04:08 -0500 Subject: [PATCH 062/446] ixion-0.18: Use release tarball Closes: https://trac.macports.org/ticket/71102 --- devel/ixion-0.18/Portfile | 34 +++++++++++----------------------- 1 file changed, 11 insertions(+), 23 deletions(-) diff --git a/devel/ixion-0.18/Portfile b/devel/ixion-0.18/Portfile index 99b6c48e85f5c..651df2c7a6668 100644 --- a/devel/ixion-0.18/Portfile +++ b/devel/ixion-0.18/Portfile @@ -1,13 +1,14 @@ # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 -PortGroup gitlab 1.0 PortGroup boost 1.0 name ixion-0.18 -set my_name ixion -gitlab.setup ${my_name} ${my_name} 0.18.1 +version 0.18.1 revision 1 +checksums rmd160 721ae59bd14978953dd5a52ea8ea0ddeadfc26e3 \ + sha256 ec2327854601d41bd38f151bc94b47ef43f0b8258a551e41e9f5e19b9ad729c1 \ + size 521024 categories devel license MIT @@ -17,37 +18,24 @@ description General purpose formula parser and interpreter. long_description {*}${description} depends_build-append \ - port:pkgconfig + path:bin/pkg-config:pkgconfig depends_lib-append \ port:mdds-2.1 \ port:spdlog -checksums rmd160 bb0b41b1c4dbd4e334049819937b530ed82e4fc5 \ - sha256 c2975b0aa9f6e1a76c690928cdaa6f48d414cf6f8cca83c9e8c713dec4da18f0 \ - size 203778 +homepage https://gitlab.com/ixion/ixion +master_sites https://kohei.us/files/ixion/src/ +distname libixion-${version} +use_xz yes compiler.cxx_standard 2017 -use_autoreconf yes configure.args-append \ --disable-debug \ --disable-python \ + --disable-silent-rules \ --enable-threads \ --program-suffix=-0.18 -build.post_args V=1 - -# This port provides bindings previously provided by 'ixion'. -# So the latter must be deactivated first, if installed. -# This logic added 2023-05-29; keep in place for at least 12 months. -pre-activate { - set port_conflict_name ixion - - if { ![catch {set port_conflict_ver_info [lindex [registry_active ${port_conflict_name}] 0]}] } { - ui_info "${port_conflict_name} installed; deactivating" - registry_deactivate_composite ${port_conflict_name} "" [list ports_nodepcheck 1] - } -} - -gitlab.livecheck.regex {(0\.18\.\d+)} +livecheck.type none From e4edf1cbc7cc38a90dad7eeb62c2c1707ac15984 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Thu, 17 Oct 2024 00:13:51 -0400 Subject: [PATCH 063/446] deno: update to 2.0.1 --- devel/deno/Portfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/deno/Portfile b/devel/deno/Portfile index e29810948aaad..ab2908ebd1af9 100644 --- a/devel/deno/Portfile +++ b/devel/deno/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup github 1.0 -github.setup denoland deno 2.0.0 v +github.setup denoland deno 2.0.1 v github.tarball_from releases revision 0 @@ -30,13 +30,13 @@ maintainers {gmail.com:herby.gillot @herbygillot} \ supported_archs arm64 x86_64 checksums ${name}-x86_64-apple-darwin.zip \ - rmd160 a19c27fbb10e1e6c248e362e7c1f2ba70725acd2 \ - sha256 b74d019d948e50e3eebde16d9c67d5633f46636af04adbb7fca1b5a37232dd80 \ - size 43929127 \ + rmd160 7e3882a620ad3c3107ca5e65921298bf25432b51 \ + sha256 b65046683a25258ac3968cb0aed578e84215be3914fc7536ed1bdc0b57dfc36c \ + size 43846253 \ ${name}-aarch64-apple-darwin.zip \ - rmd160 63de66dbe4aac303804f9ba5f4008ba1a8ba1afa \ - sha256 ad122b1c8c823378469fb4972c0cc6dafc01353dfa5c7303d199bdc1dee9d5e9 \ - size 42432645 + rmd160 26aa419850ccb26ebe3e29081444c03e813ba81d \ + sha256 ba734971e8a30e9ff7ac015c2de73ec8aa144ae6209c4977f7e7270269058970 \ + size 42385526 if {${build_arch} eq "arm64"} { set release_arch aarch64 From 882ff8470a01810e330633275b55a2943fd020bd Mon Sep 17 00:00:00 2001 From: Joshua Root Date: Thu, 17 Oct 2024 16:32:29 +1100 Subject: [PATCH 064/446] lv: fix implicit int errors Closes: https://trac.macports.org/ticket/71108 --- textproc/lv/Portfile | 5 +---- textproc/lv/files/implicit.patch | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/textproc/lv/Portfile b/textproc/lv/Portfile index a6bf4d2d53060..5611c76872d53 100644 --- a/textproc/lv/Portfile +++ b/textproc/lv/Portfile @@ -13,8 +13,7 @@ categories textproc maintainers nomaintainer description Powerful Multilingual File Viewer / Grep long_description \ - ${description} -platforms darwin + {*}${description} license GPL-2+ homepage http://www.ff.iij4u.or.jp/~nrt/lv/index.html master_sites http://www.ff.iij4u.or.jp/~nrt/freeware/ @@ -29,13 +28,11 @@ patchfiles patch-src_stream.c.diff \ patch-src_Makefile.in.diff \ implicit.patch -configure.cflags-append -I${prefix}/include/ncurses configure.dir ${worksrcpath}/build configure.cmd ../src/configure build.dir ${worksrcpath}/build build.target -use_parallel_build yes destroot { xinstall -m 755 -d ${destroot}${prefix}/lib/lv diff --git a/textproc/lv/files/implicit.patch b/textproc/lv/files/implicit.patch index 3a84b4592f44d..1f010de2a6438 100644 --- a/textproc/lv/files/implicit.patch +++ b/textproc/lv/files/implicit.patch @@ -60,3 +60,31 @@ error: implicitly declaring library function 'toupper' with type 'int (int)' [-W #include #include #include +--- src/configure.orig 2024-10-17 16:25:33 ++++ src/configure 2024-10-17 16:30:17 +@@ -675,7 +675,7 @@ + #line 676 "configure" + #include "confdefs.h" + +-main(){return(0);} ++int main(void){return(0);} + EOF + if { (eval echo configure:681: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + ac_cv_prog_cc_works=yes +@@ -1380,7 +1380,7 @@ + int pg1, pg2, pg3, pg4; + int ng, np, s, child; + +-main() ++int main(void) + { + pid = getpid(); + pg1 = getpgrp(0); +@@ -1416,6 +1416,7 @@ + wait(&s); + exit(s>>8); + } ++ return 0; + } + + EOF From 12e9cbc17e7e34f003012bfbc821203c9f7dfc8a Mon Sep 17 00:00:00 2001 From: Clemens Lang Date: Thu, 17 Oct 2024 09:34:35 +0200 Subject: [PATCH 065/446] openssl3: Fix livecheck Ignore alpha and beta releases using a negative lookahead. Otherwise, switch to the default github livecheck. --- devel/openssl3/Portfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/devel/openssl3/Portfile b/devel/openssl3/Portfile index 054ada5ad68a7..de7e0160cec89 100644 --- a/devel/openssl3/Portfile +++ b/devel/openssl3/Portfile @@ -208,6 +208,4 @@ variant legacy description {enable legacy providers by default} { } } -livecheck.type regex -livecheck.url [lindex ${master_sites} 0] -livecheck.regex openssl-(${major_v}.\[0-9.\]+\[a-z\]?)\\.tar\\.gz +livecheck.regex "archive/refs/tags/openssl-((?!.*(alpha|beta))\[^\"]+)\\.tar\\.gz" From 5635781b2447249e1062c587a1e95cb0f843d78f Mon Sep 17 00:00:00 2001 From: Clemens Lang Date: Thu, 17 Oct 2024 09:53:25 +0200 Subject: [PATCH 066/446] openssl3: Fix CVE-2024-9143 Upstream advisory: https://openssl-library.org/news/secadv/20241016.txt Severity is low, binary curves are not used very much, and this isn't exploitable through common curve description format, so this is pretty much a nothing-burger. If you use binary field curves, take my advice and start using something else, though. CVE: CVE-2024-9143 --- devel/openssl3/Portfile | 5 +- ...8cb8b23ec7dc75c45a66eeed09c815b11cd2.patch | 201 ++++++++++++++++++ 2 files changed, 205 insertions(+), 1 deletion(-) create mode 100644 devel/openssl3/files/8e008cb8b23ec7dc75c45a66eeed09c815b11cd2.patch diff --git a/devel/openssl3/Portfile b/devel/openssl3/Portfile index de7e0160cec89..338fbfdce15c2 100644 --- a/devel/openssl3/Portfile +++ b/devel/openssl3/Portfile @@ -14,7 +14,7 @@ set major_v 3 epoch 1 github.setup openssl openssl ${major_v}.3.2 openssl- name openssl3 -revision 0 +revision 1 github.tarball_from releases checksums rmd160 a904b3c3c9fcb9ab9248bfc0225003fa610d382f \ @@ -80,6 +80,9 @@ patchfiles-append patch-mkinstallvars.diff # patchfiles-append patch-use-timegm.diff +# Fix CVE-2024-9143 +patchfiles-append 8e008cb8b23ec7dc75c45a66eeed09c815b11cd2.patch + if {${os.platform} eq "darwin" && ${os.major} < 11} { # Having the stdlib set to libc++ on 10.6 causes a dependency on a # macports-clang compiler to be added, which would be a dep cycle. diff --git a/devel/openssl3/files/8e008cb8b23ec7dc75c45a66eeed09c815b11cd2.patch b/devel/openssl3/files/8e008cb8b23ec7dc75c45a66eeed09c815b11cd2.patch new file mode 100644 index 0000000000000..037d591769533 --- /dev/null +++ b/devel/openssl3/files/8e008cb8b23ec7dc75c45a66eeed09c815b11cd2.patch @@ -0,0 +1,201 @@ +From 8e008cb8b23ec7dc75c45a66eeed09c815b11cd2 Mon Sep 17 00:00:00 2001 +From: Viktor Dukhovni +Date: Thu, 19 Sep 2024 01:02:40 +1000 +Subject: [PATCH] Harden BN_GF2m_poly2arr against misuse. + +The BN_GF2m_poly2arr() function converts characteristic-2 field +(GF_{2^m}) Galois polynomials from a representation as a BIGNUM bitmask, +to a compact array with just the exponents of the non-zero terms. + +These polynomials are then used in BN_GF2m_mod_arr() to perform modular +reduction. A precondition of calling BN_GF2m_mod_arr() is that the +polynomial must have a non-zero constant term (i.e. the array has `0` as +its final element). + +Internally, callers of BN_GF2m_poly2arr() did not verify that +precondition, and binary EC curve parameters with an invalid polynomial +could lead to out of bounds memory reads and writes in BN_GF2m_mod_arr(). + +The precondition is always true for polynomials that arise from the +standard form of EC parameters for characteristic-two fields (X9.62). +See the "Finite Field Identification" section of: + + https://www.itu.int/ITU-T/formal-language/itu-t/x/x894/2018-cor1/ANSI-X9-62.html + +The OpenSSL GF(2^m) code supports only the trinomial and pentanomial +basis X9.62 forms. + +This commit updates BN_GF2m_poly2arr() to return `0` (failure) when +the constant term is zero (i.e. the input bitmask BIGNUM is not odd). + +Additionally, the return value is made unambiguous when there is not +enough space to also pad the array with a final `-1` sentinel value. +The return value is now always the number of elements (including the +final `-1`) that would be filled when the output array is sufficiently +large. Previously the same count was returned both when the array has +just enough room for the final `-1` and when it had only enough space +for non-sentinel values. + +Finally, BN_GF2m_poly2arr() is updated to reject polynomials whose +degree exceeds `OPENSSL_ECC_MAX_FIELD_BITS`, this guards against +CPU exhausition attacks via excessively large inputs. + +The above issues do not arise in processing X.509 certificates. These +generally have EC keys from "named curves", and RFC5840 (Section 2.1.1) +disallows explicit EC parameters. The TLS code in OpenSSL enforces this +constraint only after the certificate is decoded, but, even if explicit +parameters are specified, they are in X9.62 form, which cannot represent +problem values as noted above. + +Initially reported as oss-fuzz issue 71623. + +A closely related issue was earlier reported in +. + +Severity: Low, CVE-2024-9143 + +Reviewed-by: Matt Caswell +Reviewed-by: Bernd Edlinger +Reviewed-by: Paul Dale +Reviewed-by: Tomas Mraz +(Merged from https://github.com/openssl/openssl/pull/25639) + +Upstream-Status: Backport [https://github.com/openssl/openssl/commit/8e008cb8b23ec7dc75c45a66eeed09c815b11cd2] +--- + crypto/bn/bn_gf2m.c | 28 +++++++++++++++------- + test/ec_internal_test.c | 51 +++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 71 insertions(+), 8 deletions(-) + +diff --git a/crypto/bn/bn_gf2m.c b/crypto/bn/bn_gf2m.c +index 444c5ca7a3..ae7e9d751c 100644 +--- ./crypto/bn/bn_gf2m.c ++++ ./crypto/bn/bn_gf2m.c +@@ -15,6 +15,7 @@ + #include "bn_local.h" + + #ifndef OPENSSL_NO_EC2M ++# include + + /* + * Maximum number of iterations before BN_GF2m_mod_solve_quad_arr should +@@ -1130,16 +1131,26 @@ int BN_GF2m_mod_solve_quad(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, + /* + * Convert the bit-string representation of a polynomial ( \sum_{i=0}^n a_i * + * x^i) into an array of integers corresponding to the bits with non-zero +- * coefficient. Array is terminated with -1. Up to max elements of the array +- * will be filled. Return value is total number of array elements that would +- * be filled if array was large enough. ++ * coefficient. The array is intended to be suitable for use with ++ * `BN_GF2m_mod_arr()`, and so the constant term of the polynomial must not be ++ * zero. This translates to a requirement that the input BIGNUM `a` is odd. ++ * ++ * Given sufficient room, the array is terminated with -1. Up to max elements ++ * of the array will be filled. ++ * ++ * The return value is total number of array elements that would be filled if ++ * array was large enough, including the terminating `-1`. It is `0` when `a` ++ * is not odd or the constant term is zero contrary to requirement. ++ * ++ * The return value is also `0` when the leading exponent exceeds ++ * `OPENSSL_ECC_MAX_FIELD_BITS`, this guards against CPU exhaustion attacks, + */ + int BN_GF2m_poly2arr(const BIGNUM *a, int p[], int max) + { + int i, j, k = 0; + BN_ULONG mask; + +- if (BN_is_zero(a)) ++ if (!BN_is_odd(a)) + return 0; + + for (i = a->top - 1; i >= 0; i--) { +@@ -1157,12 +1168,13 @@ int BN_GF2m_poly2arr(const BIGNUM *a, int p[], int max) + } + } + +- if (k < max) { ++ if (k > 0 && p[0] > OPENSSL_ECC_MAX_FIELD_BITS) ++ return 0; ++ ++ if (k < max) + p[k] = -1; +- k++; +- } + +- return k; ++ return k + 1; + } + + /* +diff --git a/test/ec_internal_test.c b/test/ec_internal_test.c +index e5bbd3632c..0268142ae7 100644 +--- ./test/ec_internal_test.c ++++ ./test/ec_internal_test.c +@@ -156,6 +156,56 @@ static int field_tests_ecp_mont(void) + } + + #ifndef OPENSSL_NO_EC2M ++/* Test that decoding of invalid GF2m field parameters fails. */ ++static int ec2m_field_sanity(void) ++{ ++ int ret = 0; ++ BN_CTX *ctx = BN_CTX_new(); ++ BIGNUM *p, *a, *b; ++ EC_GROUP *group1 = NULL, *group2 = NULL, *group3 = NULL; ++ ++ TEST_info("Testing GF2m hardening\n"); ++ ++ BN_CTX_start(ctx); ++ p = BN_CTX_get(ctx); ++ a = BN_CTX_get(ctx); ++ if (!TEST_ptr(b = BN_CTX_get(ctx)) ++ || !TEST_true(BN_one(a)) ++ || !TEST_true(BN_one(b))) ++ goto out; ++ ++ /* Even pentanomial value should be rejected */ ++ if (!TEST_true(BN_set_word(p, 0xf2))) ++ goto out; ++ if (!TEST_ptr_null(group1 = EC_GROUP_new_curve_GF2m(p, a, b, ctx))) ++ TEST_error("Zero constant term accepted in GF2m polynomial"); ++ ++ /* Odd hexanomial should also be rejected */ ++ if (!TEST_true(BN_set_word(p, 0xf3))) ++ goto out; ++ if (!TEST_ptr_null(group2 = EC_GROUP_new_curve_GF2m(p, a, b, ctx))) ++ TEST_error("Hexanomial accepted as GF2m polynomial"); ++ ++ /* Excessive polynomial degree should also be rejected */ ++ if (!TEST_true(BN_set_word(p, 0x71)) ++ || !TEST_true(BN_set_bit(p, OPENSSL_ECC_MAX_FIELD_BITS + 1))) ++ goto out; ++ if (!TEST_ptr_null(group3 = EC_GROUP_new_curve_GF2m(p, a, b, ctx))) ++ TEST_error("GF2m polynomial degree > %d accepted", ++ OPENSSL_ECC_MAX_FIELD_BITS); ++ ++ ret = group1 == NULL && group2 == NULL && group3 == NULL; ++ ++ out: ++ EC_GROUP_free(group1); ++ EC_GROUP_free(group2); ++ EC_GROUP_free(group3); ++ BN_CTX_end(ctx); ++ BN_CTX_free(ctx); ++ ++ return ret; ++} ++ + /* test EC_GF2m_simple_method directly */ + static int field_tests_ec2_simple(void) + { +@@ -506,6 +556,7 @@ int setup_tests(void) + ADD_TEST(field_tests_ecp_simple); + ADD_TEST(field_tests_ecp_mont); + #ifndef OPENSSL_NO_EC2M ++ ADD_TEST(ec2m_field_sanity); + ADD_TEST(field_tests_ec2_simple); + #endif + ADD_ALL_TESTS(field_tests_default, crv_len); +-- +2.47.0 + From c06d1e089fb8cf1b0398bd73513f44291e58a57c Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Wed, 16 Oct 2024 21:30:51 -0700 Subject: [PATCH 067/446] p5-datetime-format-flexible: update to version 0.36 --- perl/p5-datetime-format-flexible/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/perl/p5-datetime-format-flexible/Portfile b/perl/p5-datetime-format-flexible/Portfile index aa90a3e66392d..361d8a76b9484 100644 --- a/perl/p5-datetime-format-flexible/Portfile +++ b/perl/p5-datetime-format-flexible/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 -perl5.setup DateTime-Format-Flexible 0.35 +perl5.setup DateTime-Format-Flexible 0.36 revision 0 license {Artistic-1 GPL} maintainers {devans @dbevans} openmaintainer @@ -14,9 +14,9 @@ long_description {*}${description} platforms {darwin any} supported_archs noarch -checksums rmd160 e81138618ae0ba471380feaf7c50e5cd6a6c9c5e \ - sha256 6526de732d361642b7b4cfc8b44dc3077b1a27d578d790f557cd286a2b4d8b4e \ - size 75258 +checksums rmd160 db73b25fe1320ac0b6099b7b168ca66cd41baae7 \ + sha256 ea04c525c47bc98a21744e7de0a63515cce2fbd233f583a12005a3834203f8f3 \ + size 76034 if {${perl5.major} != ""} { depends_build-append \ From df6d37972d98463bee3e2545e4c09f5214e16623 Mon Sep 17 00:00:00 2001 From: Veence Date: Thu, 17 Oct 2024 12:35:21 +0200 Subject: [PATCH 068/446] ossp-uuid: Update perl branches --- devel/ossp-uuid/Portfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/ossp-uuid/Portfile b/devel/ossp-uuid/Portfile index d43326a04cfeb..c005c16668cec 100644 --- a/devel/ossp-uuid/Portfile +++ b/devel/ossp-uuid/Portfile @@ -82,8 +82,8 @@ post-destroot { perl5.require_variant yes perl5.conflict_variants yes -perl5.branches 5.28 5.30 5.32 5.34 -perl5.default_branch 5.34 +perl5.branches 5.28 5.30 5.32 5.34 5.36 5.38 +perl5.default_branch 5.38 perl5.create_variants ${perl5.branches} # Perl is used as an interpreter only From 1153a18914e5cc61decc00e12d20c2c365117234 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Thu, 17 Oct 2024 08:19:36 -0400 Subject: [PATCH 069/446] viddy: update to 1.2.0 --- sysutils/viddy/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/viddy/Portfile b/sysutils/viddy/Portfile index 0127760d0a3b1..68b90e163b87a 100644 --- a/sysutils/viddy/Portfile +++ b/sysutils/viddy/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup cargo 1.0 PortGroup github 1.0 -github.setup sachaos viddy 1.1.6 v +github.setup sachaos viddy 1.2.0 v github.tarball_from archive revision 0 @@ -25,9 +25,9 @@ maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums ${distname}${extract.suffix} \ - rmd160 4f3e046e01037aadc440e8129eb4cfc8cef6b03d \ - sha256 54b1d530276f441afdb5fe989f31efbb54eca934c71a808c0627b60b6b5c6a95 \ - size 1577654 + rmd160 b2933c18debb9eb54893c29d77a8f3eaea9a895a \ + sha256 bc74f8b42c24025af69376f1bb3a3927d2f1bea656205e37a07f5f4576e8fb00 \ + size 1578463 destroot { xinstall -m 0755 \ From 3ae8311cb5b42a4ec57fd133b5b8d246e94cea76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emre=20=C5=9Eafak?= Date: Thu, 17 Oct 2024 08:51:47 -0400 Subject: [PATCH 070/446] dagger: update to 0.13.5 --- devel/dagger/Portfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/dagger/Portfile b/devel/dagger/Portfile index 7e36ea8e5ce0d..f5e0ddfefa7d6 100644 --- a/devel/dagger/Portfile +++ b/devel/dagger/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup github 1.0 -github.setup dagger dagger 0.12.2 v +github.setup dagger dagger 0.13.5 v github.tarball_from releases revision 0 @@ -24,15 +24,15 @@ homepage https://dagger.io switch ${build_arch} { x86_64 { distfiles dagger_v${version}_darwin_amd64${extract.suffix} - checksums rmd160 21728a030dcfcf6e13908a729a681759cb9d2c2e \ - sha256 7255ea25af4de506328f2c48ddc90ad5cf37bf66c5b652a8b1d5417570a5a6ad \ - size 10088619 + checksums rmd160 eb54a5a3dfbf06909b4943401e4290e5149e8bf6 \ + sha256 8ecea918a4a27ee98f75114b9fff89c558e1cc5bff7c6375940d5607e259b47b \ + size 10275206 } arm64 { distfiles dagger_v${version}_darwin_arm64${extract.suffix} - checksums rmd160 6575e6d5d80c4b703a167de9ff80fa7f3587b339 \ - sha256 baf301780f58d3d4982c2fe1592cc8b88493bdd730431d57810408ed0945fa67 \ - size 9531091 + checksums rmd160 ef6830e2a8bc0fe4a40e7d7bdcfa31646244fea4 \ + sha256 7f8328025ad62cb31ad74253ee855b799dd7f7e78c2c27299fa332357d80e3dd \ + size 9684356 } default { known_fail yes From 3ffbef07a5904b891f45b54755cf16fb26f750d9 Mon Sep 17 00:00:00 2001 From: Knapoc Date: Thu, 17 Oct 2024 19:31:37 +0200 Subject: [PATCH 071/446] oh-my-posh: update to v23.20.1 --- sysutils/oh-my-posh/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/oh-my-posh/Portfile b/sysutils/oh-my-posh/Portfile index b7f47ce600aeb..e4cc27217620b 100644 --- a/sysutils/oh-my-posh/Portfile +++ b/sysutils/oh-my-posh/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/JanDeDobbeleer/oh-my-posh 23.20.0 v +go.setup github.com/JanDeDobbeleer/oh-my-posh 23.20.1 v go.offline_build no github.tarball_from archive revision 0 @@ -20,9 +20,9 @@ maintainers {gmail.com:herby.gillot @herbygillot} \ {duck.com:ihj3s1wy @PinoTucana} \ openmaintainer -checksums rmd160 b4464318a1ecc9f92f926cfe099945c5af44a9b8 \ - sha256 e98d8d3b0dd9b75976c259099452c4cb02555e6b77b938f24b5597c7645509ca \ - size 6670206 +checksums rmd160 9e91aeb200dcfb0a841451c044b0bf7a479cf394 \ + sha256 5fc4d87e45d8c3ad8497362400abe625ab5dd51f85c6ee3ba5c5ae162206d1b2 \ + size 6670276 build.dir ${worksrcpath}/src From 2893d72293943962c4c1108a6fc70db056119071 Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Thu, 17 Oct 2024 13:18:55 -0400 Subject: [PATCH 072/446] ruby-build: Upgrade to 20241017 --- ruby/ruby-build/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ruby/ruby-build/Portfile b/ruby/ruby-build/Portfile index 4a8c0e51a75c3..cdf2d4d44e8f5 100644 --- a/ruby/ruby-build/Portfile +++ b/ruby/ruby-build/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup github 1.0 -github.setup rbenv ruby-build 20241007 v +github.setup rbenv ruby-build 20241017 v github.tarball_from archive categories ruby license MIT @@ -17,9 +17,9 @@ maintainers {mojca @mojca} \ description Compile and install Ruby long_description {*}${description} -checksums rmd160 61de595497971866bfb4fdc8c20d8512eb3a7691 \ - sha256 3670ae797e03f54365bf7bf07194b19a666c2ad15847a505b16023d66a6de1df \ - size 92517 +checksums rmd160 b67086b13026361ea3fcc903eae73189032f7714 \ + sha256 3e876c13dc6a5f6a24276d9da9d0126cef3c21354dd33499e6772eeb48692072 \ + size 92997 use_configure no build {} From 1a246c8e108e0d70559d4a9b1a126c4fac09ddcf Mon Sep 17 00:00:00 2001 From: Veence Date: Thu, 17 Oct 2024 21:08:08 +0200 Subject: [PATCH 073/446] geos: bump to 3.13.0 --- science/geos/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/science/geos/Portfile b/science/geos/Portfile index 5698b5b545f82..62349622c120a 100644 --- a/science/geos/Portfile +++ b/science/geos/Portfile @@ -8,7 +8,7 @@ PortGroup compiler_blacklist_versions 1.0 # changes. If so, all dependents will need to be rev-bumped. name geos -version 3.12.2 +version 3.13.0 revision 0 categories science math gis license LGPL-2.1 @@ -27,9 +27,9 @@ master_sites https://download.osgeo.org/geos/ use_bzip2 yes -checksums rmd160 c63d8acd3fcad203892fd8b233d1bdd7b4c15f96 \ - sha256 34c7770bf0090ee88488af98767d08e779f124fa33437e0aabec8abd4609fec6 \ - size 6756010 +checksums rmd160 db6ad4019e17c2e5b6a1c5c2a533a38e2fb98274 \ + sha256 47ec83ff334d672b9e4426695f15da6e6368244214971fabf386ff8ef6df39e4 \ + size 6801211 compiler.cxx_standard 2014 From b37e9cf300a9166536971e57b868c81d5a4265be Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Thu, 17 Oct 2024 14:36:58 -0400 Subject: [PATCH 074/446] eza: update to 0.20.3 --- sysutils/eza/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/eza/Portfile b/sysutils/eza/Portfile index 7aac6fd44b128..271d4ca076aab 100644 --- a/sysutils/eza/Portfile +++ b/sysutils/eza/Portfile @@ -5,7 +5,7 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup cargo 1.0 -github.setup eza-community eza 0.20.2 v +github.setup eza-community eza 0.20.3 v github.tarball_from archive revision 0 @@ -29,9 +29,9 @@ maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums ${distname}${extract.suffix} \ - rmd160 47b9f2e2c0bdea58abb855d45c60ba95e7c65891 \ - sha256 8d5a573906fd362e27c601e8413b2c96b546bbac7cdedcbd1defe1332f42265d \ - size 1416059 + rmd160 649a0702bf98f424be8af8bf6577d8c8d4e608aa \ + sha256 51a61bba14d1e4043981cabc5cf3d14352bf6a4ca0e308f437d0c8d00f42c2f7 \ + size 1416238 depends_lib-append port:libiconv \ path:lib/pkgconfig/libgit2.pc:libgit2 \ From f549c9e19822fbfc72aa9351985eabe4a035c95d Mon Sep 17 00:00:00 2001 From: Dean M Greer <38226388+Gcenx@users.noreply.github.com> Date: Wed, 16 Oct 2024 22:56:52 -0400 Subject: [PATCH 075/446] wine-devel,wine-staging: Update to 9.19 --- emulators/wine-devel/Portfile | 14 +++++++------- emulators/wine-devel/files/1001-devel-msync.diff | 4 ++-- emulators/wine-devel/files/1001-staging-msync.diff | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/emulators/wine-devel/Portfile b/emulators/wine-devel/Portfile index 7630190a641e4..16f9111add91b 100644 --- a/emulators/wine-devel/Portfile +++ b/emulators/wine-devel/Portfile @@ -7,7 +7,7 @@ PortGroup muniversal 1.1 # Keep the wine-stable, wine-devel and wine-crossover portfiles as similar as possible. -github.setup wine-mirror wine 9.18 wine- +github.setup wine-mirror wine 9.19 wine- github.tarball_from archive name wine-devel conflicts wine-stable wine-staging wine-crossover @@ -37,9 +37,9 @@ long_description \ checksums \ ${distname}${extract.suffix} \ - rmd160 84e3ed1dabc823922d7a721529af3c5511cb1f9c \ - sha256 9b4635be4ec27ec241bd42fb87958aca21ac08cece940315891d0a1dac3af02b \ - size 49959962 + rmd160 e84b8c7e9ebabf844fc1d999afb114a842b699e8 \ + sha256 82d8aa49abb25be5c9772047ff30a956960662d0e72174aff95c98c360611ff6 \ + size 50036168 depends_build \ port:bison \ @@ -144,9 +144,9 @@ subport wine-staging { checksums-append \ ${wine_staging_distfile} \ - rmd160 c92bf1982e87ad4ea36fcbe49686badd66605440 \ - sha256 afe8c6f3fe2824f5175f76ab1604de671a6adcae11768f118d7e5045c65b5666 \ - size 9439240 + rmd160 e2239ab25231a6b12f8231876827f38a9cb05ffe \ + sha256 8743e7a75d79618394d41fe23ea8cb6c8ebc3caf28c34a518c239b8a9333d287 \ + size 9460757 depends_patch-append port:autoconf diff --git a/emulators/wine-devel/files/1001-devel-msync.diff b/emulators/wine-devel/files/1001-devel-msync.diff index 2d08d378c102d..14a57571c70ee 100644 --- a/emulators/wine-devel/files/1001-devel-msync.diff +++ b/emulators/wine-devel/files/1001-devel-msync.diff @@ -2162,8 +2162,8 @@ index 74bf0f0c839..fd84ee0d1a9 100644 /* ### protocol_version begin ### */ --#define SERVER_PROTOCOL_VERSION 841 -+#define SERVER_PROTOCOL_VERSION 845 +-#define SERVER_PROTOCOL_VERSION 842 ++#define SERVER_PROTOCOL_VERSION 846 /* ### protocol_version end ### */ diff --git a/emulators/wine-devel/files/1001-staging-msync.diff b/emulators/wine-devel/files/1001-staging-msync.diff index 3125818db9c40..71715dadd860c 100644 --- a/emulators/wine-devel/files/1001-staging-msync.diff +++ b/emulators/wine-devel/files/1001-staging-msync.diff @@ -2224,8 +2224,8 @@ index 44f18710766..e6610d3cab5 100644 /* ### protocol_version begin ### */ --#define SERVER_PROTOCOL_VERSION 842 -+#define SERVER_PROTOCOL_VERSION 846 +-#define SERVER_PROTOCOL_VERSION 843 ++#define SERVER_PROTOCOL_VERSION 847 /* ### protocol_version end ### */ From 73ea9aca95b9afecd75965a7c4e81e255e5012fd Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 16 Oct 2024 09:18:45 -0400 Subject: [PATCH 076/446] libssh2: update to 1.11.1 - switch to using MacPorts' gawk CVE: CVE-2023-48795 --- devel/libssh2/Portfile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/devel/libssh2/Portfile b/devel/libssh2/Portfile index 64d501b92b422..efa61c81374af 100644 --- a/devel/libssh2/Portfile +++ b/devel/libssh2/Portfile @@ -5,7 +5,7 @@ PortGroup github 1.0 PortGroup muniversal 1.0 PortGroup openssl 1.0 -github.setup libssh2 libssh2 1.11.0 libssh2- +github.setup libssh2 libssh2 1.11.1 libssh2- github.tarball_from releases revision 0 @@ -23,18 +23,20 @@ long_description libssh2 is a library implementing the SSH2 protocol as \ license BSD -checksums rmd160 de0e85ddd91d1962decfe1e3efefa0ce6d3e9200 \ - sha256 3736161e41e2693324deb38c26cfdc3efe6209d634ba4258db1cecff6a5ad461 \ - size 1053562 +checksums rmd160 52fe2f3426d24da14fd2ad7a442b536f32c701f1 \ + sha256 d9ec76cbe34db98eec3539fe2c899d26b0c837cb3eb466a56b0f109cabf658f7 \ + size 1093012 if {[string match *gcc-4.* ${configure.compiler}]} { # Remove errant pragmas inside functions not supported on older gcc versions. patchfiles-append patch-libssh2-pragmas-older-gcc.diff } +depends_build-append \ + bin:gawk:gawk depends_lib-append port:zlib -configure.args ac_cv_prog_AWK=/usr/bin/awk +configure.args ac_cv_prog_AWK=${prefix}/bin/gawk configure.checks.implicit_function_declaration.whitelist-append strchr From d2d56e8339fa2abfb51e7024dad70c2eb5d3860e Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Thu, 17 Oct 2024 19:32:35 -0400 Subject: [PATCH 077/446] minizinc: update to 2.8.7 --- devel/minizinc/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/minizinc/Portfile b/devel/minizinc/Portfile index 9688a33e6d825..ecdde6a4da675 100644 --- a/devel/minizinc/Portfile +++ b/devel/minizinc/Portfile @@ -9,7 +9,7 @@ PortGroup legacysupport 1.1 legacysupport.newest_darwin_requires_legacy 10 -github.setup MiniZinc libminizinc 2.8.6 +github.setup MiniZinc libminizinc 2.8.7 github.tarball_from archive name minizinc revision 0 @@ -35,9 +35,9 @@ maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer platforms darwin linux -checksums rmd160 b3c04142f5fd2581ad70750cc220c830cf55f514 \ - sha256 719469473bd0ad0f667d79e35735ef8c535f64642b3565a197ed09b285a3d506 \ - size 8059282 +checksums rmd160 8fa20dfab91c3d403394156db7d79f2a29f38a71 \ + sha256 91413c9788d45eb77ecb1da9657c00744312cca4fd5e71ca2583c35a32a3be62 \ + size 8059507 # https://github.com/MiniZinc/libminizinc/pulls patchfiles-append 0001-file_utils.cpp-add-a-missing-cstdint-include.patch From fe0b0e2403e27adcd484d1ed5294f536167e3ecb Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Fri, 18 Oct 2024 01:12:31 -0400 Subject: [PATCH 078/446] deno: update to 2.0.2 --- devel/deno/Portfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/deno/Portfile b/devel/deno/Portfile index ab2908ebd1af9..7fa63876bc8b4 100644 --- a/devel/deno/Portfile +++ b/devel/deno/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup github 1.0 -github.setup denoland deno 2.0.1 v +github.setup denoland deno 2.0.2 v github.tarball_from releases revision 0 @@ -30,13 +30,13 @@ maintainers {gmail.com:herby.gillot @herbygillot} \ supported_archs arm64 x86_64 checksums ${name}-x86_64-apple-darwin.zip \ - rmd160 7e3882a620ad3c3107ca5e65921298bf25432b51 \ - sha256 b65046683a25258ac3968cb0aed578e84215be3914fc7536ed1bdc0b57dfc36c \ - size 43846253 \ + rmd160 3b4e5b671165a6af6cbcf6be311ff6e70c8a887a \ + sha256 9afd5ddc4ca123754115fee4a4ed883b63343696a5380af05db263169a84f20f \ + size 43861937 \ ${name}-aarch64-apple-darwin.zip \ - rmd160 26aa419850ccb26ebe3e29081444c03e813ba81d \ - sha256 ba734971e8a30e9ff7ac015c2de73ec8aa144ae6209c4977f7e7270269058970 \ - size 42385526 + rmd160 cdf7d0924956480f7605b928f48af17a912125bc \ + sha256 d627bffc38f7f5804656c71bb6af8ee2f5c8010df34886b4414d4c78514350df \ + size 42397939 if {${build_arch} eq "arm64"} { set release_arch aarch64 From d617a6fa9144e3ffd09460db3f38455fdfa23f75 Mon Sep 17 00:00:00 2001 From: Keto Date: Thu, 17 Oct 2024 21:12:00 -0400 Subject: [PATCH 079/446] uv: Update to 0.4.23 --- devel/uv/Portfile | 131 ++++++++++++++++++++++------------------------ 1 file changed, 63 insertions(+), 68 deletions(-) diff --git a/devel/uv/Portfile b/devel/uv/Portfile index f39f7083d7f7a..d4b1cbab01381 100644 --- a/devel/uv/Portfile +++ b/devel/uv/Portfile @@ -4,9 +4,9 @@ PortSystem 1.0 PortGroup cargo 1.0 PortGroup github 1.0 -github.setup astral-sh uv 0.4.20 +github.setup astral-sh uv 0.4.23 github.tarball_from archive -revision 1 +revision 0 categories devel python license {Apache-2 MIT} platforms {darwin >= 17} @@ -16,9 +16,9 @@ description Extremely fast Python package and project manager long_description {*}${description}, written in Rust. checksums ${distname}${extract.suffix} \ - rmd160 c6de399114821d8272ebb93260c207e616cb0741 \ - sha256 a51116e92b7932f8e5a2130acf15d80fc927e73894c2e01dda2d4c082b18664d \ - size 2682849 + rmd160 856ad928da15241bd7d85fe88b5f13a2465005e2 \ + sha256 71ef48e37d548b9681488afda567eed309efcba4774d0afd19b8ea16be62a95b \ + size 2759410 depends_build-append path:bin/pkg-config:pkgconfig @@ -54,8 +54,7 @@ destroot { } cargo.crates \ - addr2line 0.24.1 f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375 \ - adler 1.0.2 f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe \ + addr2line 0.24.2 dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 \ adler2 2.0.0 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 \ aho-corasick 1.1.3 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 \ anes 0.1.6 4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299 \ @@ -71,11 +70,11 @@ cargo.crates \ assert_cmd 2.0.16 dc1835b7f27878de8525dc71410b5a31cdcc5f230aed5ba5df968e09c201b23d \ assert_fs 1.1.2 7efdb1fdb47602827a342857666feb372712cbc64b414172bd6b167a02927674 \ async-channel 2.3.1 89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a \ - async-compression 0.4.13 7e614738943d3f68c628ae3dbce7c3daffb196665f82f8c8ea6b65de73c79429 \ + async-compression 0.4.16 103db485efc3e41214fe4fda9f3dbeae2eb9082f48fd236e6095627a9422066e \ async-trait 0.1.83 721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd \ async_http_range_reader 0.8.0 f1a0e0571c5d724d17fbe0b608d31a91e94938722c141877d3a2982216b084c2 \ atomic-waker 1.1.2 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 \ - autocfg 1.3.0 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0 \ + autocfg 1.4.0 ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 \ axoasset 1.0.0 45e7b7ac1c1cd4fdcaa2f9e704defa9defd996039083d85e17efa5e8eefb3bd2 \ axoprocess 0.2.0 4de46920588aef95658797996130bacd542436aee090084646521260a74bda7d \ axotag 0.2.0 d888fac0b73e64cbdf36a743fc5a25af5ae955c357535cb420b389bf1e1a6c54 \ @@ -93,28 +92,28 @@ cargo.crates \ bumpalo 3.16.0 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c \ bytecheck 0.8.0 50c8f430744b23b54ad15161fcbc22d82a29b73eacbe425fea23ec822600bc6f \ bytecheck_derive 0.8.0 523363cbe1df49b68215efdf500b103ac3b0fb4836aed6d15689a076eadb8fff \ - bytemuck 1.18.0 94bbb0ad554ad961ddc5da507a12a29b14e4ae5bda06b19f575a3e6079d2e2ae \ + bytemuck 1.19.0 8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d \ byteorder 1.5.0 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b \ byteorder-lite 0.1.0 8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495 \ - bytes 1.7.1 8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50 \ + bytes 1.7.2 428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3 \ bzip2 0.4.4 bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8 \ bzip2-sys 0.1.11+1.0.8 736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc \ cachedir 0.3.1 4703f3937077db8fa35bee3c8789343c1aec2585f0146f09d658d4ccc0e8d873 \ camino 1.1.9 8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3 \ cargo-util 0.2.14 cc680c90073156fb5280c0c0127b779eef1f6292e41f7d6621acba3041e81c7d \ cast 0.3.0 37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5 \ - cc 1.1.19 2d74707dde2ba56f86ae90effb3b43ddd369504387e718014de010cec7959800 \ + cc 1.1.30 b16803a61b81d9eabb7eae2588776c4c1e584b738ede45fdbb4c972cec1e9945 \ cfg-if 1.0.0 baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd \ cfg_aliases 0.2.1 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 \ charset 0.1.5 f1f927b07c74ba84c7e5fe4db2baeb3e996ab2688992e39ac68ce3220a677c7e \ ciborium 0.2.2 42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e \ ciborium-io 0.2.2 05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757 \ ciborium-ll 0.2.2 57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9 \ - clap 4.5.19 7be5744db7978a28d9df86a214130d106a89ce49644cbc4e3f0c22c3fba30615 \ - clap_builder 4.5.19 a5fbc17d3ef8278f55b282b2a2e75ae6f6c7d4bb70ed3d0382375104bfafdb4b \ - clap_complete 4.5.26 205d5ef6d485fa47606b98b0ddc4ead26eb850aaa86abfb562a94fb3280ecba0 \ + clap 4.5.20 b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8 \ + clap_builder 4.5.20 19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54 \ + clap_complete 4.5.33 9646e2e245bf62f45d39a0f3f36f1171ad1ea0d6967fd114bca72cb02a8fcdfb \ clap_complete_command 0.6.1 da8e198c052315686d36371e8a3c5778b7852fc75cc313e4e11eeb7a644a1b62 \ - clap_complete_nushell 4.5.3 5fe32110e006bccf720f8c9af3fee1ba7db290c724eab61544e1d3295be3a40e \ + clap_complete_nushell 4.5.4 315902e790cc6e5ddd20cbd313c1d0d49db77f191e149f96397230fb82a17677 \ clap_derive 4.5.18 4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab \ clap_lex 0.7.2 1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97 \ cmake 0.1.51 fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a \ @@ -164,7 +163,7 @@ cargo.crates \ event-listener 5.3.1 6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba \ event-listener-strategy 0.5.2 0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1 \ fastrand 2.1.1 e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6 \ - fdeflate 0.3.4 4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645 \ + fdeflate 0.3.5 d8090f921a24b04994d9929e204f50b498a33ea6ba559ffaa05e04f7ee7fb5ab \ filetime 0.2.25 35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586 \ fixedbitset 0.4.2 0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80 \ flate2 1.0.34 a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0 \ @@ -188,7 +187,7 @@ cargo.crates \ generic-array 0.14.7 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a \ getrandom 0.2.15 c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 \ gif 0.12.0 80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045 \ - gimli 0.31.0 32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64 \ + gimli 0.31.1 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f \ glob 0.3.1 d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b \ globset 0.4.15 15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19 \ globwalk 0.9.1 0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757 \ @@ -202,15 +201,15 @@ cargo.crates \ hermit-abi 0.4.0 fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc \ hex 0.4.3 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 \ home 0.5.9 e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5 \ - homedir 0.3.3 2bed305c13ce3829a09d627f5d43ff738482a09361ae4eb8039993b55fb10e5e \ + homedir 0.3.4 5bdbbd5bc8c5749697ccaa352fa45aff8730cf21c68029c0eef1ffed7c3d6ba2 \ html-escape 0.2.13 6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476 \ http 1.1.0 21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258 \ http-body 1.0.1 1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184 \ http-body-util 0.1.2 793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f \ - http-content-range 0.1.2 9f0d1a8ef218a86416107794b34cc446958d9203556c312bb41eab4c924c1d2e \ - httparse 1.9.4 0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9 \ + http-content-range 0.1.4 aa7929c876417cd3ece616950474c7dff5b0150a2b53bd7e7fda55afa086c22b \ + httparse 1.9.5 7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946 \ httpdate 1.0.3 df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9 \ - hyper 1.4.1 50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05 \ + hyper 1.5.0 bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a \ hyper-rustls 0.27.3 08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333 \ hyper-util 0.1.9 41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b \ idna 0.5.0 634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6 \ @@ -222,7 +221,7 @@ cargo.crates \ indoc 2.0.5 b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5 \ insta 1.40.0 6593a41c7a73841868772495db7dc1e8ecab43bb5c0b6da2059246c4b506ab60 \ instant 0.1.13 e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222 \ - ipnet 2.10.0 187674a687eed5fe42285b40c6291f9a01517d415fad1c3cbc6a9f778af7fcd4 \ + ipnet 2.10.1 ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708 \ is-terminal 0.4.13 261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b \ is_ci 1.2.0 7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45 \ is_terminal_polyfill 1.70.1 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf \ @@ -235,13 +234,13 @@ cargo.crates \ jiff-tzdb-platform 0.1.1 9835f0060a626fe59f160437bc725491a6af23133ea906500027d1bd2f8f4329 \ jobserver 0.1.32 48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0 \ jpeg-decoder 0.3.1 f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0 \ - js-sys 0.3.70 1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a \ + js-sys 0.3.72 6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9 \ junction 1.2.0 72bbdfd737a243da3dfc1f99ee8d6e166480f17ab4ac84d7c34aacd73fc7bd16 \ krata-tokio-tar 0.4.2 e8bd5fee9b96acb5fc36b401896d601e6fdcce52b0e651ce24a3b21fb524e79f \ kurbo 0.8.3 7a53776d271cfb873b17c618af0298445c88afc52837f3e948fa3fafd131f449 \ kurbo 0.9.5 bd85a5776cd9500c2e2059c8c76c3b01528566b7fcbaf8098b55a33fc298849b \ lazy_static 1.5.0 bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe \ - libc 0.2.158 d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439 \ + libc 0.2.159 561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5 \ libmimalloc-sys 0.1.39 23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44 \ libredox 0.1.3 c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d \ libz-ng-sys 1.1.16 4436751a01da56f1277f323c80d584ffad94a3d14aecd959dd0dff75aa73a438 \ @@ -257,20 +256,17 @@ cargo.crates \ memchr 2.7.4 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 \ memmap2 0.5.10 83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327 \ memmap2 0.9.5 fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f \ - memoffset 0.7.1 5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4 \ miette 7.2.0 4edc8853320c2a0dab800fbda86253c8938f6ea88510dc92c5f1ed20e794afc1 \ miette-derive 7.2.0 dcf09caffaac8068c346b6df2a7fc27a177fd20b39421a39ce0a211bde679a6c \ mimalloc 0.1.43 68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633 \ mime 0.3.17 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a \ mime_guess 2.0.5 f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e \ - miniz_oxide 0.7.4 b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08 \ miniz_oxide 0.8.0 e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1 \ mio 1.0.2 80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec \ miow 0.6.0 359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044 \ munge 0.4.1 64142d38c84badf60abf06ff9bd80ad2174306a5b11bd4706535090a30a419df \ munge_macro 0.4.1 1bb5c1d8184f13f7d0ccbeeca0def2f9a181bce2624302793005f5ca8aa62e5e \ nanoid 0.4.0 3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8 \ - nix 0.26.4 598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b \ nix 0.29.0 71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46 \ normalize-line-endings 0.3.0 61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be \ nu-ansi-term 0.46.0 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 \ @@ -278,8 +274,8 @@ cargo.crates \ num-traits 0.2.19 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 \ num_cpus 1.16.0 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 \ number_prefix 0.4.0 830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3 \ - object 0.36.4 084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a \ - once_cell 1.20.0 33ea5043e58958ee56f3e15a90aee535795cd7dfd319846288d93c5b57d85cbe \ + object 0.36.5 aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e \ + once_cell 1.20.2 1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775 \ oorandom 11.1.4 b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9 \ openssl-probe 0.1.5 ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf \ option-ext 0.2.0 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d \ @@ -292,32 +288,32 @@ cargo.crates \ parking_lot_core 0.9.10 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 \ paste 1.0.15 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a \ path-slash 0.2.1 1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42 \ - pathdiff 0.2.1 8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd \ + pathdiff 0.2.2 d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361 \ percent-encoding 2.3.1 e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e \ - pest 2.7.12 9c73c26c01b8c87956cea613c907c9d6ecffd8d18a2a5908e5de0adfaa185cea \ - pest_derive 2.7.12 664d22978e2815783adbdd2c588b455b1bd625299ce36b2a99881ac9627e6d8d \ - pest_generator 2.7.12 a2d5487022d5d33f4c30d91c22afa240ce2a644e87fe08caad974d4eab6badbe \ - pest_meta 2.7.12 0091754bbd0ea592c4deb3a122ce8ecbb0753b738aa82bc055fcc2eccc8d8174 \ + pest 2.7.14 879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442 \ + pest_derive 2.7.14 d214365f632b123a47fd913301e14c946c61d1c183ee245fa76eb752e59a02dd \ + pest_generator 2.7.14 eb55586734301717aea2ac313f50b2eb8f60d2fc3dc01d190eefa2e625f60c4e \ + pest_meta 2.7.14 b75da2a70cf4d9cb76833c990ac9cd3923c9a8905a8929789ce347c84564d03d \ petgraph 0.6.5 b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db \ pico-args 0.5.0 5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315 \ - pin-project 1.1.5 b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3 \ - pin-project-internal 1.1.5 2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965 \ + pin-project 1.1.6 baf123a161dde1e524adf36f90bc5d8d3462824a9c43553ad07a8183161189ec \ + pin-project-internal 1.1.6 a4502d8515ca9f32f1fb543d987f63d95a14934883db45bdb48060b6b69257f8 \ pin-project-lite 0.2.14 bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02 \ pin-utils 0.1.0 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 \ pipeline 0.5.0 d15b6607fa632996eb8a17c9041cb6071cb75ac057abd45dece578723ea8c7c0 \ - pkg-config 0.3.30 d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec \ + pkg-config 0.3.31 953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2 \ plain 0.2.3 b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6 \ platform-info 2.0.4 91077ffd05d058d70d79eefcd7d7f6aac34980860a7519960f7913b6563a8c3a \ - png 0.17.13 06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1 \ + png 0.17.14 52f9d46a34a05a6a57566bc2bfae066ef07585a6e3fa30fbbdff5936380623f0 \ poloto 19.1.2 164dbd541c9832e92fa34452e9c2e98b515a548a3f8549fb2402fe1cd5e46b96 \ - portable-atomic 1.7.0 da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265 \ + portable-atomic 1.9.0 cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2 \ ppv-lite86 0.2.20 77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04 \ predicates 3.1.2 7e9086cc7640c29a356d1a29fd134380bee9d8f79a17410aa76e7ad295f42c97 \ predicates-core 1.0.8 ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931 \ predicates-tree 1.0.11 41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13 \ pretty_assertions 1.4.1 3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d \ - priority-queue 2.1.0 560bcab673ff7f6ca9e270c17bf3affd8a05e3bd9207f123b0d45076fd8197e8 \ - proc-macro2 1.0.86 5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77 \ + priority-queue 2.1.1 714c75db297bc88a63783ffc6ab9f830698a6705aa0201416931759ef4c8183d \ + proc-macro2 1.0.87 b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a \ ptr_meta 0.3.0 fe9e76f66d3f9606f44e45598d155cb13ecf09f4a28199e48daf8c8fc937ea90 \ ptr_meta_derive 0.3.0 ca414edb151b4c8d125c12566ab0d74dc9cdba36fb80eb7b848c15f495fd32d1 \ quinn 0.11.5 8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684 \ @@ -334,7 +330,7 @@ cargo.crates \ rctree 0.5.0 3b42e27ef78c35d3998403c1d26f3efd9e135d3e5121b0a4845cc5cc27547f4f \ redox_syscall 0.2.16 fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a \ redox_syscall 0.3.5 567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29 \ - redox_syscall 0.5.4 0884ad60e090bf1345b93da0a5de8923c93884cd03f40dfcfddd3b4bee661853 \ + redox_syscall 0.5.7 9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f \ redox_users 0.4.6 ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43 \ reflink-copy 0.1.19 dc31414597d1cd7fdd2422798b7652a6329dda0fe0219e6335a13d5bcaa9aeb6 \ regex 1.11.0 38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8 \ @@ -342,7 +338,7 @@ cargo.crates \ regex-automata 0.4.8 368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3 \ regex-syntax 0.6.29 f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1 \ regex-syntax 0.8.5 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c \ - rend 0.5.1 a31c1f1959e4db12c985c0283656be0925f1539549db1e47c4bd0b8b599e1ef7 \ + rend 0.5.2 a35e8a6bf28cd121053a66aa2e6a2e3eaffad4a60012179f0e864aa5ffeff215 \ reqwest 0.12.8 f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b \ resvg 0.29.0 76888219c0881e22b0ceab06fddcfe83163cd81642bd60c7842387f9c968a72e \ retry-policies 0.4.0 5875471e6cab2871bc150ecb8c727db5113c9338cc3354dc5ee3425b6aa40a1c \ @@ -355,19 +351,18 @@ cargo.crates \ rosvgtree 0.1.0 bdc23d1ace03d6b8153c7d16f0708cd80b61ee8e80304954803354e67e40d150 \ roxmltree 0.18.1 862340e351ce1b271a378ec53f304a5558f7db87f3769dc655a8f6ecbb68b302 \ roxmltree 0.20.0 6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97 \ - rust-netrc 0.1.1 32662f97cbfdbad9d5f78f1338116f06871e7dae4fd37e9f59a0f57cf2044868 \ rustc-demangle 0.1.24 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f \ rustc-hash 2.0.0 583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152 \ rustix 0.38.37 8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811 \ - rustls 0.23.13 f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8 \ + rustls 0.23.15 5fbb44d7acc4e873d613422379f69f237a1b141928c02f6bc6ccfddddc2d7993 \ rustls-native-certs 0.8.0 fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a \ - rustls-pemfile 2.1.3 196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425 \ - rustls-pki-types 1.8.0 fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0 \ + rustls-pemfile 2.2.0 dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50 \ + rustls-pki-types 1.10.0 16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b \ rustls-webpki 0.102.8 64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9 \ rustybuzz 0.7.0 162bdf42e261bee271b3957691018634488084ef577dddeb6420a9684cab2a6a \ ryu 1.0.18 f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f \ same-file 1.0.6 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 \ - schannel 0.1.24 e9aaafd5a2b6e3d657ff009d82fbd630b6bd54dd4eb06f21693925cdf80f9b8b \ + schannel 0.1.26 01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1 \ schemars 0.8.21 09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92 \ schemars_derive 0.8.21 b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e \ scopeguard 1.2.0 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 \ @@ -375,14 +370,14 @@ cargo.crates \ scroll_derive 0.12.0 7f81c2fde025af7e69b1d1420531c8a8811ca898919db177141a85313b1cb932 \ seahash 4.1.0 1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b \ security-framework 2.11.1 897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02 \ - security-framework-sys 2.11.1 75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf \ + security-framework-sys 2.12.0 ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6 \ semver 1.0.23 61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b \ serde 1.0.210 c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a \ serde-untagged 0.1.6 2676ba99bd82f75cae5cbd2c8eda6fa0b8760f18978ea840e980dd5567b5c5b6 \ serde_derive 1.0.210 243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f \ serde_derive_internals 0.29.1 18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711 \ serde_json 1.0.128 6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8 \ - serde_spanned 0.6.7 eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d \ + serde_spanned 0.6.8 87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1 \ serde_urlencoded 0.7.1 d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd \ sha2 0.10.8 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 \ sharded-slab 0.1.7 f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 \ @@ -390,7 +385,7 @@ cargo.crates \ shlex 1.3.0 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 \ signal-hook-registry 1.4.2 a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1 \ simd-adler32 0.3.7 d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe \ - simdutf8 0.1.4 f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a \ + simdutf8 0.1.5 e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e \ similar 2.6.0 1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e \ simplecss 0.2.1 a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d \ siphasher 0.3.11 38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d \ @@ -459,18 +454,18 @@ cargo.crates \ ttf-parser 0.18.1 0609f771ad9c6155384897e1df4d948e692667cc0588548b68eb44d052b27633 \ typeid 1.0.2 0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e \ typenum 1.17.0 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 \ - ucd-trie 0.1.6 ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9 \ + ucd-trie 0.1.7 2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971 \ unicase 2.7.0 f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89 \ - unicode-bidi 0.3.15 08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75 \ + unicode-bidi 0.3.17 5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893 \ unicode-bidi-mirroring 0.1.0 56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694 \ unicode-ccc 0.1.2 cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1 \ unicode-general-category 0.6.0 2281c8c1d221438e373249e065ca4989c4c36952c211ff21a0ee91c44a3869e7 \ unicode-ident 1.0.13 e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe \ unicode-linebreak 0.1.5 3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f \ - unicode-normalization 0.1.23 a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5 \ - unicode-script 0.5.6 ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd \ + unicode-normalization 0.1.24 5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956 \ + unicode-script 0.5.7 9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f \ unicode-vo 0.1.0 b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94 \ - unicode-width 0.1.13 0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d \ + unicode-width 0.1.14 7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af \ unscanny 0.1.0 e9df2af067a7953e9c3831320f35c1cc0600c30d44d9f7a12b01db1cd88d6b47 \ untrusted 0.9.0 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 \ url 2.5.2 22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c \ @@ -479,23 +474,23 @@ cargo.crates \ usvg-text-layout 0.29.0 195386e01bc35f860db024de275a76e7a31afdf975d18beb6d0e44764118b4db \ utf8-width 0.1.7 86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3 \ utf8parse 0.2.2 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 \ - uuid 1.10.0 81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314 \ + uuid 1.11.0 f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a \ valuable 0.1.0 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d \ version_check 0.9.5 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a \ wait-timeout 0.2.0 9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6 \ walkdir 2.5.0 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b \ want 0.3.1 bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e \ wasi 0.11.0+wasi-snapshot-preview1 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 \ - wasm-bindgen 0.2.93 a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5 \ - wasm-bindgen-backend 0.2.93 9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b \ - wasm-bindgen-futures 0.4.43 61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed \ - wasm-bindgen-macro 0.2.93 585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf \ - wasm-bindgen-macro-support 0.2.93 afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836 \ - wasm-bindgen-shared 0.2.93 c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484 \ - wasm-streams 0.4.0 b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129 \ + wasm-bindgen 0.2.95 128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e \ + wasm-bindgen-backend 0.2.95 cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358 \ + wasm-bindgen-futures 0.4.45 cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b \ + wasm-bindgen-macro 0.2.95 e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56 \ + wasm-bindgen-macro-support 0.2.95 26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68 \ + wasm-bindgen-shared 0.2.95 65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d \ + wasm-streams 0.4.1 4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd \ wasm-timer 0.2.5 be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f \ - web-sys 0.3.70 26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0 \ - webpki-roots 0.26.5 0bd24728e5af82c6c4ec1b66ac4844bdf8156257fccda846ec58b42cd0cdbe6a \ + web-sys 0.3.72 f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112 \ + webpki-roots 0.26.6 841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958 \ weezl 0.1.8 53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082 \ which 6.0.3 b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f \ widestring 1.1.0 7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311 \ @@ -535,7 +530,7 @@ cargo.crates \ windows_x86_64_gnullvm 0.52.6 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d \ windows_x86_64_msvc 0.48.5 ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 \ windows_x86_64_msvc 0.52.6 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec \ - winnow 0.6.18 68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f \ + winnow 0.6.20 36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b \ winreg 0.52.0 a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5 \ winsafe 0.0.19 d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904 \ winsafe 0.0.22 7d6ad6cbd9c6e5144971e326303f0e453b61d82e4f72067fccf23106bccd8437 \ From d1afaff4c88acdf7ccd880ab922a045068d6ef0f Mon Sep 17 00:00:00 2001 From: David Gilman Date: Thu, 17 Oct 2024 21:32:52 -0400 Subject: [PATCH 080/446] py-awscrt: update to 0.22.0 --- python/py-awscrt/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python/py-awscrt/Portfile b/python/py-awscrt/Portfile index b59974b52efa1..939bc0b54eb85 100644 --- a/python/py-awscrt/Portfile +++ b/python/py-awscrt/Portfile @@ -6,7 +6,7 @@ PortGroup python 1.0 name py-awscrt # This is only used by awscli2. Bump when Amazon bumps # their pinned version in awscli2's setup.cfg. -version 0.21.2 +version 0.22.0 revision 0 categories-append devel @@ -19,9 +19,9 @@ long_description {*}${description} homepage https://aws.amazon.com/cli/ -checksums rmd160 ce4069903c357d24e9c6584b530dbeaeb06f93bf \ - sha256 37ace28d0d7a91f90862dd2994872a15962b7b4f1376e0b7b01a821954611507 \ - size 33579734 +checksums rmd160 d19cdb0a483367f7e4e51dfae96c62a662e62ab1 \ + sha256 4ca2b0b49328f03f5a3dde2d565132df8ad74cba27352612ecd9fe2505e1d770 \ + size 64353345 python.versions 39 310 311 312 From 39fbfaaaa1a1042e2ec9ba1ecc0641a35478b537 Mon Sep 17 00:00:00 2001 From: David Gilman Date: Thu, 17 Oct 2024 21:33:45 -0400 Subject: [PATCH 081/446] py-awscli2: update to 2.18.9 --- python/py-awscli2/Portfile | 8 ++++---- python/py-awscli2/files/patch-requirements.diff | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/python/py-awscli2/Portfile b/python/py-awscli2/Portfile index 4a0fb204ecab1..ea7dbced9e477 100644 --- a/python/py-awscli2/Portfile +++ b/python/py-awscli2/Portfile @@ -6,7 +6,7 @@ PortGroup select 1.0 PortGroup github 1.0 name py-awscli2 -github.setup aws aws-cli 2.18.0 +github.setup aws aws-cli 2.18.9 revision 0 categories python devel @@ -20,9 +20,9 @@ long_description {*}${description} homepage https://aws.amazon.com/cli/ -checksums rmd160 e9d9b795169e49453fcaaba9e1bfb7fb0e5334da \ - sha256 499424ac03fa0d42d9c17e0b7d0cca375637656b2c5f0e4ead4bea6f9cb8db7e \ - size 15096606 +checksums rmd160 33e6fec84e917384482316704fc2dcbf592fd0f9 \ + sha256 28840bc5d6195bf1d1560631a2932789b32e1344c3c55000e0bf1dd0d17b2afa \ + size 15147616 python.versions 39 310 311 312 python.pep517 yes diff --git a/python/py-awscli2/files/patch-requirements.diff b/python/py-awscli2/files/patch-requirements.diff index ca67aac557e70..43e09f63e4f82 100644 --- a/python/py-awscli2/files/patch-requirements.diff +++ b/python/py-awscli2/files/patch-requirements.diff @@ -18,7 +18,7 @@ diff -ru aws-cli-2.11.0-orig/pyproject.toml aws-cli-2.11.0/pyproject.toml dependencies = [ - "colorama>=0.2.5,<0.4.7", - "docutils>=0.10,<0.20", -- "cryptography>=40.0.0,<40.0.2", +- "cryptography>=40.0.0,<43.0.2", - "ruamel.yaml>=0.15.0,<=0.17.21", + "colorama", + "docutils", @@ -31,7 +31,7 @@ diff -ru aws-cli-2.11.0-orig/pyproject.toml aws-cli-2.11.0/pyproject.toml - "ruamel.yaml.clib>=0.2.0,<=0.2.8", - "prompt-toolkit>=3.0.24,<3.0.39", - "distro>=1.5.0,<1.9.0", -- "awscrt>=0.19.18,<=0.21.2", +- "awscrt>=0.19.18,<=0.22.0", - "python-dateutil>=2.1,<=2.9.0", - "jmespath>=0.7.1,<1.1.0", - "urllib3>=1.25.4,<1.27", From 2b0fadcc687705635c3d67b45473beb09c69f5dc Mon Sep 17 00:00:00 2001 From: Keto Date: Thu, 17 Oct 2024 20:30:00 -0400 Subject: [PATCH 082/446] ruff: Update to 0.7.0 --- devel/ruff/Portfile | 61 ++++++++++++++++++++++++--------------------- 1 file changed, 33 insertions(+), 28 deletions(-) diff --git a/devel/ruff/Portfile b/devel/ruff/Portfile index 0f94022662fc3..f5aca4a0e5efd 100644 --- a/devel/ruff/Portfile +++ b/devel/ruff/Portfile @@ -4,9 +4,9 @@ PortSystem 1.0 PortGroup cargo 1.0 PortGroup github 1.0 -github.setup astral-sh ruff 0.6.9 +github.setup astral-sh ruff 0.7.0 github.tarball_from archive -revision 1 +revision 0 homepage https://astral.sh/ruff @@ -30,9 +30,9 @@ maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums ${distname}${extract.suffix} \ - rmd160 866ca7fb1bf8fe23ffd3ba8a4d77a711fa88d0ae \ - sha256 502811ee2607cb09e3e05f4c3d60ed164a5e5a24aeb87fe00200b8d508a0b0c4 \ - size 5156760 + rmd160 1485503b8b4e29df31a39057f55e2ee9b682e7ca \ + sha256 1bb27c8b7da3d2d2a676c677692f9a527d5fa5697a52c0515f9662f735449293 \ + size 5215016 cargo.offline_cmd @@ -67,7 +67,6 @@ cargo.crates \ adler 1.0.2 f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe \ ahash 0.8.11 e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 \ aho-corasick 1.1.3 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 \ - allocator-api2 0.2.16 0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5 \ android-tzdata 0.1.1 e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 \ android_system_properties 0.1.5 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 \ anes 0.1.6 4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299 \ @@ -106,8 +105,8 @@ cargo.crates \ ciborium 0.2.2 42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e \ ciborium-io 0.2.2 05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757 \ ciborium-ll 0.2.2 57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9 \ - clap 4.5.18 b0956a43b323ac1afaffc053ed5c4b7c1f1800bacd1683c353aabbb752515dd3 \ - clap_builder 4.5.18 4d72166dd41634086d5803a47eb71ae740e61d84709c36f3c34110173db3961b \ + clap 4.5.20 b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8 \ + clap_builder 4.5.20 19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54 \ clap_complete 4.5.2 dd79504325bf38b10165b02e89b4347300f855f273c4cb30c4a3209e6583275e \ clap_complete_command 0.6.1 da8e198c052315686d36371e8a3c5778b7852fc75cc313e4e11eeb7a644a1b62 \ clap_complete_nushell 4.5.2 1accf1b463dee0d3ab2be72591dccdab8bef314958340447c882c4c72acfe2a3 \ @@ -175,6 +174,7 @@ cargo.crates \ globwalk 0.9.1 0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757 \ half 2.4.1 6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888 \ hashbrown 0.14.5 e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 \ + hashbrown 0.15.0 1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb \ hashlink 0.9.1 6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af \ heck 0.5.0 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea \ hermit-abi 0.3.9 d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024 \ @@ -204,12 +204,12 @@ cargo.crates \ itoa 1.0.11 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b \ jobserver 0.1.32 48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0 \ jod-thread 0.1.2 8b23360e99b8717f20aaa4598f5a6541efbe30630039fbc7706cf954a87947ae \ - js-sys 0.3.70 1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a \ + js-sys 0.3.72 6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9 \ kqueue 1.0.8 7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c \ kqueue-sys 1.0.4 ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b \ lazy_static 1.4.0 e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 \ libc 0.2.159 561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5 \ - libcst 1.4.0 10293a04a48e8b0cb2cc825a93b83090e527bffd3c897a0255ad7bc96079e920 \ + libcst 1.5.0 1586dd7a857d8a61a577afde1a24cc9573ff549eff092d5ce968b1ec93cc61b6 \ libcst_derive 1.4.0 a2ae40017ac09cd2c6a53504cb3c871c7f2b41466eac5bc66ba63f39073b467b \ libmimalloc-sys 0.1.39 23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44 \ libredox 0.1.3 c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d \ @@ -237,7 +237,7 @@ cargo.crates \ nu-ansi-term 0.50.1 d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399 \ num-traits 0.2.18 da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a \ number_prefix 0.4.0 830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3 \ - once_cell 1.19.0 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 \ + once_cell 1.20.2 1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775 \ oorandom 11.1.3 0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575 \ option-ext 0.2.0 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d \ ordermap 0.5.3 31f2bd7b03bf2c767e1bb7b91505dbe022833776e60480275e6f2fb0db0c7503 \ @@ -245,14 +245,14 @@ cargo.crates \ overload 0.1.1 b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 \ parking_lot 0.12.3 f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27 \ parking_lot_core 0.9.9 4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e \ - paste 1.0.14 de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c \ + paste 1.0.15 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a \ path-absolutize 3.1.1 e4af381fe79fa195b4909485d99f73a80792331df0625188e707854f0b3383f5 \ path-dedot 3.1.1 07ba0ad7e047712414213ff67533e6dd477af0a4e1d14fb52343e53d30ea9397 \ path-slash 0.2.1 1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42 \ - pathdiff 0.2.1 8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd \ - peg 0.8.2 400bcab7d219c38abf8bd7cc2054eb9bbbd4312d66f6a5557d572a203f646f61 \ - peg-macros 0.8.2 46e61cce859b76d19090f62da50a9fe92bab7c2a5f09e183763559a2ac392c90 \ - peg-runtime 0.8.2 36bae92c60fa2398ce4678b98b2c4b5a7c61099961ca1fa305aec04a9ad28922 \ + pathdiff 0.2.2 d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361 \ + peg 0.8.4 295283b02df346d1ef66052a757869b2876ac29a6bb0ac3f5f7cd44aebe40e8f \ + peg-macros 0.8.4 bdad6a1d9cf116a059582ce415d5f5566aabcd4008646779dab7fdc2a9a9d426 \ + peg-runtime 0.8.3 e3aeb8f54c078314c2065ee649a7241f46b9d8e418e1a9581ba0546657d7aa3a \ pep440_rs 0.4.0 e0c29f9c43de378b4e4e0cd7dbcce0e5cfb80443de8c05620368b2948bc936a1 \ pep440_rs 0.6.6 466eada3179c2e069ca897b99006cbb33f816290eaeec62464eea907e22ae385 \ pep508_rs 0.3.0 910c513bea0f4f833122321c0f20e8c704e01de98692f6989c2ec21f43d88b1e \ @@ -273,7 +273,7 @@ cargo.crates \ predicates-core 1.0.8 ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931 \ predicates-tree 1.0.11 41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13 \ pretty_assertions 1.4.1 3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d \ - proc-macro2 1.0.86 5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77 \ + proc-macro2 1.0.87 b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a \ pyproject-toml 0.9.0 95c3dd745f99aa3c554b7bb00859f7d18c2f1d6afd749ccc86d60b61e702abd9 \ quick-junit 0.5.0 62ffd2f9a162cfae131bed6d9d1ed60adced33be340a94f96952897d7cb0c240 \ quick-xml 0.36.1 96a05e2e8efddfa51a84ca47cec303fac86c8541b686d37cac5efc0e094417bc \ @@ -291,10 +291,14 @@ cargo.crates \ regex-automata 0.4.8 368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3 \ regex-syntax 0.6.29 f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1 \ regex-syntax 0.8.5 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c \ + relative-path 1.9.3 ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2 \ ring 0.17.8 c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d \ + rstest 0.22.0 7b423f0e62bdd61734b67cd21ff50871dfaeb9cc74f869dcd6af974fbcb19936 \ + rstest_macros 0.22.0 c5e1711e7d14f74b12a58411c542185ef7fb7f2e7f8ee6e2940a883628522b42 \ rust-stemmers 1.2.0 e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54 \ rustc-hash 1.1.0 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 \ rustc-hash 2.0.0 583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152 \ + rustc_version 0.4.1 cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92 \ rustix 0.38.37 8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811 \ rustls 0.23.10 05cff451f60db80f490f3c182b77c35260baace73209e9cdbbe526bfe3a4d402 \ rustls-pki-types 1.7.0 976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d \ @@ -307,6 +311,7 @@ cargo.crates \ scoped-tls 1.0.1 e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294 \ scopeguard 1.2.0 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 \ seahash 4.1.0 1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b \ + semver 1.0.23 61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b \ serde 1.0.210 c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a \ serde-wasm-bindgen 0.6.5 8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b \ serde_derive 1.0.210 243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f \ @@ -315,8 +320,8 @@ cargo.crates \ serde_repr 0.1.19 6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9 \ serde_spanned 0.6.7 eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d \ serde_test 1.0.177 7f901ee573cab6b3060453d2d5f0bae4e6d628c23c0a962ff9b5f1d7c8d4f1ed \ - serde_with 3.9.0 69cecfa94848272156ea67b2b1a53f20fc7bc638c4a46d2f8abde08f05f4b857 \ - serde_with_macros 3.9.0 a8fee4991ef4f274617a51ad4af30519438dacb2f56ac773b08a1922ff743350 \ + serde_with 3.11.0 8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817 \ + serde_with_macros 3.11.0 9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d \ sha2 0.10.8 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 \ sharded-slab 0.1.7 f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 \ shellexpand 3.1.0 da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b \ @@ -334,7 +339,7 @@ cargo.crates \ syn 2.0.79 89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590 \ synstructure 0.13.1 c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971 \ tempfile 3.13.0 f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b \ - terminal_size 0.3.0 21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7 \ + terminal_size 0.4.0 4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef \ terminfo 0.8.0 666cd3a6681775d22b200409aad3b089c5b99fb11ecdd8a204d9d62f8148498f \ termtree 0.4.1 3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76 \ test-case 3.3.1 eb2550dd13afcd286853192af8601920d959b14c401fcece38071d53bf0768a8 \ @@ -387,14 +392,14 @@ cargo.crates \ vte_generate_state_changes 0.1.1 d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff \ walkdir 2.5.0 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b \ wasi 0.11.0+wasi-snapshot-preview1 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 \ - wasm-bindgen 0.2.93 a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5 \ - wasm-bindgen-backend 0.2.93 9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b \ - wasm-bindgen-futures 0.4.43 61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed \ - wasm-bindgen-macro 0.2.93 585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf \ - wasm-bindgen-macro-support 0.2.93 afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836 \ - wasm-bindgen-shared 0.2.93 c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484 \ - wasm-bindgen-test 0.3.43 68497a05fb21143a08a7d24fc81763384a3072ee43c44e86aad1744d6adef9d9 \ - wasm-bindgen-test-macro 0.3.43 4b8220be1fa9e4c889b30fd207d4906657e7e90b12e0e6b0c8b8d8709f5de021 \ + wasm-bindgen 0.2.95 128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e \ + wasm-bindgen-backend 0.2.95 cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358 \ + wasm-bindgen-futures 0.4.45 cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b \ + wasm-bindgen-macro 0.2.95 e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56 \ + wasm-bindgen-macro-support 0.2.95 26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68 \ + wasm-bindgen-shared 0.2.95 65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d \ + wasm-bindgen-test 0.3.45 d381749acb0943d357dcbd8f0b100640679883fcdeeef04def49daf8d33a5426 \ + wasm-bindgen-test-macro 0.3.45 c97b2ef2c8d627381e51c071c2ab328eac606d3f69dd82bcbca20a9e389d95f0 \ web-sys 0.3.69 77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef \ web-time 1.1.0 5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb \ webpki-roots 0.26.1 b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009 \ From d8b22f094863b70b56c64d82b1f6d87ea44a3d2a Mon Sep 17 00:00:00 2001 From: Veence Date: Fri, 18 Oct 2024 08:21:11 +0200 Subject: [PATCH 083/446] cgal6: new port --- gis/cgal6/Portfile | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 gis/cgal6/Portfile diff --git a/gis/cgal6/Portfile b/gis/cgal6/Portfile new file mode 100644 index 0000000000000..9efbb69d532ea --- /dev/null +++ b/gis/cgal6/Portfile @@ -0,0 +1,47 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 + +PortSystem 1.0 +PortGroup github 1.0 +PortGroup cmake 1.0 +PortGroup boost 1.0 + +description Computational Geometry Algorithm Library +long_description The goal of the ${description} is to provide easy access to\ + efficient and reliable geometric algorithms in the\ + form of a C++ library. CGAL is used in various areas\ + needing geometric computation, such as: computer\ + graphics, scientific visualization, computer aided\ + design and modeling, geographic information systems,\ + molecular biology, medical imaging, robotics and\ + motion planning, mesh generation, numerical methods... + +github.setup CGAL cgal 6.0 v +revision 0 +conflicts cgal4 cgal5 +github.tarball_from releases +name cgal6 +license LGPL-3+ GPL-3+ +categories gis science +platforms any +supported_archs noarch +maintainers {vince @Veence} +use_xz yes +distname CGAL-${version} + +homepage http://www.cgal.org/ + +checksums rmd160 9ca4f096aac2c60a222dbbc7960d48864bc231ad \ + sha256 6b0c9b47c7735a2462ff34a6c3c749d1ff4addc1454924b76263dc60ab119268 \ + size 25979696 + +boost.version 1.81 + +depends_lib-append port:mpfr \ + port:zlib \ + port:gmp \ + path:share/pkgconfig/eigen3.pc:eigen3 + +compiler.cxx_standard 2017 +compiler.thread_local_storage yes + +github.livecheck.regex {([0-9.]+)} From 30a1f5a04663cc4ff28de3beffd4a2e3bc318c8b Mon Sep 17 00:00:00 2001 From: Veence Date: Fri, 18 Oct 2024 08:24:47 +0200 Subject: [PATCH 084/446] CGAL: update for cgal6; SFCGAL: bump to 2.0.0; PERL: allow more perl branches besides 5.34 --- gis/cgal4/Portfile | 2 +- gis/cgal5/Portfile | 2 +- gis/gdal/Portfile | 8 ++++---- gis/sfcgal/Portfile | 12 +++++++----- perl/p5-locale-gettext/Portfile | 2 +- textproc/help2man/Portfile | 6 +++++- textproc/texinfo/Portfile | 6 +++++- 7 files changed, 24 insertions(+), 14 deletions(-) diff --git a/gis/cgal4/Portfile b/gis/cgal4/Portfile index dc692c02cfc8f..f5f785e3d476d 100644 --- a/gis/cgal4/Portfile +++ b/gis/cgal4/Portfile @@ -24,7 +24,7 @@ checksums rmd160 c297a51c63a8161000d91128628d8c20ffdbf487 \ sha256 5bafe7abe8435beca17a1082062d363368ec1e3f0d6581bb0da8b010fb389fe4 \ size 15618196 -conflicts cgal5 +conflicts cgal5 cgal6 github.tarball_from releases name cgal4 license LGPL-3+ GPL-3+ diff --git a/gis/cgal5/Portfile b/gis/cgal5/Portfile index cad46d535437c..19f203b7b037c 100644 --- a/gis/cgal5/Portfile +++ b/gis/cgal5/Portfile @@ -17,7 +17,7 @@ long_description The goal of the ${description} is to provide easy access github.setup CGAL cgal 5.6.1 v revision 0 -conflicts cgal4 +conflicts cgal4 cgal6 github.tarball_from releases name cgal5 license LGPL-3+ GPL-3+ diff --git a/gis/gdal/Portfile b/gis/gdal/Portfile index 13bf1c9757cec..891226dd2ec75 100644 --- a/gis/gdal/Portfile +++ b/gis/gdal/Portfile @@ -8,12 +8,12 @@ PortGroup legacysupport 1.1 PortGroup muniversal 1.0 name gdal -version 3.9.2 +version 3.9.3 revision 0 -checksums rmd160 8755fd65d478d0d796775452a96ea6daaece8ca1 \ - sha256 bfbcc9f087f012c36151c20c79f8eac9529e1e5298fbded79cd5a1365f0b113a \ - size 9102740 +checksums rmd160 bebe1fbec5e6fca9c43510b080118cf398db4704 \ + sha256 34a037852ffe6d2163f1b8948a1aa7019ff767148aea55876c1339b22ad751f1 \ + size 9110460 categories gis license MIT BSD diff --git a/gis/sfcgal/Portfile b/gis/sfcgal/Portfile index 5dec9cb780bad..dcb632beb7c32 100644 --- a/gis/sfcgal/Portfile +++ b/gis/sfcgal/Portfile @@ -19,17 +19,19 @@ license LGPL-2 homepage http://www.sfcgal.org/ -gitlab.setup SFCGAL SFCGAL 1.5.2 v +gitlab.setup SFCGAL SFCGAL 2.0.0 v name sfcgal -checksums rmd160 3ded6c7296432cc6b200e91618cc87c55e912399 \ - sha256 8f454c2c9db595efb1e4154bda7a4035509b2850f95e5e40cd65a33a995fb9aa \ - size 2506028 +checksums rmd160 42bdb074a55ccf07f133e860fa79131f17c8a3e0 \ + sha256 e3c7a181f93a65fc8ffb14726d014acfc85a6d7130705aaa690eccb3abb34a00 \ + size 2662314 depends_lib-append port:mpfr \ port:gmp \ - port:cgal5 + port:cgal6 \ + port:cmake +boost.version 1.81 compiler.cxx_standard 2017 if {[string match *gcc* ${configure.compiler}]} { diff --git a/perl/p5-locale-gettext/Portfile b/perl/p5-locale-gettext/Portfile index 3b719a0f67c97..49ec3c8f0249b 100644 --- a/perl/p5-locale-gettext/Portfile +++ b/perl/p5-locale-gettext/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup perl5 1.0 PortGroup clang_dependency 1.0 -perl5.branches 5.28 5.30 5.32 5.34 +perl5.branches 5.28 5.30 5.32 5.34 5.36 5.38 perl5.setup Locale-gettext 1.07 revision 1 set my_name gettext diff --git a/textproc/help2man/Portfile b/textproc/help2man/Portfile index f17beca467dc5..57807b023f20e 100644 --- a/textproc/help2man/Portfile +++ b/textproc/help2man/Portfile @@ -25,7 +25,11 @@ checksums rmd160 2d1356c619d9661a2ddd8c6950cc3002044ab4c6 \ sha256 4d7e4fdef2eca6afe07a2682151cea78781e0a4e8f9622142d9f70c083a2fd4f \ size 228472 -perl5.major 5.34 +perl5.require_variant yes +perl5.conflict_variants yes +perl5.branches 5.28 5.30 5.32 5.34 5.36 5.38 +perl5.default_branch 5.34 +perl5.create_variants ${perl5.branches} depends_build port:gettext depends_lib port:perl${perl5.major} \ diff --git a/textproc/texinfo/Portfile b/textproc/texinfo/Portfile index 893c6eeb0d396..c2907f7349998 100644 --- a/textproc/texinfo/Portfile +++ b/textproc/texinfo/Portfile @@ -31,7 +31,11 @@ long_description Texinfo is the official documentation format of \ if only the info command is used). homepage https://www.gnu.org/software/texinfo/ -perl5.major 5.34 +perl5.require_variant yes +perl5.conflict_variants yes +perl5.branches 5.28 5.30 5.32 5.34 5.36 5.38 +perl5.default_branch 5.34 +perl5.create_variants ${perl5.branches} depends_build port:gettext \ port:help2man From 9f47aa71ace7d1759d0bfdff6d6ffceb8c75f62c Mon Sep 17 00:00:00 2001 From: Veence Date: Fri, 18 Oct 2024 09:00:18 +0200 Subject: [PATCH 085/446] oosp-uuid: reinstate perl5.34 as default --- devel/ossp-uuid/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/ossp-uuid/Portfile b/devel/ossp-uuid/Portfile index c005c16668cec..01377d1750b33 100644 --- a/devel/ossp-uuid/Portfile +++ b/devel/ossp-uuid/Portfile @@ -83,7 +83,7 @@ post-destroot { perl5.require_variant yes perl5.conflict_variants yes perl5.branches 5.28 5.30 5.32 5.34 5.36 5.38 -perl5.default_branch 5.38 +perl5.default_branch 5.34 perl5.create_variants ${perl5.branches} # Perl is used as an interpreter only From 1fb37ef237f0a552ad6a69bc45643343d28c1d4a Mon Sep 17 00:00:00 2001 From: Veence Date: Fri, 18 Oct 2024 09:20:36 +0200 Subject: [PATCH 086/446] ossp-uuid: correct line 94 (enable perl for branches 5.36 and 5.38) --- devel/ossp-uuid/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/ossp-uuid/Portfile b/devel/ossp-uuid/Portfile index 01377d1750b33..64bea26f2b50c 100644 --- a/devel/ossp-uuid/Portfile +++ b/devel/ossp-uuid/Portfile @@ -91,7 +91,7 @@ foreach branch ${perl5.branches} { license_noconflict perl${branch} } -if {[variant_isset perl5_28] || [variant_isset perl5_30] || [variant_isset perl5_32] || [variant_isset perl5_34]} { +if {[variant_isset perl5_28] || [variant_isset perl5_30] || [variant_isset perl5_32] || [variant_isset perl5_34] || [variant_isset perl5_36] || [variant_isset perl5_38]} { configure.perl ${perl5.bin} configure.args-delete --without-perl configure.args-append --with-perl --with-perl-compat From b497146ec80ec39d428b50cbbd819d7450e805cb Mon Sep 17 00:00:00 2001 From: Joshua Root Date: Fri, 18 Oct 2024 18:47:38 +1100 Subject: [PATCH 087/446] py-setuptools: update to 75.2.0 --- python/py-setuptools/Portfile | 12 ++++++++---- python/py-setuptools/files/4666.diff | 13 +++++++++++++ 2 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 python/py-setuptools/files/4666.diff diff --git a/python/py-setuptools/Portfile b/python/py-setuptools/Portfile index 54eba5fc58712..c702a590fcca1 100644 --- a/python/py-setuptools/Portfile +++ b/python/py-setuptools/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup python 1.0 name py-setuptools -version 75.1.0 +version 75.2.0 categories-append devel # License status is murky. The current maintainer decided to relicense as # MIT, but he doesn't appear to have obtained the permission of previous @@ -24,9 +24,9 @@ platforms {darwin any} homepage https://pypi.org/project/setuptools/ -checksums md5 8e8aed1625afae37b59272ff981d6e1c \ - rmd160 0dd5938e7aca2c1983499f03d6eca08d5dc46f51 \ - sha256 d59a21b17a275fb872a9c3dae73963160ae079f1049ed956880cd7c09b120538 +checksums md5 4d69de91ce968f45825bf36d95f2a626 \ + rmd160 68d306ab0adc1a2951ccd4c9a61e37a1e8556c3f \ + sha256 753bb6ebf1f465a1912e19ed1d41f403a79173a9acf66a42e7e6aec45c3c16ec python.versions 26 27 32 33 34 35 36 37 38 39 310 311 312 313 python.link_binaries no @@ -34,6 +34,10 @@ python.pep517_backend if {$subport ne $name} { + if {${python.version} >= 38} { + patchfiles 4666.diff + } + set pythonpath [list ${worksrcpath}] if {${python.version} in {37 38 39}} { # break circular dependencies diff --git a/python/py-setuptools/files/4666.diff b/python/py-setuptools/files/4666.diff new file mode 100644 index 0000000000000..f2548607a0573 --- /dev/null +++ b/python/py-setuptools/files/4666.diff @@ -0,0 +1,13 @@ +https://github.com/pypa/setuptools/pull/4666 + +--- pyproject.toml.orig ++++ pyproject.toml +@@ -103,7 +103,7 @@ core = [ + + # for distutils + "jaraco.collections", +- "jaraco.functools", ++ "jaraco.functools>=4", + "packaging", + "more_itertools", + ] From 2dda643e38267f0aa284f38b99b28366dd671425 Mon Sep 17 00:00:00 2001 From: Marius Schamschula Date: Fri, 18 Oct 2024 05:29:10 -0500 Subject: [PATCH 088/446] py-sunpy: update to 6.0.3 --- python/py-sunpy/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python/py-sunpy/Portfile b/python/py-sunpy/Portfile index e367d661a3ce7..d2b3049a15f2f 100644 --- a/python/py-sunpy/Portfile +++ b/python/py-sunpy/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup python 1.0 name py-sunpy -version 6.0.2 +version 6.0.3 revision 0 categories python license BSD @@ -18,9 +18,9 @@ homepage https://sunpy.org python.versions 39 310 311 312 -checksums rmd160 7fab0e1beca78575452d8f62d22803287c506f4a \ - sha256 89795499f26d33e1e126bd161aa9752a7af66bb69e7755030b063fccacc0f557 \ - size 3749066 +checksums rmd160 01641cd5dacc46de16e48b5566ece0c108bf12df \ + sha256 9222cff04db1bb52c47ab1527559173b25653006c1f30ae5d13369d812b56bec \ + size 3750186 if {${name} ne ${subport}} { depends_build-append \ From 08e93f3eafbcee5eb35cf1b431e6427cdc94aa4a Mon Sep 17 00:00:00 2001 From: Aaron Madlon-Kay Date: Fri, 18 Oct 2024 22:42:17 +0900 Subject: [PATCH 089/446] dart-sdk: update to 3.5.4 --- lang/dart-sdk/Portfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lang/dart-sdk/Portfile b/lang/dart-sdk/Portfile index 68176787ed5f1..2b97a9152cb0c 100644 --- a/lang/dart-sdk/Portfile +++ b/lang/dart-sdk/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 name dart-sdk -version 3.5.3 +version 3.5.4 categories lang license BSD maintainers {amake @amake} openmaintainer @@ -25,14 +25,14 @@ worksrcdir ${name} if {${configure.build_arch} eq "x86_64"} { distname dartsdk-macos-x64-release - checksums rmd160 c1bc5afa7ab105cff434a3621b4b7b7870b55d4e \ - sha256 7d673ca3ece0ff563061d65a0e5b84ac8905d26c257fc8dc3d543c8dafa1d0fc \ - size 213092082 + checksums rmd160 97296b645cbee4eeb190cb79149bb97ad08020d9 \ + sha256 b06db3f3d0e92af0939ca467e87ecababa96da4f9fe5031a788304b5df949374 \ + size 213094539 } elseif {${configure.build_arch} eq "arm64"} { distname dartsdk-macos-arm64-release - checksums rmd160 a3c93b2bab2938ec4a2b20b03ad9d15eb7c461f0 \ - sha256 c73ea25a5b01312bfad0e222dbd6f0677c46e2a4faa19b9c2b18f8506da03f8b \ - size 211351318 + checksums rmd160 fda9a370b4005b9639ae5d96ef2e50ffff901d67 \ + sha256 c045940e0f5d4caca74e6ebed5a3bf9953383e831bac138e568a60d8b5053c02 \ + size 211354085 } use_configure no From 2e14695780d7106064ed0643fd9b20d0c9ca5886 Mon Sep 17 00:00:00 2001 From: Aaron Madlon-Kay Date: Fri, 18 Oct 2024 22:55:02 +0900 Subject: [PATCH 090/446] toxiproxy: update to 2.11.0 --- net/toxiproxy/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/toxiproxy/Portfile b/net/toxiproxy/Portfile index 897a0de0dc0ef..34880ef1557ee 100644 --- a/net/toxiproxy/Portfile +++ b/net/toxiproxy/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/Shopify/toxiproxy 2.10.0 v +go.setup github.com/Shopify/toxiproxy 2.11.0 v categories net maintainers {amake @amake} openmaintainer license MIT @@ -17,9 +17,9 @@ long_description Toxiproxy is a framework for simulating network conditions. with tests that your application doesn't have single points of failure. checksums ${distname}${extract.suffix} \ - rmd160 a88fdfcc7257f9c865a64bff4fa5f3eaeba6fb4a \ - sha256 7fc734dc04cc133e446784cddea235ec6e73ec0eeb0fbde3a57821ea4817316a \ - size 71970 + rmd160 713f906afc98ad9b71863ad5308fa5007398a045 \ + sha256 5ac4d9f9808ab23258c60557fb2c73e1aebc370acd913f223faef52cf00ced28 \ + size 72027 go.vendors gopkg.in/tomb.v1 \ lock dd632973f1e7 \ From c15ba0ad2d824febf78a34dac8df9c0fee0011f9 Mon Sep 17 00:00:00 2001 From: Joshua Root Date: Sat, 19 Oct 2024 01:21:24 +1100 Subject: [PATCH 091/446] mod_scep: add pkgconfig dep --- www/mod_scep/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/mod_scep/Portfile b/www/mod_scep/Portfile index 368aa542e192c..27c19cdfe5df9 100644 --- a/www/mod_scep/Portfile +++ b/www/mod_scep/Portfile @@ -6,7 +6,6 @@ name mod_scep version 0.2.3 revision 1 categories www security -platforms darwin license Apache-2 maintainers {redwax.org:dirkx @dirkx} openmaintainer @@ -24,4 +23,5 @@ checksums sha256 2c3fc5985a2a48d45795d9b52ce37b6258ee414ebdd94dd50689 rmd160 5ce2f9326efa2cdd4b63be4e7bde017ca0959aa2 \ size 110733 +depends_build path:bin/pkg-config:pkgconfig depends_lib port:apache2 port:mod_ca path:lib/libssl.dylib:openssl From a9dff2e270cd8d9fcb634eef6156d8d6948d0f94 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Fri, 18 Oct 2024 10:35:18 -0400 Subject: [PATCH 092/446] eksctl: update to 0.193.0 --- sysutils/eksctl/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/eksctl/Portfile b/sysutils/eksctl/Portfile index 19a5346e563d0..ddf5ed9386780 100644 --- a/sysutils/eksctl/Portfile +++ b/sysutils/eksctl/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/weaveworks/eksctl 0.192.0 v +go.setup github.com/weaveworks/eksctl 0.193.0 v go.offline_build no github.tarball_from archive revision 0 @@ -24,9 +24,9 @@ maintainers {@szczad gmail.com:szczad} \ {gmail.com:herby.gillot @herbygillot} \ openmaintainer -checksums rmd160 965f39e421651a622d8f9dbd9d5003b7fb50171f \ - sha256 6e9a45381d577b4c5eeca4847c98ee614f4ce333eac27e5a47d97a72f9555f47 \ - size 11101030 +checksums rmd160 1e73d523e8d1e6ecd4ce4e24ad9be7faeabc698e \ + sha256 0813b4256c3569793aa8a1012f0816465d8adff0e706b2b0218c559047a320e3 \ + size 11101256 build.cmd make build.target binary From a91d4b62f5f3fec65b8f7f649b7820bcbc50922a Mon Sep 17 00:00:00 2001 From: John Date: Fri, 18 Oct 2024 08:54:43 +0100 Subject: [PATCH 093/446] Bun: Update to 1.1.31 --- devel/bun/Portfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/bun/Portfile b/devel/bun/Portfile index bd036867d7e74..53c42fb09faed 100644 --- a/devel/bun/Portfile +++ b/devel/bun/Portfile @@ -6,7 +6,7 @@ PortGroup npm 1.0 npm.nodejs_version 22 name bun -version 1.1.27 +version 1.1.31 maintainers {johnlindop.com:git @JLindop} openmaintainer revision 0 @@ -20,6 +20,6 @@ categories devel homepage https://bun.sh license MIT -checksums rmd160 9c7a3d2f5aa5d7ff0d801837a2e954db955b6da1 \ - sha256 f24f50f08b73ac930bc46c8ccebb1c7dffe8c9c57c57a5150d695e056a15df13 \ +checksums rmd160 817093da541403ebabe2ebb9abd969c554228c6b \ + sha256 4bddce2af0af6a9163bafa304bdf8dc5f7c87ce928db0c26c25b5530b7a17eb2 \ size 5395 From 8fd38df9f5d5354607baa22110e2f500176f77bc Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Fri, 18 Oct 2024 10:50:18 -0400 Subject: [PATCH 094/446] gitleaks: update to 8.21.1 --- security/gitleaks/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/security/gitleaks/Portfile b/security/gitleaks/Portfile index 80a732d5665b6..6b38905906db6 100644 --- a/security/gitleaks/Portfile +++ b/security/gitleaks/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/zricethezav/gitleaks 8.21.0 v +go.setup github.com/zricethezav/gitleaks 8.21.1 v go.package github.com/zricethezav/gitleaks/v8 go.offline_build no github.tarball_from archive @@ -25,9 +25,9 @@ license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer -checksums rmd160 cf1560dfdcabbf5803ccde26dc25c37854dc95d3 \ - sha256 e4c3009009e5789c2e9e18209fd93b5bd4e12831f442fe4b5ee1b2ed17bf5bbd \ - size 196416 +checksums rmd160 d1116e817873913a57b26f23d6141e8f0393a4dd \ + sha256 84da6099d2d767b02a349281399f0769c107d46012af4af68a9f50490bbcd310 \ + size 199083 build.cmd make build.pre_args-append \ From 8895908bd1b304d701ec866f68a2bf82564c1430 Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Wed, 16 Oct 2024 16:31:40 -0500 Subject: [PATCH 095/446] c-ares: Use cmake-bootstrap instead of cmake Resolves dependency cycle when curl is installed with +ares variant. Closes: https://trac.macports.org/ticket/70910 --- net/c-ares/Portfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net/c-ares/Portfile b/net/c-ares/Portfile index afe12cc769cce..db88b5a540a20 100644 --- a/net/c-ares/Portfile +++ b/net/c-ares/Portfile @@ -29,7 +29,12 @@ checksums rmd160 12a83eebd1543ac2ce6255d868b154e6847f6d41 \ sha256 7e846f1742ab5998aced36d170408557de5292b92ec404fb0f7422f946d60103 \ size 1008224 +depends_build-replace \ + path:bin/cmake:cmake port:cmake-bootstrap + patchfiles patch-dnsinfo.h-availability.diff +configure.cmd ${prefix}/libexec/cmake-bootstrap/bin/cmake + configure.args-append \ -DCARES_SHARED:BOOL=ON From 84ec149369db512fab77f114a8c479b10ba94a47 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 10:27:03 -0400 Subject: [PATCH 096/446] py-contextily: drop py38 subport --- python/py-contextily/Portfile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/python/py-contextily/Portfile b/python/py-contextily/Portfile index 825391d8c53bf..2963c93779c16 100644 --- a/python/py-contextily/Portfile +++ b/python/py-contextily/Portfile @@ -26,7 +26,7 @@ checksums rmd160 19008893e9dd19b05263b18d3ac35d0c4219c33f \ sha256 3c747925269be248a9b1a761859e05d1681286e04d5d0796bdaf1de3409474bb \ size 22461478 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools_scm @@ -40,12 +40,4 @@ if {${name} ne ${subport}} { port:py${python.version}-rasterio \ port:py${python.version}-requests \ port:py${python.version}-xyzservices - - if {${python.version} == 38} { - version 1.5.2 - - checksums rmd160 1d734976de43e4ddd8cde3779437a56713cbacbf \ - sha256 1cd9270b82433ae8211fe161428fc9c88a4a33b18a81df36ede897ea23486249 \ - size 22461450 - } } From 1373b73723d64c5d74a7499693fec05557ca848e Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 10:27:32 -0400 Subject: [PATCH 097/446] py-control: drop py38 subport --- python/py-control/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-control/Portfile b/python/py-control/Portfile index 51f9d7f638360..61091cd40ad87 100644 --- a/python/py-control/Portfile +++ b/python/py-control/Portfile @@ -25,7 +25,7 @@ checksums rmd160 d37c8e33f5e0490d94a010c8c13c5b21f4b94939 \ sha256 0fa57d2216b7ac4e9339c09eab6827660318a641779335864feee940bd19c9ce \ size 5972686 -python.versions 38 39 310 311 +python.versions 39 310 311 if {${name} ne ${subport}} { depends_build-append \ From 7a2d517d8fae82ac933670daae37db8efcd72562 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 10:28:00 -0400 Subject: [PATCH 098/446] py-corner: drop py38 subport --- python/py-corner/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-corner/Portfile b/python/py-corner/Portfile index 7fd6b0a06e79a..cfa0d3126af70 100644 --- a/python/py-corner/Portfile +++ b/python/py-corner/Portfile @@ -22,7 +22,7 @@ checksums rmd160 adeaa6f4fc5d00d191b71187c53ab596f2c3e976 \ sha256 4bc79f3b6778c270103f0926e64ef2606c48c3b6f92daf5382fc4babf5d608d1 \ size 19906 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ From 3fadcf74f6508577ca4f975009b31bd677776b88 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 10:28:39 -0400 Subject: [PATCH 099/446] py-filterpy: drop py38 subport --- python/py-filterpy/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-filterpy/Portfile b/python/py-filterpy/Portfile index 1c0fdef708be1..de1d5c4f75a48 100644 --- a/python/py-filterpy/Portfile +++ b/python/py-filterpy/Portfile @@ -30,7 +30,7 @@ checksums sha256 badd88322c3f959b927bbbb9a4640f8a7b403ef02d2856303a15 rmd160 549cf98a3647244f598b07b776ca6eb9cd79c73b \ size 138889 -python.versions 38 39 310 +python.versions 39 310 if {${name} ne ${subport}} { depends_lib-append \ From 83e7659809f436c574386b316beb1b9fdbad1213 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 10:29:06 -0400 Subject: [PATCH 100/446] py-fipy: drop py38 subport --- python/py-fipy/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-fipy/Portfile b/python/py-fipy/Portfile index 2191cca9dc1f9..26a6fefc77820 100644 --- a/python/py-fipy/Portfile +++ b/python/py-fipy/Portfile @@ -25,7 +25,7 @@ checksums rmd160 a049b2078226fb8254485df68c3bcc96264132d4 \ sha256 ba1838fd212c10f7856e7598581475be5986887ba81099cc1f2b069b86ec3be6 \ size 10776909 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-numpy \ From 82fe8d70262803123c55c7a053135320a0867185 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 10:29:32 -0400 Subject: [PATCH 101/446] py-gammapy: drop py38 subport --- python/py-gammapy/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-gammapy/Portfile b/python/py-gammapy/Portfile index bcdf35286e29f..0ec46a5dd2735 100644 --- a/python/py-gammapy/Portfile +++ b/python/py-gammapy/Portfile @@ -20,7 +20,7 @@ checksums rmd160 a87b7b9b0af6223b6ae9f33cc7ebb502ca7132a2 \ sha256 ae496b792e18611184626c728cf2e7fd713b6b53d7294c384ab39f40bac944e1 \ size 2077004 -python.versions 38 39 +python.versions 39 if {${name} ne ${subport}} { depends_build-append \ From a7e6be4e7c4f3a8afe9b401fcefa1888e093a31a Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 10:30:19 -0400 Subject: [PATCH 102/446] py-graph-tool: drop py38 subport --- python/py-graph-tool/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-graph-tool/Portfile b/python/py-graph-tool/Portfile index cde1e92c8955f..385e735ea0403 100644 --- a/python/py-graph-tool/Portfile +++ b/python/py-graph-tool/Portfile @@ -33,7 +33,7 @@ checksums rmd160 24c94b61a8a3a5a56df2443dc32348a1c4b5716d \ # please ensure that this boost.version matches that specified in cgal5 boost.version 1.81 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${os.major} <= 12 && ${os.platform} eq "darwin"} { version 2.2.26 From cc56b5644bf30065c4b0099fe53c540a687352e2 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 10:31:02 -0400 Subject: [PATCH 103/446] py-gwpy: drop py38 subport --- python/py-gwpy/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-gwpy/Portfile b/python/py-gwpy/Portfile index 6dc761840b431..e3d14efa70ef9 100644 --- a/python/py-gwpy/Portfile +++ b/python/py-gwpy/Portfile @@ -23,7 +23,7 @@ checksums rmd160 71838609306b66af4e71529c539df0997b81f36f \ sha256 f2fef54f5489d484323bad5695699e865dae7d770498d90e1220938b6e831aba \ size 1510563 -python.versions 38 39 +python.versions 39 if {${name} ne ${subport}} { From 29b7b02eaa5194751a7ffbdb0bc87fcaf1db502d Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 10:31:45 -0400 Subject: [PATCH 104/446] py-ipympl: drop py38 subport --- python/py-ipympl/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-ipympl/Portfile b/python/py-ipympl/Portfile index 9a3b43b53d252..f1ea075f06fcb 100644 --- a/python/py-ipympl/Portfile +++ b/python/py-ipympl/Portfile @@ -10,7 +10,7 @@ license BSD supported_archs noarch platforms {darwin any} -python.versions 38 39 310 311 +python.versions 39 310 311 maintainers nomaintainer From f041d2e0251b0e95dad2d8339cac6acbb799b14b Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 10:32:16 -0400 Subject: [PATCH 105/446] py-matplotlib-basemap: drop py38 subport --- python/py-matplotlib-basemap/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-matplotlib-basemap/Portfile b/python/py-matplotlib-basemap/Portfile index a8cf8b34c7bd6..42306351c88e0 100644 --- a/python/py-matplotlib-basemap/Portfile +++ b/python/py-matplotlib-basemap/Portfile @@ -22,7 +22,7 @@ checksums rmd160 f2c03ce587eb4cd7624bce7f524aa1165c4f0843 \ sha256 620ce82a32078865617b2085c5257398fa6086f4408601aa047828655ae450c6 \ size 132525148 -python.versions 38 39 +python.versions 39 build.env-append GEOS_DIR=${prefix} destroot.env-append GEOS_DIR=${prefix} From 94ec14882d7d13741aae7ca70ea89c91a7dcda88 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 10:32:51 -0400 Subject: [PATCH 106/446] py-MDAnalysis: drop py38 subport --- python/py-MDAnalysis/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-MDAnalysis/Portfile b/python/py-MDAnalysis/Portfile index 14b562c9787db..cff9b95e8ff63 100644 --- a/python/py-MDAnalysis/Portfile +++ b/python/py-MDAnalysis/Portfile @@ -23,7 +23,7 @@ checksums rmd160 ece8d0a6ab8b0bb8e5625d547ebd821ec0c1ff20 \ sha256 aa3079d1a82305eba58cf567fac8fc231940184ed88f9a4451be8433f4a06d3e \ size 3436654 -python.versions 38 39 +python.versions 39 if {${name} ne ${subport}} { # OpenMP is disabled now From 19767815cc8f9950ea228604d9f2727220604197 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 10:36:27 -0400 Subject: [PATCH 107/446] py-mpld3: update to 0.5.10 - drop py38, add py312 subport --- python/py-mpld3/Portfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python/py-mpld3/Portfile b/python/py-mpld3/Portfile index 37da41603f486..13e495cbf2540 100644 --- a/python/py-mpld3/Portfile +++ b/python/py-mpld3/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup python 1.0 name py-mpld3 -version 0.3 +version 0.5.10 revision 0 categories-append graphics www @@ -23,11 +23,11 @@ long_description \ homepage https://mpld3.github.io -checksums rmd160 5b8da7efdc7c19cc7698f15f9a46897a384a3c03 \ - sha256 4d455884a211bf99b37ecc760759435c7bb6a5955de47d8daf4967e301878ab7 \ - size 788549 +checksums rmd160 7dccf4204c9e56317c98d42aa7ab2b8510ab1d28 \ + sha256 a478eb404fa5212505c59133cf272cd9a94105872e605597720e7f84de38fbc7 \ + size 1027709 -python.versions 38 +python.versions 312 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-jinja2 \ From 9bf9fba099d9de6a3d000160f6d681893a2e5008 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 10:41:55 -0400 Subject: [PATCH 108/446] py-pymatgen: drop py38 subport --- python/py-pymatgen/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-pymatgen/Portfile b/python/py-pymatgen/Portfile index 360b494998b70..ea0f38dbb7a03 100644 --- a/python/py-pymatgen/Portfile +++ b/python/py-pymatgen/Portfile @@ -23,7 +23,7 @@ checksums rmd160 8ec116b308a41176eeea23f16bc5864646e0b5df \ sha256 914c171c0121da50e691da351ce157f906d1f5efc9c2d38f5e2b68839d50b8a6 \ size 3063088 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ From 6b9c4db41cf2600b3878573b3b5c0769851ffdc3 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 10:42:42 -0400 Subject: [PATCH 109/446] py-plotly: drop py38 subport --- python/py-plotly/Portfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/python/py-plotly/Portfile b/python/py-plotly/Portfile index 47e66a25d4249..a78af7380f249 100644 --- a/python/py-plotly/Portfile +++ b/python/py-plotly/Portfile @@ -25,12 +25,9 @@ checksums rmd160 507b151aabe8b525c379c063b7ed0c09bbda98f2 \ sha256 89e57d003a116303a34de6700862391367dd564222ab71f8531df70279fc0193 \ size 8553751 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { - depends_build-append \ - port:py${python.version}-setuptools - depends_lib-append \ port:py${python.version}-matplotlib \ port:py${python.version}-jupyterlab \ @@ -39,6 +36,4 @@ if {${name} ne ${subport}} { # skip dependency check in version 5.19.0 that limits jupyterlab~=3.0; # evaluate removing in future versions of plotly build.args-append --skip-dependency-check - - livecheck.type none } From 5ee03fd5e04eeb2102b6f5790ef613df01de4588 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 10:43:12 -0400 Subject: [PATCH 110/446] py-pyFAI: drop py38 subport --- python/py-pyFAI/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-pyFAI/Portfile b/python/py-pyFAI/Portfile index 7b74992f1d6e2..e0cb8c0c9bcb1 100644 --- a/python/py-pyFAI/Portfile +++ b/python/py-pyFAI/Portfile @@ -24,7 +24,7 @@ checksums rmd160 a56ff23c77aadceed2c5be522ac9355f18d81e13 \ sha256 c75e0c7093e2f35eb9281671f45d36835b1393b8ca7a00511345219cd68fdb65 \ size 57800415 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { patchfiles-append \ From 428aee4ca66d6cb2fd1f4c8220aa8d5052933548 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 10:43:46 -0400 Subject: [PATCH 111/446] py-pytest-mpl: drop py38 subport --- python/py-pytest-mpl/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-pytest-mpl/Portfile b/python/py-pytest-mpl/Portfile index 877482b6bf74d..0acec490a2e55 100644 --- a/python/py-pytest-mpl/Portfile +++ b/python/py-pytest-mpl/Portfile @@ -28,7 +28,7 @@ checksums rmd160 64322c2d5e031ea3b5b3b180e28aa36753864beb \ sha256 2d571681124e8ff5f4e2b9c0d047d37d0499d6b6d8f2f49a1b50cdd993104469 \ size 663585 -python.versions 38 39 310 311 +python.versions 39 310 311 if {${name} ne ${subport}} { depends_build-append \ From 2027c926f64dc63431aa9c5d4c9daadbd72fd955 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 10:44:18 -0400 Subject: [PATCH 112/446] py-seaborn: drop py38 subport --- python/py-seaborn/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-seaborn/Portfile b/python/py-seaborn/Portfile index 81e79c807924a..078f002ff94ec 100644 --- a/python/py-seaborn/Portfile +++ b/python/py-seaborn/Portfile @@ -11,7 +11,7 @@ license BSD platforms {darwin any} supported_archs noarch -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 python.pep517_backend flit maintainers {stromnov @stromnov} openmaintainer From 1c5d7e994d1e24b3e926af396d5370d827735fe4 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 10:45:13 -0400 Subject: [PATCH 113/446] py-spacepy: drop py38 subport --- python/py-spacepy/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-spacepy/Portfile b/python/py-spacepy/Portfile index 8e44ca30e1b4c..73b8a67e7fe8a 100644 --- a/python/py-spacepy/Portfile +++ b/python/py-spacepy/Portfile @@ -19,7 +19,7 @@ checksums rmd160 3a9b2c386388dc553a74d2c45b38238e511d8e9e \ sha256 72a66f46b3308d531b548b3d9ab38d19c3eca369d8670ac8548040cb86910f0f \ size 18460896 -python.versions 38 39 +python.versions 39 if {${name} ne ${subport}} { # TODO: figure out which ones are build dependencies and which ones are runtime From d2fed63c6c96a9dc362616508cde002a5872f75f Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 10:46:02 -0400 Subject: [PATCH 114/446] py-aplpy: drop py38 subport --- python/py-aplpy/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-aplpy/Portfile b/python/py-aplpy/Portfile index b42983592e558..1c1a64623ff76 100644 --- a/python/py-aplpy/Portfile +++ b/python/py-aplpy/Portfile @@ -28,7 +28,7 @@ checksums md5 634422c006dcd366d5504af3349e9d10 \ rmd160 99edddf30cd7635edd8ffe9d1466c2ead1584525 \ sha256 1c3bc9972da5f738435449e5e8483824129f2a18e7426f0a8c2c06a1ef3b4b4b -python.versions 38 39 +python.versions 39 python.pep517 no if {${name} ne ${subport}} { From 7c06ae0afc97f1c0167519cbe5963e1de6c44707 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 10:46:40 -0400 Subject: [PATCH 115/446] py-clawpack: drop py38 subport --- python/py-clawpack/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-clawpack/Portfile b/python/py-clawpack/Portfile index 3c4cf392ddd32..0e65bcb2a3664 100644 --- a/python/py-clawpack/Portfile +++ b/python/py-clawpack/Portfile @@ -23,7 +23,7 @@ checksums rmd160 e2165d7e3fbee29e9942beb124732cf79ef0c6c8 \ patchfiles-append patch-python3.diff -python.versions 38 39 +python.versions 39 # fatal error: 'threads.h' file not found compiler.c_standard 2011 From c72db83befd54e6df6237a639770bda545b9355c Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 10:47:41 -0400 Subject: [PATCH 116/446] py-colour: drop py38 subport --- python/py-colour/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-colour/Portfile b/python/py-colour/Portfile index c14fa8c0c769f..df69aea738690 100644 --- a/python/py-colour/Portfile +++ b/python/py-colour/Portfile @@ -23,7 +23,7 @@ checksums rmd160 ed9de28b1bc10a24b6dca9438ac224cedb9f022a \ sha256 b4b81ffc98d840fe3272d5a6bf52b8684c080494237ea053df74a7fc284d1eda \ size 1882753 -python.versions 38 39 +python.versions 39 if {${name} ne ${subport}} { # see https://www.colour-science.org/installation-guide/ From 22abaf49a514398fcfc05f57f66940ba0509ad2a Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 10:48:40 -0400 Subject: [PATCH 117/446] py-gradio: drop py38 subport --- python/py-gradio/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-gradio/Portfile b/python/py-gradio/Portfile index 1c76e35945282..f6da9fbedb08f 100644 --- a/python/py-gradio/Portfile +++ b/python/py-gradio/Portfile @@ -11,7 +11,7 @@ license Apache-2 supported_archs noarch platforms {darwin any} -python.versions 38 39 310 +python.versions 39 310 maintainers nomaintainer From 3ce92c8052dd28ad68d35cae427fba612285a49f Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 10:50:16 -0400 Subject: [PATCH 118/446] py-imutils: drop py38 subport --- python/py-imutils/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-imutils/Portfile b/python/py-imutils/Portfile index 03f4109e74bf3..619d4e36a9f42 100644 --- a/python/py-imutils/Portfile +++ b/python/py-imutils/Portfile @@ -26,7 +26,7 @@ checksums rmd160 1876379228550042f27618d468d0e638589d7b60 \ sha256 03827a9fca8b5c540305c0844a62591cf35a0caec199cb0f2f0a4a0fb15d8f24 \ size 17240 -python.versions 38 39 310 +python.versions 39 310 if {${name} ne ${subport}} { depends_run-append \ From d653bdb47d6d816b7a5c5f160745fb41d2e2808e Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 10:52:17 -0400 Subject: [PATCH 119/446] py-pyregion: drop py38 subport --- python/py-pyregion/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-pyregion/Portfile b/python/py-pyregion/Portfile index a9f914c938ee8..53e82543604ba 100644 --- a/python/py-pyregion/Portfile +++ b/python/py-pyregion/Portfile @@ -21,7 +21,7 @@ checksums rmd160 4843993cbaaf54adc9f58be14b0d9d53ad61b136 \ sha256 4e4ceb92c6d1c52d6da3741ea179e9b52b40f8a47c2da2063f6eb020dbfed1f9 \ size 1110968 -python.versions 38 39 +python.versions 39 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-numpy From 3629baf9cb734baa4347e157338c01f15e4f56f0 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 10:53:03 -0400 Subject: [PATCH 120/446] py-wordcloud: drop py38 subport --- python/py-wordcloud/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-wordcloud/Portfile b/python/py-wordcloud/Portfile index 7f95c346d0afd..7a6d577ab08d8 100644 --- a/python/py-wordcloud/Portfile +++ b/python/py-wordcloud/Portfile @@ -17,7 +17,7 @@ checksums rmd160 f139ef556d5b263657f6f2eddfb093e95e4a35ab \ sha256 e6ef771aac17c1cf8558c8d5ef025796184066d7b78f8118aefe011fb0d22952 \ size 220696 -python.versions 38 39 310 +python.versions 39 310 if {${name} ne ${subport}} { depends_run-append \ From e744baf3d9af024a3bded5c7b8ee3ca9ec63785d Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 10:53:52 -0400 Subject: [PATCH 121/446] py-wxmplot: drop py38 subport --- python/py-wxmplot/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-wxmplot/Portfile b/python/py-wxmplot/Portfile index 25ee06edf1912..f9e4385489908 100644 --- a/python/py-wxmplot/Portfile +++ b/python/py-wxmplot/Portfile @@ -24,7 +24,7 @@ checksums rmd160 2d1b170744a63fc83d54e55426647e5859f27867 \ sha256 6e1e2f626c8e33c7a76a1f392a96f3341fbe7531a7533828e552b9ae46429925 \ size 137954 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ From e1b95d8b0b6f6f5ac97a8e8294142f4a3d64df77 Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Fri, 18 Oct 2024 11:02:08 -0400 Subject: [PATCH 122/446] py-itemloaders: update to 1.3.2 --- python/py-itemloaders/Portfile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/python/py-itemloaders/Portfile b/python/py-itemloaders/Portfile index 1775b10774a5e..0382a734828ac 100644 --- a/python/py-itemloaders/Portfile +++ b/python/py-itemloaders/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup python 1.0 name py-itemloaders -version 1.3.1 +version 1.3.2 revision 0 maintainers {khindenburg @kurthindenburg} openmaintainer platforms {darwin any} @@ -16,9 +16,9 @@ long_description {*}${description} homepage https://pypi.python.org/pypi/${python.rootname} -checksums rmd160 6aeea0bc7c7d24f4bf2362783212ee617f5d0179 \ - sha256 81571c941cc189bb55e211f0cd3476fde7511239d3bf7ff91eb6ed68a1b0ec10 \ - size 19632 +checksums rmd160 ae8da707f8eaefb0b1015783ae18aadb28cf2def \ + sha256 4faf5b3abe83bf014476e3fd9ccf66867282971d9f1d4e96d9a61b60c3786770 \ + size 19707 python.versions 38 39 310 311 312 @@ -31,5 +31,8 @@ if {${name} ne ${subport}} { port:py${python.version}-parsel \ port:py${python.version}-w3lib + depends_test-append \ + port:py${python.version}-scrapy + test.run yes } From c44e58f1100bfbb3a072705360fab95b5926f8eb Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 12:13:05 -0400 Subject: [PATCH 123/446] py-{asteval,lmfit,uncertainties}: drop py38-subport --- python/py-asteval/Portfile | 2 +- python/py-lmfit/Portfile | 2 +- python/py-uncertainties/Portfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/py-asteval/Portfile b/python/py-asteval/Portfile index 2d6a212ecf206..47a7d10f7a53d 100644 --- a/python/py-asteval/Portfile +++ b/python/py-asteval/Portfile @@ -27,7 +27,7 @@ checksums rmd160 c957ebf3423093c0b93846dc4443da3f64e76051 \ sha256 bac3c8dd6d2b789e959cfec9bb296fb8338eec066feae618c462132701fbc665 \ size 50826 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${subport} ne ${name}} { depends_build-append \ diff --git a/python/py-lmfit/Portfile b/python/py-lmfit/Portfile index 4a83e2006dff0..723d7507bb8f3 100644 --- a/python/py-lmfit/Portfile +++ b/python/py-lmfit/Portfile @@ -25,7 +25,7 @@ checksums rmd160 a59c69113861c6692edd8ac47ae71d14e1092dfa \ sha256 31beeae1f027c1b8c14dcd7f2e8488a80b75fb389e77fca677549bdc2fe597bb \ size 623945 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${subport} ne ${name}} { depends_build-append \ diff --git a/python/py-uncertainties/Portfile b/python/py-uncertainties/Portfile index a036b58296570..988ebf1f37b05 100644 --- a/python/py-uncertainties/Portfile +++ b/python/py-uncertainties/Portfile @@ -21,7 +21,7 @@ checksums rmd160 f9fb9ed9ef3869b5532db4e837ffa4bdfe80ba53 \ sha256 e62c86fdc64429828229de6ab4e11466f114907e6bd343c077858994cc12e00b \ size 143865 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ From 4ab74edac03cd09b561944f386b5dc727f390a8f Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 12:14:18 -0400 Subject: [PATCH 124/446] py-asv{,-runner}: drop py38 subport --- python/py-asv-runner/Portfile | 2 +- python/py-asv/Portfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/py-asv-runner/Portfile b/python/py-asv-runner/Portfile index b3eb9ce5e4ffe..d82660fd621f9 100644 --- a/python/py-asv-runner/Portfile +++ b/python/py-asv-runner/Portfile @@ -24,5 +24,5 @@ checksums rmd160 f1061a4d23c13f72acbff075e9f2f43da6a812da \ sha256 945dd301a06fa9102f221b1e9ddd048f5ecd863796d4c8cd487f5577fe0db66d \ size 39518 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 python.pep517_backend pdm diff --git a/python/py-asv/Portfile b/python/py-asv/Portfile index 58b542d761ca9..1a60be03e0af6 100644 --- a/python/py-asv/Portfile +++ b/python/py-asv/Portfile @@ -20,7 +20,7 @@ checksums rmd160 9d3bae0508b2fedda38b48d89aa8cee4482573cc \ sha256 1d124184171cfe106e3e57ac04e3221b8d4571c9bd6ca2c6498a8c7407339df1 \ size 389611 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ From 2eafe6d539474ee3a4125cd40f9e40cb5ab89657 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 12:14:59 -0400 Subject: [PATCH 125/446] py-atomicwrites: drop py38 subport --- python/py-atomicwrites/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-atomicwrites/Portfile b/python/py-atomicwrites/Portfile index 844365029258e..67f8496c09b96 100644 --- a/python/py-atomicwrites/Portfile +++ b/python/py-atomicwrites/Portfile @@ -21,7 +21,7 @@ checksums rmd160 3e5b123eea6caa43cec69097bf7cec347c783f74 \ sha256 81b2c9071a49367a7f770170e5eec8cb66567cfbbc8c73d20ce5ca4a8d71cf11 \ size 14227 -python.versions 27 38 39 310 311 312 313 +python.versions 27 39 310 311 312 313 if {${name} ne ${subport}} { test.run yes From cb0fac3fe52a4c364ad2cae7096936cd4fe8f19b Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 12:16:37 -0400 Subject: [PATCH 126/446] py-{aeppl,aesara,algopy}: drop py38 subport" --- python/py-aeppl/Portfile | 2 +- python/py-aesara/Portfile | 2 +- python/py-algopy/Portfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/py-aeppl/Portfile b/python/py-aeppl/Portfile index d425c73d98e60..d9e31f3a78453 100644 --- a/python/py-aeppl/Portfile +++ b/python/py-aeppl/Portfile @@ -22,7 +22,7 @@ checksums rmd160 84bc92b958b64624b260f62ff8c71c201046e22c \ sha256 2bb70c0aff40cd1f90a750bd53239ce12d9cc97cd0826987ad8581c329a41001 \ size 65952 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append \ diff --git a/python/py-aesara/Portfile b/python/py-aesara/Portfile index e52d3ee6c45e2..8ae1fc534f3f8 100644 --- a/python/py-aesara/Portfile +++ b/python/py-aesara/Portfile @@ -23,7 +23,7 @@ checksums rmd160 db7f30f99552c65d0375c27d773e6509ecc536cb \ sha256 704eecf24a0165b2eefcf23539eb0f0c5973081ee3b9ecd8a97b80e1f301ad7a \ size 4424643 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 python.pep517_backend hatch patchfiles-append patch-pyproject.toml.diff diff --git a/python/py-algopy/Portfile b/python/py-algopy/Portfile index 66bdbb8276f15..64462666487f9 100644 --- a/python/py-algopy/Portfile +++ b/python/py-algopy/Portfile @@ -22,7 +22,7 @@ checksums rmd160 ffc4f86a217b6a2647334ae6f9764ed454490b88 \ sha256 4a82ba3d44964430733c5c44c498779ac84879cabf70b31136d550b5e6252d51 \ size 160544 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append \ From fad5335241a6fdd129808fa282a03f6ca71f99f7 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 12:19:41 -0400 Subject: [PATCH 127/446] py-altair: drop py38 subport --- python/py-altair/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-altair/Portfile b/python/py-altair/Portfile index 926846e458018..390df7123ee74 100644 --- a/python/py-altair/Portfile +++ b/python/py-altair/Portfile @@ -12,7 +12,7 @@ license BSD supported_archs noarch platforms {darwin any} -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 python.pep517_backend hatch maintainers {stromnov @stromnov} openmaintainer From e213c08def63f5fd9b7540105a4325939cf6b0bd Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 12:42:34 -0400 Subject: [PATCH 128/446] py-{emcee,emcee3}: drop py38 subport --- python/py-emcee/Portfile | 2 +- python/py-emcee3/Portfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/py-emcee/Portfile b/python/py-emcee/Portfile index fe20bce493063..ead43e6ea360b 100644 --- a/python/py-emcee/Portfile +++ b/python/py-emcee/Portfile @@ -26,7 +26,7 @@ checksums rmd160 9d877a80ce5a19b8c442d225a27a57fe548a14f0 \ sha256 afb252b304051ca7a936e81adfa69c92b37fdafd8d3be95e920059f08dcf2d00 \ size 769439 -python.versions 38 39 310 +python.versions 39 310 github.livecheck.regex {(2\.[0-9.]+)} diff --git a/python/py-emcee3/Portfile b/python/py-emcee3/Portfile index 06e85cadac645..7c177d95f27bb 100644 --- a/python/py-emcee3/Portfile +++ b/python/py-emcee3/Portfile @@ -27,7 +27,7 @@ checksums rmd160 e426ee88e90f1b6c07eb15ee755b0ec3691a3b3b \ sha256 11af4daf6ab8f9ca69681e3c29054665db7bbd87fd4eb8e437d2c3a1248c637d \ size 2871117 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { if {${python.version} < 311} { From b46d6dc06bfba7db120dc16b1588d0e62554d828 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 12:43:18 -0400 Subject: [PATCH 129/446] py-fastprogress: drop py38 subport --- python/py-fastprogress/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-fastprogress/Portfile b/python/py-fastprogress/Portfile index 26c5f17b77243..bacd5216b7d8b 100644 --- a/python/py-fastprogress/Portfile +++ b/python/py-fastprogress/Portfile @@ -22,7 +22,7 @@ checksums rmd160 cde4e0339be7b087393ad9e7430c6d1fc88c66b6 \ sha256 7a17d2b438890f838c048eefce32c4ded47197ecc8ea042cecc33d3deb8022f5 \ size 14920 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append \ From 96c1989746ed483bfa37043f47f896d6f1156bd5 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 12:44:25 -0400 Subject: [PATCH 130/446] py-nmrglue{,-devel}: drop py38 subport --- python/py-nmrglue/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-nmrglue/Portfile b/python/py-nmrglue/Portfile index 5bd362f4b13e0..890876ab30b12 100644 --- a/python/py-nmrglue/Portfile +++ b/python/py-nmrglue/Portfile @@ -25,7 +25,7 @@ checksums rmd160 ea2a5fb50885f70463f2b5ae951f3e816e699212 \ sha256 ec5524d612dcd28a9652b00ef66ac69badc4e69191edf477d559152afbee6972 \ size 204563 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 conflicts ${subport}-devel From 34e78455e35bf5d2191ee6b84c4a27f57e58797e Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 12:45:10 -0400 Subject: [PATCH 131/446] py-numdifftools: drop py38 subport --- python/py-numdifftools/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-numdifftools/Portfile b/python/py-numdifftools/Portfile index e175116047728..636316ad97c1a 100644 --- a/python/py-numdifftools/Portfile +++ b/python/py-numdifftools/Portfile @@ -22,7 +22,7 @@ checksums rmd160 b0e5c5f14cedd13472d209ff6649d098dff65d3b \ sha256 4ef705cd3c06211b3a4e9fd05ad622be916dcfda40732f0128805a2c4be389b4 \ size 6735932 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ From 7fc43ff71a0e6decf1817a7fd896802a7781e920 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 12:45:47 -0400 Subject: [PATCH 132/446] py-peakutils: drop py38 subport --- python/py-peakutils/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-peakutils/Portfile b/python/py-peakutils/Portfile index 34d478e14dff0..4b54b8ec8f214 100644 --- a/python/py-peakutils/Portfile +++ b/python/py-peakutils/Portfile @@ -25,7 +25,7 @@ checksums rmd160 9273100eb3392fb15cbffc2344c471b96406b766 \ sha256 4ff2e7f3330b93024fe8da1ee04e00389e26bcb2ef79bd2f9cf86ccd4962e114 \ size 117498 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append \ From dcf61796ce487d8ac292001c8f8dfc47031cfcc1 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 14:57:51 -0400 Subject: [PATCH 133/446] py-dap: update to 3.5; drop py38, add py312 subport --- python/py-dap/Portfile | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/python/py-dap/Portfile b/python/py-dap/Portfile index 6ca2641aa5a5d..0c5415a39b2ea 100644 --- a/python/py-dap/Portfile +++ b/python/py-dap/Portfile @@ -4,8 +4,8 @@ PortSystem 1.0 PortGroup python 1.0 name py-dap -python.rootname Pydap -version 3.2.2 +python.rootname pydap +version 3.5 revision 0 supported_archs noarch @@ -21,19 +21,24 @@ long_description A scientific protocol for data access developed by the \ homepage https://pydap.readthedocs.org/en/latest -checksums rmd160 61386b6fd56a014549dd332fb3547c62ffff45dc \ - sha256 86326642e24f421595a74b0f9986da76d7932b277768f501fe214d72592bdc40 \ - size 3894647 +checksums rmd160 e19ef098569346863080870668f9254742e45ca8 \ + sha256 0ee6cb7a4892ef22a15c4e2aa58b2656104c542c74faf16c580c56fdf97647ab \ + size 4385073 -python.versions 38 +python.versions 312 if {${name} ne ${subport}} { + depends_build-append \ + port:py${python.version}-setuptools_scm + depends_lib-append \ port:py${python.version}-beautifulsoup4 \ port:py${python.version}-docopt \ + port:py${python.version}-importlib-metadata \ + port:py${python.version}-importlib-resources \ port:py${python.version}-jinja2 \ + port:py${python.version}-lxml \ port:py${python.version}-numpy \ - port:py${python.version}-setuptools \ - port:py${python.version}-six \ + port:py${python.version}-requests \ port:py${python.version}-webob } From 9183ea072950f6f10e2224392fbdc6a4d9fa1752 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 15:10:35 -0400 Subject: [PATCH 134/446] py-fastdtw: drop py38 subport --- python/py-fastdtw/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-fastdtw/Portfile b/python/py-fastdtw/Portfile index c09bbcd7913d3..4367cc03febc6 100644 --- a/python/py-fastdtw/Portfile +++ b/python/py-fastdtw/Portfile @@ -23,7 +23,7 @@ checksums rmd160 a8f9469f045a944f0575e2c54f4880881397510c \ sha256 2350fa6ec36bcad186eaf81f46eff35181baf04e324f522de8aeb43d0243f64f \ size 133402 -python.versions 38 39 +python.versions 39 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-requests From 74059ed72d9371c35e5f8e8596097a957cb5866b Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 15:11:12 -0400 Subject: [PATCH 135/446] py-ffc: drop py38 subport --- python/py-ffc/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-ffc/Portfile b/python/py-ffc/Portfile index 1daeb8aad7f11..a2ee10b0ff208 100644 --- a/python/py-ffc/Portfile +++ b/python/py-ffc/Portfile @@ -28,7 +28,7 @@ checksums rmd160 3900a200ec944141f8da450018395dfd0e4b209b \ sha256 3a8e32ae6b3efde5083d9b701aee777e67973966ca79b504797f0f80a5561dab \ size 1378468 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 python.link_binaries_suffix configure.cxxflags-append -std=c++11 From 7dd32305974afe00c84dc1356997d0751e8d0497 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 15:11:36 -0400 Subject: [PATCH 136/446] py-fiat: drop py38 subport --- python/py-fiat/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-fiat/Portfile b/python/py-fiat/Portfile index e332fa90b405a..3f1be2ee6708d 100644 --- a/python/py-fiat/Portfile +++ b/python/py-fiat/Portfile @@ -29,7 +29,7 @@ checksums rmd160 d9396eaaf3156853c03badf31e4eb841c2238be8 \ sha256 7b6d06b534d5a7d203fcb6023b5827a39b1dd0fd1407c7a348fcc7fb0478248c \ size 108477 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 python.link_binaries_suffix if {${subport} ne ${name}} { From 2952f3651d1f6febec27d5c0a9db41bc8ae96222 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 15:13:17 -0400 Subject: [PATCH 137/446] py-g2p-en: drop py38 subport --- python/py-g2p-en/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-g2p-en/Portfile b/python/py-g2p-en/Portfile index 1cdd86389a5aa..fdc3df51d6990 100644 --- a/python/py-g2p-en/Portfile +++ b/python/py-g2p-en/Portfile @@ -18,7 +18,7 @@ checksums rmd160 7e9f0675a905bab747c7067016dfb9a3084eaf31 \ sha256 32ecb119827a3b10ea8c1197276f4ea4f44070ae56cbbd01f0f261875f556a58 \ size 3116166 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append \ From 546f07908e032133c7b837c2fec044a7fc888cff Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 15:25:38 -0400 Subject: [PATCH 138/446] py-luma.emulator: drop py38 subport --- python/py-luma.emulator/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-luma.emulator/Portfile b/python/py-luma.emulator/Portfile index 086b415e71a27..607a1dea063ff 100644 --- a/python/py-luma.emulator/Portfile +++ b/python/py-luma.emulator/Portfile @@ -24,7 +24,7 @@ long_description luma.emulator provides a series of pseudo-display devices \ checksums rmd160 3ead715baa2b76ee830f4409852370d42d3ba54e \ sha256 903da7fdb736822c69e6ce1e7141e37674cbb664567e04ef3b30b1bc3f261b5f \ size 903555 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_run-append \ From 818a2630fe0e94e97c9f55f04ab376d46f702a99 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 15:28:43 -0400 Subject: [PATCH 139/446] py-gsl: drop py38 subport --- python/py-gsl/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-gsl/Portfile b/python/py-gsl/Portfile index d4f353f79d63e..6f287ad08d346 100644 --- a/python/py-gsl/Portfile +++ b/python/py-gsl/Portfile @@ -23,7 +23,7 @@ checksums rmd160 ebf16a8dc8af94689c6789f0691ad6825c8c320a \ sha256 1779bce41b3cb0e370d11bf41003852ba4750c51df5b8771bb34265e8e0f1df3 \ size 1087169 -python.versions 38 39 310 311 +python.versions 39 310 311 if {${name} ne ${subport}} { depends_lib-append port:gsl \ From 5cd9938f25ea441c3187f018eb130f19b611b98a Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Fri, 18 Oct 2024 14:00:29 -0500 Subject: [PATCH 140/446] sane-backends: Depend on pkgconfig at runtime --- graphics/sane-backends/Portfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/graphics/sane-backends/Portfile b/graphics/sane-backends/Portfile index a559a206b85d5..144f545babd77 100644 --- a/graphics/sane-backends/Portfile +++ b/graphics/sane-backends/Portfile @@ -4,10 +4,9 @@ PortSystem 1.0 name sane-backends version 1.2.1 -revision 1 +revision 2 set upload_tag 110fc43336d0fb5e514f1fdc7360dd87 categories graphics -platforms darwin # Some content is LGPL-2+ or public-domain, but the package as a whole is GPL-2+ license GPL-2+ maintainers nomaintainer @@ -25,7 +24,7 @@ checksums rmd160 8f468934284f31ea033869c79635b473c957fd22 \ sha256 f832395efcb90bb5ea8acd367a820c393dda7e0dd578b16f48928b8f5bdd0524 \ size 7308040 -depends_build port:pkgconfig +depends_build path:bin/pkg-config:pkgconfig depends_lib path:include/turbojpeg.h:libjpeg-turbo \ path:lib/pkgconfig/libusb-1.0.pc:libusb \ @@ -33,6 +32,9 @@ depends_lib path:include/turbojpeg.h:libjpeg-turbo \ port:zlib \ port:libxml2 +# The installed sane-config uses pkg-config. +depends_run path:bin/pkg-config:pkgconfig + # magicolor backend requires libcrypto from openssl depends_lib-append path:lib/libcrypto.dylib:openssl From 991498d5fe9e5ff23c77a9803a43456e03e85d80 Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Fri, 18 Oct 2024 14:19:48 -0500 Subject: [PATCH 141/446] sane-backends: Rename send function to avoid conflict Closes: https://trac.macports.org/ticket/70941 --- graphics/sane-backends/Portfile | 1 + graphics/sane-backends/files/send.patch | 288 ++++++++++++++++++++++++ 2 files changed, 289 insertions(+) create mode 100644 graphics/sane-backends/files/send.patch diff --git a/graphics/sane-backends/Portfile b/graphics/sane-backends/Portfile index 144f545babd77..c7df82eee29ce 100644 --- a/graphics/sane-backends/Portfile +++ b/graphics/sane-backends/Portfile @@ -39,6 +39,7 @@ depends_run path:bin/pkg-config:pkgconfig depends_lib-append path:lib/libcrypto.dylib:openssl patchfiles patch-configure.diff \ + send.patch \ patch-frontend-scanimage.c.diff compiler.c_standard 1999 diff --git a/graphics/sane-backends/files/send.patch b/graphics/sane-backends/files/send.patch new file mode 100644 index 0000000000000..a734fddcf536d --- /dev/null +++ b/graphics/sane-backends/files/send.patch @@ -0,0 +1,288 @@ +rename send() function as it conflicts with a system function. Fixes: + +error: static declaration of 'send' follows non-static declaration + +https://gitlab.com/sane-project/backends/-/commit/1b12daf3d521495c6fb325d82035a83f100e0cc1 +--- backend/epson.c.orig ++++ backend/epson.c +@@ -851,7 +851,7 @@ static EpsonHdrUnion command (Epson_Scanner * s, u_char * cmd, size_t cmd_size, + SANE_Status * status); + static SANE_Status get_identity_information (SANE_Handle handle); + static SANE_Status get_identity2_information (SANE_Handle handle); +-static int send (Epson_Scanner * s, void *buf, size_t buf_size, ++static int scanner_send (Epson_Scanner * s, void *buf, size_t buf_size, + SANE_Status * status); + static ssize_t receive (Epson_Scanner * s, void *buf, ssize_t buf_size, + SANE_Status * status); +@@ -880,7 +880,7 @@ static void scan_finish (Epson_Scanner * s); + */ + + static int +-send (Epson_Scanner * s, void *buf, size_t buf_size, SANE_Status * status) ++scanner_send (Epson_Scanner * s, void *buf, size_t buf_size, SANE_Status * status) + { + DBG (3, "send buf, size = %lu\n", (u_long) buf_size); + +@@ -1072,12 +1072,12 @@ set_cmd (Epson_Scanner * s, u_char cmd, int val) + params[0] = ESC; + params[1] = cmd; + +- send (s, params, 2, &status); ++ scanner_send (s, params, 2, &status); + if (SANE_STATUS_GOOD != (status = expect_ack (s))) + return status; + + params[0] = val; +- send (s, params, 1, &status); ++ scanner_send (s, params, 1, &status); + status = expect_ack (s); + + return status; +@@ -1151,7 +1151,7 @@ set_zoom (Epson_Scanner * s, int x_zoom, int y_zoom) + cmd[0] = ESC; + cmd[1] = s->hw->cmd->set_zoom; + +- send (s, cmd, 2, &status); ++ scanner_send (s, cmd, 2, &status); + status = expect_ack (s); + + if (status != SANE_STATUS_GOOD) +@@ -1160,7 +1160,7 @@ set_zoom (Epson_Scanner * s, int x_zoom, int y_zoom) + params[0] = x_zoom; + params[1] = y_zoom; + +- send (s, params, 2, &status); ++ scanner_send (s, params, 2, &status); + status = expect_ack (s); + + return status; +@@ -1179,7 +1179,7 @@ set_resolution (Epson_Scanner * s, int xres, int yres) + params[0] = ESC; + params[1] = s->hw->cmd->set_resolution; + +- send (s, params, 2, &status); ++ scanner_send (s, params, 2, &status); + status = expect_ack (s); + + if (status != SANE_STATUS_GOOD) +@@ -1190,7 +1190,7 @@ set_resolution (Epson_Scanner * s, int xres, int yres) + params[2] = yres; + params[3] = yres >> 8; + +- send (s, params, 4, &status); ++ scanner_send (s, params, 4, &status); + status = expect_ack (s); + + return status; +@@ -1224,7 +1224,7 @@ set_scan_area (Epson_Scanner * s, int x, int y, int width, int height) + params[0] = ESC; + params[1] = s->hw->cmd->set_scan_area; + +- send (s, params, 2, &status); ++ scanner_send (s, params, 2, &status); + status = expect_ack (s); + if (status != SANE_STATUS_GOOD) + return status; +@@ -1238,7 +1238,7 @@ set_scan_area (Epson_Scanner * s, int x, int y, int width, int height) + params[6] = height; + params[7] = height >> 8; + +- send (s, params, 8, &status); ++ scanner_send (s, params, 8, &status); + status = expect_ack (s); + + return status; +@@ -1267,7 +1267,7 @@ set_color_correction_coefficients (Epson_Scanner * s) + params[0] = ESC; + params[1] = cmd; + +- send (s, params, 2, &status); ++ scanner_send (s, params, 2, &status); + if (SANE_STATUS_GOOD != (status = expect_ack (s))) + return status; + +@@ -1285,7 +1285,7 @@ set_color_correction_coefficients (Epson_Scanner * s) + cct[0], cct[1], cct[2], cct[3], + cct[4], cct[5], cct[6], cct[7], cct[8]); + +- send (s, cct, length, &status); ++ scanner_send (s, cct, length, &status); + status = expect_ack (s); + DBG (1, "set_color_correction_coefficients: ending=%d.\n", status); + +@@ -1376,11 +1376,11 @@ set_gamma_table (Epson_Scanner * s) + } + } + +- send (s, params, 2, &status); ++ scanner_send (s, params, 2, &status); + if (SANE_STATUS_GOOD != (status = expect_ack (s))) + return status; + +- send (s, gamma, length, &status); ++ scanner_send (s, gamma, length, &status); + if (SANE_STATUS_GOOD != (status = expect_ack (s))) + return status; + +@@ -1621,7 +1621,7 @@ reset (Epson_Scanner * s) + return status; + } + +- send (s, param, 2, &status); ++ scanner_send (s, param, 2, &status); + status = expect_ack (s); + + if (needToClose) +@@ -1658,7 +1658,7 @@ close_scanner (Epson_Scanner * s) + param[0] = ESC; + param[1] = s->hw->cmd->request_status; + param[2]='\0'; +- send(s,param,2,&status); ++ scanner_send(s,param,2,&status); + receive(s,result,4,&status); + } + +@@ -1782,7 +1782,7 @@ feed (Epson_Scanner * s) + + params[0] = cmd; + +- send (s, params, 1, &status); ++ scanner_send (s, params, 1, &status); + + if (SANE_STATUS_GOOD != (status = expect_ack (s))) + { +@@ -1824,7 +1824,7 @@ eject (Epson_Scanner * s) + + params[0] = cmd; + +- send (s, params, 1, &status); ++ scanner_send (s, params, 1, &status); + + if (SANE_STATUS_GOOD != (status = expect_ack (s))) + { +@@ -1866,7 +1866,7 @@ command (Epson_Scanner * s, u_char * cmd, size_t cmd_size, + + head = &(hdrunion->hdr); + +- send (s, cmd, cmd_size, status); ++ scanner_send (s, cmd, cmd_size, status); + + if (SANE_STATUS_GOOD != *status) + { +@@ -1874,7 +1874,7 @@ command (Epson_Scanner * s, u_char * cmd, size_t cmd_size, + it seems to fix the problem. It should not have any + ill effects on other scanners. */ + *status = SANE_STATUS_GOOD; +- send (s, cmd, cmd_size, status); ++ scanner_send (s, cmd, cmd_size, status); + if (SANE_STATUS_GOOD != *status) + return (EpsonHdrUnion) 0; + } +@@ -4958,7 +4958,7 @@ sane_start (SANE_Handle handle) + params[0] = ESC; + params[1] = s->hw->cmd->request_extended_status; + +- send (s, params, 2, &status); /* send ESC f (request extended status) */ ++ scanner_send (s, params, 2, &status); /* send ESC f (request extended status) */ + + if (SANE_STATUS_GOOD == status) + { +@@ -4999,7 +4999,7 @@ sane_start (SANE_Handle handle) + params[0] = ESC; + params[1] = s->hw->cmd->request_condition; + +- send (s, params, 2, &status); /* send request condition */ ++ scanner_send (s, params, 2, &status); /* send request condition */ + + if (SANE_STATUS_GOOD != status) + return status; +@@ -5081,7 +5081,7 @@ sane_start (SANE_Handle handle) + params[0] = ESC; + params[1] = s->hw->cmd->start_scanning; + +- send (s, params, 2, &status); ++ scanner_send (s, params, 2, &status); + + if (SANE_STATUS_GOOD != status) + { +@@ -5120,7 +5120,7 @@ sane_auto_eject (Epson_Scanner * s) + + params[0] = cmd; + +- send (s, params, 1, &status); ++ scanner_send (s, params, 1, &status); + + if (SANE_STATUS_GOOD != (status = expect_ack (s))) + { +@@ -5207,7 +5207,7 @@ read_data_block (Epson_Scanner * s, EpsonDataRec * result) + param[0] = ESC; + param[1] = s->hw->cmd->start_scanning; + +- send (s, param, 2, &status); ++ scanner_send (s, param, 2, &status); + + if (SANE_STATUS_GOOD != status) + { +@@ -5347,7 +5347,7 @@ START_READ: + * send the ACK signal to the scanner in order to make + * it ready for the next data block. + */ +- send (s, S_ACK, 1, &status); ++ scanner_send (s, S_ACK, 1, &status); + + /* + * ... and request the next data block +@@ -5388,7 +5388,7 @@ START_READ: + return status; + } + +- send (s, S_ACK, 1, &status); ++ scanner_send (s, S_ACK, 1, &status); + + /* + * ... and the last data block +@@ -5460,7 +5460,7 @@ START_READ: + { + if (s->canceling) + { +- send (s, S_CAN, 1, &status); ++ scanner_send (s, S_CAN, 1, &status); + expect_ack (s); + + *length = 0; +@@ -5470,7 +5470,7 @@ START_READ: + return SANE_STATUS_CANCELLED; + } + else +- send (s, S_ACK, 1, &status); ++ scanner_send (s, S_ACK, 1, &status); + } + + s->end = s->buf + buf_len; +@@ -6132,7 +6132,7 @@ get_identity2_information (SANE_Handle handle) + param[1] = s->hw->cmd->request_identity2; + param[2] = '\0'; + +- send (s, param, 2, &status); ++ scanner_send (s, param, 2, &status); + + if (SANE_STATUS_GOOD != status) + return status; +@@ -6234,7 +6234,7 @@ request_focus_position (SANE_Handle handle, u_char * position) + param[1] = s->hw->cmd->request_focus_position; + param[2] = '\0'; + +- send (s, param, 2, &status); ++ scanner_send (s, param, 2, &status); + + if (SANE_STATUS_GOOD != status) + return status; +@@ -6287,7 +6287,7 @@ request_push_button_status (SANE_Handle handle, SANE_Bool * theButtonStatus) + param[1] = s->hw->cmd->request_push_button_status; + param[2] = '\0'; + +- send (s, param, 2, &status); ++ scanner_send (s, param, 2, &status); + + if (SANE_STATUS_GOOD != status) + { From 4d717424cf2142831a2bbd60d2d2c07fbffb0720 Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Fri, 18 Oct 2024 14:34:36 -0500 Subject: [PATCH 142/446] sane-backends: Update to 1.3.1 And remove some old bugfixes, hoping they are no longer needed. --- graphics/sane-backends/Portfile | 22 +++++++------------ .../sane-backends/files/patch-configure.diff | 14 +++--------- .../files/patch-frontend-scanimage.c.diff | 10 --------- 3 files changed, 11 insertions(+), 35 deletions(-) delete mode 100644 graphics/sane-backends/files/patch-frontend-scanimage.c.diff diff --git a/graphics/sane-backends/Portfile b/graphics/sane-backends/Portfile index c7df82eee29ce..9618fca7a349a 100644 --- a/graphics/sane-backends/Portfile +++ b/graphics/sane-backends/Portfile @@ -3,9 +3,13 @@ PortSystem 1.0 name sane-backends -version 1.2.1 -revision 2 -set upload_tag 110fc43336d0fb5e514f1fdc7360dd87 +version 1.3.1 +revision 0 +set upload_tag 83bdbb6c9a115184c2d48f1fdc6847db +checksums rmd160 1f62e34a17dc6446da1c13f295c55da44b4cf546 \ + sha256 aa82f76f409b88f8ea9793d4771fce01254d9b6549ec84d6295b8f59a3879a0c \ + size 7432184 + categories graphics # Some content is LGPL-2+ or public-domain, but the package as a whole is GPL-2+ license GPL-2+ @@ -20,10 +24,6 @@ long_description These are the backends for the Scanner Access Now \ master_sites https://gitlab.com/sane-project/backends/uploads/${upload_tag}/ -checksums rmd160 8f468934284f31ea033869c79635b473c957fd22 \ - sha256 f832395efcb90bb5ea8acd367a820c393dda7e0dd578b16f48928b8f5bdd0524 \ - size 7308040 - depends_build path:bin/pkg-config:pkgconfig depends_lib path:include/turbojpeg.h:libjpeg-turbo \ @@ -39,8 +39,7 @@ depends_run path:bin/pkg-config:pkgconfig depends_lib-append path:lib/libcrypto.dylib:openssl patchfiles patch-configure.diff \ - send.patch \ - patch-frontend-scanimage.c.diff + send.patch compiler.c_standard 1999 # genesys backend now uses C++11 @@ -61,8 +60,6 @@ post-configure { build.env-append LC_CTYPE=C -use_parallel_build no - pre-destroot { xinstall -d -o root -g admin -m 0775 ${destroot}${prefix}/var/lock } @@ -111,9 +108,6 @@ variant snmp description "enable automatic network discovery via SNMP" { configure.args-append --with-snmp } -# This project uses u_long *everywhere* and doesn't bother including sys/types.h -configure.cppflags-append -include sys/types.h - livecheck.type regex livecheck.url https://gitlab.com/sane-project/backends/-/tags livecheck.regex "backends-(\\d+(?:\\.\\d+)*)${extract.suffix}" diff --git a/graphics/sane-backends/files/patch-configure.diff b/graphics/sane-backends/files/patch-configure.diff index c95b7d70e5596..00018a58bfce1 100644 --- a/graphics/sane-backends/files/patch-configure.diff +++ b/graphics/sane-backends/files/patch-configure.diff @@ -1,6 +1,6 @@ ---- configure.orig 2020-08-23 13:59:54.000000000 +0200 -+++ configure 2020-10-24 23:57:10.000000000 +0200 -@@ -20198,7 +20198,7 @@ +--- configure.orig 2024-05-23 00:45:25.000000000 -0500 ++++ configure 2024-10-18 14:22:29.000000000 -0500 +@@ -20138,7 +20138,7 @@ AM_LDFLAGS="$AM_LDFLAGS -Wl,-brtl" ;; darwin*) #include frameworks @@ -9,11 +9,3 @@ ;; esac -@@ -25940,6 +25940,7 @@ - /* end confdefs.h. */ - - #define INET6 -+ #include - #include - #include - int diff --git a/graphics/sane-backends/files/patch-frontend-scanimage.c.diff b/graphics/sane-backends/files/patch-frontend-scanimage.c.diff deleted file mode 100644 index 0be1f69ec54a1..0000000000000 --- a/graphics/sane-backends/files/patch-frontend-scanimage.c.diff +++ /dev/null @@ -1,10 +0,0 @@ ---- frontend/scanimage.c.orig 2020-08-23 13:59:21.000000000 +0200 -+++ frontend/scanimage.c 2020-10-24 23:52:03.000000000 +0200 -@@ -39,6 +39,7 @@ - #include - #include - #include -+#include - - #include - #include From 675ff79b8ac60918010587d4750c97dee53add59 Mon Sep 17 00:00:00 2001 From: christophecvr Date: Fri, 18 Oct 2024 20:20:08 +0200 Subject: [PATCH 143/446] spirv-headers: spirv-tools update to 1.3.296.0 See: https://trac.macports.org/ticket/71081 set to python version 3.12 --- graphics/spirv-headers/Portfile | 8 ++-- graphics/spirv-tools/Portfile | 82 ++++++++++++++++----------------- 2 files changed, 45 insertions(+), 45 deletions(-) diff --git a/graphics/spirv-headers/Portfile b/graphics/spirv-headers/Portfile index e38461b61ac91..48540cac8ea95 100644 --- a/graphics/spirv-headers/Portfile +++ b/graphics/spirv-headers/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup cmake 1.1 -github.setup KhronosGroup SPIRV-Headers 1.3.280.0 vulkan-sdk- +github.setup KhronosGroup SPIRV-Headers 1.3.296.0 vulkan-sdk- github.tarball_from archive name spirv-headers revision 0 @@ -19,6 +19,6 @@ description SPIR-V Headers long_description {*}${description} homepage https://vulkan.lunarg.com -checksums rmd160 a25296a68c7b6e6391c58f9e739c668124b66ad0 \ - sha256 a00906b6bddaac1e37192eff2704582f82ce2d971f1aacee4d51d9db33b0f772 \ - size 472159 +checksums rmd160 e1f8de085e2e8d883dc968da8198501c66677330 \ + sha256 1423d58a1171611d5aba2bf6f8c69c72ef9c38a0aca12c3493e4fda64c9b2dc6 \ + size 523647 diff --git a/graphics/spirv-tools/Portfile b/graphics/spirv-tools/Portfile index 06c509a38fe83..ccc43be9f954e 100644 --- a/graphics/spirv-tools/Portfile +++ b/graphics/spirv-tools/Portfile @@ -5,7 +5,7 @@ PortGroup github 1.0 PortGroup cmake 1.1 PortGroup legacysupport 1.1 -github.setup KhronosGroup SPIRV-Tools 1.3.280.0 vulkan-sdk- +github.setup KhronosGroup SPIRV-Tools 1.3.296.0 vulkan-sdk- name spirv-tools revision 0 @@ -18,39 +18,44 @@ long_description SPIR-V assembler, binary module parser, \ disassembler, validator, and optimizer homepage https://vulkan.lunarg.com -# FIXME: Failed to extract spirv-tools: no files matched glob pattern... +# FIXME : main module not extracted in worksrcpath when using multiple sources. +# move extracted main module to worksrcpath +# Move submodules to cmakes expected location in worksrcpath post-extract { - move ${workpath}/KhronosGroup-SPIRV-Tools-04896c4 ${workpath}/SPIRV-Tools-04896c4 + move ${workpath}/KhronosGroup-SPIRV-Tools-6dcc7e3 ${worksrcpath} + foreach {sub_author sub_project sub_commit sub_dest} ${submodules} { + move ${workpath}/${sub_project}-${sub_commit} ${worksrcpath}/${sub_dest} + } } -checksums SPIRV-Tools-1.3.280.0.tar.gz \ - rmd160 f3dfa3cb0eba45a3ce33d92e18ec44c067c0bb4f \ - sha256 cb094af38d97b6ea0bb6dd74e2a83ac05959f49f70d9a8434a540dfddcfebf1e \ - size 3172115 \ - abseil-cpp-79ca5d7aad63973c83a4962a66ab07cd623131ea.tar.gz \ - rmd160 0f233213825e23c55820390a3d4e52c97e9e8c10 \ - sha256 fb1dc4bf076892aca18d7fd0c228967a451f880df65da53c3af33776ca31f465 \ - size 2145278 \ - effcee-19b4aa87af25cb4ee779a071409732f34bfc305c.tar.gz \ - rmd160 e8c0de0bc279f84317cab175c6d7090fa4095b8c \ - sha256 02f98be1426ad1cd7479a1fc4ebfc8495f4fd291cbe6cf1cdb99cb0f401d92b0 \ - size 40734 \ - googletest-5df0241ea4880e5a846775d3efc8b873f7b36c31.tar.gz \ - rmd160 a2b08693a9b4e7a285d301b4a7025e45057c3f7e \ - sha256 dd65d71f0e4a17b4ae6fbd2125721eb3d34345ae02381fb1b1a56ddf7f28b4d3 \ - size 871797 \ +checksums SPIRV-Tools-1.3.296.0.tar.gz \ + rmd160 092efc2dbc94aa4472a9b370a3881ff16f6c8c77 \ + sha256 a4d0bbb08b8f90d0ec8c8c39b4abc5d67b1b262eff9e2194cb2b885ce000396f \ + size 3194709 \ + abseil-cpp-lts_2024_07_22.tar.gz \ + rmd160 fdf8b9c435036a1d4b9fffed27a44b50709deae7 \ + sha256 bc57139b5c08401b2c7b54a7e44e1a771f165db80fd6b88076cc39622d87375f \ + size 2242933 \ + effcee-2c97e5689ed8d7ab6ae5820f884f03a601ae124b.tar.gz \ + rmd160 1f82d7f7369f9b9aeefb93e10679d6223a7cc92f \ + sha256 a59e5ac09d4d6f64dd2bb1623512fdc6f737ee2bce14196d1a47ad59a80b7d56 \ + size 40080 \ + googletest-6dae7eb4a5c3a169f3e298392bff4680224aa94a.tar.gz \ + rmd160 33215310600f043a7eae6f8188bb1b0d576fc1d2 \ + sha256 0384d11eeccf20e55e8fa81c1a33fa8db25de88bd3336c20c8d48a393aa4f730 \ + size 874467 \ protobuf-f0dc78d7e6e331b8c6bb2d5283e06aa26883ca7c.tar.gz \ rmd160 a397c44d602407d85eb6ac6b985f9feb792f76e1 \ sha256 d594b561fb41bf243233d8f411c7f2b7d913e5c9c1be4ca439baf7e48384c893 \ size 5146983 \ - re2-ed9fc269e2fdb299afe59e912928d31ad3fdcf7d.tar.gz \ - rmd160 02059a99af981ee62ba54533cd9a5a59b6adfbad \ - sha256 200f661b5c435cd2657248a713481e0297a0ce0f12b6f4e6cb25b9fe9f9d8a1f \ - size 388683 \ - SPIRV-Headers-8b246ff75c6615ba4532fe4fde20f1be090c3764.tar.gz \ - rmd160 37ee011bebc433d2193a07406de8884a680d885b \ - sha256 cfeed5f9a97d12a9761a26e7f5bd10fedb1a8ce92033075151ae3bc7206fc229 \ - size 472513 + re2-6dcd83d60f7944926bfd308cc13979fc53dd69ca.tar.gz \ + rmd160 ded8718bb39f88cef60b869195a885e02afa73bd \ + sha256 b26ba918fe9f74c897cd8a247c6c86836275e5af0d198719e4679967dcf68395 \ + size 391027 \ + SPIRV-Headers-2a9b6f951c7d6b04b6c21fe1bf3f475b68b84801.tar.gz \ + rmd160 42dc68dd7bcd347bb42260a2fb6a38119ee21862 \ + sha256 1698e1373bd6e59a263acef821c4d955c561b991feb6db8199833ef19ffe8a37 \ + size 524052 compiler.cxx_standard 2017 # Need to use MacPorts libc++ on macOS 10.14 Mojave and older, because @@ -63,7 +68,7 @@ compiler.cxx_standard 2017 legacysupport.newest_darwin_requires_legacy 18 legacysupport.use_mp_libcxx yes -set py_ver 3.11 +set py_ver 3.12 set py_ver_nodot [string map {. {}} ${py_ver}] foreach stage {configure build destroot test} { ${stage}.env-append PATH=${frameworks_dir}/Python.framework/Versions/${py_ver}/bin:$env(PATH) @@ -71,13 +76,14 @@ foreach stage {configure build destroot test} { depends_build-append port:python${py_ver_nodot} # See DEPS file in repo +# Exept abseil changed to lts version. set submodules { - abseil abseil-cpp 79ca5d7aad63973c83a4962a66ab07cd623131ea external/abseil_cpp - google effcee 19b4aa87af25cb4ee779a071409732f34bfc305c external/effcee - google googletest 5df0241ea4880e5a846775d3efc8b873f7b36c31 external/googletest + abseil abseil-cpp lts_2024_07_22 external/abseil_cpp + google effcee 2c97e5689ed8d7ab6ae5820f884f03a601ae124b external/effcee + google googletest 6dae7eb4a5c3a169f3e298392bff4680224aa94a external/googletest protocolbuffers protobuf f0dc78d7e6e331b8c6bb2d5283e06aa26883ca7c external/protobuf - google re2 ed9fc269e2fdb299afe59e912928d31ad3fdcf7d external/re2 - KhronosGroup SPIRV-Headers 8b246ff75c6615ba4532fe4fde20f1be090c3764 external/spirv-headers + google re2 6dcd83d60f7944926bfd308cc13979fc53dd69ca external/re2 + KhronosGroup SPIRV-Headers 2a9b6f951c7d6b04b6c21fe1bf3f475b68b84801 external/spirv-headers } foreach {sub_author sub_project sub_commit sub_dest} ${submodules} { @@ -85,14 +91,8 @@ foreach {sub_author sub_project sub_commit sub_dest} ${submodules} { distfiles-append ${sub_project}-${sub_commit}.tar.gz:${sub_project} } -post-extract { - ln -s {*}[glob -directory ${workpath} -tails ${github.project}-*] ${worksrcpath} - foreach {sub_author sub_project sub_commit sub_dest} ${submodules} { - ln -s {*}[glob ${workpath}/${sub_project}-*] ${worksrcpath}/${sub_dest} - } -} - configure.args-append \ -DSPIRV_WERROR=OFF \ -DBUILD_SHARED_LIBS=ON \ - -DSPIRV_TOOLS_BUILD_STATIC=OFF + -DSPIRV_TOOLS_BUILD_STATIC=OFF \ + -DCMAKE_INSTALL_PREFIX=${prefix} From ccbaab41920d2cfed5a4f3b61399c93d50cd88cc Mon Sep 17 00:00:00 2001 From: christophecvr Date: Fri, 18 Oct 2024 20:24:08 +0200 Subject: [PATCH 144/446] glslang: update to 1.3.296.0 See: https://trac.macports.org/ticket/71081 Set python to version 3.12 Added the lates remark on: https://github.com/KhronosGroup/glslang/pull/3371 to patchfile. --- graphics/glslang/Portfile | 25 ++++++++++++------- .../glslang/files/create-pkgconfig-file.diff | 21 ++++++++++++---- 2 files changed, 32 insertions(+), 14 deletions(-) diff --git a/graphics/glslang/Portfile b/graphics/glslang/Portfile index ef0056f5cba56..1aea837d12f83 100644 --- a/graphics/glslang/Portfile +++ b/graphics/glslang/Portfile @@ -5,8 +5,8 @@ PortGroup github 1.0 PortGroup cmake 1.1 PortGroup legacysupport 1.1 -github.setup KhronosGroup glslang 13.0.0 -revision 3 +github.setup KhronosGroup glslang 1.3.296.0 vulkan-sdk- +revision 0 categories graphics devel license {BSD Permissive} @@ -17,11 +17,11 @@ long_description Glslang is the official reference compiler for \ the OpenGL and OpenGL ES shading languages. homepage https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/ -checksums sha256 d4eece144c4930b4793779396665bd415dd641c8f33115b4de4c83d42a39d9f1 \ - rmd160 a187c2d1c75a05eb5aba4afadf9ba689b15c63f9 \ - size 3712855 +checksums sha256 4d455a9a9a0d23231b22c7595ee343989a5f6ee50b5eb05aa663b92352bb51e8 \ + rmd160 c0e219aee3a62a8d0fd25c2f96a5a5851437963d \ + size 3867163 -set py_ver 3.11 +set py_ver 3.12 set py_ver_nodot [string map {. {}} ${py_ver}] compiler.cxx_standard 2017 @@ -29,7 +29,7 @@ compiler.cxx_standard 2017 # Need to use MacPorts libc++ on macOS 10.14 Mojave and older, because # Apple Clang only added support for the C++17 library # starting in Xcode 11 (clang-1100) for macOS 10.15+. -# +# # References: # * https://stackoverflow.com/a/55353263 # * https://developer.apple.com/documentation/xcode-release-notes/xcode-11-release-notes @@ -45,9 +45,16 @@ legacysupport.use_mp_libcxx yes # https://github.com/KhronosGroup/glslang/pull/3371 patchfiles-append create-pkgconfig-file.diff +depends_lib-append port:spirv-tools +depends_lib-append port:python${py_ver_nodot} + depends_build-append port:python${py_ver_nodot} + configure.python ${prefix}/bin/python${py_ver} -configure.args-append -DPYTHON_EXECUTABLE:FILEPATH=${configure.python} + +# there is no such option in CMakeLists.txt, cmake discovers and uses right python +#configure.args-append -DPYTHON_EXECUTABLE:FILEPATH=${configure.python} configure.args-append -DBUILD_SHARED_LIBS=ON \ - -DENABLE_GLSLANG_INSTALL=ON + -DGLSLANG_ENABLE_INSTALL=ON \ + -DALLOW_EXTERNAL_SPIRV_TOOLS=ON diff --git a/graphics/glslang/files/create-pkgconfig-file.diff b/graphics/glslang/files/create-pkgconfig-file.diff index 1979079a910e6..4b97cb26c76be 100644 --- a/graphics/glslang/files/create-pkgconfig-file.diff +++ b/graphics/glslang/files/create-pkgconfig-file.diff @@ -1,6 +1,17 @@ ---- CMakeLists.txt.orig 2023-08-23 19:24:25.000000000 -0400 -+++ CMakeLists.txt 2023-10-13 18:07:29.000000000 -0400 -@@ -361,4 +361,34 @@ +--- CMakeLists.txt.orig 2024-09-26 01:10:44.000000000 +0200 ++++ CMakeLists.txt 2024-10-17 09:21:40.000000000 +0200 +@@ -300,6 +300,10 @@ + message(WARNING "ENABLE_OPT set but SPIR-V tools not found! Disabling SPIR-V optimization.") + endif() + set(ENABLE_OPT OFF) ++ else() ++ message(STATUS "XDEBUG Using external SPIRV-Tools") ++ message(STATUS "XDEBUG\n ENABLE_OPT=${ENABLE_OPT}\n ENABLE_HLSL=${ENABLE_HLSL}\n ENABLE_SPIRV=${ENABLE_SPIRV} ++ ENABLE_GLSLANG_BINARIES=${ENABLE_GLSLANG_BINARIES}\n GLSLANG_TESTS=${GLSLANG_TESTS}\n PROJECT_IS_TOP_LEVEL=${PROJECT_IS_TOP_LEVEL}") + endif() + else() + if(ENABLE_OPT) +@@ -397,4 +401,34 @@ DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}" ) @@ -16,7 +27,7 @@ +prefix="@CMAKE_INSTALL_PREFIX@" +exec_prefix="${prefix}" +libdir="${prefix}/lib" -+includedir="${prefix}/include" ++includedir="${prefix}/@CMAKE_INSTALL_INCLUDEDIR@" + +Name: @PROJECT_NAME@ +Description: official reference compiler front end for the OpenGL ES and OpenGL shading languages @@ -34,4 +45,4 @@ + DESTINATION + "${CMAKE_INSTALL_LIBDIR}/pkgconfig" + ) - endif() + endif(GLSLANG_ENABLE_INSTALL) From 3768ad2fccc3758c6d442d4a4d8247ba9d74cba4 Mon Sep 17 00:00:00 2001 From: christophecvr Date: Fri, 18 Oct 2024 20:29:56 +0200 Subject: [PATCH 145/446] shaderc: New Port. Adds glslc binary Closes: https://trac.macports.org/ticket/71081 --- graphics/shaderc/Portfile | 83 ++++++++ .../files/use-installed-spirv-tools.patch | 192 ++++++++++++++++++ 2 files changed, 275 insertions(+) create mode 100644 graphics/shaderc/Portfile create mode 100644 graphics/shaderc/files/use-installed-spirv-tools.patch diff --git a/graphics/shaderc/Portfile b/graphics/shaderc/Portfile new file mode 100644 index 0000000000000..39735840c4563 --- /dev/null +++ b/graphics/shaderc/Portfile @@ -0,0 +1,83 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 + +PortSystem 1.0 +PortGroup github 1.0 +PortGroup cmake 1.1 +PortGroup legacysupport 1.1 + +version v2024.3 +revision 0 +github.setup google shaderc ${version} + +categories graphics devel +license Apache Version-2.0 +maintainers {christophecvr @christophecvr} openmaintainer + +description A collection of tools, libraries and tests for shader compilation. +long_description At the moment it includes: \ + glslc, a command line compiler for GLSL/HLSL to SPIR-V, and \ + libshaderc, a library API for accessing glslc functionality. +homepage https://github.com/google/shaderc + +checksums shaderc-v2024.3.tar.gz \ + rmd160 28cc1e3a47f74c37897ea49e632273dccc722617 \ + sha256 e8fe28d01b7f9100118bc99f7421a1022d5bed3280c8ce50644d8462da649581 \ + size 227486 \ + glslang-467ce01c71e38cf01814c48987a5c0dadd914df4.tar.gz \ + rmd160 7e5baff3f43db294a222d1c57f85ed10c99e8bcb \ + sha256 390764c4df4e17c7831af747e58ceac80945f1750238b623ffaaa73538ccac4c \ + size 3871722 + +set py_ver 3.12 +set py_ver_nodot [string map {. {}} ${py_ver}] + +compiler.cxx_standard 2017 + +# Need to use MacPorts libc++ on macOS 10.14 Mojave and older, because +# Apple Clang only added support for the C++17 library +# starting in Xcode 11 (clang-1100) for macOS 10.15+. +# References: +# * https://stackoverflow.com/a/55353263 +# * https://developer.apple.com/documentation/xcode-release-notes/xcode-11-release-notes +legacysupport.newest_darwin_requires_legacy 18 +legacysupport.use_mp_libcxx yes + +# Patching source to use Already installed SPIRV-Tools. +patchfiles use-installed-spirv-tools.patch + +depends_build-append port:spirv-headers \ + port:asciidoctor \ + path:bin/pkg-config:pkgconfig + +depends_lib-append port:glslang \ + port:spirv-tools + + +depends_build-append port:python${py_ver_nodot} +configure.python ${prefix}/bin/python${py_ver} +configure.args-append -DPYTHON_EXECUTABLE:FILEPATH=${configure.python} + +# Only glslang is build to build shaderc glslang is not installed. +# Using installed SPIRV-Tools. +set submodules { + KhronosGroup glslang 467ce01c71e38cf01814c48987a5c0dadd914df4 third_party/glslang +} + +foreach {sub_author sub_project sub_commit sub_dest} ${submodules} { + master_sites-append https://github.com/${sub_author}/${sub_project}/archive/${sub_commit}.tar.gz?dummy=:${sub_project} + distfiles-append ${sub_project}-${sub_commit}.tar.gz:${sub_project} +} + +# FIXME : main module not extracted in worksrcpath with multiple download sources. +# Move extracted main module to worksrcpath +# Move submodules to cmakes expected location in worksrcpath +post-extract { + move ${workpath}/google-shaderc-7223dc3 ${worksrcpath} + foreach {sub_author sub_project sub_commit sub_dest} ${submodules} { + move ${workpath}/${sub_project}-${sub_commit} ${worksrcpath}/${sub_dest} + } +} + +configure.args-append -DSHADERC_ENABLE_WERROR_COMPILE=OFF \ + -DSHADERC_SKIP_TESTS=ON \ + -DUSE_EXTERNAL_SPIRV_TOOLS=ON diff --git a/graphics/shaderc/files/use-installed-spirv-tools.patch b/graphics/shaderc/files/use-installed-spirv-tools.patch new file mode 100644 index 0000000000000..a6757ec0f10f6 --- /dev/null +++ b/graphics/shaderc/files/use-installed-spirv-tools.patch @@ -0,0 +1,192 @@ +--- CMakeLists.txt.orig 2024-09-23 23:32:56.000000000 +0200 ++++ CMakeLists.txt 2024-10-16 11:35:35.000000000 +0200 +@@ -31,6 +31,12 @@ + set(SHADERC_ENABLE_INSTALL ON) + endif() + ++option(USE_EXTERNAL_SPIRV_TOOLS "Use external installed SPIRV-TOOLS" OFF) ++if(USE_EXTERNAL_SPIRV_TOOLS) ++ set (ALLOW_EXTERNAL_SPIRV_TOOLS ON) ++ message(STATUS "USING EXTERNAL INSTALLED SPIRV-Tools") ++endif() ++ + option(SHADERC_SKIP_TESTS "Skip building tests" ${SHADERC_SKIP_TESTS}) + if(NOT ${SHADERC_SKIP_TESTS}) + set(SHADERC_ENABLE_TESTS ON) +@@ -129,11 +135,13 @@ + add_subdirectory(examples) + endif() + +-add_custom_target(build-version +- ${Python_EXECUTABLE} +- ${CMAKE_CURRENT_SOURCE_DIR}/utils/update_build_version.py +- ${shaderc_SOURCE_DIR} ${spirv-tools_SOURCE_DIR} ${glslang_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}/build-version.inc +- COMMENT "Update build-version.inc in the Shaderc build directory (if necessary).") ++if(NOT USE_EXTERNAL_SPIRV_TOOLS) ++ add_custom_target(build-version ++ ${Python_EXECUTABLE} ++ ${CMAKE_CURRENT_SOURCE_DIR}/utils/update_build_version.py ++ ${shaderc_SOURCE_DIR} ${spirv-tools_SOURCE_DIR} ${glslang_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}/build-version.inc ++ COMMENT "Update build-version.inc in the Shaderc build directory (if necessary).") ++endif() + + function(define_pkg_config_file NAME LIBS) + add_custom_target(${NAME}-pkg-config ALL +--- third_party/CMakeLists.txt.orig 2024-09-23 23:32:56.000000000 +0200 ++++ third_party/CMakeLists.txt 2024-10-16 11:38:56.000000000 +0200 +@@ -24,6 +24,13 @@ + set( SKIP_SPIRV_TOOLS_INSTALL ${SHADERC_SKIP_INSTALL} ) + set( SKIP_GOOGLETEST_INSTALL ${SHADERC_SKIP_INSTALL} ) + ++set( SKIP_GLSLANG_INSTALL ${ALLOW_EXTERNAL_SPIRV_TOOLS} ) ++set( SKIP_SPIRV_TOOLS_INSTALL ${ALLOW_EXTERNAL_SPIRV_TOOLS} ) ++set( SKIP_GOOGLETEST_INSTALL ${ALLOW_EXTERNAL_SPIRV_TOOLS} ) ++if (ALLOW_EXTERNAL_SPIRV_TOOLS) ++ set( INSTALL_GTEST OFF) ++endif() ++ + # Configure third party projects. + if(${SHADERC_ENABLE_TESTS}) + if (IS_DIRECTORY ${SHADERC_GOOGLE_TEST_DIR}) +@@ -43,51 +50,67 @@ + add_subdirectory(${SHADERC_SPIRV_HEADERS_DIR} spirv-headers) + endif() + +-if (NOT TARGET SPIRV-Tools) +- # Check SPIRV-Tools before glslang so that it is linked into glslang. +- # we control optimizations via glslang API calls directly. +- if (IS_DIRECTORY ${SHADERC_SPIRV_TOOLS_DIR}) +- if ("${SHADERC_SKIP_TESTS}") +- # Also skip building tests in SPIRV-Tools. ++if (ALLOW_EXTERNAL_SPIRV_TOOLS) ++ if (NOT TARGET SPIRV-Tools) ++ # Look for external SPIR-V Tools build, if not stop build with error ++ message(STATUS "Trying to find local SPIR-V tools") ++ find_package(SPIRV-Tools-opt) ++ if(NOT TARGET SPIRV-Tools-opt) ++ message(FATAL_ERROR "Requested to use external installed SPIRV-Tools but they are NOT FOUND") ++ else() ++ message(STATUS "External SPIRV-Tools Found") + set(SPIRV_SKIP_TESTS ON CACHE BOOL "Skip building SPIRV-Tools tests") +- elseif(NOT "${SPIRV_SKIP_TESTS}") +- # SPIRV-Tools requires effcee, re2, and abseil to build tests. +- # re2 depends on abseil, so abseil must be added first. +- set(ABSL_INTERNAL_AT_LEAST_CXX17 ON) +- set(ABSL_PROPAGATE_CXX_STD ON) +- set(ABSL_ENABLE_INSTALL ON) +- add_subdirectory(${SHADERC_ABSL_DIR} absl EXCLUDE_FROM_ALL) +- +- # re2 tests take a long time and do not add much value, since re2 is a +- # dependency of a dependency, so not running them. +- set(RE2_BUILD_TESTING OFF CACHE STRING "Run RE2 Tests") +- add_subdirectory(${SHADERC_RE2_DIR} re2) +- add_subdirectory(${SHADERC_EFFCEE_DIR} effcee) + endif() +- add_subdirectory(${SHADERC_SPIRV_TOOLS_DIR} spirv-tools) +- if (NOT "${SPIRV_SKIP_TESTS}") +- if (MSVC) +- if (${MSVC_VERSION} LESS 1920) +- # VS 2017 requires /bigobj on test_opt +- # https://github.com/google/shaderc/issues/1345 +- # https://github.com/KhronosGroup/SPIRV-Tools/issues/5335 +- target_compile_options(test_opt PRIVATE /bigobj) ++ endif() ++else() ++ if (NOT TARGET SPIRV-Tools) ++ # Check SPIRV-Tools before glslang so that it is linked into glslang. ++ # we control optimizations via glslang API calls directly. ++ if (IS_DIRECTORY ${SHADERC_SPIRV_TOOLS_DIR}) ++ if ("${SHADERC_SKIP_TESTS}") ++ # Also skip building tests in SPIRV-Tools. ++ set(SPIRV_SKIP_TESTS ON CACHE BOOL "Skip building SPIRV-Tools tests") ++ elseif(NOT "${SPIRV_SKIP_TESTS}") ++ # SPIRV-Tools requires effcee, re2, and abseil to build tests. ++ # re2 depends on abseil, so abseil must be added first. ++ set(ABSL_INTERNAL_AT_LEAST_CXX17 ON) ++ set(ABSL_PROPAGATE_CXX_STD ON) ++ set(ABSL_ENABLE_INSTALL ON) ++ add_subdirectory(${SHADERC_ABSL_DIR} absl EXCLUDE_FROM_ALL) ++ ++ # re2 tests take a long time and do not add much value, since re2 is a ++ # dependency of a dependency, so not running them. ++ set(RE2_BUILD_TESTING OFF CACHE STRING "Run RE2 Tests") ++ add_subdirectory(${SHADERC_RE2_DIR} re2) ++ add_subdirectory(${SHADERC_EFFCEE_DIR} effcee) ++ endif() ++ add_subdirectory(${SHADERC_SPIRV_TOOLS_DIR} spirv-tools) ++ if (NOT "${SPIRV_SKIP_TESTS}") ++ if (MSVC) ++ if (${MSVC_VERSION} LESS 1920) ++ # VS 2017 requires /bigobj on test_opt ++ # https://github.com/google/shaderc/issues/1345 ++ # https://github.com/KhronosGroup/SPIRV-Tools/issues/5335 ++ target_compile_options(test_opt PRIVATE /bigobj) ++ endif() + endif() + endif() + endif() +- endif() +- if (NOT TARGET SPIRV-Tools) +- message(FATAL_ERROR "SPIRV-Tools was not found - required for compilation") ++ if (NOT TARGET SPIRV-Tools) ++ message(FATAL_ERROR "SPIRV-Tools was not found - required for compilation") ++ endif() + endif() + endif() + + if (NOT TARGET glslang) + if (IS_DIRECTORY ${SHADERC_GLSLANG_DIR}) +- if (SHADERC_ENABLE_TESTS) +- # Glslang tests are off by default. Turn them on if testing Shaderc. +- set(GLSLANG_TESTS ON) ++ if(NOT ALLOW_EXTERNAL_SPIRV_TOOLS) ++ if (SHADERC_ENABLE_TESTS) ++ # Glslang tests are off by default. Turn them on if testing Shaderc. ++ set(GLSLANG_TESTS ON) ++ endif() ++ set(GLSLANG_ENABLE_INSTALL $) + endif() +- set(GLSLANG_ENABLE_INSTALL $) + add_subdirectory(${SHADERC_GLSLANG_DIR} glslang) + endif() + if (NOT TARGET glslang) +--- glslc/CMakeLists.txt.orig 2024-09-23 23:32:56.000000000 +0200 ++++ glslc/CMakeLists.txt 2024-10-16 11:06:19.000000000 +0200 +@@ -53,7 +53,11 @@ + target_include_directories(glslc_exe PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/.. ${spirv-tools_SOURCE_DIR}/include) + set_target_properties(glslc_exe PROPERTIES OUTPUT_NAME glslc) + target_link_libraries(glslc_exe PRIVATE glslc shaderc_util shaderc) +-add_dependencies(glslc_exe build-version) ++if(USE_EXTERNAL_SPIRV_TOOLS) ++ target_compile_definitions(glslc PUBLIC USE_EXTERNAL_SPIRV_TOOLS) ++else() ++ add_dependencies(glslc_exe build-version) ++endif() + + shaderc_add_tests( + TEST_PREFIX glslc +--- glslc/src/main.cc.orig 2024-09-23 23:32:56.000000000 +0200 ++++ glslc/src/main.cc 2024-10-16 11:39:57.000000000 +0200 +@@ -204,10 +204,11 @@ + return true; + } + ++#ifndef USE_EXTERNAL_SPIRV_TOOLS + const char kBuildVersion[] = + #include "build-version.inc" + ; +- ++#endif + // Gets an optional stage name followed by required offset argument. Returns + // false and emits a message to *errs if any errors occur. After calling this + // function, *index will be the index of the last command line argument +@@ -293,7 +294,9 @@ + #undef RESOURCE + return 0; + } else if (arg == "--version") { ++#ifndef USE_EXTERNAL_SPIRV_TOOLS + std::cout << kBuildVersion << std::endl; ++#endif + std::cout << "Target: " << spvTargetEnvDescription(SPV_ENV_UNIVERSAL_1_0) + << std::endl; + return 0; From 583062b528785792428af5780df9f00c458807a9 Mon Sep 17 00:00:00 2001 From: christophecvr Date: Fri, 18 Oct 2024 20:34:10 +0200 Subject: [PATCH 146/446] vulkan-: update to 1.3.296.0 See: https://trac.macports.org/ticket/71081 Set used python to version 3.12 Fixed some build problems very long hang during configure off: port:vulkan-loader --- graphics/vulkan-headers/Portfile | 8 +++---- graphics/vulkan-loader/Portfile | 21 ++++++++++++------- .../files/vulkan-headers-find.patch | 11 ++++++++++ graphics/vulkan-tools/Portfile | 14 ++++++++----- graphics/vulkan-utility-libraries/Portfile | 10 +++++---- graphics/vulkan-validationlayers/Portfile | 8 +++---- graphics/vulkan-volk/Portfile | 13 +++++++----- 7 files changed, 55 insertions(+), 30 deletions(-) create mode 100644 graphics/vulkan-loader/files/vulkan-headers-find.patch diff --git a/graphics/vulkan-headers/Portfile b/graphics/vulkan-headers/Portfile index 78c685a72303d..66a42d05c9b33 100644 --- a/graphics/vulkan-headers/Portfile +++ b/graphics/vulkan-headers/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup cmake 1.1 -github.setup KhronosGroup Vulkan-Headers 1.3.280.0 vulkan-sdk- +github.setup KhronosGroup Vulkan-Headers 1.3.296.0 vulkan-sdk- github.tarball_from archive name vulkan-headers revision 0 @@ -20,9 +20,9 @@ long_description Development header files for the Vulkan graphics API. See Mo Vulkan-Loader for related ports. homepage https://vulkan.lunarg.com -checksums sha256 14caa991988be6451755ad1c81df112f4b6f2bea05f0cf2888a52d4d0f0910f6 \ - rmd160 c286674bf033b88e1b13195b3aa579b6fdb44287 \ - size 2264882 +checksums sha256 1e872a0be3890784bbe68dcd89b7e017fed77ba95820841848718c98bda6dc33 \ + rmd160 fac1c92a993d392088b7d0166db241fdb8cfdd50 \ + size 2358781 set py_ver 3.12 set py_ver_nodot [string map {. {}} ${py_ver}] diff --git a/graphics/vulkan-loader/Portfile b/graphics/vulkan-loader/Portfile index fbfc167318c86..c12fce10c4e1e 100644 --- a/graphics/vulkan-loader/Portfile +++ b/graphics/vulkan-loader/Portfile @@ -2,9 +2,9 @@ PortSystem 1.0 PortGroup github 1.0 -PortGroup cmake 1.0 +PortGroup cmake 1.1 -github.setup KhronosGroup Vulkan-Loader 1.3.280.0 vulkan-sdk- +github.setup KhronosGroup Vulkan-Loader 1.3.296.0 vulkan-sdk- github.tarball_from archive name vulkan-loader revision 0 @@ -25,20 +25,25 @@ set py_ver_nodot [string map {. {}} ${py_ver}] depends_build-append \ port:MoltenVK \ port:python${py_ver_nodot} \ - port:vulkan-headers + port:vulkan-headers \ + path:bin/pkg-config:pkgconfig -checksums sha256 f9317667a180257381dcbc74726083af581189f51e10e0246adaa86df075fe16 \ - rmd160 202f0dc0ad38e9d2b02f9ac821319281c5f53077 \ - size 1702731 +checksums sha256 924b439421c30513f59dfd360cb1309639c1522de28608eb64c9d79581e44c72 \ + rmd160 a456ca25c2d1724684343e77aa224b76d76631b5 \ + size 1719284 +# looked into /opt/local/include instead of the vulkan-headers include paths. +# Corrected use off file(GLOB_RECURSE ...) . +patchfiles vulkan-headers-find.patch configure.args-append \ -DPython_ADDITIONAL_VERSIONS=${py_ver} \ - -DFALLBACK_DATA_DIRS=${prefix}/share:/usr/local/share:/usr/share + -DFALLBACK_DATA_DIRS=${prefix}/share:/usr/local/share:/usr/share \ + -DCMAKE_INSTALL_PREFIX=${prefix} variant manifest description {Install default MoltenVK ICD Manifest} {} post-destroot { - copy ${worksrcpath}/loader/vulkan.framework ${destroot}${frameworks_dir}/vulkan.framework + copy ${workpath}/build/loader/vulkan.framework ${destroot}${frameworks_dir}/vulkan.framework delete ${destroot}${prefix}/loader if {[variant_isset manifest]} { diff --git a/graphics/vulkan-loader/files/vulkan-headers-find.patch b/graphics/vulkan-loader/files/vulkan-headers-find.patch new file mode 100644 index 0000000000000..58d8cf2b65e56 --- /dev/null +++ b/graphics/vulkan-loader/files/vulkan-headers-find.patch @@ -0,0 +1,11 @@ +--- loader/CMakeLists.txt.orig 2024-09-26 18:18:20.000000000 +0200 ++++ loader/CMakeLists.txt 2024-10-18 18:03:45.000000000 +0200 +@@ -459,7 +459,7 @@ + # Use GLOB_RECURSE to find all the header files and populate the vulkan.framework headers with them + # Use CONFIGURE_DEPENDS to ensure that if the header files are updated, this list is also updated + get_target_property(VulkanHeaders_INCLUDE_DIRS Vulkan::Headers INTERFACE_INCLUDE_DIRECTORIES) +- file(GLOB_RECURSE CONFIGURE_DEPENDS FRAMEWORK_HEADERS ${VulkanHeaders_INCLUDE_DIRS}) ++ file(GLOB_RECURSE FRAMEWORK_HEADERS CONFIGURE_DEPENDS ${VulkanHeaders_INCLUDE_DIRS}/vulkan/* ${VulkanHeaders_INCLUDE_DIRS}/vk_video/*) + + add_library(vulkan-framework SHARED) + target_sources(vulkan-framework PRIVATE ${NORMAL_LOADER_SRCS} ${FRAMEWORK_HEADERS}) diff --git a/graphics/vulkan-tools/Portfile b/graphics/vulkan-tools/Portfile index 1c68a14940e69..9128e164a126b 100644 --- a/graphics/vulkan-tools/Portfile +++ b/graphics/vulkan-tools/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup cmake 1.1 -github.setup KhronosGroup Vulkan-Tools 1.3.280.0 vulkan-sdk- +github.setup KhronosGroup Vulkan-Tools 1.3.296.0 vulkan-sdk- github.tarball_from archive name vulkan-tools revision 0 @@ -17,12 +17,16 @@ description Vulkan tools long_description Provides vulkaninfo command for checking Vulkan installation configuration status homepage https://vulkan.lunarg.com -depends_build-append port:vulkan-headers port:vulkan-volk +depends_build-append port:vulkan-headers \ + port:vulkan-volk \ + path:bin/glslang:glslang \ + path:bin/glslc:shaderc + depends_lib-append port:vulkan-loader -checksums sha256 19af20602fb6aa2a9a979eb2b653362d1b009c9e9c804a496071ec4d78cd5ede \ - rmd160 63e303b11c3c02be170911852e6124ec70d3b119 \ - size 758884 +checksums sha256 6f90bff4a908688cb6baf076933613a8ee8589e21c7dc3c3ba843afbd7dd84e3 \ + rmd160 fe0f0ac75839ba9424224ca77452e6ff333db4d7 \ + size 757355 set py_ver 3.12 set py_ver_nodot [string map {. {}} ${py_ver}] diff --git a/graphics/vulkan-utility-libraries/Portfile b/graphics/vulkan-utility-libraries/Portfile index cd33da7439f07..df6f560a1f5e0 100644 --- a/graphics/vulkan-utility-libraries/Portfile +++ b/graphics/vulkan-utility-libraries/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup cmake 1.1 -github.setup KhronosGroup Vulkan-Utility-Libraries 1.3.280.0 vulkan-sdk- +github.setup KhronosGroup Vulkan-Utility-Libraries 1.3.296.0 vulkan-sdk- github.tarball_from archive name vulkan-utility-libraries revision 0 @@ -19,9 +19,11 @@ description Utility libraries for Vulkan developers long_description {*}${description} homepage https://vulkan.lunarg.com -checksums sha256 075e13f2fdeeca3bb6fb39155c8cc345cf216ab93661549b1a33368aa28a9dea \ - rmd160 de8a53656da4a119caf049fe7d73b25ae10aa34f \ - size 168224 +checksums sha256 d9f15c444b0cc596a9c49ffef8e67336ec08a793f7afd7ebb64aec9f6c218423 \ + rmd160 3cf0deac2d99083a20c7a1630958eea12a69ae29 \ + size 556437 + +depends_build-append port:vulkan-headers set py_ver 3.12 set py_ver_nodot [string map {. {}} ${py_ver}] diff --git a/graphics/vulkan-validationlayers/Portfile b/graphics/vulkan-validationlayers/Portfile index 87f753ba51e49..7658ec69a72cd 100644 --- a/graphics/vulkan-validationlayers/Portfile +++ b/graphics/vulkan-validationlayers/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup cmake 1.1 -github.setup KhronosGroup Vulkan-ValidationLayers 1.3.280.0 vulkan-sdk- +github.setup KhronosGroup Vulkan-ValidationLayers 1.3.296.0 vulkan-sdk- github.tarball_from archive name vulkan-validationlayers revision 0 @@ -20,9 +20,9 @@ long_description \ use of the Vulkan API homepage https://vulkan.lunarg.com -checksums sha256 266a20822397d02422f77183ec383278fee2e679ca44aeb916638c5409ddcebf \ - rmd160 d013161aa8ed12686818d6c1b063fb4cb80bb93d \ - size 5465068 +checksums sha256 dea290d614c71eeb512452dff1555f907a405a5a21baefcf41b5548d5d0fe157 \ + rmd160 4c1ac070a2e928bf8cf3ae3fd8bd6758088194f3 \ + size 5529046 depends_build-append \ port:spirv-headers \ diff --git a/graphics/vulkan-volk/Portfile b/graphics/vulkan-volk/Portfile index 132ca0b5788f9..1883af2824f81 100644 --- a/graphics/vulkan-volk/Portfile +++ b/graphics/vulkan-volk/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup cmake 1.1 -github.setup zeux volk 1.3.280.0 vulkan-sdk- +github.setup zeux volk 1.3.296.0 vulkan-sdk- github.tarball_from archive name vulkan-volk revision 0 @@ -24,16 +24,19 @@ long_description \ Finally, volk enables loading Vulkan entrypoints directly from the driver\ which can increase performance by skipping loader dispatch overhead. -checksums sha256 af9c98d09284eef29f6826bb1620bfe551a91a864fce707416b83c255efe3c25 \ - rmd160 cedd24e7cb9f014185d349d012c99a4a4febee86 \ - size 62436 +checksums sha256 8ffd0e81e29688f4abaa39e598937160b098228f37503903b10d481d4862ab85 \ + rmd160 b98d0a457e74397357e0d9f53ba7edca6ccd60da \ + size 63986 set py_ver 3.12 set py_ver_nodot [string map {. {}} ${py_ver}] foreach stage {configure build destroot test} { ${stage}.env-append PATH=${frameworks_dir}/Python.framework/Versions/${py_ver}/bin:$env(PATH) } -depends_build-append port:python${py_ver_nodot} port:vulkan-headers +depends_build-append port:python${py_ver_nodot} \ + port:vulkan-headers \ + path:bin/glslang:glslang \ + path:bin/glslc:shaderc configure.args-append \ -DVOLK_INSTALL=ON \ From a287435293cc13a910fe7bcc6731ee97b74ead54 Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Fri, 18 Oct 2024 14:46:43 -0700 Subject: [PATCH 147/446] p5-business-isbn-data: update to version 20241017.001 --- perl/p5-business-isbn-data/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/perl/p5-business-isbn-data/Portfile b/perl/p5-business-isbn-data/Portfile index 544726b6c73a2..512dbfb3a4d8c 100644 --- a/perl/p5-business-isbn-data/Portfile +++ b/perl/p5-business-isbn-data/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 -perl5.setup Business-ISBN-Data 20241014.001 ../../authors/id/B/BR/BRIANDFOY +perl5.setup Business-ISBN-Data 20241017.001 ../../authors/id/B/BR/BRIANDFOY revision 0 license Artistic-2 maintainers nomaintainer @@ -14,6 +14,6 @@ long_description {*}${description} platforms {darwin any} supported_archs noarch -checksums rmd160 6b3cff6643c53b396ff89683a2badf62592ef031 \ - sha256 763d9cf470ea3f9f82a83dc4014ab9b2aaf59274e0abf7006353a14bd39b4540 \ - size 35276 +checksums rmd160 49808da1170e9131cbb4756d581892543c32b4f3 \ + sha256 9f1f0a31d90f4236ba5df7d02d6225d069014cfb014426c16084411fc416f7a9 \ + size 35327 From 83ab52227cc7d2da96737155cbd24e1a10c1dec2 Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Fri, 18 Oct 2024 14:57:15 -0700 Subject: [PATCH 148/446] p5-digest-hmac: update to version 1.05 --- perl/p5-digest-hmac/Portfile | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/perl/p5-digest-hmac/Portfile b/perl/p5-digest-hmac/Portfile index d2262308c895a..7bbcfb4e22022 100644 --- a/perl/p5-digest-hmac/Portfile +++ b/perl/p5-digest-hmac/Portfile @@ -4,24 +4,19 @@ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 -perl5.setup Digest-HMAC 1.04 +perl5.setup Digest-HMAC 1.05 license {Artistic-1 GPL} maintainers nomaintainer -description Keyed-Hashing for Message Authentication -long_description HMAC is used for message integrity checks between \ - two parties that share a secret key, and works in \ - combination with some other Digest algorithm, \ - usually MD5 or SHA-1. The HMAC mechanism is \ - described in RFC 2104. +description Digest::HMAC - Keyed-Hashing for Message Authentication +long_description {*}${description} platforms {darwin any} - -checksums rmd160 f6afeaa4abddec8802f74c7415d0f18c0e2e802b \ - sha256 d6bc8156aa275c44d794b7c18f44cdac4a58140245c959e6b19b2c3838b08ed4 \ - size 14279 - supported_archs noarch +checksums rmd160 8372fa5605eeb1ffb5f0aafd7e9b2db30d5c15fe \ + sha256 215cb59cba610745cfb2d4b3f8ef756d590e57e3ad7986a992e87c4969fcdc7a \ + size 14975 + if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-digest-sha1 From 5a20416df27c57f2be42cf9104f60b70f25d7740 Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Fri, 18 Oct 2024 15:06:21 -0700 Subject: [PATCH 149/446] p5-scalar-list-utils: update to version 1.68 --- perl/p5-scalar-list-utils/Portfile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/perl/p5-scalar-list-utils/Portfile b/perl/p5-scalar-list-utils/Portfile index 5263db27df08e..01dfaf8732faa 100644 --- a/perl/p5-scalar-list-utils/Portfile +++ b/perl/p5-scalar-list-utils/Portfile @@ -4,15 +4,13 @@ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 -perl5.setup Scalar-List-Utils 1.66 +perl5.setup Scalar-List-Utils 1.68 revision 0 license {Artistic-1 GPL} maintainers nomaintainer -description Perl subroutines that would be nice to have in perl core +description Scalar::List::Utils - A distribution of general-utility subroutines long_description {*}${description} -homepage https://metacpan.org/release/${perl5.module} - -checksums rmd160 5e3d13eb8181316ce3d87c24e1f73b51cf0ec7a0 \ - sha256 9bf113e682b43fa93c8803e43e96afce5f81ea4027912d0d9acdc9b591b05370 \ - size 181003 +checksums rmd160 bda7e1f9b73b5b59f93b5ec2ca0deab52eb6cc24 \ + sha256 23317e4346fe8747f0167eccd1881d6369aa71023f014cd6f846988843295906 \ + size 181532 From 95e677ce1630517d0a66490b157cad51a1f7494b Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Fri, 18 Oct 2024 15:38:01 -0700 Subject: [PATCH 150/446] p5-html-form: update to version 6.12 --- perl/p5-html-form/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/perl/p5-html-form/Portfile b/perl/p5-html-form/Portfile index ae93c1dac4d81..7a79ddc268e14 100644 --- a/perl/p5-html-form/Portfile +++ b/perl/p5-html-form/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 -perl5.setup HTML-Form 6.11 ../../authors/id/S/SI/SIMBABQUE +perl5.setup HTML-Form 6.12 revision 0 license {Artistic-1 GPL} maintainers nomaintainer @@ -14,9 +14,9 @@ long_description {*}${description} platforms {darwin any} supported_archs noarch -checksums rmd160 0ebd572057dcc8f8391f0a9e6b66357a6da96672 \ - sha256 43bfaa7087393487d2d51261a1aa7f6f81a97b1d8fef7a48fcf6ef32b16d6454 \ - size 44901 +checksums rmd160 8f60571a99bb25d33474740077a8ffa748fa59d2 \ + sha256 2ced87d0878afa007d22c41927f0e8da63844608f20881f645f364dc32cdce6f \ + size 46965 if {${perl5.major} != ""} { depends_build-append \ From 1b44e83bd450752ff281411502c985f7c5f9782c Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Fri, 18 Oct 2024 15:42:57 -0700 Subject: [PATCH 151/446] p5-moox-strictconstructor: update to version 0.013, dependencies --- perl/p5-moox-strictconstructor/Portfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/perl/p5-moox-strictconstructor/Portfile b/perl/p5-moox-strictconstructor/Portfile index f4e5da8f42b00..30a3d1802445b 100644 --- a/perl/p5-moox-strictconstructor/Portfile +++ b/perl/p5-moox-strictconstructor/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 -perl5.setup MooX-StrictConstructor 0.012 +perl5.setup MooX-StrictConstructor 0.013 revision 0 license {Artistic-1 GPL} maintainers nomaintainer @@ -14,9 +14,9 @@ long_description {*}${description} platforms {darwin any} supported_archs noarch -checksums rmd160 41876827160d0693606e4b072b840aa3e0bd21c4 \ - sha256 1cc622cdd9d50cb70e5dea2f0cc8aef6ca69748ab52deb25687d276c05a3e4d0 \ - size 20828 +checksums rmd160 e10ef9da2479e77e8e37420a06098c39833af85a \ + sha256 b956a4a0fef3e48837a573b89d99dfb399fff89012ca77e7d80d7d76f04b4e9b \ + size 21523 if {${perl5.major} != ""} { depends_build-append \ @@ -24,6 +24,5 @@ if {${perl5.major} != ""} { port:p${perl5.major}-test-simple depends_lib-append \ - port:p${perl5.major}-class-method-modifiers \ port:p${perl5.major}-moo } From f93e2119703d5437c39dfda27bf76774db0a8236 Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Fri, 18 Oct 2024 15:56:06 -0700 Subject: [PATCH 152/446] p5-xs-parse-sublike: update to version 0.30 --- perl/p5-xs-parse-sublike/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/perl/p5-xs-parse-sublike/Portfile b/perl/p5-xs-parse-sublike/Portfile index 45d5d28fd77a1..b02f342a33d67 100644 --- a/perl/p5-xs-parse-sublike/Portfile +++ b/perl/p5-xs-parse-sublike/Portfile @@ -4,16 +4,16 @@ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 -perl5.setup XS-Parse-Sublike 0.29 ../../authors/id/P/PE/PEVANS +perl5.setup XS-Parse-Sublike 0.30 ../../authors/id/P/PE/PEVANS revision 0 license {Artistic-1 GPL} maintainers {devans @dbevans} openmaintainer description XS::Parse::Sublike - XS functions to assist in parsing sub-like syntax long_description {*}${description} -checksums rmd160 7cb6efeecb9be0bb0b20ab460139d45b8d4d941b \ - sha256 5275f5c38e7b8057ba72ecd1cc07293b6e9339a773740e75a6c7be95201f1e3c \ - size 66957 +checksums rmd160 fa2019a4082ea74cd157922a9f5716682ec6689b \ + sha256 7d2e9f536507aa7227a4fc5ae03acb81be15957d3a0eb9ee39e4934b10a753ba \ + size 67272 if {${perl5.major} != ""} { depends_build-append \ From cc3d5de20956878e23428a02f28d155daafd3deb Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Sat, 19 Oct 2024 01:51:00 +0200 Subject: [PATCH 153/446] openjdk21-temurin: update to 21.0.5 (#26213) --- java/openjdk21-temurin/Portfile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/java/openjdk21-temurin/Portfile b/java/openjdk21-temurin/Portfile index fe045ca112cee..45423155bd2e6 100644 --- a/java/openjdk21-temurin/Portfile +++ b/java/openjdk21-temurin/Portfile @@ -20,8 +20,8 @@ universal_variant no # https://adoptium.net/temurin/releases/ supported_archs x86_64 arm64 -version ${feature}.0.4 -set build 7 +version ${feature}.0.5 +set build 11 revision 0 description Eclipse Temurin, based on OpenJDK ${feature} @@ -31,14 +31,14 @@ master_sites https://github.com/adoptium/temurin${feature}-binaries/releases/dow if {${configure.build_arch} eq "x86_64"} { distname OpenJDK${feature}U-jdk_x64_mac_hotspot_${version}_${build} - checksums rmd160 80c32d2faf305235166539047a0e5bc429e684f8 \ - sha256 e368e5de7111aa88e6bbabeff6f4c040772b57fb279cc4e197b51654085bbc18 \ - size 194603417 + checksums rmd160 e9ac00f5c86c885fecc2b9be6f7820baf9892b3b \ + sha256 b9b46f396ab5f3658fa5569af963896167c7f735cfec816359c04101fae38bdf \ + size 193852232 } elseif {${configure.build_arch} eq "arm64"} { distname OpenJDK${feature}U-jdk_aarch64_mac_hotspot_${version}_${build} - checksums rmd160 5c2b2789ac884083614a599767c4777a55080269 \ - sha256 dcf69a21601d9b1b25454bbad4f0f32784bb42cdbe4063492e15a851b74cb61e \ - size 192096746 + checksums rmd160 d90bc6a7d0d5ecc341b59b6f22b574d1b25c0c05 \ + sha256 dc6db7347907d23743d13af935d3c10e8b3490acdf542115f578838227da0dab \ + size 199597948 } worksrcdir jdk-${version}+${build} From 3c3ba2adfce70c9d508cd242fc6022880f231e03 Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Sat, 19 Oct 2024 01:51:40 +0200 Subject: [PATCH 154/446] openjdk23-temurin: update to 23.0.1 (#26214) --- java/openjdk23-temurin/Portfile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/java/openjdk23-temurin/Portfile b/java/openjdk23-temurin/Portfile index e692869b3eed2..acdbbf34644ca 100644 --- a/java/openjdk23-temurin/Portfile +++ b/java/openjdk23-temurin/Portfile @@ -15,8 +15,8 @@ universal_variant no # https://adoptium.net/temurin/releases/ supported_archs x86_64 arm64 -version ${feature} -set build 37 +version ${feature}.0.1 +set build 11 revision 0 description Eclipse Temurin, based on OpenJDK ${feature} (Short Term Support until March 2025) @@ -27,14 +27,14 @@ master_sites https://github.com/adoptium/temurin${feature}-binaries/releases/dow if {${configure.build_arch} eq "x86_64"} { distname OpenJDK${feature}U-jdk_x64_mac_hotspot_${version}_${build} - checksums rmd160 94da6f8f4f4c156bc6b4fbca00140a0f0595d289 \ - sha256 0b4b14f7cb44cab89083fb72beafa6d4f12ee6722bf682e5dd026dab12cc8d23 \ - size 200977435 + checksums rmd160 e8cffdb310089ca2afbb0f41b3e30fe185353ec8 \ + sha256 055a5b9c27991ad955c8207a20b549ac3254d479aa8a4fc199b6b02d56b1875e \ + size 201014412 } elseif {${configure.build_arch} eq "arm64"} { distname OpenJDK${feature}U-jdk_aarch64_mac_hotspot_${version}_${build} - checksums rmd160 a1f39d6a96a47ec46500170cb5ff97145b0371d0 \ - sha256 411934ca9ede95671afc1e7e1d9c8912c43247c7e4fba97730f20c0875287d44 \ - size 207118905 + checksums rmd160 1051c6ef12de12758b193e4a6ff2b80f635cb88e \ + sha256 9e69810a50c8183e01429243d0bb112e381a122c6e7be936b7c13c3cfe7b29a0 \ + size 207156358 } worksrcdir jdk-${version}+${build} From f4a91c136a905a535d6f337c7885fd4e961bd8d1 Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Sat, 19 Oct 2024 01:56:07 +0200 Subject: [PATCH 155/446] openjdk17-temurin: update to 17.0.13 (#26215) --- java/openjdk17-temurin/Portfile | 38 +++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/java/openjdk17-temurin/Portfile b/java/openjdk17-temurin/Portfile index 5f22576850e93..d6ac092f39d78 100644 --- a/java/openjdk17-temurin/Portfile +++ b/java/openjdk17-temurin/Portfile @@ -2,10 +2,16 @@ PortSystem 1.0 -name openjdk17-temurin +set feature 17 +name openjdk${feature}-temurin categories java devel maintainers {breun.nl:nils @breun} openmaintainer -platforms {darwin any} + +# JVMMinimumSystemVersion in Contents/Info.plist is set to macOS 10.12 for x86_64: +# /usr/libexec/PlistBuddy -c "Print :JavaVM:JVMMinimumSystemVersion" Contents/Info.plist +# Mapping to Darwin version: https://trac.macports.org/wiki/PortfileRecipes#compare-osx-darwin-version +platforms {darwin any >= 16 } + # This port uses prebuilt binaries; 'NoMirror' makes sure MacPorts doesn't mirror/distribute these third-party binaries license GPL-2 NoMirror # This port uses prebuilt binaries for a particular architecture; they are not universal binaries @@ -14,25 +20,25 @@ universal_variant no # https://adoptium.net/temurin/releases/ supported_archs x86_64 arm64 -version 17.0.12 -set build 7 +version ${feature}.0.13 +set build 11 revision 0 -description Eclipse Temurin, based on OpenJDK 17 +description Eclipse Temurin, based on OpenJDK ${feature} long_description Eclipse Temurin provides secure, TCK-tested and compliant, production-ready Java runtimes. -master_sites https://github.com/adoptium/temurin17-binaries/releases/download/jdk-${version}%2B${build}/ +master_sites https://github.com/adoptium/temurin${feature}-binaries/releases/download/jdk-${version}%2B${build}/ if {${configure.build_arch} eq "x86_64"} { - distname OpenJDK17U-jdk_x64_mac_hotspot_${version}_${build} - checksums rmd160 62505c5826d20b169a0ceff8289f496121b0a0ae \ - sha256 d5230eeec88739aa7133e4c8635bbd4ab226708c12deaafa13cf26b02bc8e8c4 \ - size 180640890 + distname OpenJDK${feature}U-jdk_x64_mac_hotspot_${version}_${build} + checksums rmd160 61bf3a3347b7a8ae59937201df8dc1a5e1136d5c \ + sha256 840535070200a944a6b582d258ee84608bd25c9f2b5d1cdddb58dfadb019675a \ + size 179980449 } elseif {${configure.build_arch} eq "arm64"} { - distname OpenJDK17U-jdk_aarch64_mac_hotspot_${version}_${build} - checksums rmd160 47a7408b4716a3f757845cce2bb339eae29bf0e1 \ - sha256 d7910b1acaeb290c5c5da21811d2b2b8635f806612a2d6e8d1953b2f77580f78 \ - size 178427485 + distname OpenJDK${feature}U-jdk_aarch64_mac_hotspot_${version}_${build} + checksums rmd160 d0bfb3664cbde6c1bdd322346e7bb473c5a39a94 \ + sha256 f89fdb3d6b8ad55127c2f6cc3e2c3df5d303e9cf0429c4533ff0995ff72e854d \ + size 185238298 } worksrcdir jdk-${version}+${build} @@ -40,8 +46,8 @@ worksrcdir jdk-${version}+${build} homepage https://adoptium.net livecheck.type regex -livecheck.url https://github.com/adoptium/temurin17-binaries/releases -livecheck.regex OpenJDK17U-jdk_.*_mac_hotspot_(\[0-9\.\]+)_\[0-9\]+.tar.gz +livecheck.url https://github.com/adoptium/temurin${feature}-binaries/releases +livecheck.regex OpenJDK${feature}U-jdk_.*_mac_hotspot_(\[0-9\.\]+)_\[0-9\]+.tar.gz use_configure no build {} From 8590ab2d1c6694e3b3ced2a825555e9c22bf9262 Mon Sep 17 00:00:00 2001 From: Joshua Root Date: Sat, 19 Oct 2024 11:21:53 +1100 Subject: [PATCH 156/446] bind9.18: update to 9.18.31 --- net/bind9.18/Portfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/bind9.18/Portfile b/net/bind9.18/Portfile index d22b5f939f943..b60e7af73b34b 100644 --- a/net/bind9.18/Portfile +++ b/net/bind9.18/Portfile @@ -5,7 +5,7 @@ PortGroup legacysupport 1.0 PortGroup compiler_blacklist_versions 1.0 name bind9.18 -version 9.18.30 +version 9.18.31 categories net maintainers {jmr @jmroot} platforms darwin freebsd sunos @@ -32,8 +32,8 @@ distname bind-${version} dist_subdir bind9 master_sites isc:bind/${version} -checksums rmd160 09a0aea4149916e2a1efd7ecd34a03d7bcd2c29f \ - sha256 9f6817640970267317e5aa143ecf70531040f2155636b1a63ea45379aa09034a +checksums rmd160 695f597327b0276c7abd621220a2470981d0856b \ + sha256 51b258969275c5206ef745a5aac03dbe98f1c8031fefed378d53597e7987b1b3 use_xz yes From b63054cf4e1043ea091ba238dd10d3f2a65778db Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Fri, 18 Oct 2024 15:18:44 -0500 Subject: [PATCH 157/446] sane-backends: Don't require python >= 2.7; it's unused anyway --- graphics/sane-backends/Portfile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/graphics/sane-backends/Portfile b/graphics/sane-backends/Portfile index 9618fca7a349a..0a8c65669dece 100644 --- a/graphics/sane-backends/Portfile +++ b/graphics/sane-backends/Portfile @@ -41,6 +41,28 @@ depends_lib-append path:lib/libcrypto.dylib:openssl patchfiles patch-configure.diff \ send.patch +# The configure script checks for python 2.7 or later which fails on Mac OS X +# 10.6 which has python 2.6. Python isn't actually used when building from a +# release tarball. Python is only used to generate pixma_sane_options.h +# from pixma.c but release tarballs already have an up-to-date version. +post-extract { + file mkdir ${workpath}/bin + set fp [open ${workpath}/bin/python w] + puts ${fp} {#!/bin/sh} + puts ${fp} {echo disabled} + close ${fp} + file attributes ${workpath}/bin/python -permissions a+x +} +configure.env PATH=${workpath}/bin:$env(PATH) +configure.python python +post-configure { + # Ensure that if in the future the build does actually try to use python it + # will fail so that we can revisit this. + set fp [open ${workpath}/bin/python a] + puts ${fp} {exit 1} + close ${fp} +} + compiler.c_standard 1999 # genesys backend now uses C++11 compiler.cxx_standard 2011 From ec0d553fc50628abab5f6692bfed5737a009dbb1 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 16:47:58 -0400 Subject: [PATCH 158/446] py-iminuit: drop py38 subport --- python/py-iminuit/Portfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/python/py-iminuit/Portfile b/python/py-iminuit/Portfile index 7f1c541631fe7..5fb90d364e5bf 100644 --- a/python/py-iminuit/Portfile +++ b/python/py-iminuit/Portfile @@ -20,7 +20,7 @@ checksums rmd160 630793607aaaac7403b216af7af86f507f1724e8 \ sha256 3bf8a1b96865a60cedf29135f4feae09fa7c66237d29f68ded64e97a823a9b3e \ size 2929388 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 compiler.cxx_standard 2014 compiler.thread_local_storage yes @@ -37,11 +37,6 @@ if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-numpy - if {${python.version} < 39} { - depends_lib-append \ - port:py${python.version}-typing_extensions - } - test.run yes post-destroot { From 63f106d4dcd4ca53cac3f8f9f8f3b22e21bfae62 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 16:50:34 -0400 Subject: [PATCH 159/446] py-kapteyn: drop py38 subport --- python/py-kapteyn/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-kapteyn/Portfile b/python/py-kapteyn/Portfile index e4f3048be3318..faaccc546c512 100644 --- a/python/py-kapteyn/Portfile +++ b/python/py-kapteyn/Portfile @@ -19,7 +19,7 @@ license BSD homepage https://www.astro.rug.nl/software/kapteyn/ master_sites ${homepage} -python.versions 38 39 310 +python.versions 39 310 checksums rmd160 7edf830bca9660d4fa2406bf3776c741aa8f9983 \ sha256 3a70167622931e33f6965aa5c1065eb6d7b11cf9e807445097b0251c7e3eddc4 \ From 534766bd4247083ca0e5e94d40385058e728e9ce Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 17:00:18 -0400 Subject: [PATCH 160/446] py-nds2-client: drop py38 subport --- science/nds2-client-swig/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/nds2-client-swig/Portfile b/science/nds2-client-swig/Portfile index d66614a12cc0c..a2322861e0546 100644 --- a/science/nds2-client-swig/Portfile +++ b/science/nds2-client-swig/Portfile @@ -146,7 +146,7 @@ subport ${basename}-octave { #======================================================================== # Create subports for each supported Python version #======================================================================== -foreach v {38 39} { +foreach v {39} { set python.version ${v} set python.branch [string range ${python.version} 0 end-1].[string index ${python.version} end] set python.bin ${prefix}/bin/python${python.branch} From fbc8dd7795fc5fa1a8c38b6b2b071b3dd69ccfa5 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 21:24:52 -0400 Subject: [PATCH 161/446] py-sparse: drop py38 subport --- python/py-sparse/Portfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/python/py-sparse/Portfile b/python/py-sparse/Portfile index 1e43184604339..a58be7b066fa6 100644 --- a/python/py-sparse/Portfile +++ b/python/py-sparse/Portfile @@ -11,7 +11,7 @@ license BSD platforms {darwin any} supported_archs noarch -python.versions 38 39 +python.versions 39 maintainers nomaintainer @@ -27,9 +27,6 @@ checksums rmd160 4da1fc03a23ad2d975ba1b92440aa9d75dce980b \ size 349320 if {${name} ne ${subport}} { - depends_build-append \ - port:py${python.version}-setuptools - depends_lib-append \ port:py${python.version}-numba \ port:py${python.version}-numpy \ From 151992da800581e7feb37a9e3d6c38571d4c398a Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 21:25:15 -0400 Subject: [PATCH 162/446] py-resampy: drop py38 subport --- python/py-resampy/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-resampy/Portfile b/python/py-resampy/Portfile index 0f62e018ec027..74df936840c08 100644 --- a/python/py-resampy/Portfile +++ b/python/py-resampy/Portfile @@ -21,7 +21,7 @@ checksums rmd160 1bfe3c1fdc94ca627008be836e0eee05d54593d5 \ sha256 1500fa0ceb4e832f9d61d0d52d0e14f86919915c6a0d607fd30c1400bea0e905 \ size 333571 -python.versions 38 39 310 311 +python.versions 39 310 311 if {${name} ne ${subport}} { depends_run-append \ From e6673054ee375f4c15319fe597d791c0a1b2a8f3 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 21:28:08 -0400 Subject: [PATCH 163/446] py-tables: drop py38 subport --- python/py-tables/Portfile | 9 +-------- python/py-tables/files/pyproject.toml-3.8.0.patch | 10 ---------- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 python/py-tables/files/pyproject.toml-3.8.0.patch diff --git a/python/py-tables/Portfile b/python/py-tables/Portfile index 01d1d7ecc93ed..9275ec8f85c5b 100644 --- a/python/py-tables/Portfile +++ b/python/py-tables/Portfile @@ -9,7 +9,7 @@ version 3.9.2 categories-append science license BSD -python.versions 27 38 39 310 311 312 +python.versions 27 39 310 311 312 maintainers nomaintainer @@ -34,13 +34,6 @@ if {${name} ne ${subport}} { checksums rmd160 9e5aa9f3b270888c853eb5f30cd6461a362bb1c1 \ sha256 b220e32262bab320aa41d33125a7851ff898be97c0de30b456247508e2cc33c2 \ size 7825372 - } elseif {${python.version} == 38} { - version 3.8.0 - revision 3 - checksums md5 83b2e54523cd83f7a9efbfbb8aa37227 \ - rmd160 dfdd6649c665416e919e221084c18c24421d74e8 \ - sha256 34f3fa2366ce20b18f1df573a77c1d27306ce1f2a41d9f9eff621b5192ea8788 - patchfiles-append pyproject.toml-3.8.0.patch } build.env-append BLOSC_DIR=${prefix} \ diff --git a/python/py-tables/files/pyproject.toml-3.8.0.patch b/python/py-tables/files/pyproject.toml-3.8.0.patch deleted file mode 100644 index 422c1eb3daf60..0000000000000 --- a/python/py-tables/files/pyproject.toml-3.8.0.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- pyproject.toml.orig 2022-12-23 21:42:14 -+++ pyproject.toml 2023-12-28 20:29:47 -@@ -6,6 +6,6 @@ - "packaging", - "py-cpuinfo", - "Cython >=0.29.21", -- "blosc2 ~=2.0.0" -+ "blosc2 >=2.0.0" - ] - build-backend = "setuptools.build_meta" From 1a3ea2c1626d0b83416513e7e9bbe3261a64fb91 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 21:31:35 -0400 Subject: [PATCH 164/446] py-obspy: drop py38 subport --- python/py-obspy/Portfile | 2 +- python/py-obspy/files/obspy38 | 26 -------------------------- 2 files changed, 1 insertion(+), 27 deletions(-) delete mode 100644 python/py-obspy/files/obspy38 diff --git a/python/py-obspy/Portfile b/python/py-obspy/Portfile index 2a85d7a881041..a71e4d45ccc3c 100644 --- a/python/py-obspy/Portfile +++ b/python/py-obspy/Portfile @@ -26,7 +26,7 @@ checksums rmd160 3e861220a8616ba1e68f16851296c197e3d80b90 \ sha256 336a6e1d9a485732b08173cb5dc1dd720a8e53f3b54c180a62bb8ceaa5fe5c06 \ size 16984057 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 # aic_simple.c: error: redefinition of ‘i’ compiler.c_standard 2011 diff --git a/python/py-obspy/files/obspy38 b/python/py-obspy/files/obspy38 deleted file mode 100644 index a32aa96d692da..0000000000000 --- a/python/py-obspy/files/obspy38 +++ /dev/null @@ -1,26 +0,0 @@ -${frameworks_dir}/Python.framework/Versions/3.8/bin/obspy-dataless2resp -${frameworks_dir}/Python.framework/Versions/3.8/bin/obspy-dataless2xseed -${frameworks_dir}/Python.framework/Versions/3.8/bin/obspy-flinn-engdahl -${frameworks_dir}/Python.framework/Versions/3.8/bin/obspy-indexer -${frameworks_dir}/Python.framework/Versions/3.8/bin/obspy-mopad -${frameworks_dir}/Python.framework/Versions/3.8/bin/obspy-mseed-recordanalyzer -${frameworks_dir}/Python.framework/Versions/3.8/bin/obspy-plot -${frameworks_dir}/Python.framework/Versions/3.8/bin/obspy-print -${frameworks_dir}/Python.framework/Versions/3.8/bin/obspy-reftek-rescue -${frameworks_dir}/Python.framework/Versions/3.8/bin/obspy-runtests -${frameworks_dir}/Python.framework/Versions/3.8/bin/obspy-scan -${frameworks_dir}/Python.framework/Versions/3.8/bin/obspy-sds-report -${frameworks_dir}/Python.framework/Versions/3.8/bin/obspy-xseed2dataless -${frameworks_dir}/Python.framework/Versions/3.8/share/man/man1/obspy-dataless2resp.1 -${frameworks_dir}/Python.framework/Versions/3.8/share/man/man1/obspy-dataless2xseed.1 -${frameworks_dir}/Python.framework/Versions/3.8/share/man/man1/obspy-flinn-engdahl.1 -${frameworks_dir}/Python.framework/Versions/3.8/share/man/man1/obspy-indexer.1 -${frameworks_dir}/Python.framework/Versions/3.8/share/man/man1/obspy-mopad.1 -${frameworks_dir}/Python.framework/Versions/3.8/share/man/man1/obspy-mseed-recordanalyzer.1 -${frameworks_dir}/Python.framework/Versions/3.8/share/man/man1/obspy-plot.1 -${frameworks_dir}/Python.framework/Versions/3.8/share/man/man1/obspy-print.1 -${frameworks_dir}/Python.framework/Versions/3.8/share/man/man1/obspy-reftek-rescue.1 -${frameworks_dir}/Python.framework/Versions/3.8/share/man/man1/obspy-runtests.1 -${frameworks_dir}/Python.framework/Versions/3.8/share/man/man1/obspy-scan.1 -${frameworks_dir}/Python.framework/Versions/3.8/share/man/man1/obspy-sds-report.1 -${frameworks_dir}/Python.framework/Versions/3.8/share/man/man1/obspy-xseed2dataless.1 From 483fe58fd9fbd51a18b957341fd60faa7b819181 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 21:40:41 -0400 Subject: [PATCH 165/446] py-{petsc4py,slepc4py}: drop py38 subport --- python/py-petsc4py/Portfile | 2 +- python/py-slepc4py/Portfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/py-petsc4py/Portfile b/python/py-petsc4py/Portfile index 2288b7f5b28f5..078576c4b714d 100644 --- a/python/py-petsc4py/Portfile +++ b/python/py-petsc4py/Portfile @@ -26,7 +26,7 @@ checksums md5 6f81c45274adbf7c2186b72ca2fbffbf \ sha256 d3f24aa6612ded3e9b9ae11d5533f319d1df1705bea6d81385fea023d01175c9 \ size 413517 -python.versions 38 39 310 311 +python.versions 39 310 311 if {${subport} ne ${name}} { mpi.setup require diff --git a/python/py-slepc4py/Portfile b/python/py-slepc4py/Portfile index 158e097675686..13c2df4d07420 100644 --- a/python/py-slepc4py/Portfile +++ b/python/py-slepc4py/Portfile @@ -23,7 +23,7 @@ homepage https://pypi.org/project/slepc4py mpi.setup require -python.versions 38 39 310 311 +python.versions 39 310 311 build.env-append PETSC_DIR=${prefix}/lib/petsc SLEPC_DIR=${prefix}/lib/slepc destroot.env-append PETSC_DIR=${prefix}/lib/petsc SLEPC_DIR=${prefix}/lib/slepc From e052197508b61c16169f7624cf712ac175f0ef60 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 21:41:35 -0400 Subject: [PATCH 166/446] py-photutils: drop py38 subport --- python/py-photutils/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-photutils/Portfile b/python/py-photutils/Portfile index 7251448f1ee55..c636823820ee6 100644 --- a/python/py-photutils/Portfile +++ b/python/py-photutils/Portfile @@ -21,7 +21,7 @@ checksums rmd160 f2ce1e1d29841353713b197a96868e08b46b1357 \ sha256 bd8322a86843f79ac324290ff8e9eb5982a59ed8a3b937b7ff6a46dc3d0de056 \ size 954465 -python.versions 38 39 +python.versions 39 if {${name} ne ${subport}} { depends_build-append \ From 169b19320f98b75e2ed674dad56a5b1094614500 Mon Sep 17 00:00:00 2001 From: Mark Anderson Date: Fri, 18 Oct 2024 22:40:34 -0400 Subject: [PATCH 167/446] ngspice: fix inability to find spinit file (#26216) * Delete --enable-relpath Closes: https://trac.macports.org/ticket/71124 --- science/ngspice/Portfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/science/ngspice/Portfile b/science/ngspice/Portfile index 4efdb178c3f2a..222f437fb596d 100644 --- a/science/ngspice/Portfile +++ b/science/ngspice/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 name ngspice version 43 -revision 0 +revision 1 license BSD categories science cad maintainers {gmail.com:degnan.68k @bpdegnan} \ @@ -52,7 +52,6 @@ if {${name} eq ${subport}} { configure.args --enable-cider \ --enable-xspice \ --enable-pss \ - --enable-relpath \ --disable-openmp \ --disable-silent-rules \ --with-readline=${prefix} \ From 8b5c3fb2e2ceab8dcff49f0ccceced8c45298962 Mon Sep 17 00:00:00 2001 From: Mohamed Akram Date: Sat, 19 Oct 2024 10:05:55 +0400 Subject: [PATCH 168/446] libsidplayfp: update to 2.10.0 --- audio/libsidplayfp/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/libsidplayfp/Portfile b/audio/libsidplayfp/Portfile index 28045eb98f688..438e22c0f766c 100644 --- a/audio/libsidplayfp/Portfile +++ b/audio/libsidplayfp/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup github 1.0 -github.setup libsidplayfp libsidplayfp 2.9.0 v +github.setup libsidplayfp libsidplayfp 2.10.0 v github.tarball_from releases revision 0 categories audio devel @@ -17,8 +17,8 @@ long_description libsidplayfp is a C64 music player library which integrates environment, constantly aiming to improve emulation of the \ C64 system and the SID chips. -checksums rmd160 e6301454a8042196499cca88156f62fd84f03070 \ - sha256 5143f621841efe1abc4646fe5389b24d3d6b73752f38049112ecb8fd69eddd4a \ - size 807772 +checksums rmd160 caa53b08904e33fdb1c55d1a1b1ab2770bf78c56 \ + sha256 23316db96bcb5238e07c3d033832322c56159ab8ba27e7471fd1fbbf781d3047 \ + size 811416 compiler.cxx_standard 2011 From 7dc7d6ea2995f7f3b7352c4326978b285f02cb47 Mon Sep 17 00:00:00 2001 From: Mohamed Akram Date: Sat, 19 Oct 2024 10:10:43 +0400 Subject: [PATCH 169/446] sidplayfp: update to 2.10.0 --- audio/sidplayfp/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/sidplayfp/Portfile b/audio/sidplayfp/Portfile index 7fe049320018d..8673c349c0c11 100644 --- a/audio/sidplayfp/Portfile +++ b/audio/sidplayfp/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup github 1.0 -github.setup libsidplayfp sidplayfp 2.9.0 v +github.setup libsidplayfp sidplayfp 2.10.0 v github.tarball_from releases revision 0 categories audio @@ -16,9 +16,9 @@ long_description sidplayfp is a console C64 music player which uses the \ libsidplayfp engine to provide the best SID listening \ experience. -checksums rmd160 05f33affa1cf234256cf58bdc0102969900a94d8 \ - sha256 886d5032f7c3137f3a8a110ccd97bb3028e18349d112d7d5c80b6f01cdc7c8f9 \ - size 247965 +checksums rmd160 3bcdc05a65d6c05a0d8cc3310abcaf7334df9be0 \ + sha256 ec95af0ac8157be49e2c3cc50f38ebf12504371fc3e14b7fec6b665710de878c \ + size 244263 depends_build port:pkgconfig From 28b764dee40e0073d0308ef0c9703cd4eb62d715 Mon Sep 17 00:00:00 2001 From: Mohamed Akram Date: Sat, 19 Oct 2024 10:20:46 +0400 Subject: [PATCH 170/446] py-argcomplete: update to 3.5.1 --- python/py-argcomplete/Portfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python/py-argcomplete/Portfile b/python/py-argcomplete/Portfile index 3881b6deb5f62..76ad96d113303 100644 --- a/python/py-argcomplete/Portfile +++ b/python/py-argcomplete/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup python 1.0 name py-argcomplete -version 3.5.0 +version 3.5.1 revision 0 license Apache-2 @@ -17,11 +17,11 @@ long_description {*}${description} homepage https://kislyuk.github.io/argcomplete -checksums rmd160 87daa0d14a6e00a1ced1cb56d9560d77dd5cb3b6 \ - sha256 4349400469dccfb7950bb60334a680c58d88699bff6159df61251878dc6bf74b \ - size 82237 +checksums rmd160 7b3c1a64675ac0f0f0140879943e35220f319f88 \ + sha256 eb1ee355aa2557bd3d0145de7b06b2a45b0ce461e1e7813f5d066039ab4177b4 \ + size 82280 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 313 if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools_scm From 1ca4d6ec6558cfd1da11fa8823daad73ec21a4c1 Mon Sep 17 00:00:00 2001 From: Marius Schamschula Date: Sat, 19 Oct 2024 05:54:26 -0500 Subject: [PATCH 171/446] py-scikit-image: drop py38 sybport --- python/py-scikit-image/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-scikit-image/Portfile b/python/py-scikit-image/Portfile index 70ec660805b29..000c0d7011a87 100644 --- a/python/py-scikit-image/Portfile +++ b/python/py-scikit-image/Portfile @@ -10,7 +10,7 @@ revision 0 categories-append science license BSD -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 python.pep517_backend meson maintainers {stromnov @stromnov} openmaintainer From 53f8582104e1c2b41454b41f192a4f3b87a7e566 Mon Sep 17 00:00:00 2001 From: Mohamed Akram Date: Sat, 19 Oct 2024 15:46:24 +0400 Subject: [PATCH 172/446] odin: update to 0.2024.10 --- lang/odin/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/odin/Portfile b/lang/odin/Portfile index 246f9d768b904..dbb50285089ea 100644 --- a/lang/odin/Portfile +++ b/lang/odin/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup github 1.0 -set ver 2024-09 +set ver 2024-10 github.setup odin-lang odin ${ver} dev- github.tarball_from archive version 0.[string map {- .} ${ver}] @@ -25,9 +25,9 @@ set llvm_version 18 depends_lib port:llvm-${llvm_version} -checksums rmd160 54924400ba4d46c29c26c155e56cd2018527af3b \ - sha256 8f8d91b84bd52ec96d0c0f7776e6236818f552945eedc7178300a7b9d66752e5 \ - size 135412805 +checksums rmd160 4b5a48343b6fdd18bc690056e7e7d65b87c02bf7 \ + sha256 00e7a033129006fb339b5514955dc0d7fafa712919db9f32e1a6d5bededb8a19 \ + size 135410967 patchfiles patch-build.diff patch-raylib.diff From 57178e537d443e74fe2a3cd75243c15ede8ece33 Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Sat, 19 Oct 2024 08:08:25 -0400 Subject: [PATCH 173/446] py-tempora: update to 5.7.0; add patch to fix test (#26206) --- python/py-tempora/Portfile | 11 ++++++----- python/py-tempora/files/patch-fix-compat.diff | 11 +++++++++++ 2 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 python/py-tempora/files/patch-fix-compat.diff diff --git a/python/py-tempora/Portfile b/python/py-tempora/Portfile index e023e61605997..bd61cd9e965c1 100644 --- a/python/py-tempora/Portfile +++ b/python/py-tempora/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup python 1.0 name py-tempora -version 5.6.0 +version 5.7.0 revision 0 categories-append devel @@ -19,16 +19,17 @@ long_description {*}${description} homepage https://pypi.python.org/pypi/${python.rootname} -checksums rmd160 16ced817ae1081b46ad71bb49b9fbe8228a0521b \ - sha256 3bfcc12cbdbbbafecaaccb9097fc3754435b9d063dce43338e4fa87d39104aed \ - size 21659 +checksums rmd160 da0c8e335fa2c1f2634b2a0168450bef1f29fccd \ + sha256 888190a2dbe3255ff26dfa9fcecb25f4d38434c0f1943cd61de98bb41c410c50 \ + size 22239 + +patchfiles patch-fix-compat.diff python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools_scm depends_lib-append port:py${python.version}-jaraco.functools \ - port:py${python.version}-tz \ port:py${python.version}-setuptools \ port:py${python.version}-six \ port:py${python.version}-toml diff --git a/python/py-tempora/files/patch-fix-compat.diff b/python/py-tempora/files/patch-fix-compat.diff new file mode 100644 index 0000000000000..caf527120aefb --- /dev/null +++ b/python/py-tempora/files/patch-fix-compat.diff @@ -0,0 +1,11 @@ +--- tests/test_schedule.py 2024-07-25 13:27:27 ++++ tests/test_schedule.py 2024-10-18 11:22:54 +@@ -8,7 +8,7 @@ + + from tempora import schedule + +-from .compat.py38 import zoneinfo ++from compat.py38 import zoneinfo + + + do_nothing = type(None) From 5b7ae6f50f938596f2a2fb7ca9c4f8f9bcead916 Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Sat, 19 Oct 2024 08:08:33 -0400 Subject: [PATCH 174/446] py-attrs: update to 24.2.0 (#26208) --- python/py-attrs/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python/py-attrs/Portfile b/python/py-attrs/Portfile index 0aee2401837dc..dd35f5a591d72 100644 --- a/python/py-attrs/Portfile +++ b/python/py-attrs/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup python 1.0 name py-attrs -version 23.2.0 +version 24.2.0 revision 0 categories-append devel platforms {darwin any} @@ -23,9 +23,9 @@ long_description attrs is a Python package with class decorators that \ homepage https://github.com/python-attrs/attrs -checksums rmd160 8f8256587fb7e733ef0815c25999a76c340df948 \ - sha256 935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30 \ - size 780820 +checksums rmd160 bc65ecbb838f23ebd36e65bebf134a0e28313f26 \ + sha256 5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346 \ + size 792678 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools From 57f7a1392d644bdcc6c94c00c6d5e217b2f0b4e9 Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Sat, 19 Oct 2024 08:08:43 -0400 Subject: [PATCH 175/446] py-sybil: update to 8.0.0; pin 6.1.1 for py38 (#26212) --- python/py-sybil/Portfile | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/python/py-sybil/Portfile b/python/py-sybil/Portfile index d6cc33557bee6..f4a299d8fd773 100644 --- a/python/py-sybil/Portfile +++ b/python/py-sybil/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup python 1.0 name py-sybil -version 6.1.1 +version 8.0.0 revision 0 maintainers {khindenburg @kurthindenburg} openmaintainer supported_archs noarch @@ -20,9 +20,9 @@ long_description This library provides a way to test examples in your \ homepage https://github.com/simplistix/sybil -checksums rmd160 88ea2368ade60ce4fd82827bdb005638ede9b590 \ - sha256 8fb4f2c3582d1fe6705d1ae3a31f93fec7619f634940a8fcbf5d1b7d18183917 \ - size 42246 +checksums rmd160 e279f0d46c87f991c2b46253301ae06eaaae3892 \ + sha256 f175f0c381fe87860089ca0696093b3969d9e8c424da2226767d8d2451fe3e07 \ + size 42847 python.versions 38 39 310 311 312 @@ -30,5 +30,17 @@ if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools + if {${python.version} == 38} { + version 6.1.1 + revision 0 + + checksums rmd160 88ea2368ade60ce4fd82827bdb005638ede9b590 \ + sha256 8fb4f2c3582d1fe6705d1ae3a31f93fec7619f634940a8fcbf5d1b7d18183917 \ + size 42246 + } else { + # py-seedir not in macports + test.run no + } + livecheck.type none } From 3eff1cf73305916733c1bcbd09529d8f5629fd19 Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Sat, 19 Oct 2024 08:14:57 -0400 Subject: [PATCH 176/446] py-xlsx2csv: update to 0.8.3 (#26218) --- python/py-xlsx2csv/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python/py-xlsx2csv/Portfile b/python/py-xlsx2csv/Portfile index 263cf1b5eeb4d..33da712863995 100644 --- a/python/py-xlsx2csv/Portfile +++ b/python/py-xlsx2csv/Portfile @@ -5,7 +5,7 @@ PortGroup python 1.0 # The github of this project does not have the test files name py-xlsx2csv -version 0.8.2 +version 0.8.3 platforms {darwin any} supported_archs noarch license MIT @@ -18,9 +18,9 @@ long_description Converts xslx files to csv format.\ homepage https://github.com/dilshod/xlsx2csv -checksums rmd160 d32c74fad04ac260415e5e60b384ec88a0d4d0b2 \ - sha256 cdd272c82f8b32f1cee76aeaef87b2ee3549661fddf90f7ecf2310967a16fc84 \ - size 227107 +checksums rmd160 953c3b67c02f5b7d3a1d44ddca6e46cc9eca8d79 \ + sha256 6c65d5989e8d3f14dd7296d425d693a67f51899d0c8e1ed7bcbf9ccb18223734 \ + size 221408 python.versions 38 39 310 311 312 python.pep517 yes From ddb72d6310071377ae7ff64744ccbe72d9f7c309 Mon Sep 17 00:00:00 2001 From: anelki Date: Sat, 19 Oct 2024 02:01:50 -0500 Subject: [PATCH 177/446] mat2: bump python from 3.11 to 3.12 --- multimedia/mat2/Portfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/mat2/Portfile b/multimedia/mat2/Portfile index 5d6408b81453b..ce6cc6997d747 100644 --- a/multimedia/mat2/Portfile +++ b/multimedia/mat2/Portfile @@ -5,7 +5,7 @@ PortGroup python 1.0 name mat2 version 0.13.4 -revision 0 +revision 1 categories-prepend multimedia license LGPL-3 supported_archs noarch @@ -22,7 +22,7 @@ checksums rmd160 2b44330ae69d37ecb916fc35614365dfbc4fe67f \ sha256 744aeee924c9898a397fe930593b803c540389bf39cd24553b99a89acc2f5901 \ size 47947 -python.default_version 311 +python.default_version 312 depends_lib-append port:py${python.version}-cairo \ port:py${python.version}-mutagen \ From 460b2a0686174170a9606b27935c7cd382bf17a6 Mon Sep 17 00:00:00 2001 From: Michael Berg Date: Sat, 19 Oct 2024 12:54:25 -0500 Subject: [PATCH 178/446] py-bcrypt: use pre-Rust version below 10.5 --- python/py-bcrypt/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-bcrypt/Portfile b/python/py-bcrypt/Portfile index 32795de22c7b1..79b928cb89573 100644 --- a/python/py-bcrypt/Portfile +++ b/python/py-bcrypt/Portfile @@ -37,7 +37,7 @@ if {${name} ne ${subport}} { port:py${python.version}-setuptools depends_lib-append port:py${python.version}-cffi \ port:py${python.version}-six - } elseif {${configure.build_arch} in [list ppc ppc64]} { + } elseif {${configure.build_arch} in [list ppc ppc64] || (${os.platform} eq "darwin" && ${os.major} < 9)} { version 3.2.2 revision 0 checksums rmd160 3546659be12b634314e21e4a6b0b4c580efbd314 \ From d4d5cbb43bb034b77caab2dbefdda2edb67248d4 Mon Sep 17 00:00:00 2001 From: David Gilman Date: Sat, 28 Sep 2024 10:48:20 -0400 Subject: [PATCH 179/446] qt3: remove postgresql variant --- x11/qt3/Portfile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/x11/qt3/Portfile b/x11/qt3/Portfile index be4b865970832..bb72cef61bd7c 100644 --- a/x11/qt3/Portfile +++ b/x11/qt3/Portfile @@ -188,14 +188,4 @@ variant odbc description {Enable unixODBC SQL Driver} { -plugin-sql-odbc } -variant psql description {Enable PostgreSQL 8.3 SQL Driver} { - depends_lib-append port:postgresql83 - configure.args-delete -no-sql-psql - configure.args-append -qt-sql-psql \ - -L${prefix}/lib/postgresql83 \ - -I${prefix}/include/postgresql83 \ - -I${prefix}/include/postgresql83/server \ - -plugin-sql-psql -} - livecheck.type none From d4383ca8e06decec6ebe0d90938263c578e222e1 Mon Sep 17 00:00:00 2001 From: David Gilman Date: Thu, 26 Sep 2024 22:01:23 -0400 Subject: [PATCH 180/446] zabbix3: remove port --- net/zabbix3/Portfile | 413 ------------------------------------------- 1 file changed, 413 deletions(-) delete mode 100644 net/zabbix3/Portfile diff --git a/net/zabbix3/Portfile b/net/zabbix3/Portfile deleted file mode 100644 index 0c90a711d0e4c..0000000000000 --- a/net/zabbix3/Portfile +++ /dev/null @@ -1,413 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 -PortSystem 1.0 - -name zabbix3 -version 3.4.15 -revision 3 -categories net -maintainers {eborisch @eborisch} openmaintainer - -license GPL-2 - -description An open source application and network monitor - -long_description Zabbix is the ultimate open source availability and \ - performance monitoring solution. Zabbix offers advanced \ - monitoring, alerting, and visualization features today \ - which are missing in other monitoring systems, even some \ - of the best commercial ones. - -distname zabbix-${version} -livecheck.name zabbix -livecheck.regex "Stable\/(3\[0-9.\]+)\/" -livecheck.url \ - http://sourceforge.net/projects/zabbix/files/ZABBIX%20Latest%20Stable/ -homepage http://www.zabbix.com/ -master_sites \ - sourceforge:project/zabbix/ZABBIX%20Latest%20Stable/${version} \ - sourceforge:project/zabbix/ZABBIX%20Release%20Candidates/${version} -dist_subdir zabbix3 - -conflicts zabbix zabbix2 - -checksums \ - rmd160 fe8664e5f3a1830ef4671f10778b2e4c44fcc70d \ - sha256 054cc603a3f7fb4b3ebd51d001afa2f0e4356d1086331e6067057bc51e32f1a9 \ - size 17489570 - -patchfiles log_and_pid_locations.patch - -universal_variant no - -subport zabbix3-agent {} - -configure.args --bindir=${prefix}/bin/zabbix \ - --sbindir=${prefix}/sbin/zabbix \ - --libexecdir=${prefix}/libexec/zabbix \ - --datadir=${prefix}/share/zabbix \ - --sysconfdir=${prefix}/etc/zabbix3 \ - --localstatedir=${prefix}/var/zabbix \ - --with-gnutls=${prefix} \ - --enable-ipv6 \ - --with-libevent=${prefix} \ - --with-iconv=${prefix} \ - --with-libpcre=${prefix} - -configure.ldflags-append -lresolv - -startupitem.create yes -depends_lib-append port:libiconv \ - path:lib/pkgconfig/gnutls.pc:gnutls \ - port:pcre \ - port:libevent - -if { ${name} ne ${subport} } { - conflicts zabbix2-agent - startupitem.name zabbix3-agentd - startupitem.executable \ - ${prefix}/sbin/zabbix/zabbix_agentd \ - -c ${prefix}/etc/zabbix3/zabbix_agentd.conf - startupitem.pidfile auto ${prefix}/var/run/zabbix/zabbix_agentd.pid - startupitem.logfile ${prefix}/var/log/zabbix/zabbix_agentd.launch - - configure.args-append --enable-agent - - destroot.keepdirs \ - ${destroot}${prefix}/etc/zabbix3/zabbix_agentd.conf.d \ - ${destroot}${prefix}/var/run/zabbix \ - ${destroot}${prefix}/var/log/zabbix -} else { - depends_lib-append port:curl \ - port:libssh2 \ - port:net-snmp \ - port:OpenIPMI \ - port:libxml2 - - depends_run-append port:fping \ - port:apache2 - - configure.args-append --enable-server \ - --with-libcurl=${prefix}/bin/curl-config \ - --with-net-snmp \ - --with-openipmi=${prefix} \ - --with-ssh2=${prefix} \ - --with-libxml2=${prefix}/bin/xml2-config - - startupitem.name zabbix3-server - startupitem.start ${prefix}/sbin/zabbix/zabbix_server - set pidfile ${prefix}/var/run/zabbix/zabbix_server.pid - # Gracefully wait up to two minutes for zabbix to shut down / clean up - startupitem.stop \ - "let x=120; while /usr/bin/pkill -u zabbix -F ${pidfile}; \ - do sleep 1; let x--; \[ \$x -le 0 \] && break; done" - startupitem.logfile ${prefix}/var/log/zabbix/zabbix_server.launch - startupitem.netchange yes - - destroot.keepdirs \ - ${destroot}${prefix}/etc/zabbix3/zabbix_server.conf.d \ - ${destroot}${prefix}/var/run/zabbix3 \ - ${destroot}${prefix}/var/log/zabbix3 - - foreach php {php56 php70 php71} { - variant ${php} description "Use ${php}" " - depends_run-append port:${php} \ - port:${php}-apache2handler \ - port:${php}-gd \ - port:${php}-gettext \ - port:${php}-mbstring \ - port:${php}-sockets - " - } - - if {![variant_isset php56] && ![variant_isset php70] - && ![variant_isset php71]} { - default_variants +php71 - } - - variant full_server description { - Adds dependencies a complete server are installed. - } { - } - - # Items are "display name" "port name" "config arg" "php interface" - array set DBLIST { - mysql56 {"MySQL 5.6" mysql56 \ - mysql=${prefix}/lib/mysql56/bin/mysql_config mysql} - mysql57 {"MySQL 5.7" mysql57 \ - mysql=${prefix}/lib/mysql57/bin/mysql_config mysql} - mariadb {"MariaDB" mariadb \ - mysql=${prefix}/lib/mariadb/bin/mysql_config mysql} - mariadb101 {"MariaDB 10.1" mariadb-10.1 \ - mysql=${prefix}/lib/mariadb-10.1/bin/mysql_config mysql} - mariadb102 {"MariaDB 10.2" mariadb-10.2 \ - mysql=${prefix}/lib/mariadb-10.2/bin/mysql_config mysql} - percona {"Percona" percona \ - mysql=${prefix}/lib/percona/bin/mysql_config mysql} - pgsql84 {"PostgreSQL 8.4.x" postgresql84 \ - postgresql=${prefix}/lib/postgresql84/bin/pg_config postgresql} - pgsql95 {"PostgreSQL 9.5.x" postgresql95 \ - postgresql=${prefix}/lib/postgresql95/bin/pg_config postgresql} - pgsql96 {"PostgreSQL 9.6.x" postgresql96 \ - postgresql=${prefix}/lib/postgresql96/bin/pg_config postgresql} - sqlite3 {"SQLite 3.x" sqlite3 \ - sqlite3=${prefix} sqlite} - } - - set DBLIST_KEYS [lsort [array names DBLIST]] - - foreach dbitem $DBLIST_KEYS { - set this_key [lsearch -exact $DBLIST_KEYS $dbitem] - set conf_list [lreplace $DBLIST_KEYS $this_key $this_key] - set prms $DBLIST($dbitem) - - variant $dbitem description \ - "Use [lindex ${prms} 0] for server database" \ - conflicts {*}${conf_list} " - - set ::ZDB [lindex ${prms} 1] - set ::DBFILES [lindex ${prms} 3] - set ::MYSQL_MODE [string equal [lindex ${prms} 3] mysql] - depends_lib-append port:[lindex ${prms} 1] - configure.args-append --with-[lindex ${prms} 2] - - if {[variant_isset php56]} { - depends_run-append \ - port:php56-[lindex ${prms} 3] - } - - if {[variant_isset php70]} { - depends_run-append \ - port:php70-[lindex ${prms} 3] - } - - if {[variant_isset php71]} { - depends_run-append \ - port:php71-[lindex ${prms} 3] - } - - if {[string compare ${dbitem} sqlite3] && \ - [variant_isset full_server]} { - depends_run-append \ - port:[lindex ${prms} 1]-server - } - " - } - - if {![variant_isset mysql56] && - ![variant_isset mysql57] && - ![variant_isset mariadb] && - ![variant_isset mariadb101] && - ![variant_isset mariadb102] && - ![variant_isset percona] && - ![variant_isset pgsql84] && - ![variant_isset pgsql95] && - ![variant_isset pgsql96] && - ![variant_isset sqlite3]} { - default_variants +mysql57 - } -} - -post-extract { - if { ${name} == ${subport} } { - if { ${MYSQL_MODE} == 1 && - [variant_isset full_server] } { - set repstr "s|# DBSocket=/tmp/mysql.sock|" - append repstr "DBSocket=${prefix}/var/run/${ZDB}/mysqld.sock|" - reinplace ${repstr} ${worksrcpath}/conf/zabbix_server.conf - } - } - set repstr "s|# FpingLocation=/usr/sbin/fping|" - append repstr "FpingLocation=${prefix}/sbin/fping|" - reinplace ${repstr} ${worksrcpath}/conf/zabbix_server.conf -} - -post-patch { - reinplace "s|%%PREFIX%%|${prefix}|" \ - conf/zabbix_agentd.conf conf/zabbix_server.conf - reinplace "s|/usr/local/etc|${prefix}/etc/zabbix3|" \ - conf/zabbix_agentd.conf conf/zabbix_server.conf -} - -add_users zabbix group=zabbix - -post-destroot { - if { ${name} ne ${subport} } { - ####### AGENT ####### -# Copy sample agent .conf files - xinstall -m 755 -d \ - ${destroot}${prefix}/etc/zabbix3/zabbix_agentd.conf.d - xinstall -m 755 ${worksrcpath}/conf/zabbix_agentd.conf \ - ${destroot}${prefix}/etc/zabbix3/zabbix_agentd.conf.sample - -# Don't overwrite user settings on each install - delete ${destroot}${prefix}/etc/zabbix3/zabbix_agentd.conf - } else { - ####### SERVER ####### -# Copy sample server and agent .conf files - xinstall -m 755 -d \ - ${destroot}${prefix}/etc/zabbix3/zabbix_server.conf.d - -# Don't overwrite user settings on each install - move ${destroot}${prefix}/etc/zabbix3/zabbix_server.conf \ - ${destroot}${prefix}/etc/zabbix3/zabbix_server.conf.sample - -# Copy database data and schemas - xinstall -m 755 -d ${destroot}${prefix}/share/zabbix/scripts - - xinstall -m 755 -W ${worksrcpath}/database/${DBFILES} \ - data.sql images.sql schema.sql \ - ${destroot}${prefix}/share/zabbix/scripts - - file copy ${worksrcpath}/upgrades \ - ${destroot}${prefix}/share/zabbix/ - -# Copy the front end files - file mkdir ${destroot}${prefix}/share/zabbix/frontends/ - file copy ${worksrcpath}/frontends/php/ \ - ${destroot}${prefix}/share/zabbix/frontends/ - -# Set permissions for etc (protect passwords) and the frontend - system "chmod 660 ${destroot}${prefix}/etc/zabbix3/*" - system "chown -R www:www ${destroot}${prefix}/share/zabbix/frontends/*" - - xinstall -d -m 755 -d \ - ${destroot}${prefix}/share/zabbix/zabbix_agent_win32 - xinstall -m 755 ${worksrcpath}/bin/win32/zabbix_agentd.exe \ - ${destroot}${prefix}/share/zabbix/zabbix_agent_win32 - } - - foreach dname {run log} { - xinstall -d -m 755 ${destroot}${prefix}/var/${dname}/zabbix - system "chown -R zabbix:zabbix ${destroot}${prefix}/var/${dname}/zabbix" - } - - system "chown -R zabbix:zabbix ${destroot}${prefix}/etc/zabbix3" -} - -if { ${name} ne ${subport} } { - notes " -#### #### -#### ZABBIX3 agent installation section #### - -1) Edit the sample .conf file ${prefix}/etc/zabbix3/zabbix_agentd.conf.sample - (rename & omit .sample) - - Set the following variable to the ip address of your ZABBIX server to\ - allow it access to the agent. - - Server=x.x.x.x - - -2) Set zabbix_agentd to run at system boot - - sudo port load zabbix3-agent - -3) A Win32 agent is in ${prefix}/share/zabbix/zabbix_agent_win32 for\ - installation on Windows. - -#### End ZABBIX3 agent installation section #### -#### #### -" -} else { - notes " -#### #### -#### Begin ZABBIX3 local server installation section #### - - (Installing with +full_server will add all of the dependencies; configuration - will still be required.) - -1) Setup MySQL, i.e. via MacPorts: (for local MySQL server) - - sudo port install mysql(56|57)-server - - -2) Setup the ZABBIX database - - Follow the directions at : - - https://www.zabbix.com/documentation/3.4/manual/appendix/install/db_scripts - - The *.sql files it refers to are in ${prefix}/share/zabbix/scripts/ - ** NOTE THAT THESE ARE FOR YOUR SELECTED DATABASE VARIANT!!! ** - - -3) Edit the sample .conf file ${prefix}/etc/zabbix3/zabbix_server.conf - (rename & omit .sample) - - Modify these variables at the very least: - - DBName=zabbix - DBUser=zabbix - DBPassword= - DBSocket= - Typically ${prefix}/var/run/mysql(56|57)/mysqld.sock - - -4) Set a symbolic link in your Apache document root pointing to the PHP - frontend files - - sudo ln -s ${prefix}/share/zabbix/frontends/php /zabbix - - -5) Set zabbix_server to run at system boot (also starts it immediately): - - sudo port load zabbix3 - - !! Note: Your shared memory will likely need to be increased !! - !! ( see http://support.apple.com/kb/HT4022 ) !! - - -6) A Win32 agent is in ${prefix}/share/zabbix/zabbix_agent_win32 for\ - installation on Windows NT 4.0, Windows 2000, and Windows XP. See\ - the ReadMe.txt for instructions. - - -7) Enable your desired php version in httpd.conf and make sure the following - are set in the associated php.ini: - - max_execution_time = 300 - max_input_time = 300 - post_max_size = 16M - date.timezone = < Your TZ; see http://php.net/manual/en/timezones.php > - - And for php56: - always_populate_raw_post_data = -1 - - -8) Open http://localhost/zabbix/ in your browser and walk through the setup, - then login with default user 'Admin' and password 'zabbix'. - - -9) Read the fine manual at http://www.zabbix.com/documentation/ - - -#### End ZABBIX3 local server installation section #### -#### #### - - -!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! ZABBIX2 -> ZABBIX3 Server Upgrade process !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! 0) BACK UP YOUR DATABASE !! -!! !! -!! 1) Be sure to use 'sudo port unload zabbix2' to stop the background !! -!! server before deactivating zabbix2. !! -!! !! -!! 2) Create ${prefix}/etc/zabbix3/zabbix_server.conf !! -!! zabbix_server.conf.sample is available for reference. !! -!! There are new features to consider. !! -!! ** NOTE conf dir is etc/zabbix3 ** !! -!! !! -!! 3) 'sudo port load zabbix3' after installing. !! -!! !! -!! For upgrade procedure, please see !! -!! http://www.zabbix.com/documentation/3.4/manual/installation/upgrade !! -!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - - -!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! ALWAYS BACK UP YOUR DATABASE BEFORE UPGRADING (between unload/load)! !! -!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -" -} From 472cb298baa120a17f3ff7122f49eb7c10232df6 Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Sat, 19 Oct 2024 13:11:27 -0700 Subject: [PATCH 181/446] p5-business-isbn-data: update to version 20241019.001 --- perl/p5-business-isbn-data/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/perl/p5-business-isbn-data/Portfile b/perl/p5-business-isbn-data/Portfile index 512dbfb3a4d8c..f1ace7b8d02de 100644 --- a/perl/p5-business-isbn-data/Portfile +++ b/perl/p5-business-isbn-data/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 -perl5.setup Business-ISBN-Data 20241017.001 ../../authors/id/B/BR/BRIANDFOY +perl5.setup Business-ISBN-Data 20241019.001 ../../authors/id/B/BR/BRIANDFOY revision 0 license Artistic-2 maintainers nomaintainer @@ -14,6 +14,6 @@ long_description {*}${description} platforms {darwin any} supported_archs noarch -checksums rmd160 49808da1170e9131cbb4756d581892543c32b4f3 \ - sha256 9f1f0a31d90f4236ba5df7d02d6225d069014cfb014426c16084411fc416f7a9 \ - size 35327 +checksums rmd160 1170785343ee151cab8426d3ca43655f27bf1f4e \ + sha256 e6c1a1124f2f2871dc08c1d2221debac239d2fc50c5baddcd9b41cbd8f159fb9 \ + size 35338 From 8885b030ee22d05b297e80da75665b3634d40131 Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Sat, 19 Oct 2024 13:22:22 -0700 Subject: [PATCH 182/446] p5-dbd-sqlite: update to version 1.76 --- perl/p5-dbd-sqlite/Portfile | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/perl/p5-dbd-sqlite/Portfile b/perl/p5-dbd-sqlite/Portfile index 534710536ee12..8c01d4e1b012b 100644 --- a/perl/p5-dbd-sqlite/Portfile +++ b/perl/p5-dbd-sqlite/Portfile @@ -4,20 +4,18 @@ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 -perl5.setup DBD-SQLite 1.74 ../../authors/id/I/IS/ISHIGAKI +perl5.setup DBD-SQLite 1.76 ../../authors/id/I/IS/ISHIGAKI revision 0 license {Artistic-1 GPL} maintainers nomaintainer -description Perl DBD interface to SQLite version 3 +description DBD::SQLite - Self-contained RDBMS in a DBI Driver long_description {*}${description} -platforms darwin +checksums rmd160 a3ddca6a8a0f41662416de4dc953a29d142fe83b \ + sha256 0a33a7a935be63371071dbe600cfaefa67cd971b67580a917bbf6ebaf723c584 \ + size 2747259 -checksums rmd160 8ef8c13870799e83414eaade9cd311b2f88240db \ - sha256 8994997d84b9feb4547795f78746c661fb72e3cb6a25dbdd789b731f5688a4dd \ - size 2656440 - -# uses embedded sqlite currently version 3.42.0 +# uses embedded sqlite version 3.46.1 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-dbi From c3a6ac271bca1aed2eba8472e72dc5a96ab6d952 Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Sat, 19 Oct 2024 13:30:38 -0700 Subject: [PATCH 183/446] p5-image-exiftool, exiftool: update to version 12.99 --- perl/exiftool/Portfile | 2 +- perl/p5-image-exiftool/Portfile | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/perl/exiftool/Portfile b/perl/exiftool/Portfile index 883fef0f8b139..3dd70437a837e 100644 --- a/perl/exiftool/Portfile +++ b/perl/exiftool/Portfile @@ -12,7 +12,7 @@ perl5.default_branch 5.34 perl5.create_variants ${perl5.branches} # keep version in sync with p5-image-exiftool -perl5.setup Image-ExifTool 12.98 +perl5.setup Image-ExifTool 12.99 license {Artistic-1 GPL} maintainers {devans @dbevans} openmaintainer diff --git a/perl/p5-image-exiftool/Portfile b/perl/p5-image-exiftool/Portfile index b3d2470dad646..218d3bb13c781 100644 --- a/perl/p5-image-exiftool/Portfile +++ b/perl/p5-image-exiftool/Portfile @@ -6,7 +6,7 @@ PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 perl5.link_binaries no # when updating this port, don't forget to keep port exiftool at same version -perl5.setup Image-ExifTool 12.98 +perl5.setup Image-ExifTool 12.99 revision 0 license {Artistic-1 GPL} maintainers {devans @dbevans} openmaintainer @@ -20,9 +20,9 @@ long_description {*}${description} homepage https://exiftool.org master_sites ${homepage} -checksums rmd160 47c003dfcf2a0186564652691c3108d0a4bf8b13 \ - sha256 0318773d9ceaf72940cfd736d73992ffe8ca83c007d814370b828bb9b7a47862 \ - size 7143417 +checksums rmd160 069fb85fcdc34c871309fdf3edcfce06006337e7 \ + sha256 267d86c13c28bb3546d30b4ba93c0b249f72e57e51bcc56062e1926d367f6e3e \ + size 7148809 livecheck.type regex livecheck.url ${homepage}/rss.xml From 26241fac142ac2bbe2a9071918ff20b301c66f4b Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Sat, 19 Oct 2024 15:33:55 -0500 Subject: [PATCH 184/446] pango*: Remove no-op delete command The command to delete pango-view.1.in does nothing because that file doesn't exist to begin with. See: https://trac.macports.org/ticket/56409 See: https://trac.macports.org/ticket/69876 --- x11/pango-devel/Portfile | 3 --- x11/pango/Portfile | 3 --- 2 files changed, 6 deletions(-) diff --git a/x11/pango-devel/Portfile b/x11/pango-devel/Portfile index f6718d779f3ce..e37304fce30ba 100644 --- a/x11/pango-devel/Portfile +++ b/x11/pango-devel/Portfile @@ -139,9 +139,6 @@ variant tests description {Enable test support} { pre-configure { delete ${worksrcpath}/subprojects/glib ${worksrcpath}/subprojects/glib.wrap - - # Fix for issue 56409: pango-view.1 man page not generated - delete ${worksrcpath}/pango-view/pango-view.1.in } post-destroot { diff --git a/x11/pango/Portfile b/x11/pango/Portfile index daf98fee1d577..8cfa0e63fd6ce 100644 --- a/x11/pango/Portfile +++ b/x11/pango/Portfile @@ -151,9 +151,6 @@ variant tests description {Enable test support} { pre-configure { delete ${worksrcpath}/subprojects/glib ${worksrcpath}/subprojects/glib.wrap - - # Fix for issue 56409: pango-view.1 man page not generated - delete ${worksrcpath}/pango-view/pango-view.1.in } post-destroot { From f9ade819fd42a1dc9c117d76f97da9b935995ea5 Mon Sep 17 00:00:00 2001 From: i0ntempest Date: Sat, 19 Oct 2024 17:00:55 -0400 Subject: [PATCH 185/446] mkvtoolnix: 88.0 --- multimedia/mkvtoolnix/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/multimedia/mkvtoolnix/Portfile b/multimedia/mkvtoolnix/Portfile index 2582196f0233d..ed1f08e400563 100644 --- a/multimedia/mkvtoolnix/Portfile +++ b/multimedia/mkvtoolnix/Portfile @@ -15,7 +15,7 @@ name mkvtoolnix conflicts mkvtoolnix-devel mkvtoolnix-legacy set my_name mkvtoolnix -version 87.0 +version 88.0 revision 0 categories multimedia maintainers {ryandesign @ryandesign} {i0ntempest @i0ntempest} openmaintainer @@ -30,9 +30,9 @@ homepage https://mkvtoolnix.download master_sites ${homepage}/sources/ use_xz yes -checksums rmd160 c163c96c793b0aeb5cbe4fd37f5fd4dd77f71137 \ - sha256 01cdfcbe01d9a771da4d475ed44d882a97695d08b6939684cebf56231bdee820 \ - size 11241000 +checksums rmd160 b32c5cb1704fd48e87a2011e2fe66f23eef105a7 \ + sha256 f2f08c0100740668ef8aba7953fe4aed8c04ee6a5b51717816a4b3d529df0a25 \ + size 11241552 distname ${my_name}-${version} dist_subdir ${my_name} From 6bbd13753ebf2a3d00541fbda6cdd961e5a392f2 Mon Sep 17 00:00:00 2001 From: i0ntempest Date: Sat, 19 Oct 2024 17:01:15 -0400 Subject: [PATCH 186/446] mkvtoolnix-devel: 88.0 --- multimedia/mkvtoolnix-devel/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/multimedia/mkvtoolnix-devel/Portfile b/multimedia/mkvtoolnix-devel/Portfile index e881c8fa6282d..3d1d364d3ff28 100644 --- a/multimedia/mkvtoolnix-devel/Portfile +++ b/multimedia/mkvtoolnix-devel/Portfile @@ -15,7 +15,7 @@ name mkvtoolnix-devel conflicts mkvtoolnix mkvtoolnix-legacy set my_name mkvtoolnix -version 87.0 +version 88.0 revision 0 categories multimedia maintainers {ryandesign @ryandesign} {mascguy @mascguy} {i0ntempest @i0ntempest} openmaintainer @@ -30,9 +30,9 @@ homepage https://mkvtoolnix.download master_sites ${homepage}/sources/ use_xz yes -checksums rmd160 c163c96c793b0aeb5cbe4fd37f5fd4dd77f71137 \ - sha256 01cdfcbe01d9a771da4d475ed44d882a97695d08b6939684cebf56231bdee820 \ - size 11241000 +checksums rmd160 b32c5cb1704fd48e87a2011e2fe66f23eef105a7 \ + sha256 f2f08c0100740668ef8aba7953fe4aed8c04ee6a5b51717816a4b3d529df0a25 \ + size 11241552 distname ${my_name}-${version} dist_subdir ${my_name} From 45d32158d823f783d02fdf1569edac5908ac7a4d Mon Sep 17 00:00:00 2001 From: i0ntempest Date: Sat, 19 Oct 2024 17:13:10 -0400 Subject: [PATCH 187/446] c-ares: update to 1.34.2 --- net/c-ares/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/c-ares/Portfile b/net/c-ares/Portfile index db88b5a540a20..5fcc8e3552292 100644 --- a/net/c-ares/Portfile +++ b/net/c-ares/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup cmake 1.1 PortGroup github 1.0 -github.setup c-ares c-ares 1.34.1 v +github.setup c-ares c-ares 1.34.2 v revision 0 categories net @@ -25,9 +25,9 @@ long_description This is c-ares, an asynchronous resolver \ homepage https://c-ares.org -checksums rmd160 12a83eebd1543ac2ce6255d868b154e6847f6d41 \ - sha256 7e846f1742ab5998aced36d170408557de5292b92ec404fb0f7422f946d60103 \ - size 1008224 +checksums rmd160 86e52d1d5309eb5193dba60af53587aaa2474c44 \ + sha256 35410aa625cc9ee95b66475f54aea7c81c673fb63d75fad5eee267711503b72a \ + size 1008432 depends_build-replace \ path:bin/cmake:cmake port:cmake-bootstrap From e6cf329b10ee45ef3d73822b72fa6fff83aa3c1e Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Sat, 19 Oct 2024 19:53:29 -0400 Subject: [PATCH 188/446] nb: update to 7.14.5 --- office/nb/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/office/nb/Portfile b/office/nb/Portfile index c7db4c611c3cf..dded41680ac40 100644 --- a/office/nb/Portfile +++ b/office/nb/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup github 1.0 -github.setup xwmx nb 7.14.4 +github.setup xwmx nb 7.14.5 github.tarball_from archive revision 0 @@ -31,9 +31,9 @@ maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer supported_archs noarch -checksums rmd160 3011d14942d648b7f47b2b58702c55c0ac326fe4 \ - sha256 d5d0291270b7f27c891dee581a91176afad1bdb3722cfe7120f0b48caf5dbf71 \ - size 751647 +checksums rmd160 4a5f29009205a4b8cd2b1487e663684336a0cd70 \ + sha256 1927cfbc6deb99ba0a4e26f2fd7d50f2e0f05dad41269ba12a6166b5b6976c77 \ + size 751660 depends_lib-append port:bash From da315039a94bf03fb4975a4cb82863b184b7d525 Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Sun, 20 Oct 2024 08:27:03 +0700 Subject: [PATCH 189/446] afl: fix build on 10.7 and older Closes: https://trac.macports.org/ticket/59187 --- devel/afl/Portfile | 25 ++++++++++++++++--------- devel/afl/files/patch-allow-32-bit.diff | 11 +++++++++++ 2 files changed, 27 insertions(+), 9 deletions(-) create mode 100644 devel/afl/files/patch-allow-32-bit.diff diff --git a/devel/afl/Portfile b/devel/afl/Portfile index bef0ec55bba52..8feb097c8c9a5 100644 --- a/devel/afl/Portfile +++ b/devel/afl/Portfile @@ -1,11 +1,14 @@ # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 +PortGroup legacysupport 1.1 + +# memmem +legacysupport.newest_darwin_requires_legacy 10 name afl version 2.52b categories devel security -platforms darwin maintainers nomaintainer license Apache-2 @@ -22,9 +25,13 @@ master_sites ${homepage}/releases extract.suffix .tgz checksums rmd160 b7c1174111cfc11d14a0982359ef903d5b8d1267 \ - sha256 43614b4b91c014d39ef086c5cc84ff5f068010c264c2c05bf199df60898ce045 + sha256 43614b4b91c014d39ef086c5cc84ff5f068010c264c2c05bf199df60898ce045 \ + size 835907 + +patchfiles-append patch-allow-32-bit.diff use_configure no + build.env CC=${configure.cc} \ CXX=${configure.cxx} \ "CFLAGS=${configure.cflags} [get_canonical_archflags cc]" \ @@ -32,15 +39,15 @@ build.env CC=${configure.cc} \ "LDFLAGS=${configure.ldflags} [get_canonical_archflags ld]" \ PREFIX=${prefix} -destroot.env PREFIX=${prefix} - -pre-fetch { - if {${os.subplatform} eq "macosx" && [vercmp ${macosx_version} 10.7] < 0} { - ui_error "${name} ${version} requires memmem(3), only available on OS X 10.7 or greater." - return -code error "incompatible macOS version" - } +if {${configure.build_arch} ni [list i386 x86_64]} { + build.args-append \ + AFL_NO_X86=1 + destroot.args-append \ + AFL_NO_X86=1 } +destroot.env PREFIX=${prefix} + livecheck.type regex livecheck.url ${master_sites} livecheck.regex afl-(\\d+(?:\\.\\d+)*b).tgz diff --git a/devel/afl/files/patch-allow-32-bit.diff b/devel/afl/files/patch-allow-32-bit.diff new file mode 100644 index 0000000000000..538ddb8546e19 --- /dev/null +++ b/devel/afl/files/patch-allow-32-bit.diff @@ -0,0 +1,11 @@ +--- afl-as.c 2017-11-05 10:24:47.000000000 +0800 ++++ afl-as.c 2024-09-20 00:28:05.000000000 +0800 +@@ -75,7 +75,7 @@ + static u8 use_64bit = 0; + + #ifdef __APPLE__ +-# error "Sorry, 32-bit Apple platforms are not supported." ++# warning "Sorry, 32-bit Apple platforms are not supported." + #endif /* __APPLE__ */ + + #endif /* ^__x86_64__ */ From bf11a1bb33acfa71e952f2381a2b0bab2fa60b25 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 21:55:56 -0400 Subject: [PATCH 190/446] py-python-ivi: drop py38 subport --- python/py-python-ivi/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-python-ivi/Portfile b/python/py-python-ivi/Portfile index 212c8fac6b9bb..71b9cee3f6660 100644 --- a/python/py-python-ivi/Portfile +++ b/python/py-python-ivi/Portfile @@ -20,7 +20,7 @@ checksums rmd160 a8493d7787a59f8315c02854237676c07442b74e \ size 256535 revision 0 -python.versions 38 39 310 +python.versions 39 310 if {${name} ne ${subport}} { depends_lib-append \ From 1c0e6149fe8d677d6d5dad8ae074c2d2e126f1c1 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 21:57:10 -0400 Subject: [PATCH 191/446] py-{pytools,pyopencl}: drop py38 subport --- python/py-pyopencl/Portfile | 2 +- python/py-pytools/Portfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/py-pyopencl/Portfile b/python/py-pyopencl/Portfile index 043fc2fa2e8c9..58df47f10fc70 100644 --- a/python/py-pyopencl/Portfile +++ b/python/py-pyopencl/Portfile @@ -20,7 +20,7 @@ checksums rmd160 d06a4f94eb2a85e9abe5e6b8eb1e72da96766bca \ sha256 220174efca900e9d5de5aef2aa1b77a6f2550501de92b035a91013aeae4d4c5e \ size 473899 -python.versions 38 39 310 311 +python.versions 39 310 311 python.pep517 no diff --git a/python/py-pytools/Portfile b/python/py-pytools/Portfile index e08ebdbab1f4d..fcc5013009ecf 100644 --- a/python/py-pytools/Portfile +++ b/python/py-pytools/Portfile @@ -22,7 +22,7 @@ checksums rmd160 9a4ba80461879a8111e14927e6d1b8c5d91fff53 \ sha256 80637873d206f6bcedf7cdb46ad93e868acb4ea2256db052dfcca872bdd0321f \ size 75472 -python.versions 38 39 310 311 +python.versions 39 310 311 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-appdirs \ From 0e5a465509df60a5ba09534681d15007f1e6a93f Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 21:28:38 -0400 Subject: [PATCH 192/446] py-quantities: drop py38 subport --- python/py-quantities/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-quantities/Portfile b/python/py-quantities/Portfile index 0dffbbc45e7bf..92adcf5aebe86 100644 --- a/python/py-quantities/Portfile +++ b/python/py-quantities/Portfile @@ -28,7 +28,7 @@ checksums rmd160 6936d7b9f6eb03fb1086b0a41cdcb3aa28733519 \ sha256 9ea31e2a0d7517cf24d546b14146def9292639993a616cca61b875ef796b4b2b \ size 99702 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ From f3d0aba1c3e2f098e95e1383a137eea055bf80f2 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 21:29:17 -0400 Subject: [PATCH 193/446] py-rasterio: drop py38 subport --- python/py-rasterio/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-rasterio/Portfile b/python/py-rasterio/Portfile index b91c858e2655b..2eef2f25169ce 100644 --- a/python/py-rasterio/Portfile +++ b/python/py-rasterio/Portfile @@ -10,7 +10,7 @@ revision 1 categories-append gis license BSD -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 maintainers {stromnov @stromnov} openmaintainer From 9ea630a0965b7ff2813000ced2cc1de5437ccb41 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 21:30:17 -0400 Subject: [PATCH 194/446] py-regions: drop py38 subport --- python/py-regions/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-regions/Portfile b/python/py-regions/Portfile index 84d538d83dc61..f6f91dc80184c 100644 --- a/python/py-regions/Portfile +++ b/python/py-regions/Portfile @@ -20,7 +20,7 @@ checksums rmd160 f8b95ef66a7e0a37f7001ce372885367afff46cc \ sha256 ac89875ac8b52277322a54e952d3bd7d1f48510aaf342354e07df005996459ae \ size 666760 -python.versions 38 39 310 +python.versions 39 310 if {${name} ne ${subport}} { patchfiles patch-pyproject.toml.diff From f53d905520d25880da1672ccd9b4595d3fa25dc9 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 21:31:22 -0400 Subject: [PATCH 195/446] py-samplerate: drop py38 subport --- python/py-samplerate/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-samplerate/Portfile b/python/py-samplerate/Portfile index cbd29b4eaf490..d18932520e6a6 100644 --- a/python/py-samplerate/Portfile +++ b/python/py-samplerate/Portfile @@ -18,7 +18,7 @@ checksums rmd160 5438099cc157130fe9f2f87184d6a11ce567bab3 \ sha256 75ef725e6cd9c4545569caf4c47147beab7b53b2c36e5122e8c285d348f88847 \ size 4044998 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ From 988dd001de5f7187bdc6732c36c84b3aa7079dd0 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 21:32:44 -0400 Subject: [PATCH 196/446] py-scikit-dsp-comm: drop py38 subport --- python/py-scikit-dsp-comm/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-scikit-dsp-comm/Portfile b/python/py-scikit-dsp-comm/Portfile index e25fa751686e6..04738869cff7a 100644 --- a/python/py-scikit-dsp-comm/Portfile +++ b/python/py-scikit-dsp-comm/Portfile @@ -21,7 +21,7 @@ description A collection of functions and classes to support signal \ processing and communications theory teaching and research long_description {*}${description} -python.versions 38 39 310 +python.versions 39 310 if {${name} ne ${subport}} { depends_lib-append \ From aaa0f93c528db4255cc5bfb31727d4a244472f8d Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 21:37:46 -0400 Subject: [PATCH 197/446] py-scikit-rf: drop py38 subport --- python/py-scikit-rf/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-scikit-rf/Portfile b/python/py-scikit-rf/Portfile index c9c10e1c3d11e..b2f9078fda188 100644 --- a/python/py-scikit-rf/Portfile +++ b/python/py-scikit-rf/Portfile @@ -23,7 +23,7 @@ long_description scikit-rf (aka skrf) is an Open Source, BSD-licensed \ Python programming language. It provides a modern, \ object-oriented library which is both flexible and scalable. -python.versions 38 39 +python.versions 39 if {${name} ne ${subport}} { depends_lib-append \ From 906ad4bd9357177581f52e9c232d06cbbd1dad5e Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 21:39:41 -0400 Subject: [PATCH 198/446] py-sk-video: drop py38 subport --- python/py-sk-video/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-sk-video/Portfile b/python/py-sk-video/Portfile index d840b9085ba92..d486325f0118a 100644 --- a/python/py-sk-video/Portfile +++ b/python/py-sk-video/Portfile @@ -21,7 +21,7 @@ checksums rmd160 9cdba41b54e523f233c539d2d6fd1f7acd5ef3e5 \ sha256 fb7125cfa2b31253dcf181d0bf285edd6bb25ffebf61dbd8ba11fadb783609a1 \ size 2233857 -python.versions 38 39 +python.versions 39 if {${name} ne ${subport}} { depends_lib-append \ From 4c7276a150922dc5678385103b635fca93fc8522 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 21:44:03 -0400 Subject: [PATCH 199/446] py-spglib: drop py38 subport --- python/py-spglib/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-spglib/Portfile b/python/py-spglib/Portfile index 3d9fadc46ed07..96f2ea1e0adc7 100644 --- a/python/py-spglib/Portfile +++ b/python/py-spglib/Portfile @@ -20,7 +20,7 @@ checksums rmd160 c34893c3d45d54232d09348894664e244385b2fa \ sha256 6e63f9ee61b70f153a22d3b550b183da531f890475917fce203bad4597aac243 \ size 2819047 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ From 991753caa86da3fe3cd872aec5cf04409a3e0dad Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 21:46:06 -0400 Subject: [PATCH 200/446] py-spiceypy: update to 6.0.0; drop py38, add py312 subport --- python/py-spiceypy/Portfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python/py-spiceypy/Portfile b/python/py-spiceypy/Portfile index 104fd0e558868..50e9d2aedde76 100644 --- a/python/py-spiceypy/Portfile +++ b/python/py-spiceypy/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 -github.setup AndrewAnnex SpiceyPy 4.0.0 v +github.setup AndrewAnnex SpiceyPy 6.0.0 v github.tarball_from archive revision 0 name py-spiceypy @@ -16,11 +16,11 @@ maintainers nomaintainer description SpiceyPy: The NASA JPL NAIF SPICE toolkit wrapper for Python long_description {*}${description} -checksums rmd160 39bb5f19cd14102823a033df8d360928bd3f5ee9 \ - sha256 09d27993ab8d9b00ac8409b88915ca637c4db1d6416e7fc0c89839a223344c76 \ - size 351429 +checksums rmd160 b53af82068ee54654595d554eb8d5af848e50a9a \ + sha256 a228ab157aa17c2ab38ebc2681c89c9c3e8a94aa84e8018aed115bcd8265f73f \ + size 382270 -python.versions 38 +python.versions 312 if {${name} ne ${subport}} { depends_lib-append \ From f1f1f6a8abdbf3d4e211198d779d5eda8eccb882 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 21:53:27 -0400 Subject: [PATCH 201/446] py-word2vec: drop py38 subport --- python/py-word2vec/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-word2vec/Portfile b/python/py-word2vec/Portfile index 8614b465db38b..3937baa98ee54 100644 --- a/python/py-word2vec/Portfile +++ b/python/py-word2vec/Portfile @@ -20,7 +20,7 @@ checksums rmd160 074b23b5b0232ee460bff55c6db3440730c8ad76 \ sha256 222d8ffb47f385c43eba45e3f308e605fc9736b2b7137d74979adf1a31e7c8b4 \ size 42318 -python.versions 38 39 310 +python.versions 39 310 if {${name} ne ${subport}} { patchfiles patch-setup.py.diff From 44aab3369465d02a86d6aecb467c781cd2dce631 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 21:54:16 -0400 Subject: [PATCH 202/446] py-xarray-einstats: drop py38 subport --- python/py-xarray-einstats/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-xarray-einstats/Portfile b/python/py-xarray-einstats/Portfile index 10158591bdf6b..b7e4cb531c685 100644 --- a/python/py-xarray-einstats/Portfile +++ b/python/py-xarray-einstats/Portfile @@ -23,7 +23,7 @@ checksums rmd160 aec35d8ff1f482856d7acffb135c47a3e44f1fcf \ sha256 7f1573f9bd4d60d6e7ed9fd27c4db39da51ec49bf8ba654d4602a139a6309d7f \ size 30225 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 python.pep517_backend flit if {${name} ne ${subport}} { From d0d0fc805a9f676b1740593b6101342ebbcd0b5b Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:02:37 -0400 Subject: [PATCH 203/446] py-zlmdb: drop py38, add py39 --- python/py-zlmdb/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-zlmdb/Portfile b/python/py-zlmdb/Portfile index 3fa519d600dac..1e4d729e71961 100644 --- a/python/py-zlmdb/Portfile +++ b/python/py-zlmdb/Portfile @@ -22,7 +22,7 @@ checksums rmd160 e21331af67be04b87e9cce9930cf845fccf412d6 \ sha256 9fde9e94d272c344b8437355af94b1cb76e3707d8d6c77488f9df2e749c1353f \ size 129680 -python.versions 38 +python.versions 39 patchfiles patch-setup.py.diff From 00d4f321454e668e512ffe8fcb578805434db83e Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:07:23 -0400 Subject: [PATCH 204/446] py-theano-pymc: drop py38 subport --- python/py-theano-pymc/Portfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/python/py-theano-pymc/Portfile b/python/py-theano-pymc/Portfile index 7c23f451975cb..c7507d3121a6b 100644 --- a/python/py-theano-pymc/Portfile +++ b/python/py-theano-pymc/Portfile @@ -23,13 +23,9 @@ checksums rmd160 b5b36cbda77dada32128025796350809c132e97c \ sha256 5da6c2242ea72a991c8446d7fe7d35189ea346ef7d024c890397011114bf10fc \ size 1810180 -python.versions 38 39 310 +python.versions 39 310 if {${name} ne ${subport}} { - if {${python.version} == 38} { - conflicts py${python.version}-theano - } - depends_build-append \ port:py${python.version}-filelock \ port:py${python.version}-numpy \ From e1f818da2cbdd13cae4d53ac6710d344bc4c1490 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:08:25 -0400 Subject: [PATCH 205/446] py-atpy: drop py38 subport --- python/py-atpy/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-atpy/Portfile b/python/py-atpy/Portfile index 68c7e91c19953..e06090209e334 100644 --- a/python/py-atpy/Portfile +++ b/python/py-atpy/Portfile @@ -27,7 +27,7 @@ checksums rmd160 a2c76ef4ac595d0f9cbfb0a21d3bf1bf98b088cf \ sha256 4286bb0e4de30df16d6ffd14eb92e4bd47cba2b486834ca95db512c830d0693c \ size 663163 -python.versions 38 39 +python.versions 39 if {${name} ne ${subport}} { From 72641ca177cf05fcbd8d1f76dd55d7ddf6b88842 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:09:03 -0400 Subject: [PATCH 206/446] py-coremltools: drop py38 subport --- python/py-coremltools/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-coremltools/Portfile b/python/py-coremltools/Portfile index bdbb7d1abbf41..49a27980b9522 100644 --- a/python/py-coremltools/Portfile +++ b/python/py-coremltools/Portfile @@ -28,7 +28,7 @@ checksums rmd160 55c3cac1f899491788414e4f469f6f0f3f33f364 \ sha256 89666293ec6eed83ea39d68904416103a30abc8e6d8bfae610ed55e1a8599263 \ size 936369 -python.versions 38 39 310 +python.versions 39 310 if {${name} ne ${subport}} { depends_build-append \ From f9716cc5e301abc6029d463f9635e45599be3966 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:10:39 -0400 Subject: [PATCH 207/446] py-fairseq: drop py38 subport --- python/py-fairseq/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-fairseq/Portfile b/python/py-fairseq/Portfile index a8db9cdbe0111..1539a4496d82b 100644 --- a/python/py-fairseq/Portfile +++ b/python/py-fairseq/Portfile @@ -23,7 +23,7 @@ checksums rmd160 05969920d445518f940eb3bc0bb4fefe74e64d05 \ sha256 a34ccef8f779da9dd878fd6d21633de8af8573075e6ef087fd945598cf170c92 \ size 12042596 -python.versions 38 39 310 +python.versions 39 310 if {${name} ne ${subport}} { depends_lib-append \ From 27b47e281d099872add22bcbcd06b64b41175b83 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:11:50 -0400 Subject: [PATCH 208/446] fasttext: drop py38 subport --- textproc/fasttext/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/fasttext/Portfile b/textproc/fasttext/Portfile index 247cd065b113d..dc7b126270d70 100644 --- a/textproc/fasttext/Portfile +++ b/textproc/fasttext/Portfile @@ -36,7 +36,7 @@ post-destroot { } # create Python subports -set python_versions {38 39} +set python_versions {39} # Python modules foreach v ${python_versions} { From 3a251693758b0e08f7e3b53f2b2ac79495906731 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:12:24 -0400 Subject: [PATCH 209/446] py-folium: drop py38 subport --- python/py-folium/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-folium/Portfile b/python/py-folium/Portfile index 02c9241475012..ab2ab4857069a 100644 --- a/python/py-folium/Portfile +++ b/python/py-folium/Portfile @@ -25,7 +25,7 @@ checksums rmd160 278cc7f60e8c4cb72da445cbca1371819f0941d5 \ sha256 cb792d11e8049a455d3dc6416cdd8e7a1623d6b949f6e42c45a5d8fa4d1e24f4 \ size 93369 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${subport} ne ${name}} { depends_build-append \ From b4e1cf108dd35aadf473a5e64d9ae0a959a5a378 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:13:42 -0400 Subject: [PATCH 210/446] py-imagehash: drop py38 subport --- python/py-imagehash/Portfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/python/py-imagehash/Portfile b/python/py-imagehash/Portfile index 8c888d5a1b3ef..c7f1fcd258720 100644 --- a/python/py-imagehash/Portfile +++ b/python/py-imagehash/Portfile @@ -33,12 +33,9 @@ checksums rmd160 46c6a282f7ebb9c3fb5256a318259699fdb9e817 \ sha256 7038d1b7f9e0585beb3dd8c0a956f02b95a346c0b5f24a9e8cc03ebadaf0aa70 \ size 296989 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${subport} ne ${name}} { - depends_build-append \ - port:py${python.version}-setuptools - depends_run-append \ port:py${python.version}-numpy \ port:py${python.version}-Pillow \ From 71589306722c22dedeca3c09bf36caae6bb6c03b Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:14:39 -0400 Subject: [PATCH 211/446] py-kerras2onnx: drop py38 subport --- python/py-keras2onnx/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-keras2onnx/Portfile b/python/py-keras2onnx/Portfile index 062e01af967ab..118ae84f1886a 100644 --- a/python/py-keras2onnx/Portfile +++ b/python/py-keras2onnx/Portfile @@ -29,7 +29,7 @@ checksums rmd160 532fb15f6d1c2693c340d6845e8dce844e7ce75b \ sha256 930f2cef55baf840eb701e51b2cfc4d1471dc17b7162673f743813bd69c47735 \ size 778453 -python.versions 38 39 310 +python.versions 39 310 if {${name} ne ${subport}} { depends_run-append \ From c538c043cf6005ee922c379ae220436b917c461d Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:15:31 -0400 Subject: [PATCH 212/446] py-tensor2tensor: drop py38 subport --- python/py-tensor2tensor/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-tensor2tensor/Portfile b/python/py-tensor2tensor/Portfile index 0c1b280cedd26..b50cd4a927196 100644 --- a/python/py-tensor2tensor/Portfile +++ b/python/py-tensor2tensor/Portfile @@ -27,7 +27,7 @@ checksums rmd160 56b4b430deef0d8736ce25701db85c8e0bf97707 \ sha256 fea72911b20049874e645b46689d6e00f6f4e000ac8ad1c1d563377ace9d8f69 \ size 4272683 -python.versions 38 39 +python.versions 39 if {${name} ne ${subport}} { depends_run-append \ From 3fb9bca08f3387f7247910a9826aa4788bf5aef8 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:16:00 -0400 Subject: [PATCH 213/446] py-kfac: drop py38 subport --- python/py-kfac/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-kfac/Portfile b/python/py-kfac/Portfile index 1b7a654504957..a5168a855e715 100644 --- a/python/py-kfac/Portfile +++ b/python/py-kfac/Portfile @@ -27,7 +27,7 @@ checksums rmd160 dd72ba0076f11a418b15f20faa49ad943d671851 \ sha256 691951f6c97bc9e729d84f37e1ac5f3fe596564312d07f734e0e69ae74d16102 \ size 1359727 -python.versions 38 39 +python.versions 39 if {${name} ne ${subport}} { depends_run-append \ From 841e41850a260a0f3a00172558d857a50e549ef7 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:16:33 -0400 Subject: [PATCH 214/446] py-gym: drop py38 subport --- python/py-gym/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-gym/Portfile b/python/py-gym/Portfile index c2c4594aedd76..1c0590d0dbc20 100644 --- a/python/py-gym/Portfile +++ b/python/py-gym/Portfile @@ -23,7 +23,7 @@ checksums rmd160 bba7c7df9dc9ddf2ec50143155fd4ac1a175888b \ sha256 c968b94933ee0d130490d7e86814c1bd4a10d4ec473703b5c96da09a90e9ddbd \ size 1612286 -python.versions 38 39 +python.versions 39 if {${name} ne ${subport}} { depends_run-append \ From bdfe87f4160b855c5960ae5cda46d26c236caef0 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:17:03 -0400 Subject: [PATCH 215/446] py-mir_eval: drop py38 subport --- python/py-mir_eval/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-mir_eval/Portfile b/python/py-mir_eval/Portfile index e81206369ccdf..7186a704c7b7b 100644 --- a/python/py-mir_eval/Portfile +++ b/python/py-mir_eval/Portfile @@ -29,7 +29,7 @@ checksums rmd160 df4c42b789bc66acdc76ad73aed3198db89ce088 \ sha256 014939ae2e2e8a9b63145bc50437695e5a7213a0af5263b7aa1754e42041e9d9 \ size 2605143 -python.versions 38 39 +python.versions 39 if {${name} ne ${subport}} { depends_run-append \ From 9c99668fb793dd98dc2c6610d1e570f192a8b05e Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:17:32 -0400 Subject: [PATCH 216/446] py-montage: drop py38 subport --- python/py-montage/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-montage/Portfile b/python/py-montage/Portfile index 4a4ecf09119b0..6501880907f74 100644 --- a/python/py-montage/Portfile +++ b/python/py-montage/Portfile @@ -27,7 +27,7 @@ checksums rmd160 df25df2b3610257f3f2c004abe601370d5e76434 \ sha256 cdf7722297c95ef0c3065de96636d467cb9db4049298f4df10957d209e64a724 \ size 187490 -python.versions 38 39 +python.versions 39 if {${name} ne ${subport}} { depends_run-append \ From 2580ef9065fc4d76f34c21751672d70737f77505 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:18:06 -0400 Subject: [PATCH 217/446] py-moviepy: drop py38 subport --- python/py-moviepy/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-moviepy/Portfile b/python/py-moviepy/Portfile index 1b2b1b0b98373..b1e9175b23abc 100644 --- a/python/py-moviepy/Portfile +++ b/python/py-moviepy/Portfile @@ -32,7 +32,7 @@ checksums rmd160 2b449ca890bd83e89096e1c5dd954c14ccde1dc2 \ supported_archs noarch -python.versions 38 39 310 +python.versions 39 310 if {${name} ne ${subport}} { depends_run-append \ From 5ed61396571f80168231eaa76c1de2694021fffc Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:19:06 -0400 Subject: [PATCH 218/446] py-pretty-midi: drop py38 subport --- python/py-pretty-midi/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-pretty-midi/Portfile b/python/py-pretty-midi/Portfile index 8330a20bf952a..ca7d563c7300d 100644 --- a/python/py-pretty-midi/Portfile +++ b/python/py-pretty-midi/Portfile @@ -25,7 +25,7 @@ checksums rmd160 c73aedc87c7d157a92e3632c182407e006dbbffb \ sha256 0d2955ce3636eee9d0cff831fa9a703d2afeb46aeec5cd9d1aeb4cb7b49ef591 \ size 5847871 -python.versions 38 39 310 311 +python.versions 39 310 311 if {${name} ne ${subport}} { depends_run-append \ From 37be3b24fa1051950f5955a0675d910c0098c159 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:19:54 -0400 Subject: [PATCH 219/446] py-pytorch-lightning: drop py38 subport --- python/py-pytorch-lightning/Portfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/python/py-pytorch-lightning/Portfile b/python/py-pytorch-lightning/Portfile index ada537e6d1e1d..2d50cb4383ba9 100644 --- a/python/py-pytorch-lightning/Portfile +++ b/python/py-pytorch-lightning/Portfile @@ -22,12 +22,9 @@ checksums rmd160 2d040c8c43ba63ca154cc86f7db993a36375a9b9 \ sha256 8d521f2619b9db2ada5bbaf9713330d01460e75a11e4bc0bc2ca25fd37c47c57 \ size 486048 -python.versions 38 39 310 +python.versions 39 310 if {${name} ne ${subport}} { - depends_build-append \ - port:py${python.version}-setuptools - depends_run-append \ port:py${python.version}-fsspec \ port:py${python.version}-future \ @@ -36,6 +33,4 @@ if {${name} ne ${subport}} { port:py${python.version}-tensorboard \ port:py${python.version}-tqdm \ port:py${python.version}-yaml - - livecheck.type none } From 9dc15ad64b724f5295a6da5ac5286f63160d6ac3 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:22:02 -0400 Subject: [PATCH 220/446] py-soundfile: drop py38 subport --- python/py-soundfile/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-soundfile/Portfile b/python/py-soundfile/Portfile index b180f2dbb2cb4..35a81dfab2779 100644 --- a/python/py-soundfile/Portfile +++ b/python/py-soundfile/Portfile @@ -36,7 +36,7 @@ checksums rmd160 2c6637646b56575bfd0831546ab8dc127d3bf11c \ # See: https://trac.macports.org/wiki/PortfileRecipes#stealth-updates dist_subdir ${name}/${version}_1 -python.versions 38 39 310 311 +python.versions 39 310 311 if {${name} ne ${subport}} { depends_lib-append \ From 0fb87005ca3b95bf33a3c92662b088349dff8c1d Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:22:27 -0400 Subject: [PATCH 221/446] py-sox: drop py38 subport --- python/py-sox/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-sox/Portfile b/python/py-sox/Portfile index 68ff88bfb8fa1..ef657dbc88249 100644 --- a/python/py-sox/Portfile +++ b/python/py-sox/Portfile @@ -21,7 +21,7 @@ checksums rmd160 dcf1bc93b886d7a0a01812dff212926430501673 \ supported_archs noarch -python.versions 38 39 +python.versions 39 if {${name} ne ${subport}} { depends_run-append \ From b9dd885dab14c3723ce78716dc76a944cc79ffd6 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:22:53 -0400 Subject: [PATCH 222/446] py-soxr: drop py38 subport --- python/py-soxr/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-soxr/Portfile b/python/py-soxr/Portfile index aeed6be2dfc01..aa977756c3e76 100644 --- a/python/py-soxr/Portfile +++ b/python/py-soxr/Portfile @@ -22,7 +22,7 @@ checksums rmd160 f2441bee743b8c598e49c19a87057ec9ba473431 \ sha256 436ddff00c6eb2c75b79c19cfdca7527b1e31b5fad738652f044045ba6258593 \ size 296432 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ From fd9b04a4fe08682fa25747ef8401bc5812974466 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:24:11 -0400 Subject: [PATCH 223/446] py-tensorflow-datasets: drop py38 subport --- python/py-tensorflow-datasets/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-tensorflow-datasets/Portfile b/python/py-tensorflow-datasets/Portfile index 09296e1aea232..8abf4730f6107 100644 --- a/python/py-tensorflow-datasets/Portfile +++ b/python/py-tensorflow-datasets/Portfile @@ -24,7 +24,7 @@ checksums rmd160 a4cdd40935581a920dd1d2bad2c546a991b7f2f6 \ sha256 0f700096c82f288833714f6120f3cd4a1d08e22095dda182cc4d3ac31b66977a \ size 208979612 -python.versions 38 39 310 311 +python.versions 39 310 311 if {${name} ne ${subport}} { depends_run-append \ From 302418338cefce66240e34fdd14977c9038fc7c5 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:25:22 -0400 Subject: [PATCH 224/446] py-tensorflow-{metal,macos}: drop py38 subport --- python/py-tensorflow-macos/Portfile | 2 +- python/py-tensorflow-metal/Portfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/py-tensorflow-macos/Portfile b/python/py-tensorflow-macos/Portfile index bf72c30f52420..48038f3868139 100644 --- a/python/py-tensorflow-macos/Portfile +++ b/python/py-tensorflow-macos/Portfile @@ -29,7 +29,7 @@ extract.only # sudo port -d checksum py310-tensorflow-macos os.arch=arm build_arch=arm64 # run `port clean --all py*-tensorflow-macos` afterwards -python.versions 38 39 310 +python.versions 39 310 python.pep517 yes python.pep517_backend diff --git a/python/py-tensorflow-metal/Portfile b/python/py-tensorflow-metal/Portfile index a05f7b560f18b..4d65175e993cf 100644 --- a/python/py-tensorflow-metal/Portfile +++ b/python/py-tensorflow-metal/Portfile @@ -29,7 +29,7 @@ extract.only # sudo port -d checksum py310-tensorflow-metal os.arch=arm build_arch=arm64 # run `port clean --all py*-tensorflow-metal` afterwards -python.versions 38 39 310 +python.versions 39 310 python.pep517 yes python.pep517_backend From 9e51966e4cccfc10e025209a51415673374fa8f3 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:26:57 -0400 Subject: [PATCH 225/446] py-wxutils: drop py38 subport --- python/py-wxutils/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-wxutils/Portfile b/python/py-wxutils/Portfile index 3840c79971dee..7ca3a56965981 100644 --- a/python/py-wxutils/Portfile +++ b/python/py-wxutils/Portfile @@ -25,7 +25,7 @@ checksums rmd160 d600652f4304d0ca8eb256affbab190c6cafede6 \ sha256 03fba8348bf7f3a565c66d92bcbf54bdeab2f606947f0461b184ec45a0bb7c5d \ size 63120 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ From df6c13ad90e2a148188f8a7a7cf2054f527aac60 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:27:25 -0400 Subject: [PATCH 226/446] py-wxpython-4.0: drop py38 subport --- python/py-wxpython-4.0/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-wxpython-4.0/Portfile b/python/py-wxpython-4.0/Portfile index 391a1cd721ae3..82ae2b7f560bb 100644 --- a/python/py-wxpython-4.0/Portfile +++ b/python/py-wxpython-4.0/Portfile @@ -27,7 +27,7 @@ checksums rmd160 ff4d6710cfd293d63ffe6baa1255acf6e604a26b \ sha256 e48de211a6606bf072ec3fa778771d6b746c00b7f4b970eb58728ddf56d13d5c \ size 73724359 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { patchfiles-append \ From 798727c9610c4f0ca2ee12953ae6e9d42e2fca98 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:28:08 -0400 Subject: [PATCH 227/446] py-xraydb: drop py38 subport --- python/py-xraydb/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-xraydb/Portfile b/python/py-xraydb/Portfile index 01d362ac1b8f5..62965452dc9a0 100644 --- a/python/py-xraydb/Portfile +++ b/python/py-xraydb/Portfile @@ -25,7 +25,7 @@ checksums rmd160 cf7aec50752e567fd9ea6ec255bd6ba60a3ddfdb \ sha256 24e25bc2bba20cdd05a368b4721ec53f36548862e2993719962f718c5160ffdc \ size 3846422 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ From 6103638011aa332aff62b298ead541d19a786d11 Mon Sep 17 00:00:00 2001 From: Pino <10352574+PinoTucana@users.noreply.github.com> Date: Sun, 20 Oct 2024 06:17:40 -0300 Subject: [PATCH 228/446] oh-my-posh: update to version 23.20.2 --- sysutils/oh-my-posh/Portfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sysutils/oh-my-posh/Portfile b/sysutils/oh-my-posh/Portfile index e4cc27217620b..5b34d1cf003de 100644 --- a/sysutils/oh-my-posh/Portfile +++ b/sysutils/oh-my-posh/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/JanDeDobbeleer/oh-my-posh 23.20.1 v +go.setup github.com/JanDeDobbeleer/oh-my-posh 23.20.2 v go.offline_build no github.tarball_from archive revision 0 @@ -20,15 +20,15 @@ maintainers {gmail.com:herby.gillot @herbygillot} \ {duck.com:ihj3s1wy @PinoTucana} \ openmaintainer -checksums rmd160 9e91aeb200dcfb0a841451c044b0bf7a479cf394 \ - sha256 5fc4d87e45d8c3ad8497362400abe625ab5dd51f85c6ee3ba5c5ae162206d1b2 \ - size 6670276 +checksums rmd160 e138710089e6d855d340300b085324fa4b3a43b5 \ + sha256 b21a95f5f8659733761cf2088a19b34e253d231d77efbfc9aea4b29aee208113 \ + size 6670212 build.dir ${worksrcpath}/src build.pre_args-append \ -ldflags \"-X github.com/jandedobbeleer/oh-my-posh/src/build.Version=${version} \ - -X github.com/jandedobbeleer/oh-my-posh/src/build.Date="2024-10-01"\" -o ${name} + -X github.com/jandedobbeleer/oh-my-posh/src/build.Date="2024-10-19"\" -o ${name} set omp_share_path ${prefix}/share/${name} From 0068994a166465292f2ab5013790f10886144be1 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Sun, 20 Oct 2024 08:47:54 -0400 Subject: [PATCH 229/446] tbls: update to 1.78.1 --- databases/tbls/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/tbls/Portfile b/databases/tbls/Portfile index 3f0febe124f49..3ef6f24f93c28 100644 --- a/databases/tbls/Portfile +++ b/databases/tbls/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/k1LoW/tbls 1.77.0 v +go.setup github.com/k1LoW/tbls 1.78.1 v github.tarball_from archive revision 0 @@ -20,9 +20,9 @@ license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer -checksums rmd160 a4aebf090a9f42de299e89681b62e4b216d1cb68 \ - sha256 6be85cfa82cf3a75bca03cd49739307f5ca60768624742f7020d36a1c5ee4984 \ - size 4841215 +checksums rmd160 cefbfe1467ca01367ad6ecdd1405108673ea09ce \ + sha256 0a2685cec98ff43487fee3443acd179cddc7dadf1a47c08e6a6df38c9195c2b9 \ + size 4843740 # Allow Go to download dependencies during build time go.offline_build no From fe95c37833a7c81528c45c657e200ada1cca539d Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Sun, 20 Oct 2024 08:52:24 -0400 Subject: [PATCH 230/446] nuclei: update to 3.3.5 --- security/nuclei/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/security/nuclei/Portfile b/security/nuclei/Portfile index b8c2a40e5cd21..474040996590a 100644 --- a/security/nuclei/Portfile +++ b/security/nuclei/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/projectdiscovery/nuclei 3.3.4 v +go.setup github.com/projectdiscovery/nuclei 3.3.5 v go.package github.com/projectdiscovery/nuclei/v3 go.offline_build no github.tarball_from archive @@ -28,9 +28,9 @@ license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer -checksums rmd160 b94c5ce083580f5bc6dbd8ff783783246fa74b08 \ - sha256 2be73621c43de19943cc7f9e826219ea0dbef6180893c8c4fffc56d64271ff3d \ - size 2301877 +checksums rmd160 596f36f6fb25adb5191ac89debb4d6592ea6ca10 \ + sha256 aafdfd00a65c72bf1414934cc932b262316f167838835e619b7c079db825b569 \ + size 11844135 build.args-append ./cmd/${name} From 9c25c94cc20dcd531adc1e7336783592d2e110fd Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Sun, 20 Oct 2024 08:57:08 -0400 Subject: [PATCH 231/446] ox: update to 0.6.7 --- editors/ox/Portfile | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/editors/ox/Portfile b/editors/ox/Portfile index 2e09d939be5f6..252de5005d8d5 100644 --- a/editors/ox/Portfile +++ b/editors/ox/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup cargo 1.0 -github.setup curlpipe ox 0.6.6 +github.setup curlpipe ox 0.6.7 github.tarball_from archive revision 0 @@ -25,9 +25,9 @@ maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums ${distname}${extract.suffix} \ - rmd160 565654249e5b0346e432817dfc193b1a463b25d1 \ - sha256 1142d07846ccf5e9f12cada485da949783ab83076af2af6c62b1606df5b55d9a \ - size 136515 + rmd160 24eea6494df48eacebc83b0ee9aff6b592738b6d \ + sha256 cfed456ebe31dbe5fd13fc87ec4cb7e24d8b989f5878e14963c0a534ca5259e7 \ + size 144530 cargo.offline_cmd @@ -43,12 +43,12 @@ destroot { cargo.crates \ aho-corasick 1.1.3 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 \ alinio 0.2.1 66e562e228ad1df7eba72a66d8fa2215b8264bc1bff74a1b34b20d12aaae3b95 \ - autocfg 1.3.0 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0 \ + autocfg 1.4.0 ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 \ base64 0.22.1 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 \ bitflags 2.6.0 b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de \ bstr 1.10.0 40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c \ byteorder 1.5.0 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b \ - cc 1.1.21 07b1695e2c7e8fc85310cde85aeaab7e3097f593c91d209d3f9df76c928100f0 \ + cc 1.1.30 b16803a61b81d9eabb7eae2588776c4c1e584b738ede45fdbb4c972cec1e9945 \ cfg-if 1.0.0 baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd \ crossterm 0.28.1 829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6 \ crossterm_winapi 0.9.1 acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b \ @@ -67,29 +67,29 @@ cargo.crates \ lock_api 0.4.12 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 \ log 0.4.22 a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24 \ lua-src 547.0.0 1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42 \ - luajit-src 210.5.10+f725e44 18a0fa0df28e21f785c48d9c0f0be355cf40658badb667284207dbb4d1e574a9 \ + luajit-src 210.5.11+97813fb 3015551c284515db7c30c559fc1080f9cb9ee990d1f6fca315451a107c7540bb \ memchr 2.7.4 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 \ mio 1.0.2 80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec \ mlua 0.9.9 d111deb18a9c9bd33e1541309f4742523bfab01d276bfa9a27519f6de9c11dc7 \ mlua-sys 0.6.3 ebe026d6bd1583a9cf9080e189030ddaea7e6f5f0deb366a8e26f8a26c4135b8 \ num-traits 0.2.19 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 \ - once_cell 1.19.0 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 \ + once_cell 1.20.2 1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775 \ option-ext 0.2.0 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d \ parking_lot 0.12.3 f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27 \ parking_lot_core 0.9.10 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 \ pkg-config 0.3.31 953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2 \ ppv-lite86 0.2.20 77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04 \ - proc-macro2 1.0.86 5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77 \ + proc-macro2 1.0.87 b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a \ quick-error 2.0.1 a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3 \ quote 1.0.37 b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af \ rand 0.8.5 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 \ rand_chacha 0.3.1 e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 \ rand_core 0.6.4 ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c \ - redox_syscall 0.5.6 355ae415ccd3a04315d3f8246e86d67689ea74d88d915576e1589a351062a13b \ + redox_syscall 0.5.7 9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f \ redox_users 0.4.6 ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43 \ - regex 1.10.6 4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619 \ - regex-automata 0.4.7 38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df \ - regex-syntax 0.8.4 7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b \ + regex 1.11.0 38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8 \ + regex-automata 0.4.8 368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3 \ + regex-syntax 0.8.5 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c \ ropey 1.6.1 93411e420bcd1a75ddd1dc3caf18c23155eda2c090631a85af21ba19e97093b5 \ rustc-hash 2.0.0 583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152 \ rustix 0.38.37 8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811 \ @@ -104,8 +104,8 @@ cargo.crates \ smallvec 1.13.2 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 \ str_indices 0.4.3 e9557cb6521e8d009c51a8666f09356f4b817ba9ba0981a305bd86aee47bd35c \ sugars 3.0.1 cc0db74f9ee706e039d031a560bd7d110c7022f016051b3d33eeff9583e3e67a \ - syn 2.0.77 9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed \ - synoptic 2.0.6 ae9709e6bef1ab11de1bf1d091cd6e60468f35d54b72e83005a6396a80c96c15 \ + syn 2.0.79 89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590 \ + synoptic 2.0.8 1397c98697342b5b76b1dce4ecf2a912dc6407257b7db8c3006ab7d9b69b5b70 \ thiserror 1.0.64 d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84 \ thiserror-impl 1.0.64 08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3 \ unicode-ident 1.0.13 e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe \ From 988d9fc2aaf18471096ffce99a2d7710c881d2d1 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Sun, 20 Oct 2024 08:58:08 -0400 Subject: [PATCH 232/446] oasdiff: update to 1.10.27 --- devel/oasdiff/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/oasdiff/Portfile b/devel/oasdiff/Portfile index 2c2891ab9f9e2..68116a9ca8a0f 100644 --- a/devel/oasdiff/Portfile +++ b/devel/oasdiff/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/Tufin/oasdiff 1.10.26 v +go.setup github.com/Tufin/oasdiff 1.10.27 v go.offline_build no github.tarball_from archive revision 0 @@ -20,9 +20,9 @@ license Apache-2 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer -checksums rmd160 e84c76e2d59d8b758380a4978d005a2dd8cc4cbe \ - sha256 678203c0e94ee7b6946419867eb6fd4d22cf2a9b6d6434e9be7431736b196807 \ - size 330879 +checksums rmd160 dab270f208e071286d96ef592c7bdf64b91f0abd \ + sha256 e38f326490c62eca6924208865df3516c0f5d0d22df8be2f78e7e918da7980f3 \ + size 331269 destroot { xinstall -m 0766 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ From b64c17c44a104dfc523dc7dd3008621bd0f7558e Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Sun, 20 Oct 2024 08:59:47 -0400 Subject: [PATCH 233/446] pgroll: update to 0.7.0 --- databases/pgroll/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/pgroll/Portfile b/databases/pgroll/Portfile index 5e21cd6cdf08b..7bdf9f689209c 100644 --- a/databases/pgroll/Portfile +++ b/databases/pgroll/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/xataio/pgroll 0.6.0 v +go.setup github.com/xataio/pgroll 0.7.0 v go.offline_build no github.tarball_from archive revision 0 @@ -29,9 +29,9 @@ license Apache-2 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer -checksums rmd160 7bcf87d44ec9a59ec5ae4cba6c2141845238846f \ - sha256 db1a9fda834300bd2c861895b6015f6c6332b7f032e1ac57cb331ca2e1944355 \ - size 481842 +checksums rmd160 34b93276854be0c652a8067c92f53609c1861fe1 \ + sha256 1bde76f22b584f809c49c85723045c935593e3decbb549bc9aeb2f5fabcf5fc2 \ + size 488417 build.pre_args-append \ -ldflags=\"-X ${go.package}/cmd.Version=${version}\" From aae17d435926188365de0ecaf348285b76d2faaa Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Sun, 20 Oct 2024 09:01:57 -0400 Subject: [PATCH 234/446] vals: update to 0.37.7 --- sysutils/vals/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/vals/Portfile b/sysutils/vals/Portfile index 7623d7c7c4691..293858f606b60 100644 --- a/sysutils/vals/Portfile +++ b/sysutils/vals/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/variantdev/vals 0.37.6 v +go.setup github.com/variantdev/vals 0.37.7 v go.offline_build no github.tarball_from archive revision 0 @@ -23,9 +23,9 @@ license Apache-2 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer -checksums rmd160 9e1830efba55a0a1073778c78ed953a9b714158c \ - sha256 39da6ce49e762242a2c3b5a175432f7afc6ad29b35452575c96b064f2f3dd990 \ - size 107597 +checksums rmd160 d8b85d07078f122a59310f01895d452d4a9645e0 \ + sha256 66d51f7e1a9e1bc333b2c40cc8b744d8d15b9a1659764b36783229beae4d6611 \ + size 107734 build.cmd "go mod tidy && go build" From b3316f90ca1674381225cd72c87739253c2ee69c Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Sun, 20 Oct 2024 15:21:37 +0200 Subject: [PATCH 235/446] openjdk21: update to 21.0.5 (#26227) --- java/openjdk21/Portfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/java/openjdk21/Portfile b/java/openjdk21/Portfile index b1b4c760fe9a7..d212319a43323 100644 --- a/java/openjdk21/Portfile +++ b/java/openjdk21/Portfile @@ -5,9 +5,9 @@ PortSystem 1.0 set feature 21 name openjdk${feature} # See https://openjdk-sources.osci.io/openjdk21/ for the version and build number that matches the latest '-ga' version -version ${feature}.0.4 -set build 7 -revision 1 +version ${feature}.0.5 +set build 11 +revision 0 categories java devel supported_archs x86_64 arm64 license GPL-2+ @@ -26,9 +26,9 @@ distname openjdk-${version}-ga use_xz yes worksrcdir jdk-${version}+${build} -checksums rmd160 54dd5afc18c2b631b7d70e51d69cb69c8456d551 \ - sha256 d171ebc9bf386b597e5fbcc41729d64bfb4b309670e4dc22fc05ef7b56d45152 \ - size 69647724 +checksums rmd160 3005b3b3dbd1c1fed06af9f9b60e03a53923fcaf \ + sha256 8a5d8be31d83edead93b02c7495960f969ddea38b59426a8d7b45aaadd82a960 \ + size 69823212 set bootjdk_port openjdk21-zulu From ea33b6f25dae9fe63ba9fcae28ddfe5d73f25820 Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Sun, 20 Oct 2024 15:48:43 +0200 Subject: [PATCH 236/446] openjdk17: update to 17.0.13 (#26228) --- java/openjdk17/Portfile | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/java/openjdk17/Portfile b/java/openjdk17/Portfile index 10f3a28e1e4bd..62dbdf2f4023a 100644 --- a/java/openjdk17/Portfile +++ b/java/openjdk17/Portfile @@ -2,31 +2,32 @@ PortSystem 1.0 -name openjdk17 +set feature 17 +name openjdk${feature} # See https://openjdk-sources.osci.io/openjdk17/ for the version and build number that matches the latest '-ga' version -version 17.0.12 -set build 7 -revision 1 +version ${feature}.0.13 +set build 11 +revision 0 categories java devel supported_archs x86_64 arm64 license GPL-2+ maintainers {outlook.com:usersword123 @usersxx} openmaintainer -description OpenJDK 17 -long_description JDK 17 builds of OpenJDK, the Open-Source implementation \ +description OpenJDK ${feature} +long_description JDK ${feature} builds of OpenJDK, the Open-Source implementation \ of the Java Platform, Standard Edition, and related projects. -homepage https://openjdk.org/projects/jdk/17/ -master_sites https://openjdk-sources.osci.io/openjdk17/ +homepage https://openjdk.org/projects/jdk/${feature}/ +master_sites https://openjdk-sources.osci.io/openjdk${feature}/ distname openjdk-${version}-ga use_xz yes worksrcdir jdk-${version}+${build} -checksums rmd160 411ea9d5a7d8b87317a8945e04fcc4c14cdb5086 \ - sha256 efeb07211d69b8b2abf2b8930b6fce359c0917def5646e78f95bd33e9cb425b2 \ - size 65821300 +checksums rmd160 61878ca56c7b0b395b545c43b1350e80616c0418 \ + sha256 bb53c87cea4e1d145d2bef567f003f50e47f10495bbaac43c1d50874aa89c694 \ + size 66424164 depends_lib port:freetype \ port:libiconv -depends_build port:openjdk17-bootstrap \ +depends_build port:openjdk${feature}-bootstrap \ port:autoconf \ port:gmake \ port:bash @@ -55,7 +56,7 @@ configure.args --with-debug-level=release \ --with-extra-cflags="${configure.cflags}" \ --with-extra-cxxflags="${configure.cxxflags}" \ --with-extra-ldflags="${configure.ldflags}" \ - --with-boot-jdk=/Library/Java/JavaVirtualMachines/openjdk17-bootstrap/Contents/Home \ + --with-boot-jdk=/Library/Java/JavaVirtualMachines/openjdk${feature}-bootstrap/Contents/Home \ --with-freetype=system \ --with-freetype-include=${prefix}/include/freetype2 \ --with-freetype-lib=${prefix}/lib \ @@ -170,5 +171,5 @@ export JAVA_HOME=${jdk}/Contents/Home " livecheck.type regex -livecheck.url https://openjdk-sources.osci.io/openjdk17/ -livecheck.regex openjdk-(17\.\[0-9.\]+)-ga +livecheck.url https://openjdk-sources.osci.io/openjdk${feature}/ +livecheck.regex openjdk-(${feature}\.\[0-9.\]+)-ga From a68636f46288d9dd91023218d2ce330e7f6847ef Mon Sep 17 00:00:00 2001 From: Titouan Date: Sun, 20 Oct 2024 17:34:09 +0200 Subject: [PATCH 237/446] yggdrasil-go: update to 0.5.9 (#26226) --- net/yggdrasil-go/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/yggdrasil-go/Portfile b/net/yggdrasil-go/Portfile index ec1e7d423c56c..3a5e687c1328c 100644 --- a/net/yggdrasil-go/Portfile +++ b/net/yggdrasil-go/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup github 1.0 -github.setup yggdrasil-network yggdrasil-go 0.5.8 v +github.setup yggdrasil-network yggdrasil-go 0.5.9 v revision 0 categories net platforms darwin @@ -18,9 +18,9 @@ long_description Yggdrasil is an early-stage implementation of a fully \ IPv6-capable application to communicate securely with other Yggdrasil \ nodes. -checksums rmd160 b1fdba120a724f3864cd58cefb7ee21d45093560 \ - sha256 89541725d7361f6048d190f5a094ae5add826f02e126babba3ccb00c6cd5d4f1 \ - size 107950 +checksums rmd160 503d9ce288bc065fe5e227bd85ee80ea50ddc823 \ + sha256 397cf6807e7d6bd06525114ac854bba291b77a08ff4719e9676698af3e1e5502 \ + size 109875 depends_build port:go From 3c67bb3c7bfcdbed444eb8bd056d5e83d752a19e Mon Sep 17 00:00:00 2001 From: Jordan Ellis Coppard Date: Mon, 21 Oct 2024 08:23:25 +0900 Subject: [PATCH 238/446] yabai: update to 7.1.4 --- sysutils/yabai/Portfile | 11 ++++++----- sysutils/yabai/files/patch-makefile.diff | 14 +++++++------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/sysutils/yabai/Portfile b/sysutils/yabai/Portfile index 32ca7e8fbb178..77fdf7c8c2157 100644 --- a/sysutils/yabai/Portfile +++ b/sysutils/yabai/Portfile @@ -4,22 +4,23 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup makefile 1.0 -github.setup koekeishiya yabai 7.1.1 v +github.setup koekeishiya yabai 7.1.4 v github.tarball_from archive categories sysutils -platforms darwin maintainers {@TheKevJames thekev.in:macports} openmaintainer license MIT description A tiling window manager for macOS based on binary space partitioning long_description yabai is a window management utility that is designed to work as an extension to the built-in window manager of macOS. -checksums rmd160 0f93af971652a3373372d612d94627f6b3800d9a \ - sha256 a1845ce2a7c0e40abb89958925ab45c2ffba0bf81a59a01fa16956868e91c9b6 \ - size 1565680 +checksums rmd160 c1a88dcb28d0e49a22ed49d90dd02eb8918918fa \ + sha256 25ea51fd6d9fa90473f34d4e9742b2bc4823f43dbb3293ecccdb87bf386854b8 \ + size 1567797 use_parallel_build no +compiler.c_standard 2011 + destroot { # Copy binary xinstall -m 755 ${worksrcpath}/bin/yabai ${destroot}${prefix}/bin/yabai diff --git a/sysutils/yabai/files/patch-makefile.diff b/sysutils/yabai/files/patch-makefile.diff index 8f6da16e9273a..2c2f9549e3eee 100644 --- a/sysutils/yabai/files/patch-makefile.diff +++ b/sysutils/yabai/files/patch-makefile.diff @@ -1,19 +1,19 @@ ---- makefile.orig 2022-09-26 10:06:45.000000000 +0200 -+++ makefile 2022-09-26 10:19:48.000000000 +0200 +--- makefile 2024-09-30 00:05:50 ++++ makefile.orig 2024-09-30 01:16:00 @@ -1,7 +1,7 @@ FRAMEWORK_PATH = -F/System/Library/PrivateFrameworks FRAMEWORK = -framework Carbon -framework Cocoa -framework CoreServices -framework CoreVideo -framework SkyLight CLI_FLAGS = --BUILD_FLAGS = -std=c99 -Wall -g -O0 -fvisibility=hidden -mmacosx-version-min=11.0 -fno-objc-arc -arch x86_64 -arch arm64 -sectcreate __TEXT __info_plist $(INFO_PLIST) -+CFLAGS += -std=c99 -Wall -DNDEBUG -O3 -fvisibility=hidden -fno-objc-arc -arch x86_64 -arch arm64 -sectcreate __TEXT __info_plist $(INFO_PLIST) +-BUILD_FLAGS = -std=c11 -Wall -Wextra -g -O0 -fvisibility=hidden -mmacosx-version-min=11.0 -fno-objc-arc -arch x86_64 -arch arm64 -sectcreate __TEXT __info_plist $(INFO_PLIST) ++CFLAGS += -std=c11 -Wall -Wextra -DNDEBUG -O3 -fvisibility=hidden -fno-objc-arc -arch x86_64 -arch arm64 -sectcreate __TEXT __info_plist $(INFO_PLIST) BUILD_PATH = ./bin DOC_PATH = ./doc SCRIPT_PATH = ./scripts @@ -24,12 +24,12 @@ + tsan: BUILD_FLAGS=-std=c11 -Wall -Wextra -g -O0 -fvisibility=hidden -fsanitize=thread,undefined -mmacosx-version-min=11.0 -fno-objc-arc -arch x86_64 -arch arm64 -sectcreate __TEXT __info_plist $(INFO_PLIST) + tsan: clean-build $(BINS) - all: clean-build $(BINS) - --install: BUILD_FLAGS=-std=c99 -Wall -DNDEBUG -O3 -fvisibility=hidden -mmacosx-version-min=11.0 -fno-objc-arc -arch x86_64 -arch arm64 -sectcreate __TEXT __info_plist $(INFO_PLIST) +-install: BUILD_FLAGS=-std=c11 -Wall -Wextra -DNDEBUG -O3 -fvisibility=hidden -mmacosx-version-min=11.0 -fno-objc-arc -arch x86_64 -arch arm64 -sectcreate __TEXT __info_plist $(INFO_PLIST) install: clean-build $(BINS) + cp $(BINS) $(DESTDIR)/$(PREFIX)/$(BINS) From f7cb53c809697c75d9853aa3ff5001288545db5a Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Sun, 20 Oct 2024 17:11:15 -0700 Subject: [PATCH 239/446] p5-dbix-connector: update to version 0.60 --- perl/p5-dbix-connector/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/perl/p5-dbix-connector/Portfile b/perl/p5-dbix-connector/Portfile index 301c2aa97b1b9..76366589825aa 100644 --- a/perl/p5-dbix-connector/Portfile +++ b/perl/p5-dbix-connector/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 -perl5.setup DBIx-Connector 0.59 +perl5.setup DBIx-Connector 0.60 ../../authors/id/A/AR/ARISTOTLE revision 0 license {Artistic-1 GPL} maintainers nomaintainer @@ -14,9 +14,9 @@ long_description {*}${description} platforms {darwin any} supported_archs noarch -checksums rmd160 cd1bf91873be31fda840317be57bf1264825e9f3 \ - sha256 782994f13f49555840538494f8406b0bf2558f533ccda86c8d2b95e2301087f4 \ - size 38205 +checksums rmd160 b71adc463e64a76327e94af7d2d43e5619af80ea \ + sha256 ea783137c54b60ceac04ce5aa962427b21209e5593165ec7d1dde7cbe5d237b4 \ + size 38508 if {${perl5.major} != ""} { depends_lib-append \ From ae8d2562de18b9a8a3a95e246f0111b6b4ba9b2b Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Sun, 20 Oct 2024 16:14:32 -0700 Subject: [PATCH 240/446] p5-dist-zilla-plugin-test-minimumversion: update to version 2.000011, dependencies --- .../Portfile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/perl/p5-dist-zilla-plugin-test-minimumversion/Portfile b/perl/p5-dist-zilla-plugin-test-minimumversion/Portfile index b34e73a4891b0..94d61bcbf083b 100644 --- a/perl/p5-dist-zilla-plugin-test-minimumversion/Portfile +++ b/perl/p5-dist-zilla-plugin-test-minimumversion/Portfile @@ -4,19 +4,19 @@ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 -perl5.setup Dist-Zilla-Plugin-Test-MinimumVersion 2.000010 +perl5.setup Dist-Zilla-Plugin-Test-MinimumVersion 2.000011 revision 0 license {Artistic-1 GPL} maintainers {devans @dbevans} openmaintainer description Dist::Zilla::Plugin::Test::MinimumVersion - Author tests for minimum required versions -long_description ${description} +long_description {*}${description} platforms {darwin any} supported_archs noarch -checksums rmd160 111c573d51714c09b2c470878d49dc3ef1887127 \ - sha256 b8b71f4b64b689f4b647a3a87d6aaaae45a68892d35e36baa976f605736370fb \ - size 33086 +checksums rmd160 a048a34cc1c4a847c1ae806a4dcc0dde73a85634 \ + sha256 595f3e0718ed528dcc9f9e2fe7c7238460b5491bff62f80f6f82a46da5c579a0 \ + size 33465 if {${perl5.major} != ""} { depends_build-append \ @@ -28,8 +28,7 @@ if {${perl5.major} != ""} { port:p${perl5.major}-dist-zilla \ port:p${perl5.major}-namespace-autoclean \ port:p${perl5.major}-moose \ - port:p${perl5.major}-sub-exporter-formethods \ - port:p${perl5.major}-test-minimumversion + port:p${perl5.major}-sub-exporter-formethods perl5.use_module_build } From e716fa4dc975dc6aa0572f2c9ba9d337c982c1c2 Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Sun, 20 Oct 2024 16:25:40 -0700 Subject: [PATCH 241/446] p5-module-corelist: update to version 5.20241020 --- perl/p5-module-corelist/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/perl/p5-module-corelist/Portfile b/perl/p5-module-corelist/Portfile index fcb6936779013..289b23b02c6f4 100644 --- a/perl/p5-module-corelist/Portfile +++ b/perl/p5-module-corelist/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 -perl5.setup Module-CoreList 5.20240920 ../../authors/id/B/BI/BINGOS +perl5.setup Module-CoreList 5.20241020 ../../authors/id/B/BI/BINGOS revision 0 license {Artistic-1 GPL} maintainers {devans @dbevans} openmaintainer @@ -14,9 +14,9 @@ long_description {*}${description} platforms {darwin any} supported_archs noarch -checksums rmd160 07707ffe83813cf8e174b8341dcb013fb4b75897 \ - sha256 f8efd22d1e1298bf3947419d78ae5d0847b486d6fa57ca79c7c703c5f75bb2fb \ - size 138752 +checksums rmd160 f34bb6775163a8c3b49065ff0556d9bae3ea096d \ + sha256 68d731d817c9b90d7c8c2ce3c714824b002ff35d321989fcd938273c4de30ed1 \ + size 138900 if {${perl5.major} != ""} { depends_lib-append \ From 00c206577a80f01948a1fe6003459422fea05526 Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Sun, 20 Oct 2024 16:34:44 -0700 Subject: [PATCH 242/446] p5-pod-spell: update to version 1.27 --- perl/p5-pod-spell/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/perl/p5-pod-spell/Portfile b/perl/p5-pod-spell/Portfile index 12d2ee98dc2d0..cd53e2ac8f64d 100644 --- a/perl/p5-pod-spell/Portfile +++ b/perl/p5-pod-spell/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 -perl5.setup Pod-Spell 1.26 +perl5.setup Pod-Spell 1.27 revision 0 license Artistic-2 maintainers nomaintainer @@ -14,9 +14,9 @@ long_description {*}${description} platforms {darwin any} supported_archs noarch -checksums rmd160 26fbe2540c70a55befd52bbe189c3859f81462dc \ - sha256 2f05bfc9cfb04b96fcbfa2c8544d1e6ae908596d3696c46e0e26556b750afbbf \ - size 35564 +checksums rmd160 2851ae0268501b753985c7e9b25613712e0475e7 \ + sha256 7ef56c9229f3efbc71a0462ce44490c0dd49fbf3b21fe85bb08b1eeac6f7b063 \ + size 35971 if {${perl5.major} != ""} { depends_build-append \ From eb5593633437183c0d1c5a14e5ea1d0227578166 Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Sun, 20 Oct 2024 21:25:51 -0700 Subject: [PATCH 243/446] p5-perl-critic: update to version 1.154 --- perl/p5-perl-critic/Portfile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/perl/p5-perl-critic/Portfile b/perl/p5-perl-critic/Portfile index 66d59d727c9ea..f8fe2f5644a2d 100644 --- a/perl/p5-perl-critic/Portfile +++ b/perl/p5-perl-critic/Portfile @@ -5,7 +5,7 @@ PortGroup perl5 1.0 epoch 1 perl5.branches 5.28 5.30 5.32 5.34 -perl5.setup Perl-Critic 1.152 ../../authors/id/P/PE/PETDANCE +perl5.setup Perl-Critic 1.154 ../../authors/id/P/PE/PETDANCE revision 0 license {Artistic-1 GPL} maintainers {khindenburg @kurthindenburg} openmaintainer @@ -16,9 +16,9 @@ long_description {*}${description} platforms {darwin any} supported_archs noarch -checksums rmd160 5a29d9dbe4c79cb1ce3785376192b94b3bcf1817 \ - sha256 e5bfaf67f61a2a6a0ed343f0403b19f515b4890eed6272abaab707749c5e5e1e \ - size 662426 +checksums rmd160 6088dabdaad8e436eba053e170104042d25c5373 \ + sha256 d2ade8b2ef7633d65014eb93ed9a3b429a798bc8bca7fde832a01d32dad288c4 \ + size 663279 if {${perl5.major} != ""} { depends_lib-append port:p${perl5.major}-b-keywords \ @@ -45,6 +45,4 @@ depends_lib-append port:p${perl5.major}-b-keywords \ } perl5.use_module_build - -livecheck.type none } From 0fae294696a0262138cf38551395a1c911501616 Mon Sep 17 00:00:00 2001 From: Marius Schamschula Date: Mon, 21 Oct 2024 06:23:46 -0500 Subject: [PATCH 244/446] py-astropy-iers-data: update to 0.2024.10.21.0.33.21 --- python/py-astropy-iers-data/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python/py-astropy-iers-data/Portfile b/python/py-astropy-iers-data/Portfile index 539f527c84e0d..1d62dc960e1d5 100644 --- a/python/py-astropy-iers-data/Portfile +++ b/python/py-astropy-iers-data/Portfile @@ -5,7 +5,7 @@ PortGroup python 1.0 name py-astropy-iers-data python.rootname astropy_iers_data -version 0.2024.10.14.0.32.55 +version 0.2024.10.21.0.33.21 revision 0 license BSD platforms {darwin any} @@ -16,9 +16,9 @@ description IERS Earth Rotation and Leap Second tables for the astropy c long_description {*}${description} homepage https://github.com/astropy/astropy-iers-data -checksums rmd160 7445a6a249b3eb3f59fe638fc0fc5b43b55ac9c4 \ - sha256 efe7e5b26fa064df08fcda528ea910c79137625208ccc4073addf4f0eb9289a0 \ - size 1881292 +checksums rmd160 a8b4c82fcada707847e75b9da7f985da6c5a195c \ + sha256 d37b1cf3d5d986490b80cddc894715bfea728e8cf93e260c60702696d2b41452 \ + size 1881821 python.versions 39 310 311 312 From edfa91375db3a3ef47a605e815785714fa6312ea Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Mon, 21 Oct 2024 08:34:16 -0400 Subject: [PATCH 245/446] inadyn: new port --- net/inadyn/Portfile | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 net/inadyn/Portfile diff --git a/net/inadyn/Portfile b/net/inadyn/Portfile new file mode 100644 index 0000000000000..da91b43cd2a2b --- /dev/null +++ b/net/inadyn/Portfile @@ -0,0 +1,56 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 + +PortSystem 1.0 +PortGroup github 1.0 + +github.setup troglobit inadyn 2.12.0 v +github.tarball_from releases +revision 0 + +homepage https://troglobit.com/projects/inadyn/ + +description \ + In-a-Dyn is a dynamic DNS client with multiple SSL/TLS library support + +long_description \ + Inadyn, or In-a-Dyn, is a small and simple Dynamic DNS, DDNS, client with \ + HTTPS support. By using a DDNS client like inadyn you can register an \ + Internet name with a DDNS provider, like FreeDNS. The DDNS client updates \ + your DNS record periodically and/or on demand when your IP address \ + changes. Inadyn can maintain multiple host records with the same IP \ + address, use a combination of a script, the address from an \ + Internet-facing interface, or default to using the IP address change \ + detector of the DDNS provider. + +categories net +installs_libs no +license GPL-2+ +maintainers {gmail.com:herby.gillot @herbygillot} \ + openmaintainer + +checksums rmd160 8b52cf4234dbe87d41628f4f6b4d91729b3558b2 \ + sha256 e64c4386b6f42bbace589b847f22823a755b59f14a277a5f556fef0d99069245 \ + size 341904 + +use_xz yes + +depends_build-append \ + bin:pkg-config:pkgconfig + +depends_lib-append port:gnutls \ + port:libconfuse \ + port:nettle + +startupitem.create yes +startupitem.executable \ + ${prefix}/sbin/${name} + +notes " + Configuration examples for ${name} are located in: + + ${prefix}/share/doc/inadyn/examples/ + + Inadyn expects its configuration to be installed to: + + ${prefix}/etc/inadyn.conf +" From bde07aa7095d9c2c29250eb0dc59bfe9fde14d75 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sun, 20 Oct 2024 21:35:08 -0400 Subject: [PATCH 246/446] dssp: update to 4.4.10 --- science/dssp/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/science/dssp/Portfile b/science/dssp/Portfile index 0e3781206e932..2c26e008ddc85 100644 --- a/science/dssp/Portfile +++ b/science/dssp/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup cmake 1.1 -github.setup PDB-REDO dssp 4.4.8 v +github.setup PDB-REDO dssp 4.4.10 v github.tarball_from archive revision 0 @@ -15,9 +15,9 @@ maintainers {reneeotten @reneeotten} openmaintainer description DSSP automates protein secondary structure assignment. long_description {*}${description} -checksums rmd160 bec90879d21f59b5365575e70a7cd474d9f3f287 \ - sha256 aff70530a31c2b91eaf9d1027b56a2920604280fa6b03dc27af41b14de2ac558 \ - size 164050 +checksums rmd160 f0f661455ba4bade9c5b537f25abf866a258eece \ + sha256 b535d0410a79d612a2abea308d13d0ae2645bb925b13a86e5bb53c38b0fac723 \ + size 164259 compiler.cxx_standard 2017 From feaf774d0c43a1961ef09043f972e985ef670661 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sun, 20 Oct 2024 21:37:41 -0400 Subject: [PATCH 247/446] pyright: update to 1.1.385 --- devel/pyright/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/pyright/Portfile b/devel/pyright/Portfile index eb6e4f3513a2e..374aecb2a8702 100644 --- a/devel/pyright/Portfile +++ b/devel/pyright/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup npm 1.0 name pyright -version 1.1.384 +version 1.1.385 revision 0 categories devel @@ -18,6 +18,6 @@ long_description Pyright is a fast type checker meant for large Python \ homepage https://github.com/microsoft/pyright -checksums rmd160 6e5d19fa771768814ac237279a94c0a525bf3dc1 \ - sha256 e14e5c6842def12e5acd6383a2251c6ec17ad77650c5f1fefdade88bfa3f1d9d \ - size 3790594 +checksums rmd160 eac53a8ce9579bbebcb141197117faed4dfc13b3 \ + sha256 4ccfe84c675c22878fe4592f90cdcf26ada4cdb96b846174eb7ecb32a7736677 \ + size 3791672 From f1fc9806576776207c91bb8f358ca3d6fd96c3aa Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sun, 20 Oct 2024 21:38:54 -0400 Subject: [PATCH 248/446] py-virtualenv: update to 20.27.0 --- python/py-virtualenv/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python/py-virtualenv/Portfile b/python/py-virtualenv/Portfile index 6a6629bc4bb8e..476d2bbce7973 100644 --- a/python/py-virtualenv/Portfile +++ b/python/py-virtualenv/Portfile @@ -5,7 +5,7 @@ PortGroup python 1.0 PortGroup select 1.0 name py-virtualenv -version 20.26.6 +version 20.27.0 revision 0 categories-append devel @@ -20,9 +20,9 @@ long_description virtualenv is a tool to create isolated Python \ homepage https://virtualenv.pypa.io -checksums rmd160 f1bfb9681c31f01fb4acf5cbbadbb1ad1f8af2b2 \ - sha256 280aede09a2a5c317e409a00102e7077c6432c5a38f0ef938e643805a7ad2c48 \ - size 9372482 +checksums rmd160 b9417b32bac5a70a86b5c4876e10fa965d622116 \ + sha256 2ca56a68ed615b8fe4326d11a0dca5dfbe8fd68510fb6c6349163bed3c15f2b2 \ + size 6483858 # keep Python version 2.7 here, other EOL Python versions can be removed # See From 0df73ebba6254b22cb95d16f917218bdf9c7272c Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sun, 20 Oct 2024 21:40:31 -0400 Subject: [PATCH 249/446] py-pyficache: update to 2.3.2 --- python/py-pyficache/Portfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python/py-pyficache/Portfile b/python/py-pyficache/Portfile index 8d84b7ea6ab6c..966e03a227451 100644 --- a/python/py-pyficache/Portfile +++ b/python/py-pyficache/Portfile @@ -4,8 +4,8 @@ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 -github.setup rocky python-filecache 2.3.1 -revision 1 +github.setup rocky python-filecache 2.3.2 +revision 0 name py-pyficache platforms {darwin any} @@ -19,9 +19,9 @@ long_description The pyficache module allows one to get any line from \ to the file. Although the file may be any file, the \ common use is when the file is a Python script. -checksums rmd160 ca94e3c9f753aaa44cfdc8b30cee0ce5a056ba2d \ - sha256 f2554210d230fc84c40a4a5976c3fd48e23a9cebe2a5fa9a3734850203c76932 \ - size 52131 +checksums rmd160 04b9eedaead1b7ed2df6678e8096fecc6e14383d \ + sha256 d29d7063c67dedeb13b2ca5d3d8fd4e9016c8ca2168cff8c3f5889df1e1c1ae8 \ + size 54402 python.versions 38 39 310 311 312 From ee782337bfd7324637156986ba7d4a08c97be94e Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Mon, 21 Oct 2024 09:41:15 -0400 Subject: [PATCH 250/446] py-parsing: update to 3.2.0 - pin to 3.1.4 for PY38 --- python/py-parsing/Portfile | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/python/py-parsing/Portfile b/python/py-parsing/Portfile index 0c975d12e3df8..fd050c6699542 100644 --- a/python/py-parsing/Portfile +++ b/python/py-parsing/Portfile @@ -5,7 +5,7 @@ PortGroup python 1.0 name py-parsing python.rootname pyparsing -version 3.1.4 +version 3.2.0 revision 0 epoch 2 @@ -25,9 +25,9 @@ long_description The parsing module is an alternative approach to creating \ homepage https://github.com/pyparsing/pyparsing/ -checksums rmd160 b9c5d15d75f99c63de72dd620b5e4921a88a8aeb \ - sha256 f86ec8d1a83f11977c9a6ea7598e8c27fc5cddfa5b07ea2241edbbde1d7bc032 \ - size 900231 +checksums rmd160 75f9afe105308a437536a871c66dd0fcebd325f8 \ + sha256 cbf74e27246d595d9a74b186b810f6fbb86726dbf3b9532efb343f6d7294fe9c \ + size 920984 python.versions 27 35 36 37 38 39 310 311 312 @@ -51,6 +51,11 @@ if {${name} ne ${subport}} { build.env-append PYTHONPATH=${prefix}/share/py36-bootstrap-modules build.args --skip-dependency-check destroot.env-append PYTHONPATH=${prefix}/share/py36-bootstrap-modules + } elseif {${python.version} == 38} { + version 3.1.4 + checksums rmd160 b9c5d15d75f99c63de72dd620b5e4921a88a8aeb \ + sha256 f86ec8d1a83f11977c9a6ea7598e8c27fc5cddfa5b07ea2241edbbde1d7bc032 \ + size 900231 } test.run yes From 7ad9a9874db4b16226924184c55a16db3dc30ddc Mon Sep 17 00:00:00 2001 From: Veence Date: Mon, 21 Oct 2024 11:50:33 +0200 Subject: [PATCH 251/446] libpcl: conditionally bump to 1.14 (to be tested) --- gis/libpcl/Portfile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/gis/libpcl/Portfile b/gis/libpcl/Portfile index 051180bdfb293..b1cb807d261fa 100644 --- a/gis/libpcl/Portfile +++ b/gis/libpcl/Portfile @@ -6,11 +6,11 @@ PortGroup github 1.0 PortGroup active_variants 1.1 PortGroup boost 1.0 -github.setup PointCloudLibrary pcl 1.9.1 pcl- -revision 5 -checksums rmd160 223b36b48c9a77a1092bf0cbe8ed15e843c46386 \ - sha256 943c618003c0a57046bca7c3b8e9a1e9a51b5f44545ffff9e1e744dd9304cf19 \ - size 67161112 +github.setup PointCloudLibrary pcl 1.14.1 pcl- +revision 0 +checksums rmd160 45cd999a80c4683aa63ea18868ee45659a589ff4 \ + sha256 5d75196280646064e24937dd4da3b994066d2e5e87649e9148526d6c4e816101 \ + size 68672454 name libpcl categories gis graphics science @@ -27,7 +27,6 @@ depends_lib path:share/pkgconfig/eigen3.pc:eigen3 \ port:flann \ port:glew \ port:libpng \ - port:openni \ port:qhull \ path:lib/pkgconfig/libusb-1.0.pc:libusb \ port:vtk \ From b4f9e961035c75c1cc2324e1e48c32affab3f3f4 Mon Sep 17 00:00:00 2001 From: Veence Date: Mon, 21 Oct 2024 14:50:58 +0200 Subject: [PATCH 252/446] libpcl: bump to 1.14.1. Introduce new +viz variant with VTK dependency. --- gis/libpcl/Portfile | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/gis/libpcl/Portfile b/gis/libpcl/Portfile index b1cb807d261fa..27cc688478869 100644 --- a/gis/libpcl/Portfile +++ b/gis/libpcl/Portfile @@ -25,33 +25,34 @@ homepage http://pointclouds.org depends_lib path:share/pkgconfig/eigen3.pc:eigen3 \ port:flann \ - port:glew \ port:libpng \ port:qhull \ - path:lib/pkgconfig/libusb-1.0.pc:libusb \ - port:vtk \ port:zlib -depends_test port:gtest - -require_active_variants vtk qt5 -patchfiles-append boost170.patch +depends_test port:gtest cmake.build_type Release -boost.version 1.71 +boost.version 1.81 configure.args-append -DBUILD_apps=ON \ -DBUILD_examples=ON \ -DWITH_DOCS=OFF \ - -DWITH_QT=ON + -DWITH_VTK=OFF variant openmp description {Enable OpenMP for speed} { # TODO: verify OpenMP version required compiler.openmp_version 3.1 } +variant viz description {Adds the visualisation module} { + configure.args-replace -DWITH_VTK=OFF -DWITH_VTK=ON + depends_lib-append port:vtk \ + port:glew +} + + variant test description {Configure to run unit tests} { configure.args-replace -DBUILD_apps=ON -DBUILD_apps=OFF configure.args-replace -DBUILD_examples=ON -DBUILD_examples=OFF @@ -59,7 +60,7 @@ variant test description {Configure to run unit tests} { -DGTEST_SRC_DIR=${prefix}/src/googletest/ } -default_variants +openmp +default_variants +openmp # Test phase completes to the test summary (93 of 104 passed) but then aborts with # "Failed to test libpcl: command execution failed" From a7a21db59250489d89e1fa437c553e77f37b6099 Mon Sep 17 00:00:00 2001 From: "Eric A. Borisch" Date: Mon, 21 Oct 2024 10:27:08 -0500 Subject: [PATCH 253/446] libomp:19.1.2 --- lang/libomp/Portfile | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/lang/libomp/Portfile b/lang/libomp/Portfile index 4741f47875ed2..8d272204ab359 100644 --- a/lang/libomp/Portfile +++ b/lang/libomp/Portfile @@ -30,7 +30,7 @@ subport libomp-devel {} if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} ne "libstdc++"} { - version 18.1.8 + version 19.1.2 revision 0 if { ${subport} eq "libomp-devel" } { @@ -46,13 +46,13 @@ if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} ne "libstdc++"} { checksums \ openmp-${version}.src.tar.xz \ - rmd160 91b09cda3e4761a97d03468462dbb385d8b407c4 \ - sha256 60ed57245e73894e4a2a89b15889f367bd906abfe6d3f92e1718223d4b496150 \ - size 1320200 \ + rmd160 a5ae271d33739333bcffbd1e6d279fd008ad1289 \ + sha256 40bff38f7ad008ae67a8c3739b9dc4b789b159281dcc1a8413be916b23de7fa6 \ + size 1089904 \ cmake-${version}.src.tar.xz \ - rmd160 dcadde4be6110d1753e88cc0c9d5f452203355c2 \ - sha256 59badef592dd34893cd319d42b323aaa990b452d05c7180ff20f23ab1b41e837 \ - size 8708 + rmd160 0189181bfa7fa17c6668f35f175a9b787c00328b \ + sha256 139209d798fbe4a84becfa605aee7fd8f4412c6591976f3e672211e3fbdcf65b \ + size 9296 if {${os.major} <= 12} { # kmp_alloc.c includes but libc++ is not the default on @@ -147,8 +147,6 @@ variant top_level description \ post-extract { # Patch tool for build with CMAKE_INSTALL_PREFIX - reinplace "/bulk.*compatibility/s/s\+/s+.*/" \ - ${rtpath}tools/check-depends.pl if {[vercmp ${version} 15.0.0] >= 0} { system -W ${workpath} "mv cmake*.src/Modules/* openmp*/cmake/" } From 70a6f304dcea97d27aba5c672feabaa60ad08489 Mon Sep 17 00:00:00 2001 From: Monson Shao Date: Thu, 3 Oct 2024 17:10:47 +0800 Subject: [PATCH 254/446] timescaledb: convert variants to subports * convert variants to subports * update to 2.16.1 --- databases/timescaledb/Portfile | 67 +++++++++++++--------------------- 1 file changed, 25 insertions(+), 42 deletions(-) diff --git a/databases/timescaledb/Portfile b/databases/timescaledb/Portfile index 5a71a6dd6b8c2..ea9394dbf437f 100644 --- a/databases/timescaledb/Portfile +++ b/databases/timescaledb/Portfile @@ -5,14 +5,13 @@ PortGroup compiler_blacklist_versions 1.0 PortGroup github 1.0 PortGroup perl5 1.0 -github.setup timescale timescaledb 2.16.0 +github.setup timescale timescaledb 2.16.1 revision 0 license Apache-2 -description A time-series database that integrates with PostreSQL. +description A time-series database that integrates with PostgreSQL. maintainers {blair @blair} openmaintainer categories databases conflicts timescaledb1 -platforms darwin homepage https://www.timescaledb.com/ long_description \ @@ -23,24 +22,26 @@ long_description \ as well as full SQL support. TimescaleDB is packaged \ as a PostgreSQL extension. -checksums rmd160 99ee6705c07bfa82f82c1341f55c19bc149180dc \ - sha256 5cceccf506a585ad9f78c546eda73fe1a5b8ca8e2d264f62cad958ca9a0af213 \ - size 7449831 +checksums rmd160 f657bb86924d61c007522355f45c815e1f60fdc6 \ + sha256 a4804e6b5d07465f599b369e3bb0cf8460811d42d2e3a158e41244a7951e86bc \ + size 7449735 depends_build path:bin/cmake:cmake \ port:perl${perl5.major} \ port:p${perl5.major}-ipc-run -variant postgresql11 conflicts postgresql12 postgresql13 postgresql14 postgresql15 postgresql16 description {Support for PostgreSQL 11.x} { - known_fail yes - ui_error "+postgresql11 variant is not supported in TimescaleDB 2.4.0 or greater" - return -code error "Unsupported variant +postgresql11" -} +set postgresql_branches {12 13 14 15 16} -variant postgresql12 conflicts postgresql11 postgresql13 postgresql14 postgresql15 postgresql16 description {Support for PostgreSQL 12.x} { - depends_lib-append port:postgresql12 - configure.env-append PATH=${prefix}/lib/postgresql12/bin:$::env(PATH) +foreach branch ${postgresql_branches} { + subport pg${branch}-${name} { + set pg postgresql${branch} + depends_lib-append port:${pg} + configure.env-append PATH=${prefix}/lib/${pg}/bin:$::env(PATH) + } +} +# End of support branches +subport pg12-${name} { # 2.11.2 is the last version supported for PostgreSQL 12.x. # https://github.com/timescale/timescaledb/releases/tag/2.12.0 github.setup timescale timescaledb 2.11.2 @@ -50,10 +51,7 @@ variant postgresql12 conflicts postgresql11 postgresql13 postgresql14 postgresql size 7729279 } -variant postgresql13 conflicts postgresql11 postgresql12 postgresql14 postgresql15 postgresql16 description {Support for PostgreSQL 13.x} { - depends_lib-append port:postgresql13 - configure.env-append PATH=${prefix}/lib/postgresql13/bin:$::env(PATH) - +subport pg13-${name} { # 2.15.3 is the last version supported for PostgreSQL 13.x. # https://github.com/timescale/timescaledb/releases/tag/2.16.0 github.setup timescale timescaledb 2.15.3 @@ -63,30 +61,6 @@ variant postgresql13 conflicts postgresql11 postgresql12 postgresql14 postgresql size 7441397 } -variant postgresql14 conflicts postgresql11 postgresql12 postgresql13 postgresql15 postgresql16 description {Support for PostgreSQL 14.x} { - depends_lib-append port:postgresql14 - configure.env-append PATH=${prefix}/lib/postgresql14/bin:$::env(PATH) -} - -variant postgresql15 conflicts postgresql11 postgresql12 postgresql13 postgresql14 postgresql16 description {Support for PostgreSQL 15.x} { - depends_lib-append port:postgresql15 - configure.env-append PATH=${prefix}/lib/postgresql15/bin:$::env(PATH) -} - -variant postgresql16 conflicts postgresql11 postgresql12 postgresql13 postgresql14 postgresql15 description {Support for PostgreSQL 16.x} { - depends_lib-append port:postgresql16 - configure.env-append PATH=${prefix}/lib/postgresql16/bin:$::env(PATH) -} - -if {![variant_isset postgresql11] && \ - ![variant_isset postgresql12] && \ - ![variant_isset postgresql13] && \ - ![variant_isset postgresql14] && \ - ![variant_isset postgresql15] && \ - ![variant_isset postgresql16] } { - default_variants +postgresql16 -} - compiler.c_standard 2011 # Work around MacPorts base C11 compiler selection bug. # https://github.com/macports/macports-base/pull/196 @@ -114,3 +88,12 @@ variant timescale_license description {Enable Timescale License code, license wi configure.args-delete -DAPACHE_ONLY=1 license {Timescale License} } + +if {${name} eq ${subport}} { + PortGroup stub 1.0 + + supported_archs noarch + + # set this stub port depends on its latest subport for legacy + depends_lib port:pg[lindex ${postgresql_branches} end]-${name} +} From 9d9258b7b1237428f1e9251249433d1ca6d7e33e Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 11:25:32 -0400 Subject: [PATCH 255/446] py-biggles: remove port - no dependents in MacPorts, does not build and last release 7 years ago --- python/py-biggles/Portfile | 45 -------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 python/py-biggles/Portfile diff --git a/python/py-biggles/Portfile b/python/py-biggles/Portfile deleted file mode 100644 index fbc5476617df9..0000000000000 --- a/python/py-biggles/Portfile +++ /dev/null @@ -1,45 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -PortGroup github 1.0 -PortGroup python 1.0 -PortGroup active_variants 1.1 - -github.setup biggles-plot biggles 1.7.2 v -name py-biggles -revision 0 - -categories-append graphics math science -license GPL-2 -maintainers nomaintainer - -description Creates 2D scientific plots -long_description Biggles is a Python module for the creation of \ - publication-quality 2D scientific plots. - -homepage https://biggles-plot.github.io/ - -checksums rmd160 ab9e498ba91a89dba179c33083a2a0dc05ec80cd \ - sha256 3806d9b64e6e0ad40bf9f7ed81b0477ba2d31688865c123de3d2a01bae13b81f \ - size 215231 - -python.versions 37 - -if {${name} ne ${subport}} { - require_active_variants \ - port:plotutils x11 - - depends_lib-append \ - port:plotutils \ - port:py${python.version}-numpy \ - - post-destroot { - xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${subport}/examples - xinstall -m 0644 -W ${worksrcpath} CHANGELOG COPYING CREDITS README.rst \ - ${destroot}${prefix}/share/doc/${subport} - xinstall -m 0644 {*}[glob -types f ${worksrcpath}/examples/*] \ - ${destroot}${prefix}/share/doc/${subport}/examples - } - - livecheck.type none -} From b8a782268b7416d34674dab64151aaac7082aecc Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 11:26:33 -0400 Subject: [PATCH 256/446] py-gyoto: drop py3{7,8} subports --- science/Gyoto/Portfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/science/Gyoto/Portfile b/science/Gyoto/Portfile index 75e272187baa3..4017580e5cccf 100644 --- a/science/Gyoto/Portfile +++ b/science/Gyoto/Portfile @@ -77,7 +77,7 @@ if {![catch {set result [active_variants [boost::depends_portname] openmpi {}]}] } } -foreach nodot [list 37 38 39 310 311 312] wdot [list 3.7 3.8 3.9 3.10 3.11 3.12] { +foreach nodot [list 39 310 311 312] wdot [list 3.9 3.10 3.11 3.12] { subport py${nodot}-gyoto { depends_build-append path:bin/doxygen:doxygen port:swig-python depends_lib-append port:python${nodot} port:py${nodot}-numpy \ @@ -147,7 +147,7 @@ if {[string match libc++ ${configure.cxx_stdlib}]} { notes " For multi-processing, wrap gyoto in mpirun-openmpi-${mpi_suffix}, e.g.: $ mpirun-openmpi-${mpi_suffix} gyoto -P4 in.xml out.fits -" +" } variant mpich conflicts openmpi \ @@ -175,7 +175,7 @@ For multi-processing, wrap gyoto in mpirun-openmpi-${mpi_suffix}, e.g.: | For multi-processing, wrap gyoto in mpirun-mpich-${mpi_suffix}, e.g.: | $ mpirun-mpich-${mpi_suffix} gyoto -P4 in.xml out.fits +-------------------------------------------------------------------------- -" +" } } else { From 11f583557fd8ba77095127f3e9f3b0f973c30d6c Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 11:27:55 -0400 Subject: [PATCH 257/446] py-opencv3{,-devel}: drop py3{7,8} subports --- graphics/opencv3-devel/Portfile | 2 +- graphics/opencv3/Portfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/opencv3-devel/Portfile b/graphics/opencv3-devel/Portfile index 38752295dcaea..d6842842248b8 100644 --- a/graphics/opencv3-devel/Portfile +++ b/graphics/opencv3-devel/Portfile @@ -392,7 +392,7 @@ foreach python_branch {2.7} { } } -set python_branches {3.7 3.8 3.9 3.10 3.11} +set python_branches {3.9 3.10 3.11} foreach python_branch ${python_branches} { set python_version [join [lrange [split ${python_branch} .] 0 1] ""] subport py${python_version}-${name} { diff --git a/graphics/opencv3/Portfile b/graphics/opencv3/Portfile index 775aff0968e6d..65f662ad5ba54 100644 --- a/graphics/opencv3/Portfile +++ b/graphics/opencv3/Portfile @@ -392,7 +392,7 @@ foreach python_branch {2.7} { } } -set python_branches {3.7 3.8 3.9 3.10 3.11} +set python_branches {3.9 3.10 3.11} foreach python_branch ${python_branches} { set python_version [join [lrange [split ${python_branch} .] 0 1] ""] subport py${python_version}-${name} { From 52c13f650b98df0af88dc211d1b4d21422a75963 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 11:34:55 -0400 Subject: [PATCH 258/446] py-openopt: remove port - no dependents in MacPorts, last release 8 years ago, and does not build with recent NumPy versions --- python/py-openopt/Portfile | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 python/py-openopt/Portfile diff --git a/python/py-openopt/Portfile b/python/py-openopt/Portfile deleted file mode 100644 index 5de7f4c1a6952..0000000000000 --- a/python/py-openopt/Portfile +++ /dev/null @@ -1,36 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -PortGroup python 1.0 - -name py-openopt -version 0.5629 -revision 0 -categories-append math science -platforms {darwin any} -supported_archs noarch -maintainers nomaintainer -description Numerical optimization framework for python -long_description OpenOpt is a free optimization framework for python. \ - It interfaces with many different algorithms for solving \ - optimization problems, some of which are written in C or Fortran. - -license BSD - -homepage https://pypi.org/project/openopt/ - -checksums rmd160 55cf899125efad4d4995cc9b8b0d063e8350bb9f \ - sha256 2c6901a22493053c74080c4eb66ccc46afdbf5b7cf056e3a0334b9bc88ce856a \ - size 310230 - -python.versions 37 - -if {${name} ne ${subport}} { - depends_build-append \ - port:py${python.version}-setuptools - - depends_lib-append \ - port:py${python.version}-numpy \ - port:py${python.version}-setproctitle \ - port:py${python.version}-sortedcontainers -} From 4b1c68119e1d587e14dbd573a1ede71b5d2b90e2 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 11:36:03 -0400 Subject: [PATCH 259/446] py-pygpu: remove port - no dependents in MacPorts, last release 6 years ago --- python/py-pygpu/Portfile | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 python/py-pygpu/Portfile diff --git a/python/py-pygpu/Portfile b/python/py-pygpu/Portfile deleted file mode 100644 index fc512fa6d1dcf..0000000000000 --- a/python/py-pygpu/Portfile +++ /dev/null @@ -1,39 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -PortGroup github 1.0 -PortGroup python 1.0 - -github.setup Theano libgpuarray 0.7.6 v - -name py-pygpu -categories-append devel math -license MIT -supported_archs x86_64 - -python.versions 37 - -maintainers {stromnov @stromnov} openmaintainer - -description Python wrapper for libgpuarray library -long_description ${description} - -dist_subdir libgpuarray - -checksums rmd160 0b1b4a4be3e22fdf3cf38f325c090c6bddeb5109 \ - sha256 fa96c5d2baf5c6ee4521104409bfab5a3319fcc055f89b8c75d4a45983354c5e \ - size 293866 - -if {${name} ne ${subport}} { - depends_build-append \ - port:py${python.version}-setuptools \ - port:py${python.version}-cython - - depends_lib-append port:libgpuarray \ - port:py${python.version}-mako \ - port:py${python.version}-numpy - - livecheck.type none -} else { - github.livecheck.regex {([0-9.]+)} -} From 9f5e096378636d5d14cad5b8f768021e5b3da439 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 11:43:32 -0400 Subject: [PATCH 260/446] py-svipc: remove port - no dependents in MacPorts, last upstream release 10 years ago --- python/py-svipc/Portfile | 53 ------------------------ python/py-svipc/files/patch-version.diff | 45 -------------------- 2 files changed, 98 deletions(-) delete mode 100644 python/py-svipc/Portfile delete mode 100644 python/py-svipc/files/patch-version.diff diff --git a/python/py-svipc/Portfile b/python/py-svipc/Portfile deleted file mode 100644 index 2452ba4d1ed0f..0000000000000 --- a/python/py-svipc/Portfile +++ /dev/null @@ -1,53 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -PortGroup python 1.0 -PortGroup github 1.0 - -set uname svipc -github.setup mdcb yp-${uname} 0.16 -name py-${uname} -license GPL-3 -maintainers {thibaut @paumard} openmaintainer -description System V InterProcess Communication (Yorick/Python plug-ins) -long_description This plug-in for python and yorick gives access to the \ - System V IPC framework. This allows sharing memory and \ - passing messages and semaphores between several distinct \ - processes. -homepage https://github.com/mdcb/yp-svipc - -patchfiles patch-version.diff -patch.pre_args-replace -p0 -p1 - -checksums rmd160 f0d94da1014bab729db6658d22f7ee0d38b27a44 \ - sha256 52f0dd4c5611b18e048c4d83e86a1d12e7362c265089574d78b2e18749b0629c \ - size 26912 - -python.versions 37 - -if {${name} ne ${subport} && ${subport} ne "yorick-svipc"} { - depends_lib-append port:py${python.version}-numpy - pre-configure { - reinplace "s/define_macros=\\\[/define_macros=\\\[('SVIPC_HACKS', True),/" ${worksrcpath}/setup.py - } -} - -subport yorick-svipc { - # this _will_ cause a lint warning - categories science yorick - depends_build - depends_lib path:bin/yorick:yorick - depends_run - use_configure yes - universal_variant no - configure.dir ${worksrcpath}/yorick - configure.cmd ${prefix}/bin/yorick - configure.pre_args {} - configure.args -batch make.i - build.dir ${worksrcpath}/yorick - build.cmd make - build.target {} - pre-destroot {} - destroot.cmd make - destroot.destdir DESTDIR=${destroot} -} diff --git a/python/py-svipc/files/patch-version.diff b/python/py-svipc/files/patch-version.diff deleted file mode 100644 index b832442d5a79a..0000000000000 --- a/python/py-svipc/files/patch-version.diff +++ /dev/null @@ -1,45 +0,0 @@ -Description: Better strinigification of version macro - setup.py defines a preprocessor macro called PYTHON_SVIPC_VERSION. - The way it includes quotes make some recent compilers choke. - This patch defines the string without quotes and let the C - preprocessor do the strinigification. -Author: Thibaut Paumard -Origin: vendor -Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917672 -Forwarded: no -Last-Update: 2019-01-09 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ ---- a/setup.py -+++ b/setup.py -@@ -28,7 +28,7 @@ - ] - - define_macros=[ -- ('PYTHON_SVIPC_VERSION', '\\\"%s\\\"' % version), -+ ('PYTHON_SVIPC_VERSION', version), - ('SVIPC_NOSEGFUNC', None), - ] - ---- a/python/svipc_module.c -+++ b/python/svipc_module.c -@@ -31,6 +31,10 @@ - - #include "svipc.h" - -+#define STRINGIFY(a) _STRINGIFY(a) -+#define _STRINGIFY(a) #a -+ -+ - PyObject *python_svipc_module; - PyObject *python_svipc_error; - -@@ -866,7 +870,7 @@ - - /* Add symbolic constants to the module */ - PyModule_AddStringConstant(python_svipc_module, "version", -- PYTHON_SVIPC_VERSION); -+ STRINGIFY(PYTHON_SVIPC_VERSION)); - - /* define module generic error */ - python_svipc_error = PyErr_NewException("svipc.error", NULL, NULL); From dd9e97c1e181027a972a498c3dc43c14238d04ac Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 11:44:01 -0400 Subject: [PATCH 261/446] py-opengl{,-accelerate}: drop py3{7,8} subports --- python/py-opengl-accelerate/Portfile | 4 +--- python/py-opengl/Portfile | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/python/py-opengl-accelerate/Portfile b/python/py-opengl-accelerate/Portfile index cd1b4384e3ebc..beb0f227e3311 100644 --- a/python/py-opengl-accelerate/Portfile +++ b/python/py-opengl-accelerate/Portfile @@ -18,11 +18,9 @@ checksums md5 927f71d22a29b5488a0aa152875b7c4d \ rmd160 1f7ba73656da6117b95ffcb7176f7c37a4ee7af6 \ sha256 2b123621273a939f7fd2ec227541e399f9b5d4e815d69ae0bdb1b6c70a293680 -python.versions 27 37 38 39 310 311 312 +python.versions 27 39 310 311 312 if {$subport ne $name} { depends_lib port:py${python.version}-numpy patchfiles 112.patch } - -livecheck.type none diff --git a/python/py-opengl/Portfile b/python/py-opengl/Portfile index b13d1706657dd..5fa87d3db3a62 100644 --- a/python/py-opengl/Portfile +++ b/python/py-opengl/Portfile @@ -23,7 +23,7 @@ checksums md5 aad014a8e6d4d0d4f94a1702de80ba6a \ rmd160 5db4b5b82ced7b84ffefc94d2adf26fa12ee0572 \ sha256 eef31a3888e6984fd4d8e6c9961b184c9813ca82604d37fe3da80eb000a76c86 -python.versions 27 37 38 39 310 311 312 +python.versions 27 39 310 311 312 if {$subport ne $name} { if {${python.version} >= 36} { @@ -38,5 +38,4 @@ if {$subport ne $name} { } patchfiles pillow-compat.diff test.run yes - livecheck.type none } From 57520f6c3e37b900611d39834a4cceaa2d11ec16 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 11:45:19 -0400 Subject: [PATCH 262/446] py-pyqtgraph: drop py38 subport --- python/py-pyqtgraph/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-pyqtgraph/Portfile b/python/py-pyqtgraph/Portfile index c62e50e44e32b..3f686bad124e1 100644 --- a/python/py-pyqtgraph/Portfile +++ b/python/py-pyqtgraph/Portfile @@ -28,7 +28,7 @@ revision 0 homepage https://pyqtgraph.org/ -python.versions 38 39 310 +python.versions 39 310 if {${subport} ne ${name}} { if {[variant_isset pyqt4] || [variant_isset pyside]} { From 0ad6e7b0e6fb2f85ebe1f63d2c4a8efb7db2a318 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 11:46:23 -0400 Subject: [PATCH 263/446] py-gpilab*: drop py38 subport --- python/py-gpilab-core/Portfile | 2 +- python/py-gpilab-examples/Portfile | 2 +- python/py-gpilab-framework/Portfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/py-gpilab-core/Portfile b/python/py-gpilab-core/Portfile index d1c796536ead5..757e4fea5c22c 100644 --- a/python/py-gpilab-core/Portfile +++ b/python/py-gpilab-core/Portfile @@ -8,7 +8,7 @@ github.setup gpilab core-nodes 2.2.0 v name py-gpilab-core # Bump to rebuild with latest py-gpilab-framework revision 0 -python.versions 38 39 +python.versions 39 license {BSD LGPL-3+} maintainers {eborisch @eborisch} \ openmaintainer diff --git a/python/py-gpilab-examples/Portfile b/python/py-gpilab-examples/Portfile index 69dba900a5e9b..6addf9218d867 100644 --- a/python/py-gpilab-examples/Portfile +++ b/python/py-gpilab-examples/Portfile @@ -8,7 +8,7 @@ github.setup gpilab examples d9a6861 version 0 name py-gpilab-examples revision 2 -python.versions 38 39 +python.versions 39 supported_archs noarch platforms any license LGPL-3 diff --git a/python/py-gpilab-framework/Portfile b/python/py-gpilab-framework/Portfile index 672b522db9beb..611261408f902 100644 --- a/python/py-gpilab-framework/Portfile +++ b/python/py-gpilab-framework/Portfile @@ -8,7 +8,7 @@ PortGroup select 1.0 github.setup gpilab framework 1.3.0 v name py-gpilab-framework revision 2 -python.versions 38 39 +python.versions 39 supported_archs noarch platforms {darwin any} license LGPL-3 From 230f2a47ea0e3502f37b224b8d110445ebd12bd2 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 11:49:15 -0400 Subject: [PATCH 264/446] py-pyorick: update to 1.5; drop py37, add py312 subport --- python/py-pyorick/Portfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/python/py-pyorick/Portfile b/python/py-pyorick/Portfile index 8596bb611e138..547cbff52cced 100644 --- a/python/py-pyorick/Portfile +++ b/python/py-pyorick/Portfile @@ -4,7 +4,9 @@ PortSystem 1.0 PortGroup python 1.0 name py-pyorick -version 1.4 +version 1.5 +revision 0 + license BSD platforms {darwin any} supported_archs noarch @@ -26,15 +28,13 @@ long_description The pyorick package starts yorick as a subprocess \ homepage https://github.com/dhmunro/pyorick -checksums rmd160 563ca3a68e452a48e0f1a1dd7290dfda04f01647 \ - sha256 a03167e874a45201ce479b7153fd9447981418c53d175931e01cf874cdcf4f72 +checksums rmd160 14dd2b9d34d9d701561335b06e83d725d7618f04 \ + sha256 073720f033b3a3013a3a28a371afaf279e49bb3c08ae7ed195e09c7947feb5ff \ + size 39156 -python.versions 37 +python.versions 312 if {${name} ne ${subport}} { - depends_build-append \ - port:py${python.version}-setuptools - depends_run-append port:py${python.version}-numpy \ port:yorick } From 0d7cd420a9bc0f01a49c25caea110379a021c058 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 12:02:04 -0400 Subject: [PATCH 265/446] py-rasa-nlu: remove port - no dependents in MacPorts, last release 5 years ago. The new package called "rasa" and can be found in PyPI and on GitHub (https://github.com/RasaHQ/rasa). Latest version is 3.6.20 but requres many new dependencies. --- python/py-rasa-nlu/Portfile | 47 ------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 python/py-rasa-nlu/Portfile diff --git a/python/py-rasa-nlu/Portfile b/python/py-rasa-nlu/Portfile deleted file mode 100644 index c50e29d6f167d..0000000000000 --- a/python/py-rasa-nlu/Portfile +++ /dev/null @@ -1,47 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -PortGroup python 1.0 - -name py-rasa-nlu -version 0.15.1 -checksums rmd160 a82c3474f1a8df0613df0c9e0aab5b6a0ca75547 \ - sha256 69d8b788ea74f764343a2381228843d3dd8452636ba1441f0752ec695bb31cd6 \ - size 113457 - -categories-append devel -platforms {darwin any} -license Apache-2 -maintainers {ijackson @JacksonIsaac} openmaintainer -supported_archs noarch - -description Rasa NLU a natural language parser for bots -long_description Rasa NLU (Natural Language Understanding) is a \ - tool for understanding what is being said in short pieces of text. - -homepage https://github.com/RasaHQ/rasa_nlu - -master_sites pypi:r/${python.rootname} -distname ${python.rootname}-${version} - -python.versions 37 - -if {${name} ne ${subport}} { - conflicts py${python.version}-dopamine-rl - - depends_lib-append \ - port:py${python.version}-boto3 \ - port:py${python.version}-coloredlogs \ - port:py${python.version}-future \ - port:py${python.version}-klein \ - port:py${python.version}-numpy \ - port:py${python.version}-requests \ - port:py${python.version}-ruamel-yaml\ - port:py${python.version}-setuptools \ - port:py${python.version}-simplejson \ - port:py${python.version}-six \ - port:py${python.version}-tqdm \ - port:py${python.version}-yaml - - livecheck.type none -} From f8c84ea1079316c95278763338eb835cabb641d1 Mon Sep 17 00:00:00 2001 From: Remko Scharroo Date: Mon, 21 Oct 2024 12:56:08 +0200 Subject: [PATCH 266/446] nco: update to 5.2.9 --- science/nco/Portfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/science/nco/Portfile b/science/nco/Portfile index 0439cc3c9d832..e74d4c7e15d1a 100644 --- a/science/nco/Portfile +++ b/science/nco/Portfile @@ -4,9 +4,8 @@ PortSystem 1.0 PortGroup compilers 1.0 PortGroup github 1.0 -github.setup nco nco 5.2.8 +github.setup nco nco 5.2.9 revision 0 -platforms darwin maintainers {takeshi @tenomoto} \ {me.com:remko.scharroo @remkos} \ openmaintainer @@ -21,9 +20,9 @@ if {${os.major} > 12} { compilers.setup -clang33 -clang34 } -checksums rmd160 d4b78ad5383becff29d46677b5e58fd1a4904cae \ - sha256 da29dad0313c457e2cfd4e614da13545bb1a142cca57a57d2b865c7778e14762 \ - size 6835842 +checksums rmd160 c8f3c750d9bc26814868993aeaab40a5667c9104 \ + sha256 a7ba0b5cf328c6a4a8d6c8edf5bfc04629109580fc56b80baa86c0dec82cd021 \ + size 6840905 homepage http://nco.sourceforge.net/ long_description \ From 7edaf051b650e52c58ffff509787c6a5c49c409d Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Mon, 21 Oct 2024 22:51:36 +0200 Subject: [PATCH 267/446] osxphotos: update to 0.68.6 (#26231) --- graphics/osxphotos/Portfile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/graphics/osxphotos/Portfile b/graphics/osxphotos/Portfile index f1dbae66a525a..c3ec220b87b96 100644 --- a/graphics/osxphotos/Portfile +++ b/graphics/osxphotos/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup python 1.0 name osxphotos -version 0.68.5 +version 0.68.6 revision 0 categories graphics python @@ -26,9 +26,9 @@ long_description {*}${description} homepage https://github.com/RhetTbull/osxphotos -checksums rmd160 97eb477d3ce5544e6f12d2c591a2e6af64d2592f \ - sha256 505eb5f2ef162b3edfd2373b7ba8388cece9a6a6f23c5eb382246934f075ef06 \ - size 2169009 +checksums rmd160 980a7e9a7031c7c0ded012956c048fe0d25ba1a0 \ + sha256 2b501749e209398f2c0b7a9d2be6538822dd359539dd90f37db56f24c879282c \ + size 2185193 python.default_version 312 @@ -72,4 +72,5 @@ post-destroot { test.run yes test.cmd osxphotos test.target -test.args version \ No newline at end of file +test.args version + From d31754c90db186b5d2f1e8004ab557ea24f7f6a7 Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Mon, 21 Oct 2024 23:06:38 +0200 Subject: [PATCH 268/446] openjdk21-microsoft: update to 21.0.5 (#26238) --- java/openjdk21-microsoft/Portfile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/java/openjdk21-microsoft/Portfile b/java/openjdk21-microsoft/Portfile index e47ed56ee3820..e8c3b51b9d80a 100644 --- a/java/openjdk21-microsoft/Portfile +++ b/java/openjdk21-microsoft/Portfile @@ -20,8 +20,8 @@ universal_variant no # https://docs.microsoft.com/en-us/java/openjdk/download#openjdk-21 supported_archs x86_64 arm64 -version ${feature}.0.4 -set build 7 +version ${feature}.0.5 +set build 11 revision 0 description Microsoft Build of OpenJDK ${feature} (Long Term Support) @@ -32,14 +32,14 @@ master_sites https://aka.ms/download-jdk/ if {${configure.build_arch} eq "x86_64"} { distname microsoft-jdk-${version}-macOS-x64 - checksums rmd160 5ee1a5eb33847e69b0860044d9fa9306fd565886 \ - sha256 8bf2a7b24746af5a802bafd29adee6dccd1337a03d508776fa847c0b2d998bf3 \ - size 203051213 + checksums rmd160 e2c00a519b9d78f6e0f3efc90e542a6bffa39c2e \ + sha256 3e2317348141b28203fac39eaa60c14a1b3f1fdb9cfdbcb793eaa4dd5828da6e \ + size 202026107 } elseif {${configure.build_arch} eq "arm64"} { distname microsoft-jdk-${version}-macOS-aarch64 - checksums rmd160 40e7529f7bc2b2094301bbdddae7409428f40454 \ - sha256 65c7585a1bd2dd9cba99a43efd51d830b2714dfade80591b883ce9ef3300d50c \ - size 200536590 + checksums rmd160 6c703010f5c0f950c25338b9710f650f934a38a4 \ + sha256 78aa915475b426c03059cc51e9c12596a5138457bd7ebb9b90daad119551662d \ + size 199572433 } worksrcdir jdk-${version}+${build} From e1373ccc8b19425b1e660475c5aed636dbd096d2 Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Mon, 21 Oct 2024 23:14:47 +0200 Subject: [PATCH 269/446] openjdk17-microsoft: update to 17.0.13 (#26239) --- java/openjdk17-microsoft/Portfile | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/java/openjdk17-microsoft/Portfile b/java/openjdk17-microsoft/Portfile index ca8fbda1cdb9f..21b6c4b3c6c4a 100644 --- a/java/openjdk17-microsoft/Portfile +++ b/java/openjdk17-microsoft/Portfile @@ -2,10 +2,16 @@ PortSystem 1.0 -name openjdk17-microsoft +set feature 17 +name openjdk${feature}-microsoft categories java devel maintainers {breun.nl:nils @breun} openmaintainer -platforms {darwin any} + +# JVMMinimumSystemVersion in Contents/Info.plist is set to macOS 10.12 for x86_64: +# /usr/libexec/PlistBuddy -c "Print :JavaVM:JVMMinimumSystemVersion" Contents/Info.plist +# Mapping to Darwin version: https://trac.macports.org/wiki/PortfileRecipes#compare-osx-darwin-version +platforms {darwin any >= 16 } + # This port uses prebuilt binaries; 'NoMirror' makes sure MacPorts doesn't mirror/distribute these third-party binaries license GPL-2 NoMirror # This port uses prebuilt binaries for a particular architecture; they are not universal binaries @@ -14,11 +20,11 @@ universal_variant no # https://docs.microsoft.com/en-us/java/openjdk/download#openjdk-17 supported_archs x86_64 arm64 -version 17.0.12 -set build 7 +version ${feature}.0.13 +set build 11 revision 0 -description Microsoft Build of OpenJDK 17 (Long Term Support) +description Microsoft Build of OpenJDK ${feature} (Long Term Support) long_description The Microsoft Build of OpenJDK is a no-cost distribution of OpenJDK that's open source \ and available for free for anyone to deploy anywhere. @@ -26,14 +32,14 @@ master_sites https://aka.ms/download-jdk/ if {${configure.build_arch} eq "x86_64"} { distname microsoft-jdk-${version}-macOS-x64 - checksums rmd160 957821bf76b3ddea6d8f80198c16ad7aab1ee209 \ - sha256 c4a44fbbf4c17282662856c44e97ec0ff0ebff44a7fc90a857204ccb8528d30c \ - size 188291485 + checksums rmd160 4f0ea55bf011d4a90338041083e3983c7c7c7559 \ + sha256 ce87d4110d61922ae3ee6d61d4c0ee48d7a98dcda38cffb8abc8299c47b5a730 \ + size 187631798 } elseif {${configure.build_arch} eq "arm64"} { distname microsoft-jdk-${version}-macOS-aarch64 - checksums rmd160 c3502d2928a3a24233081a58211c4129b851fc65 \ - sha256 070aafe1b417a95f70daa5ac3c9febff223fb71192b7359dc7c4667e2dd57904 \ - size 186047485 + checksums rmd160 0be73092714b48fe455da45c9dbc6184f70be8aa \ + sha256 095372e6d1a44890c52d0c8650c09ae26f740f5b740f1e6559398a492555a573 \ + size 185460735 } worksrcdir jdk-${version}+${build} @@ -42,7 +48,7 @@ homepage https://www.microsoft.com/openjdk livecheck.type regex livecheck.url https://docs.microsoft.com/en-us/java/openjdk/download -livecheck.regex microsoft-jdk-(17\.\[0-9\.\]+)-macOS-.*\.tar\.gz +livecheck.regex microsoft-jdk-(${feature}\.\[0-9\.\]+)-macOS-.*\.tar\.gz use_configure no build {} From 4ba0a58106305c74b760af62300054f23137e20d Mon Sep 17 00:00:00 2001 From: Mark Mentovai Date: Mon, 21 Oct 2024 09:35:53 -0400 Subject: [PATCH 270/446] gcc13: update to include latest upstream unreleased patches This adds patches from https://github.com/iains/gcc-13-branch, from branch gcc-13-3-darwin (2024-10-17), after tag gcc-13.3-darwin-r1. It includes macOS 15 (and macOS 14 with Xcode 16) compatibility patches, similar to 048f899dce5f and 40a267e1c326 for gcc14. gcc13 required an additional fix beyond what gcc14 needed, included here as the 0006 patch. This additionally improves macOS 15/Xcode 16 compatibility by disabling the ld-classic workaround with those tools, like 2453011ee18c and 771b2dab4689 did for gcc14. Closes: https://trac.macports.org/ticket/70710 --- lang/gcc13/Portfile | 20 ++- ...-weak_framework-in-the-driver-PR1162.patch | 55 +++++++ ...for-as-versions-that-need-for-std-in.patch | 35 +++++ ...op-the-legacy-library-build-for-macO.patch | 103 +++++++++++++ ...lacement-of-attributes-on-function-d.patch | 141 ++++++++++++++++++ ...se-the-availability-attribute-suppor.patch | 39 +++++ ...arwin-Fix-ordering-of-function-label.patch | 34 +++++ lang/gcc13/files/patch-darwin-gcc-13.3.0.diff | 14 +- 8 files changed, 432 insertions(+), 9 deletions(-) create mode 100644 lang/gcc13/files/0001-Darwin-Recognise-weak_framework-in-the-driver-PR1162.patch create mode 100644 lang/gcc13/files/0002-Darwin-Allow-for-as-versions-that-need-for-std-in.patch create mode 100644 lang/gcc13/files/0003-libgcc-Darwin-Drop-the-legacy-library-build-for-macO.patch create mode 100644 lang/gcc13/files/0004-c-family-Allow-placement-of-attributes-on-function-d.patch create mode 100644 lang/gcc13/files/0005-c-family-Advertise-the-availability-attribute-suppor.patch create mode 100644 lang/gcc13/files/0006-libgcc-aarch64-Darwin-Fix-ordering-of-function-label.patch diff --git a/lang/gcc13/Portfile b/lang/gcc13/Portfile index 2b2f585d39c35..d1dccd1c8b0ae 100644 --- a/lang/gcc13/Portfile +++ b/lang/gcc13/Portfile @@ -11,7 +11,7 @@ name gcc13 homepage https://gcc.gnu.org/ -platforms {darwin >= 10 < 24} +platforms {darwin >= 10} categories lang maintainers nomaintainer # an exception in the license allows dependents to not be GPL @@ -23,7 +23,7 @@ long_description {*}${description}, including front ends for \ # Remember to reset all revision increments below to 0 on new versions version 13.3.0 -revision 1 +revision 2 set libgccname lib${name} subport ${libgccname} { revision [ expr ${revision} + 0 ] } @@ -170,8 +170,19 @@ if { ${subport} ne ${libcxxname} && ${os.platform} eq "darwin" && ${subport} ne if { ${os.platform} eq "darwin" } { # Patch generated from https://github.com/iains/gcc-13-branch - # git diff --no-prefix releases/gcc-13.1.0 gcc-13.1-darwin-r0 + # git diff --no-prefix releases/gcc-13.3.0 gcc-13.3-darwin-r1 patchfiles-append patch-darwin-gcc-${version}.diff + + # Additional patches from https://github.com/iains/gcc-13-branch, from + # branch gcc-13-3-darwin, after tag gcc-13.3-darwin-r1, including macOS 15 + # (and macOS 14 with Xcode 16) compatibility patches. + patchfiles-append 0001-Darwin-Recognise-weak_framework-in-the-driver-PR1162.patch \ + 0002-Darwin-Allow-for-as-versions-that-need-for-std-in.patch \ + 0003-libgcc-Darwin-Drop-the-legacy-library-build-for-macO.patch \ + 0004-c-family-Allow-placement-of-attributes-on-function-d.patch \ + 0005-c-family-Advertise-the-availability-attribute-suppor.patch \ + 0006-libgcc-aarch64-Darwin-Fix-ordering-of-function-label.patch + # GCC fixinc work-around for sys/ucred.h on OSX10.14.4 no longer seems to work ??? if { ${os.major} == 18 } { patchfiles-append patch-OSX10.14-ucred-atomic-define.diff @@ -210,7 +221,8 @@ configure.env-append \ OTOOL64=${prefix}/bin/otool if {${os.platform} eq "darwin" && ${os.major} >= 22} { - if { [vercmp ${xcodeversion} >= 15.0] || [vercmp ${xcodecltversion} >= 15.0] } { + if { ([vercmp ${xcodeversion} >= 15.0] && [vercmp ${xcodeversion} < 16.0]) || + ([vercmp ${xcodecltversion} >= 15.0] && [vercmp ${xcodecltversion} < 16.0]) } { # On macOS13 and newer ensure the 'legacy' linker is used as GCC currently has problems # with the new default linker in Xcode 15. See e.g. # https://developer.apple.com/documentation/xcode-release-notes/xcode-15-release-notes#Linking diff --git a/lang/gcc13/files/0001-Darwin-Recognise-weak_framework-in-the-driver-PR1162.patch b/lang/gcc13/files/0001-Darwin-Recognise-weak_framework-in-the-driver-PR1162.patch new file mode 100644 index 0000000000000..4b834dfa20008 --- /dev/null +++ b/lang/gcc13/files/0001-Darwin-Recognise-weak_framework-in-the-driver-PR1162.patch @@ -0,0 +1,55 @@ +From 50dfab039ed7a308a248179a0ddc87227d83dc48 Mon Sep 17 00:00:00 2001 +From: Iain Sandoe +Date: Mon, 5 Aug 2024 13:19:28 +0100 +Subject: [PATCH 1/6] Darwin: Recognise -weak_framework in the driver + [PR116237]. + +XCode compilers recognise the weak_framework linker option in the driver +and forward it. This patch makes GCC adopt the same behaviour. + + PR target/116237 + +gcc/ChangeLog: + + * config/darwin.h (SUBTARGET_DRIVER_SELF_SPECS): Add a spec for + weak_framework. + * config/darwin.opt: Handle weak_framework driver option. + +Signed-off-by: Iain Sandoe +(cherry picked from commit 4cec7bc79db52bae159c3c60a415e2aea48051d8) +--- + gcc/config/darwin.h | 2 ++ + gcc/config/darwin.opt | 4 ++++ + 2 files changed, 6 insertions(+) + +diff --git gcc/config/darwin.h gcc/config/darwin.h +index fcf9eff27d3c..5fd52f2cc0d2 100644 +--- gcc/config/darwin.h ++++ gcc/config/darwin.h +@@ -265,6 +265,8 @@ extern GTY(()) int darwin_ms_struct; + "%{weak_reference_mismatches*:\ + -Xlinker -weak_reference_mismatches -Xlinker %*} \ + % Do not export the global symbols listed in . + ++weak_framework ++Driver RejectNegative Separate ++-weak_framework Make a weak link to the specified framework. ++ + weak_reference_mismatches + Driver RejectNegative Separate + -weak_reference_mismatches Specifies what to do if a symbol import conflicts between file (weak in one and not in another) the default is to treat the symbol as non-weak. +-- +2.47.0 + diff --git a/lang/gcc13/files/0002-Darwin-Allow-for-as-versions-that-need-for-std-in.patch b/lang/gcc13/files/0002-Darwin-Allow-for-as-versions-that-need-for-std-in.patch new file mode 100644 index 0000000000000..6c9e72e436248 --- /dev/null +++ b/lang/gcc13/files/0002-Darwin-Allow-for-as-versions-that-need-for-std-in.patch @@ -0,0 +1,35 @@ +From 9d92b8df115f3feecff9cdb2aec9da1acb21932c Mon Sep 17 00:00:00 2001 +From: Iain Sandoe +Date: Wed, 18 Sep 2024 17:46:32 +0100 +Subject: [PATCH 2/6] Darwin: Allow for as versions that need '-' for std in. + +Recent versions of Xcode as require a dash to read from standard +input. We can use this on all supported OS versions so make it +unconditional. Patch from Mark Mentovai. + +gcc/ChangeLog: + + * config/darwin.h (AS_NEEDS_DASH_FOR_PIPED_INPUT): New. + +Signed-off-by: Iain Sandoe +(cherry picked from commit 33ccc1314dcdb0b988a9276ca6b6ce9b07bea21e) +--- + gcc/config/darwin.h | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git gcc/config/darwin.h gcc/config/darwin.h +index 5fd52f2cc0d2..83e4e2fcf555 100644 +--- gcc/config/darwin.h ++++ gcc/config/darwin.h +@@ -653,6 +653,8 @@ extern GTY(()) int darwin_ms_struct; + #define ASM_OPTIONS "%{v} %{w:-W} %{I*}" + #endif + ++#define AS_NEEDS_DASH_FOR_PIPED_INPUT ++ + /* Default Darwin ASM_SPEC, very simple. */ + #define ASM_SPEC \ + "%{static} -arch %(darwin_arch) " \ +-- +2.47.0 + diff --git a/lang/gcc13/files/0003-libgcc-Darwin-Drop-the-legacy-library-build-for-macO.patch b/lang/gcc13/files/0003-libgcc-Darwin-Drop-the-legacy-library-build-for-macO.patch new file mode 100644 index 0000000000000..2ae44a12273ee --- /dev/null +++ b/lang/gcc13/files/0003-libgcc-Darwin-Drop-the-legacy-library-build-for-macO.patch @@ -0,0 +1,103 @@ +From e622b1dbe682d3bc4bb7683c066b6cea75ba5951 Mon Sep 17 00:00:00 2001 +From: Iain Sandoe +Date: Sun, 22 Sep 2024 11:43:32 +0100 +Subject: [PATCH 3/6] libgcc, Darwin: Drop the legacy library build for macOS + >= 15 [PR116809]. + +We have been building a legacy libgcc_s.1 DSO to support code that +was built with older compilers. + +From macOS 15, the unwinder no longer exports some of the symbols used +in that library which (a) cuases bootstrap fail and (b) means that the +legacy library is no longer useful. + +No open branch of GCC emits references to this library - and any already +-built code that depends on the symbols would need rework anyway. + + PR target/116809 + +libgcc/ChangeLog: + + * config.host: Build legacy libgcc_s.1 on hosts before macOS 15. + * config/i386/t-darwin: Remove reference to legacy libgcc_s.1 + * config/rs6000/t-darwin: Likewise. + * config/t-darwin-libgccs1: New file. + +Signed-off-by: Iain Sandoe +(cherry picked from commit d9cafa0c4f0a81304d9b95a78ccc8e9003c6d7a3) +--- + libgcc/config.host | 11 +++++++---- + libgcc/config/i386/t-darwin | 3 --- + libgcc/config/rs6000/t-darwin | 3 --- + libgcc/config/t-darwin-libgccs1 | 3 +++ + 4 files changed, 10 insertions(+), 10 deletions(-) + create mode 100644 libgcc/config/t-darwin-libgccs1 + +diff --git libgcc/config.host libgcc/config.host +index c0a4cc6fa9b4..f19fb037bbb0 100644 +--- libgcc/config.host ++++ libgcc/config.host +@@ -234,22 +234,25 @@ case ${host} in + esac + tmake_file="$tmake_file t-slibgcc-darwin" + case ${host} in ++ x86_64-*-darwin2[0-3]*) ++ tmake_file="t-darwin-min-11 t-darwin-libgccs1 $tmake_file" ++ ;; + *-*-darwin2*) + tmake_file="t-darwin-min-11 $tmake_file" + ;; + *-*-darwin1[89]*) +- tmake_file="t-darwin-min-8 $tmake_file" ++ tmake_file="t-darwin-min-8 t-darwin-libgccs1 $tmake_file" + ;; + *-*-darwin9* | *-*-darwin1[0-7]*) +- tmake_file="t-darwin-min-5 $tmake_file" ++ tmake_file="t-darwin-min-5 t-darwin-libgccs1 $tmake_file" + ;; + *-*-darwin[4-8]*) +- tmake_file="t-darwin-min-1 $tmake_file" ++ tmake_file="t-darwin-min-1 t-darwin-libgccs1 $tmake_file" + ;; + *) + # Fall back to configuring for the oldest system known to work with + # all archs and the current sources. +- tmake_file="t-darwin-min-5 $tmake_file" ++ tmake_file="t-darwin-min-5 t-darwin-libgccs1 $tmake_file" + echo "Warning: libgcc configured to support macOS 10.5" 1>&2 + ;; + esac +diff --git libgcc/config/i386/t-darwin libgcc/config/i386/t-darwin +index 4c18da1efbfd..c6b3acaaca28 100644 +--- libgcc/config/i386/t-darwin ++++ libgcc/config/i386/t-darwin +@@ -4,6 +4,3 @@ LIB2FUNCS_EXCLUDE = _fixtfdi _fixunstfdi _floatditf _floatunditf + + # Extra symbols for this port. + SHLIB_MAPFILES += $(srcdir)/config/i386/libgcc-darwin.ver +- +-# Build a legacy libgcc_s.1 +-BUILD_LIBGCCS1 = YES +diff --git libgcc/config/rs6000/t-darwin libgcc/config/rs6000/t-darwin +index 183d0df92ce9..8b513bdb1d78 100644 +--- libgcc/config/rs6000/t-darwin ++++ libgcc/config/rs6000/t-darwin +@@ -56,6 +56,3 @@ unwind-dw2_s.o: HOST_LIBGCC2_CFLAGS += -maltivec + unwind-dw2.o: HOST_LIBGCC2_CFLAGS += -maltivec + + LIB2ADDEH += $(srcdir)/config/rs6000/darwin-fallback.c +- +-# Build a legacy libgcc_s.1 +-BUILD_LIBGCCS1 = YES +diff --git libgcc/config/t-darwin-libgccs1 libgcc/config/t-darwin-libgccs1 +new file mode 100644 +index 000000000000..b88b1a5bba8a +--- /dev/null ++++ libgcc/config/t-darwin-libgccs1 +@@ -0,0 +1,3 @@ ++ ++# Build a legacy libgcc_s.1 ++BUILD_LIBGCCS1 = YES +-- +2.47.0 + diff --git a/lang/gcc13/files/0004-c-family-Allow-placement-of-attributes-on-function-d.patch b/lang/gcc13/files/0004-c-family-Allow-placement-of-attributes-on-function-d.patch new file mode 100644 index 0000000000000..82ff225b50c45 --- /dev/null +++ b/lang/gcc13/files/0004-c-family-Allow-placement-of-attributes-on-function-d.patch @@ -0,0 +1,141 @@ +From 7c2a127e4db1d18116052f15a08641fde6887dc6 Mon Sep 17 00:00:00 2001 +From: Iain Sandoe +Date: Wed, 9 Oct 2024 09:49:59 +0100 +Subject: [PATCH 4/6] c-family: Allow placement of attributes on function + definitions. + +This is to address Issue #12. + +It is very unlikely to be acceptable upstream, because the situation +with how GNU attributes appertain is already very complex. This is +strictly an extension to allow us to consume them in the same position +as clang does. + +gcc/c-family/ChangeLog: + + * c.opt: + +gcc/c/ChangeLog: + + * c-parser.cc (c_parser_declaration_or_fndef): + +gcc/ChangeLog: + + * config/darwin.cc (darwin_override_options): + +gcc/cp/ChangeLog: + + * parser.cc (cp_parser_init_declarator): + +Signed-off-by: Iain Sandoe +(cherry picked from commit f48894008d37635da6f2eae63c072563ca54c3b0) +--- + gcc/c-family/c.opt | 4 ++++ + gcc/c/c-parser.cc | 18 ++++++++++++++++-- + gcc/config/darwin.cc | 5 +++++ + gcc/cp/parser.cc | 13 ++++++++++--- + 4 files changed, 35 insertions(+), 5 deletions(-) + +diff --git gcc/c-family/c.opt gcc/c-family/c.opt +index c7e662018d5e..61865ff09cb5 100644 +--- gcc/c-family/c.opt ++++ gcc/c-family/c.opt +@@ -1643,6 +1643,10 @@ static-libmpxwrappers + Driver WarnRemoved + Removed in GCC 9. This switch has no effect. + ++fallow-extended-attribute-placement ++C ObjC C++ ObjC++ LTO Var(flag_allow_ext_attr_placement) Init(0) ++Allow placement of attributes on function definitions. ++ + fcilkplus + C ObjC C++ ObjC++ LTO Undocumented Ignore + Removed in GCC 8. This switch has no effect. +diff --git gcc/c/c-parser.cc gcc/c/c-parser.cc +index 5abc6e846977..b158bb2eed0b 100644 +--- gcc/c/c-parser.cc ++++ gcc/c/c-parser.cc +@@ -2426,15 +2426,28 @@ c_parser_declaration_or_fndef (c_parser *parser, bool fndef_ok, + d = d->declarator; + underspec_name = d->u.id.id; + } ++ tree postfix_attrs = NULL_TREE; ++ if (flag_allow_ext_attr_placement ++ && c_parser_next_token_is_keyword (parser, RID_ATTRIBUTE)) ++ { ++ postfix_attrs = c_parser_gnu_attributes (parser); ++ /* IF we have a function definition, and we're allowing it then ++ treat these attributes as if they had been prepended. */ ++ if (c_parser_next_token_is (parser, CPP_OPEN_BRACE)) ++ { ++ all_prefix_attrs = chainon (all_prefix_attrs, postfix_attrs); ++ postfix_attrs = NULL_TREE; ++ } ++ } + if (c_parser_next_token_is (parser, CPP_EQ) + || c_parser_next_token_is (parser, CPP_COMMA) + || c_parser_next_token_is (parser, CPP_SEMICOLON) + || c_parser_next_token_is_keyword (parser, RID_ASM) + || c_parser_next_token_is_keyword (parser, RID_ATTRIBUTE) ++ || postfix_attrs + || c_parser_next_token_is_keyword (parser, RID_IN)) + { + tree asm_name = NULL_TREE; +- tree postfix_attrs = NULL_TREE; + if (!diagnosed_no_specs && !specs->declspecs_seen_p) + { + diagnosed_no_specs = true; +@@ -2446,8 +2459,9 @@ c_parser_declaration_or_fndef (c_parser *parser, bool fndef_ok, + if (c_parser_next_token_is_keyword (parser, RID_ASM)) + asm_name = c_parser_simple_asm_expr (parser); + if (c_parser_next_token_is_keyword (parser, RID_ATTRIBUTE)) ++ postfix_attrs = c_parser_gnu_attributes (parser); ++ if (postfix_attrs) + { +- postfix_attrs = c_parser_gnu_attributes (parser); + if (c_parser_next_token_is (parser, CPP_OPEN_BRACE)) + { + /* This means there is an attribute specifier after +diff --git gcc/config/darwin.cc gcc/config/darwin.cc +index e95520f2a157..ade374b75316 100644 +--- gcc/config/darwin.cc ++++ gcc/config/darwin.cc +@@ -3921,6 +3921,11 @@ darwin_override_options (void) + + /* The c_dialect...() macros are not available to us here. */ + darwin_running_cxx = (strstr (lang_hooks.name, "C++") != 0); ++ ++ /* We need to consume attributes on function definitions from the the SDK ++ headers. */ ++ if (!OPTION_SET_P (flag_allow_ext_attr_placement)) ++ flag_allow_ext_attr_placement = true; + } + + #if DARWIN_PPC +diff --git gcc/cp/parser.cc gcc/cp/parser.cc +index 1f1b76234b4b..7630fc068ec7 100644 +--- gcc/cp/parser.cc ++++ gcc/cp/parser.cc +@@ -22870,9 +22870,16 @@ cp_parser_init_declarator (cp_parser* parser, + "an % specification is not allowed " + "on a function-definition"); + if (attributes) +- error_at (attributes_start_token->location, +- "attributes are not allowed " +- "on a function-definition"); ++ { ++ /* When we are allowing attributes in this position, then add ++ them to the prefix ones. */ ++ if (flag_allow_ext_attr_placement) ++ prefix_attributes = chainon (prefix_attributes, attributes); ++ else ++ error_at (attributes_start_token->location, ++ "attributes are not allowed " ++ "on a function-definition"); ++ } + /* This is a function-definition. */ + *function_definition_p = true; + +-- +2.47.0 + diff --git a/lang/gcc13/files/0005-c-family-Advertise-the-availability-attribute-suppor.patch b/lang/gcc13/files/0005-c-family-Advertise-the-availability-attribute-suppor.patch new file mode 100644 index 0000000000000..f13ae0bd4e604 --- /dev/null +++ b/lang/gcc13/files/0005-c-family-Advertise-the-availability-attribute-suppor.patch @@ -0,0 +1,39 @@ +From ea34d282dbf23298d6f007c52ffdfb3b434d4908 Mon Sep 17 00:00:00 2001 +From: Iain Sandoe +Date: Mon, 14 Oct 2024 17:16:35 +0100 +Subject: [PATCH 5/6] c-family: Advertise the availability attribute support in + features. + +This is a temporary workaround - we are going to advertise the availablility +attribute as present for all targets - which it is not. For the Darwin +branch it is a short-term band-aid. + +This addresses Issue #12 part 2. + +Signed-off-by: Iain Sandoe + +(cherry picked from commit 843342fa4391c163bb6522839317d81f01c035de) +--- + gcc/c-family/c-common.cc | 6 +++++- + 1 file changed, 5 insertions(+), 1 deletion(-) + +diff --git gcc/c-family/c-common.cc gcc/c-family/c-common.cc +index e3c3fae8dea7..c4ee5c88b9f4 100644 +--- gcc/c-family/c-common.cc ++++ gcc/c-family/c-common.cc +@@ -346,7 +346,11 @@ static constexpr hf_feature_info has_feature_table[] = + { "enumerator_attributes", HF_FLAG_NONE, 0 }, + { "tls", HF_FLAG_NONE, 0 }, + { "gnu_asm_goto_with_outputs", HF_FLAG_EXT, 0 }, +- { "gnu_asm_goto_with_outputs_full", HF_FLAG_EXT, 0 } ++ { "gnu_asm_goto_with_outputs_full", HF_FLAG_EXT, 0 }, ++ { "attribute_availability", HF_FLAG_NONE, 0 }, ++ { "attribute_availability_with_message", HF_FLAG_NONE, 0 }, ++ { "attribute_availability_with_replacement", HF_FLAG_NONE, 0 }, ++ { "attribute_availability_with_version_underscores", HF_FLAG_NONE, 0 } + }; + + /* Global visibility options. */ +-- +2.47.0 + diff --git a/lang/gcc13/files/0006-libgcc-aarch64-Darwin-Fix-ordering-of-function-label.patch b/lang/gcc13/files/0006-libgcc-aarch64-Darwin-Fix-ordering-of-function-label.patch new file mode 100644 index 0000000000000..f3e71420bed24 --- /dev/null +++ b/lang/gcc13/files/0006-libgcc-aarch64-Darwin-Fix-ordering-of-function-label.patch @@ -0,0 +1,34 @@ +From 4fdcc027fcc235805c7cc4bede6948b9a00afe1e Mon Sep 17 00:00:00 2001 +From: Iain Sandoe +Date: Thu, 17 Oct 2024 10:44:19 +0100 +Subject: [PATCH 6/6] libgcc, aarch64, Darwin: Fix ordering of function label + and .cfi_startproc. + +The newer tools apparently do not accept the existing order (which is likely +to cause quite some fallout with other OSS using asm). + +Fixed here with a patch from Rich Townsend. Resolves Issue #21. + +Signed-off-by: Iain Sandoe +--- + libgcc/config/aarch64/lse.S | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git libgcc/config/aarch64/lse.S libgcc/config/aarch64/lse.S +index 87ee33bc52a5..c392ca27419c 100644 +--- libgcc/config/aarch64/lse.S ++++ libgcc/config/aarch64/lse.S +@@ -197,9 +197,9 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see + .text + .balign 16 + .private_extern _\name +- .cfi_startproc + _\name: + BTI_C ++ .cfi_startproc + .endm + + .macro ENDFN name +-- +2.47.0 + diff --git a/lang/gcc13/files/patch-darwin-gcc-13.3.0.diff b/lang/gcc13/files/patch-darwin-gcc-13.3.0.diff index 576e7e10b3be7..6088ce07e35ab 100644 --- a/lang/gcc13/files/patch-darwin-gcc-13.3.0.diff +++ b/lang/gcc13/files/patch-darwin-gcc-13.3.0.diff @@ -117,10 +117,10 @@ index 205d3c30bde..fdfd3d75593 100644 diff --git README.md README.md new file mode 100644 -index 00000000000..ea4ecef2001 +index 00000000000..fdf3da27af4 --- /dev/null +++ README.md -@@ -0,0 +1,30 @@ +@@ -0,0 +1,34 @@ +# This is a branch of GCC-13.3 supporting AArch64(Arm64) on Darwin. + +The branch is suitable for powerpc, i686, x86_64 and aarch64 Darwin from Darwin9 (MacOSX 10.5) through Darwin23 (macOS 14 / Sonoma) on architectures relevant to each version. @@ -137,6 +137,10 @@ index 00000000000..ea4ecef2001 +Please see gcc/config/aarch64/darwinpcs.md for a description of the AArch64 ABI +support. + ++**_The current release is GCC-13.3-darwin-r1. (June 2024)_** ++ ++This is a bugfix release; since we now have support for handling the availability attribute, we need to remove the `fixincludes` that corrected missing cases. ++ +**_The current release is GCC-13.3-darwin-r0. (May 2024)_** + +This release: @@ -665,7 +669,7 @@ index ef2227e3c93..4e78511d20f 100644 vax-dec-bsd* ) AC_DEFINE(exit, xexit, [Define to xexit if the host system does not support atexit]) diff --git fixincludes/fixincl.x fixincludes/fixincl.x -index 5e955a288d2..266c76df1d3 100644 +index 5e955a288d2..3749d8b7b3e 100644 --- fixincludes/fixincl.x +++ fixincludes/fixincl.x @@ -2,11 +2,11 @@ @@ -673,12 +677,12 @@ index 5e955a288d2..266c76df1d3 100644 * DO NOT EDIT THIS FILE (fixincl.x) * - * It has been AutoGen-ed December 11, 2023 at 02:50:24 PM by AutoGen 5.18.16 -+ * It has been AutoGen-ed May 22, 2024 at 10:16:02 AM by AutoGen 5.18.7 ++ * It has been AutoGen-ed June 1, 2024 at 05:24:18 PM by AutoGen 5.18.7 * From the definitions inclhack.def * and the template file fixincl */ -/* DO NOT SVN-MERGE THIS FILE, EITHER Mon Dec 11 14:50:24 CET 2023 -+/* DO NOT SVN-MERGE THIS FILE, EITHER Wed May 22 10:16:02 BST 2024 ++/* DO NOT SVN-MERGE THIS FILE, EITHER Sat Jun 1 17:24:18 BST 2024 * * You must regenerate it. Use the ./genfixes script. * From a43b663c3f4e3ee172d1c2f513dd2b45160ddcf8 Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Mon, 21 Oct 2024 23:18:59 +0200 Subject: [PATCH 271/446] openjdk11-microsoft: update to 11.0.25 (#26240) --- java/openjdk11-microsoft/Portfile | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/java/openjdk11-microsoft/Portfile b/java/openjdk11-microsoft/Portfile index 85d24c385e6e7..53c6cd7ab0b45 100644 --- a/java/openjdk11-microsoft/Portfile +++ b/java/openjdk11-microsoft/Portfile @@ -2,10 +2,16 @@ PortSystem 1.0 -name openjdk11-microsoft +set feature 11 +name openjdk${feature}-microsoft categories java devel maintainers {breun.nl:nils @breun} openmaintainer -platforms {darwin any} + +# JVMMinimumSystemVersion in Contents/Info.plist is set to macOS 10.12 for x86_64: +# /usr/libexec/PlistBuddy -c "Print :JavaVM:JVMMinimumSystemVersion" Contents/Info.plist +# Mapping to Darwin version: https://trac.macports.org/wiki/PortfileRecipes#compare-osx-darwin-version +platforms {darwin any >= 16 } + # This port uses prebuilt binaries; 'NoMirror' makes sure MacPorts doesn't mirror/distribute these third-party binaries license GPL-2 NoMirror # This port uses prebuilt binaries for a particular architecture; they are not universal binaries @@ -14,11 +20,11 @@ universal_variant no # https://docs.microsoft.com/en-us/java/openjdk/download#openjdk-11 supported_archs x86_64 arm64 -version 11.0.24 -set build 8 +version ${feature}.0.25 +set build 9 revision 0 -description Microsoft Build of OpenJDK 11 (Long Term Support) +description Microsoft Build of OpenJDK ${feature} (Long Term Support) long_description The Microsoft Build of OpenJDK is a no-cost distribution of OpenJDK that's open source \ and available for free for anyone to deploy anywhere. @@ -26,14 +32,14 @@ master_sites https://aka.ms/download-jdk/ if {${configure.build_arch} eq "x86_64"} { distname microsoft-jdk-${version}-macOS-x64 - checksums rmd160 dd6654ededa5007dfe54c98e051d521e301dbf07 \ - sha256 21f6535dc01fb8915e2c485c2cd6cdd979021b79ba1a9afc747aa56a92fe90e4 \ - size 191482697 + checksums rmd160 9493aba024d41e37481f7d1ea9f8974d870618ab \ + sha256 8a8be7a59c7a9d44bffc8e96a6bbc5e3e7c2c743b277e991df1803326f10f051 \ + size 191541600 } elseif {${configure.build_arch} eq "arm64"} { distname microsoft-jdk-${version}-macOS-aarch64 - checksums rmd160 a5ea5089ee886ed6331a896912534361919ba9ce \ - sha256 cc93bbcddbbb1e9f2da2292829e10bd61ad5f582b48691a438394747e0cb5acc \ - size 185571276 + checksums rmd160 7d77b65a7ada748cab9a628513365803a99dd6d7 \ + sha256 652ed4f3d72337e88c569aeb6bef735d3809a4e60d7606d759a8a1883a72e750 \ + size 185634319 } worksrcdir jdk-${version}+${build} @@ -42,7 +48,7 @@ homepage https://www.microsoft.com/openjdk livecheck.type regex livecheck.url https://docs.microsoft.com/en-us/java/openjdk/download -livecheck.regex microsoft-jdk-(11\.\[0-9\.\]+)-macOS-.*\.tar\.gz +livecheck.regex microsoft-jdk-(${feature}\.\[0-9\.\]+)-macOS-.*\.tar\.gz use_configure no build {} From 7851f65f537d56da381febb9f1bca1bfcf999425 Mon Sep 17 00:00:00 2001 From: Marius Schamschula Date: Mon, 21 Oct 2024 16:23:38 -0500 Subject: [PATCH 272/446] nghttp2: update to 1.64.0 --- www/nghttp2/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/nghttp2/Portfile b/www/nghttp2/Portfile index 20f172e9f2f69..a0b57e29ff90a 100644 --- a/www/nghttp2/Portfile +++ b/www/nghttp2/Portfile @@ -5,7 +5,7 @@ PortGroup clang_dependency 1.0 PortGroup github 1.0 PortGroup legacysupport 1.1 -github.setup nghttp2 nghttp2 1.63.0 v +github.setup nghttp2 nghttp2 1.64.0 v revision 0 categories www maintainers {mps @Schamschula} openmaintainer @@ -19,9 +19,9 @@ homepage https://${name}.org github.tarball_from releases use_xz yes -checksums rmd160 7641a33f80b1ac2b66b760eae3ac0cb8c59def5f \ - sha256 4879c75dd32a74421b9857924449460b8341796c0613ba114ab2188e4622354b \ - size 1606480 +checksums rmd160 8d6ba01becee86617e366e2ed9bfca84b67ae2c4 \ + sha256 88bb94c9e4fd1c499967f83dece36a78122af7d5fb40da2019c56b9ccc6eb9dd \ + size 1676124 depends_build path:bin/pkg-config:pkgconfig From 2887dbf3346ea8a0272aaaf9e1ec606e22123250 Mon Sep 17 00:00:00 2001 From: Marius Schamschula Date: Mon, 21 Oct 2024 16:25:35 -0500 Subject: [PATCH 273/446] py-trove-classifiers: update to 2024.10.21.16 --- python/py-trove-classifiers/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python/py-trove-classifiers/Portfile b/python/py-trove-classifiers/Portfile index cc9eca1b0d8df..fce7fefbee16c 100644 --- a/python/py-trove-classifiers/Portfile +++ b/python/py-trove-classifiers/Portfile @@ -5,7 +5,7 @@ PortGroup python 1.0 name py-trove-classifiers python.rootname trove_classifiers -version 2024.10.16 +version 2024.10.21.16 revision 0 supported_archs noarch @@ -17,9 +17,9 @@ description Canonical source for classifiers on PyPI (pypi.org). long_description {*}${description} homepage https://github.com/pypa/trove-classifiers -checksums rmd160 9b8d1235e7b43ddf6911c79c0ff532a7c0143c22 \ - sha256 8a3570c880f7ca2ffebbc91806aee3e8f5cd221422dfc8cd2cad4b48789ac69b \ - size 16113 +checksums rmd160 fe710a15aa79ef1f38ec30a2d9c7ebe5c8db0d3a \ + sha256 17cbd055d67d5e9d9de63293a8732943fabc21574e4c7b74edf112b4928cf5f3 \ + size 16153 python.versions 37 38 39 310 311 312 313 From 696d91ac9c71436a8c4aa6f0002be8a2c9b84ce8 Mon Sep 17 00:00:00 2001 From: Marius Schamschula Date: Mon, 21 Oct 2024 18:29:33 -0500 Subject: [PATCH 274/446] sqlite3: update to 3.47.0 --- databases/sqlite3/Portfile | 19 +++++++++++-------- .../files/patch-tea-generic-tclsqlite3.c.diff | 16 ++++++++++++++++ 2 files changed, 27 insertions(+), 8 deletions(-) create mode 100644 databases/sqlite3/files/patch-tea-generic-tclsqlite3.c.diff diff --git a/databases/sqlite3/Portfile b/databases/sqlite3/Portfile index 1d5e6fbc4977d..66653f3da632f 100644 --- a/databases/sqlite3/Portfile +++ b/databases/sqlite3/Portfile @@ -5,7 +5,7 @@ PortGroup clang_dependency 1.0 name sqlite3 # don't forget to update the checksums for sqlite3-tools when updating sqlite3 -version 3.46.1 +version 3.47.0 revision 0 categories databases license public-domain @@ -28,9 +28,9 @@ master_sites ${homepage}2024 set padded_ver [string range [subst [regsub -all {\.([0-9]+)} "${version}.0.0" {[format %02d \1]}]] 0 6] distname sqlite-autoconf-${padded_ver} -checksums rmd160 3ad4e12c9f463d5d437e2bde18bb20c52a325e09 \ - sha256 67d3fe6d268e6eaddcae3727fce58fcc8e9c53869bdd07a0c61e38ddf2965071 \ - size 3265571 +checksums rmd160 67b6fb631f7f5657907c3cd578e60994fb2e6013 \ + sha256 83eb21a6f6a649f506df8bd3aab85a08f7556ceed5dbd8dea743ea003fc3a957 \ + size 3324599 depends_lib port:libedit \ port:ncurses \ @@ -102,10 +102,13 @@ subport ${name}-tcl { configure.cppflags-prepend -I${worksrcpath} + patchfiles patch-tea-generic-tclsqlite3.c.diff + platform darwin { if {${os.major} < 11} { patch.dir ${configure.dir} - patchfiles patch-tea-configure.diff + patchfiles-append \ + patch-tea-configure.diff } } } @@ -120,9 +123,9 @@ subport ${name}-tools { long_description {*}${description}, including the sqldiff program and the \ sqlite3_analyzer program. - checksums rmd160 fcebb37698be41748a7b8de6e99fc0cdba072259 \ - sha256 def3fc292eb9ecc444f6c1950e5c79d8462ed5e7b3d605fd6152d145e1d5abb4 \ - size 14276926 + checksums rmd160 f6433eaa3bc1918373305fb11d7e1e1dc889093c \ + sha256 f59c349bedb470203586a6b6d10adb35f2afefa49f91e55a672a36a09a8fedf7 \ + size 14408459 use_zip yes depends_lib port:tcl \ diff --git a/databases/sqlite3/files/patch-tea-generic-tclsqlite3.c.diff b/databases/sqlite3/files/patch-tea-generic-tclsqlite3.c.diff new file mode 100644 index 0000000000000..1154fc3bbec8f --- /dev/null +++ b/databases/sqlite3/files/patch-tea-generic-tclsqlite3.c.diff @@ -0,0 +1,16 @@ +--- tea/generic/tclsqlite3.c.orig 2024-10-21 11:48:14 ++++ tea/generic/tclsqlite3.c 2024-10-21 18:19:02 +@@ -50,11 +50,11 @@ + # endif + #endif + /* Compatability between Tcl8.6 and Tcl9.0 */ +-#if TCL_MAJOR_VERSION==9 ++/* #if TCL_MAJOR_VERSION==9 + # define CONST const + #else + typedef int Tcl_Size; +-#endif ++#endif */ + /**** End copy of tclsqlite.h ****/ + + #include From 48eafb4bcab63a32dd92f7f7f93d6de022c8955c Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Fri, 18 Oct 2024 13:23:08 -0400 Subject: [PATCH 275/446] rust: update to 1.82.0 --- _resources/port1.0/group/rust_build-1.0.tcl | 56 +- lang/rust/Portfile | 708 ++++---------------- 2 files changed, 170 insertions(+), 594 deletions(-) diff --git a/_resources/port1.0/group/rust_build-1.0.tcl b/_resources/port1.0/group/rust_build-1.0.tcl index c1dafc071985e..b02f5841e34e8 100644 --- a/_resources/port1.0/group/rust_build-1.0.tcl +++ b/_resources/port1.0/group/rust_build-1.0.tcl @@ -24,7 +24,7 @@ options rust_build.stage0_versions if {${os.platform} eq "darwin" && ${os.major} > 16} { # (CURRENT) macOS 10.13 and later - default rust_build.stage0_versions {1.80.1 1.80.0} + default rust_build.stage0_versions {1.81.0 1.80.1} } else { # macOS 10.12 and earlier default rust_build.stage0_versions {1.77.0 1.76.0} @@ -69,7 +69,7 @@ namespace eval rust_build {} # TODO: move the MacPorts stage0 compilers to a better location if {${os.platform} eq "darwin" && ${os.major} > 16} { # (CURRENT) macOS 10.13 and later - set rust_version_current 1.81.0 + set rust_version_current 1.82.0 } else { # macOS 10.12 and earlier set rust_version_current 1.78.0 @@ -82,6 +82,32 @@ proc rust_build::callback {} { https://github.com/MarcusCalhoun-Lopez/rust/releases/download/${rust_version_current}:macports_vendor \ file://[option prefix]/libexec/rust-bootstrap:transition_vendor + # 1.81.0 + checksums-append rust-std-1.81.0-aarch64-apple-darwin${extract.suffix} \ + rmd160 cc350d0dad972ffeeb6d81ff7636cbb9879fcbe9 \ + sha256 44809c3b92c7500c64517151f1e3389b32913a35414553395104bc4a0ee35f69 \ + size 40942716 \ + rustc-1.81.0-aarch64-apple-darwin${extract.suffix} \ + rmd160 b69c0213da0aaabeb8d56f0ba27bf14d546c0a67 \ + sha256 9c3d36b8860011bddec580b12e4b6937aa0657b393e7aeb20f1dc90e743ffa7e \ + size 92766082 \ + cargo-1.81.0-aarch64-apple-darwin${extract.suffix} \ + rmd160 92804e2ab2ef0235fca79b02b27ce1b569dcacad \ + sha256 bca2ed0f3b5dec19bd53b0a7d999eb1b495cd5ace69aafa088b44d83f44e3a8d \ + size 10520443 \ + rust-std-1.81.0-x86_64-apple-darwin${extract.suffix} \ + rmd160 5f00ea9afd929e1b6d1870cd9946bab191ef0a19 \ + sha256 ce8ad1cf2c5a7948a8f468025a5985a5249ba2fdf3303ef753170904451b4fa4 \ + size 42635280 \ + rustc-1.81.0-x86_64-apple-darwin${extract.suffix} \ + rmd160 38d94c4b30f134a36d58f62206331b2fa9a64ae3 \ + sha256 8c5b7c032db01403057e0cf3e1405d05ac1fc522bb2dc4703a0f4753f3b5aa7a \ + size 93666190 \ + cargo-1.81.0-x86_64-apple-darwin${extract.suffix} \ + rmd160 7799a883cae4942c4f1d4560fe5c6a2ecb2d4570 \ + sha256 5f7ce48ff15f4e7f8ea96141fffccd164770c492076baddb419f76068e7faa8c \ + size 10267303 + # 1.80.1 checksums-append rust-std-1.80.1-aarch64-apple-darwin${extract.suffix} \ rmd160 600230c291c4d63ec59ff61acf800e4d338d4a44 \ @@ -108,32 +134,6 @@ proc rust_build::callback {} { sha256 3356b40035d8d0792818c1ae0e93409953211d3a0bc84c648142face964324b0 \ size 10053580 - # 1.80.0 - checksums-append rust-std-1.80.0-aarch64-apple-darwin${extract.suffix} \ - rmd160 9d08b45f975ba1c3f59be89280b3978f02fa8e69 \ - sha256 ffdbca3f1eaec4fefa6dd461bea44cb2e57a5e1ad0637fc0eabc02ccb8e7e804 \ - size 40272463 \ - rustc-1.80.0-aarch64-apple-darwin${extract.suffix} \ - rmd160 b076cfa72ac0618d825e584f485108afea650292 \ - sha256 0a86ddfdc28c32669105096c321e7e393d15434252e4ec622a3fde026aef0009 \ - size 90714979 \ - cargo-1.80.0-aarch64-apple-darwin${extract.suffix} \ - rmd160 ac0a5c8d6c403225c3ea9068433711a65dd08e42 \ - sha256 ac31ca2b4d8d21156c3ce32cd9d8e6f7eb84111bfa2dd84a88de9bd9a2e4e1bc \ - size 10299075 \ - rust-std-1.80.0-x86_64-apple-darwin${extract.suffix} \ - rmd160 94b42932ff48fd6c188b08981e42d90ac368465e \ - sha256 069dcd20861c1031a2e1484ef4085503b1e239fdca6b7c6dd4d834c9cc8aff70 \ - size 41988913 \ - rustc-1.80.0-x86_64-apple-darwin${extract.suffix} \ - rmd160 cc8cf1d61e67cc251eb14a89b2537edf917682d7 \ - sha256 a96642832a44b658b9841cb1fec409eebce0d9b9502639b49551435130abeffe \ - size 91374544 \ - cargo-1.80.0-x86_64-apple-darwin${extract.suffix} \ - rmd160 877129ef37b5556d2526f872171da5462fb7c6d5 \ - sha256 40c204f6c734a69439c6aaa59091e3b07ce058864648bd2ff93d8ea4c20cf80c \ - size 10052798 - # 1.77.0 checksums-append rust-std-1.77.0-aarch64-apple-darwin${extract.suffix} \ rmd160 100795b091d9227b455271e87902cf37fe34b948 \ diff --git a/lang/rust/Portfile b/lang/rust/Portfile index ef2974395b879..822f4b2ecb0b7 100644 --- a/lang/rust/Portfile +++ b/lang/rust/Portfile @@ -25,7 +25,7 @@ name rust # Keep macOS 10.12 and below frozen to 1.78.0 if {${os.platform} eq "darwin" && ${os.major} > 16} { # (CURRENT) macOS 10.13 and later - version 1.81.0 + version 1.82.0 } else { # macOS 10.12 and earlier version 1.78.0 @@ -117,9 +117,9 @@ distfiles ${distname}${extract.suffix}:apple_vendor if {${os.platform} eq "darwin" && ${os.major} > 16} { # (CURRENT) macOS 10.13 and later checksums-append rustc-${version}-src${extract.suffix} \ - rmd160 ce2acafeae1945d1e0e2c187df11ccc417b58041 \ - sha256 872448febdff32e50c3c90a7e15f9bb2db131d13c588fe9071b0ed88837ccfa7 \ - size 434198596 + rmd160 ef6a91e13786c59a4d1cd8cda9ce265f64e208f4 \ + sha256 7c53f4509eda184e174efa6ba7d5eeb586585686ce8edefc781a2b11a7cf512a \ + size 434309696 } else { checksums-append rustc-${version}-src${extract.suffix} \ rmd160 d72068a53e5ecbc188f8c77aba4bfadf8ec1c768 \ @@ -1163,204 +1163,120 @@ if {${os.platform} eq "darwin" && ${os.major} <= 16} { cargo.crates \ addr2line 0.21.0 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb \ addr2line 0.22.0 6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678 \ + addr2line 0.24.1 f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375 \ adler 1.0.2 f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe \ + adler2 2.0.0 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 \ aes 0.8.4 b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0 \ ahash 0.8.11 e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 \ aho-corasick 1.0.2 43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41 \ - aho-corasick 1.1.2 b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0 \ aho-corasick 1.1.3 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 \ - aho-corasick 0.7.18 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f \ - allocator-api2 0.2.16 0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5 \ allocator-api2 0.2.18 5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f \ - always-assert 0.2.0 a1078fa1ce1e34b1872d8611ad921196d76bdd7027e949fbe31231abde201892 \ ammonia 4.0.0 1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459 \ android-tzdata 0.1.1 e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 \ android_system_properties 0.1.5 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 \ - anes 0.1.6 4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299 \ - annotate-snippets 0.9.1 c3b9d411ecbaf79885c6df4d75fff75858d5995ff25385657a28af47e82f9c36 \ annotate-snippets 0.9.2 ccaf7e9dfbb6ab22c82e473cd1a8a7bd313c19a5b7e40970f3d89ef5a5c9e81e \ - annotate-snippets 0.10.2 6d9b665789884a7e8fb06c84b295e923b03ca51edbb7d08f91a6a50322ecbfe6 \ annotate-snippets 0.11.4 24e35ed54e5ea7997c14ed4c70ba043478db1112e98263b3b035907aa197d991 \ ansi_term 0.12.1 d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 \ - anstream 0.5.0 b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c \ - anstream 0.6.14 418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b \ - anstyle 1.0.3 b84bf0a05bbb2a83e5eb6fa36bb6e87baa08193c35ff52bbf6b38d8af2890e46 \ - anstyle 1.0.4 7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87 \ - anstyle 1.0.7 038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b \ - anstyle-lossy 1.1.0 a9a0444767dbd4aea9355cb47a370eb184dbfe918875e127eff52cb9d1638181 \ - anstyle-lossy 1.1.1 6fcff6599f06e21b0165c85052ccd6e67dc388ddd1c516a9dc5f55dc8cacf004 \ - anstyle-parse 0.2.1 938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333 \ - anstyle-parse 0.2.3 c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c \ - anstyle-parse 0.2.4 c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4 \ - anstyle-query 1.0.0 5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b \ - anstyle-query 1.0.2 e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648 \ - anstyle-query 1.0.3 a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5 \ - anstyle-query 1.1.0 ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391 \ - anstyle-svg 0.1.3 8b6ddad447b448d6d5db36b31cbd3ff27c7af071619501998eeceab01968287a \ - anstyle-svg 0.1.4 bbbf0bf947d663010f0b4132f28ca08da9151f3b9035fa7578a38de521c1d1aa \ - anstyle-wincon 2.1.0 58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd \ - anstyle-wincon 3.0.2 1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7 \ - anstyle-wincon 3.0.3 61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19 \ - anyhow 1.0.56 4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27 \ - anyhow 1.0.83 25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3 \ + anstream 0.6.15 64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526 \ + anstyle 1.0.8 1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1 \ + anstyle-lossy 1.1.2 f45c79b3b9413932fc255f2c19ca0d48eaab72c4ea1913bafaebf289cbc099f2 \ + anstyle-parse 0.2.5 eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb \ + anstyle-query 1.1.1 6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a \ + anstyle-svg 0.1.5 962f6d5681926dbe5503b71057202d6723a33abe464c983b1d160bca3095a3bb \ + anstyle-wincon 3.0.4 5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8 \ anyhow 1.0.86 b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da \ - ar_archive_writer 0.3.0 f8412a2d690663356cba5a2532f3ed55d1e8090743bc6695b88403b27df67733 \ + ar_archive_writer 0.4.2 01667f6f40216b9a0b2945e05fed5f1ad0ab6470e69cb9378001e37b1c0668e4 \ arbitrary 1.3.2 7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110 \ - arc-swap 1.7.1 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457 \ - arrayvec 0.7.4 96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711 \ - askama 0.12.1 b79091df18a97caea757e28cd2d5fda49c6cd4bd01ddffd7ff01ace0c0ad2c28 \ - askama_derive 0.12.5 19fe8d6cb13c4714962c072ea496f3392015f0989b1a2847bb4b2d9effd71d83 \ - askama_escape 0.10.3 619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341 \ - askama_parser 0.2.1 acb1161c6b64d1c3d83108213c2a2533a342ac225aabd0bda218278c2ddb00c0 \ - assert_cmd 2.0.14 ed72493ac66d5804837f480ab3766c72bdfab91a65e565fc54fa9e42db0073a8 \ + arrayvec 0.7.6 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50 \ autocfg 1.1.0 d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa \ - autocfg 1.2.0 f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80 \ autocfg 1.3.0 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0 \ backtrace 0.3.71 26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d \ - base16ct 0.2.0 4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf \ base64 0.21.7 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567 \ - base64 0.22.1 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 \ - base64ct 1.6.0 8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b \ basic-toml 0.1.9 823388e228f614e9558c6804262db37960ec8821856535f5c3f59913140558f8 \ bincode 1.3.3 b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad \ - bit-set 0.5.3 0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1 \ - bit-vec 0.6.3 349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb \ bitflags 1.3.2 bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a \ bitflags 2.4.0 b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635 \ - bitflags 2.4.1 327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07 \ - bitflags 2.5.0 cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1 \ - bitmaps 2.1.0 031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2 \ + bitflags 2.6.0 b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de \ block-buffer 0.10.4 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 \ boml 0.3.1 85fdb93f04c73bff54305fa437ffea5449c41edcaadfe882f35836206b166ac5 \ bstr 1.6.0 6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05 \ - bstr 1.9.0 c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc \ - bstr 1.9.1 05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706 \ - bstr 0.2.17 ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223 \ + bstr 1.10.0 40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c \ bumpalo 3.13.0 a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1 \ - bumpalo 3.15.4 7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa \ bumpalo 3.16.0 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c \ bytecount 0.6.8 5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce \ byteorder 1.4.3 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610 \ byteorder 1.5.0 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b \ - bytes 1.6.0 514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9 \ - bytesize 1.3.0 a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc \ - camino 1.0.7 6f3132262930b0522068049f5870a856ab8affc80c70d08b6ecb785771a6fc23 \ - camino 1.1.6 c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c \ - camino 1.1.7 e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239 \ - cargo-platform 0.1.2 cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27 \ + bytes 1.7.1 8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50 \ + camino 1.1.9 8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3 \ cargo-platform 0.1.8 24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc \ cargo_metadata 0.15.4 eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a \ - cargo_metadata 0.18.0 fb9ac64500cc83ce4b9f8dafa78186aa008c8dea77a09b94cd307fd0cd5022a8 \ cargo_metadata 0.18.1 2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037 \ - cast 0.3.0 37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5 \ cc 1.0.79 50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f \ - cc 1.0.90 8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5 \ cc 1.0.97 099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4 \ cc 1.0.99 96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695 \ + cc 1.0.105 5208975e568d83b6b05cc0a063c8e7e9acc2b43bee6da15616a5b73e109d7437 \ cfg-if 1.0.0 baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd \ - cfg_aliases 0.1.1 fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e \ - chalk-derive 0.98.0 9426c8fd0fe61c3da880b801d3b510524df17843a8f9ec1f5b9cec24fb7412df \ - chalk-ir 0.98.0 d5f2eb1cd6054da221bd1ac0197fb2fe5e2caf3dcb93619398fc1433f8f09093 \ - chalk-recursive 0.98.0 129dc03458f71cfb9c3cd621c9c68166a94e87b85b16ccd29af015d7ff9a1c61 \ - chalk-solve 0.98.0 d7e8a8c1e928f98cdf227b868416ef21dcd8cc3c61b347576d783713444d41c8 \ + cfg_aliases 0.2.1 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 \ chrono 0.4.38 a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401 \ chrono-tz 0.9.0 93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb \ chrono-tz-build 0.3.0 0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1 \ - ciborium 0.2.2 42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e \ - ciborium-io 0.2.2 05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757 \ - ciborium-ll 0.2.2 57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9 \ cipher 0.4.4 773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad \ - clap 4.4.2 6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6 \ - clap 4.5.4 90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0 \ - clap 4.5.7 5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f \ - clap 4.5.8 84b3edb18336f4df585bc9aa31dd99c036dfa5dc5e9a2939a722a188f3a8970d \ - clap 4.4.13 52bdc885e4cacc7f7c9eedc1ef6da641603180c783c41a15c264944deeaab642 \ + clap 4.5.16 ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019 \ clap-cargo 0.12.0 383f21342a464d4af96e9a4cad22a0b4f2880d4a5b3bbf5c9654dd1d9a224ee4 \ - clap_builder 4.4.2 2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08 \ - clap_builder 4.5.2 ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4 \ - clap_builder 4.5.7 f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f \ - clap_builder 4.5.8 c1c09dd5ada6c6c78075d6fd0da3f90d8080651e2d6cc8eb2f1aaa4034ced708 \ - clap_builder 4.4.12 fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9 \ - clap_complete 4.4.6 97aeaa95557bd02f23fbb662f981670c3d20c5a26e69f7354b28f57092437fcd \ - clap_complete 4.5.6 fbca90c87c2a04da41e95d1856e8bcd22f159bdbfa147314d2ce5218057b0e58 \ - clap_derive 4.4.2 0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873 \ - clap_derive 4.4.7 cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442 \ - clap_derive 4.5.4 528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64 \ - clap_derive 4.5.5 c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6 \ - clap_lex 0.5.1 cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961 \ - clap_lex 0.6.0 702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1 \ - clap_lex 0.7.0 98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce \ - clap_lex 0.7.1 4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70 \ - clru 0.6.1 b8191fa7302e03607ff0e237d4246cc043ff5b3cb9409d995172ba3bea16b807 \ + clap_builder 4.5.15 216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6 \ + clap_complete 4.5.18 1ee158892bd7ce77aa15c208abbdb73e155d191c287a659b57abd5adb92feb03 \ + clap_derive 4.5.13 501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0 \ + clap_lex 0.7.2 1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97 \ cmake 0.1.48 e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a \ color-eyre 0.6.3 55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5 \ color-print 0.3.6 1ee543c60ff3888934877a5671f45494dd27ed4ba25c6670b9a7576b7ed7a8c0 \ color-print-proc-macro 0.3.6 77ff1a80c5f3cb1ca7c06ffdd71b6a6dd6d8f896c42141fbd43f50ed28dcdb93 \ color-spantrace 0.2.1 cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2 \ - colorchoice 1.0.0 acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 \ - colorchoice 1.0.1 0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422 \ + colorchoice 1.0.2 d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0 \ colored 2.1.0 cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8 \ comma 1.0.0 55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335 \ - compiler_builtins 0.1.109 f11973008a8cf741fe6d22f339eba21fd0ca81e2760a769ba8243ed6c21edd7e \ + compiler_builtins 0.1.118 92afe7344b64cccf3662ca26d5d1c0828ab826f04206b97d856e3625e390e4b5 \ + compiler_builtins 0.1.123 b47fcbecb558bdad78c7d3a998523c60a50dd6cd046d5fe74163e309e878fff7 \ console 0.15.8 0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb \ console_error_panic_hook 0.1.7 a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc \ - const-oid 0.9.6 c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8 \ - content_inspector 0.2.4 b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38 \ - core-foundation 0.9.4 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f \ - core-foundation-sys 0.8.6 06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f \ - countme 3.0.1 7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636 \ - cov-mark 2.0.0-pre.1 0d48d8f76bd9331f19fe2aaf3821a9f9fb32c3963e1e3d6ce82a8c09cef7444a \ + core-foundation-sys 0.8.7 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b \ cpp_demangle 0.4.3 7e8227005286ec39567949b33df9896bcadfa6051bccca2488129f108ca23119 \ - cpufeatures 0.2.12 53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504 \ - cranelift-bforest 0.109.0 0b6b33d7e757a887989eb18b35712b2a67d96171ec3149d1bfb657b29b7b367c \ - cranelift-codegen 0.109.0 b9acf15cb22be42d07c3b57d7856329cb228b7315d385346149df2566ad5e4aa \ - cranelift-codegen-meta 0.109.0 e934d301392b73b3f8b0540391fb82465a0f179a3cee7c726482ac4727efcc97 \ - cranelift-codegen-shared 0.109.0 8afb2a2566b3d54b854dfb288b3b187f6d3d17d6f762c92898207eba302931da \ - cranelift-control 0.109.0 0100f33b704cdacd01ad66ff41f8c5030d57cbff078e2a4e49ab1822591299fa \ - cranelift-entity 0.109.0 a8cfdc315e5d18997093e040a8d234bea1ac1e118a716d3e30f40d449e78207b \ - cranelift-frontend 0.109.0 0f74b84f16af2e982b0c0c72233503d9d55cbfe3865dbe807ca28dc6642a28b5 \ - cranelift-isle 0.109.0 adf306d3dde705fb94bd48082f01d38c4ededc74293a4c007805f610bf08bc6e \ - cranelift-jit 0.109.0 f5c5cfb8bbd3339cd25cca30e7516ff8fe5cb1feeddde6980cc4d5ef34df97bb \ - cranelift-module 0.109.0 7c9b0d4269b36fd858e6d8f20cd4938941186fb831488c361888cb2d6b33a9a6 \ - cranelift-native 0.109.0 1ea0ebdef7aff4a79bcbc8b6495f31315f16b3bf311152f472eaa8d679352581 \ - cranelift-object 0.109.0 19e33439ec20db058bc7cc3410f9748ab1ad90a35cef713d625c736f43e3820d \ - crc32fast 1.4.0 b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa \ + cpufeatures 0.2.13 51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad \ + cranelift-bforest 0.110.1 effa84ab2023f7138045ece6b326588c17447ca22e66db71ec15cb0a6c0c4ad2 \ + cranelift-bitset 0.110.1 38a1dfc50dca188a15d938867c4400589530bcb0138f7022aae6d059d1d8c309 \ + cranelift-codegen 0.110.1 821c20c639350158ecca928dc2a244d0d1c9cef2377a378fc62a445a286eb1ca \ + cranelift-codegen-meta 0.110.1 064473f2fd59b44fa2c9aaa60de1f9c44db5e13521e28bc85d2b92ee535ef625 \ + cranelift-codegen-shared 0.110.1 d0f39b9ebfd2febdc2acfb9a0fca110665bcd5a6839502576307735ed07b2177 \ + cranelift-control 0.110.1 94e125c189c3a1ca8dfe209fc6f46edba058a6d24e0b92aff69459a15f4711e7 \ + cranelift-entity 0.110.1 ea62eb109baec2247e1a6fa7b74c0f584b1e76e289cfd7017385b4b031fc8450 \ + cranelift-frontend 0.110.1 722b089357aacb6c7528b2e59a5fe00917d61ce63448b25a3e477a5b7819fac8 \ + cranelift-isle 0.110.1 c4b5005a48288e7fc2a2991a377831c534e26929b063c379c018060727785a9b \ + cranelift-jit 0.110.1 f843932baf8d1025c5f114b929eda172d74b7163d058e0de2597c308b567c7e9 \ + cranelift-module 0.110.1 449819ef1c4af139cf1b9717916fcaea0e23248853d3e95135139773a842d3eb \ + cranelift-native 0.110.1 3ae2d48f38081a9e679ad795bd36bb29bedeb5552fc1c195185bf9885fa1b16e \ + cranelift-object 0.110.1 3a39ee2cfd0ec485eca76f6b4dc17701a280fa406bc05137bb43f1635ed12c9f \ crc32fast 1.4.2 a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3 \ - criterion 0.5.1 f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f \ - criterion-plot 0.5.0 6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1 \ - crossbeam-channel 0.5.12 ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95 \ crossbeam-channel 0.5.13 33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2 \ crossbeam-deque 0.8.5 613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d \ crossbeam-epoch 0.9.18 5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e \ - crossbeam-utils 0.8.8 0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38 \ - crossbeam-utils 0.8.19 248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345 \ crossbeam-utils 0.8.20 22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80 \ - crunchy 0.2.2 7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7 \ - crypto-bigint 0.5.5 0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76 \ crypto-common 0.1.6 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 \ - ct-codecs 1.1.1 f3b7eb4404b8195a9abb6356f4ac07d8ba267045c8d6d220ac4dc992e6cc75df \ - ctrlc 3.4.4 672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345 \ + ctrlc 3.4.5 90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3 \ curl 0.4.46 1e2161dd6eba090ff1594084e95fd67aeccf04382ffea77999ea94ed42ec67b6 \ - curl-sys 0.4.72+curl-8.6.0 29cbdc8314c447d11e8fd156dcdd031d9e02a7a976163e396b548c03153bc9ea \ - curl-sys 0.4.73+curl-8.8.0 450ab250ecf17227c39afb9a2dd9261dc0035cb80f2612472fc0c4aac2dcb84d \ - darling 0.20.9 83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1 \ - darling_core 0.20.9 622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120 \ - darling_macro 0.20.9 733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178 \ - dashmap 5.5.3 978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856 \ + curl-sys 0.4.74+curl-8.9.0 8af10b986114528fcdc4b63b6f5f021b7057618411046a4de2ba0f0149a097bf \ + darling 0.20.10 6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989 \ + darling_core 0.20.10 95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5 \ + darling_macro 0.20.10 d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806 \ datafrog 2.0.1 a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69 \ dbus 0.9.7 1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b \ - der 0.7.9 f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0 \ deranged 0.3.11 b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4 \ - derivative 2.2.0 fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b \ - derive_arbitrary 1.3.2 67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611 \ + derive-where 1.2.7 62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25 \ derive_builder 0.20.0 0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7 \ derive_builder_core 0.20.0 d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d \ derive_builder_macro 0.20.0 206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b \ derive_more 0.99.18 5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce \ derive_setters 0.1.6 4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d \ - diff 0.1.12 0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499 \ diff 0.1.13 56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8 \ - difflib 0.4.0 6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8 \ digest 0.10.7 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 \ directories 5.0.1 9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35 \ dirs 5.0.1 44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225 \ @@ -1370,58 +1286,35 @@ if {${os.platform} eq "darwin" && ${os.major} <= 16} { displaydoc 0.2.5 97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0 \ dissimilar 1.0.9 59f8e79d1fbf76bdfbde321e902714bf6c49df88a7dda6fc682fc2979226962d \ dlmalloc 0.2.6 3264b043b8e977326c1ee9e723da2c1f8d09a99df52cacf00b4dbce5ac54414d \ - doc-comment 0.3.3 fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10 \ - dot 0.1.4 a74b6c4d4a1cff5f454164363c16b72fa12463ca6b31f4b5f2035a65fa3d5906 \ - drop_bomb 0.1.5 9bda8e21c04aca2ae33ffc2fd8c23134f3cac46db123ba97bd9d3f3b8a4a85e1 \ - dunce 1.0.4 56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b \ - ecdsa 0.16.9 ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca \ - ed25519-compact 2.1.1 e9b3460f44bea8cd47f45a0c70892f1eff856d97cd55358b2f73f663789f6190 \ - either 1.6.1 e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457 \ - either 1.10.0 11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a \ - either 1.11.0 a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2 \ - either 1.12.0 3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b \ + either 1.13.0 60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0 \ elasticlunr-rs 3.0.2 41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571 \ - elliptic-curve 0.13.8 b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47 \ elsa 1.7.1 848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed \ ena 0.14.3 3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5 \ encode_unicode 0.3.6 a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f \ - encoding_rs 0.8.33 7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1 \ - env_filter 0.1.0 a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea \ - env_logger 0.11.3 38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9 \ + env_filter 0.1.2 4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab \ + env_logger 0.11.5 e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d \ equivalent 1.0.1 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 \ - erased-serde 0.4.4 2b73807008a3c7f171cc40312f37d95ef0396e048b5848d775f54b1a4dd4a0d3 \ errno 0.3.1 4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a \ - errno 0.3.8 a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 \ errno 0.3.9 534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba \ errno-dragonfly 0.1.2 aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf \ - escargot 0.5.10 4f474c6844cbd04e783d0f25757583db4f491770ca618bedf2fb01815fc79939 \ expect-test 1.5.0 9e0be0a561335815e06dab7c62e50353134c796e7a6155402a64bcff66b6a5e0 \ eyre 0.6.12 7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec \ fallible-iterator 0.3.0 2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649 \ - fallible-streaming-iterator 0.1.9 7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a \ - faster-hex 0.9.0 a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183 \ fastrand 2.0.0 6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764 \ fastrand 2.1.0 9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a \ fd-lock 4.0.2 7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947 \ - ff 0.13.0 ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449 \ - fiat-crypto 0.2.7 c007b1ae3abe1cb6f85a16305acd418b7ca6343b953633fee2b76d8f108b830f \ field-offset 0.3.6 38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f \ - filetime 0.2.23 1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd \ - fixedbitset 0.4.2 0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80 \ - flate2 1.0.30 5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae \ + filetime 0.2.24 bf401df4a4e3872c4fe8151134cf483738e74b67fc934d6532c882b3d24a4550 \ + flate2 1.0.31 7f211bbe8e69bbd0cfdea405084f128ae8b4aaa6b0b522fc8f2b009084797920 \ fluent-bundle 0.15.3 7fe0a21ee80050c678013f82edf4b705fe2f26f1f9877593d13198612503f493 \ fluent-langneg 0.13.0 2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94 \ fluent-syntax 0.11.1 2a530c4694a6a8d528794ee9bbd8ba0122e779629ac908d15ad5a7ae7763a33d \ fm 0.2.2 21bcf4db620a804cf7e9d84fbcb5d4ac83a8c43396203b2507d62ea31814dfd4 \ fnv 1.0.7 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 \ - foreign-types 0.3.2 f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1 \ - foreign-types-shared 0.1.1 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b \ form_urlencoded 1.2.1 e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 \ fortanix-sgx-abi 0.5.0 57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5 \ fs-err 2.11.0 88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41 \ fs_extra 1.3.0 42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c \ - fsevent-sys 4.1.0 76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2 \ - fst 0.4.7 7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a \ futf 0.1.5 df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843 \ futures 0.3.30 645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0 \ futures-channel 0.3.30 eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78 \ @@ -1436,89 +1329,26 @@ if {${os.platform} eq "darwin" && ${os.major} <= 16} { gccjit_sys 0.2.0 a5bbf85e12c2593772329a9d4e8310271f6706e6045ce4f41b041dd34fba6603 \ generic-array 0.14.7 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a \ getopts 0.2.21 14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5 \ - getrandom 0.2.6 9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad \ - getrandom 0.2.12 190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5 \ getrandom 0.2.15 c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 \ gimli 0.28.1 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253 \ gimli 0.29.0 40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd \ gimli 0.31.0 32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64 \ - git2 0.19.0 b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724 \ - git2-curl 0.20.0 68ff14527a1c242320039b138376f8e0786697a1b7b172bc44f6efda3ab9079f \ - gix 0.64.0 d78414d29fcc82329080166077e0f7689f4016551fdb334d787c3d040fe2634f \ - gix-actor 0.31.5 a0e454357e34b833cc3a00b6efbbd3dd4d18b24b9fb0c023876ec2645e8aa3f2 \ - gix-attributes 0.22.3 e37ce99c7e81288c28b703641b6d5d119aacc45c1a6b247156e6249afa486257 \ - gix-bitmap 0.2.11 a371db66cbd4e13f0ed9dc4c0fea712d7276805fccc877f77e96374d317e87ae \ - gix-chunk 0.4.8 45c8751169961ba7640b513c3b24af61aa962c967aaf04116734975cd5af0c52 \ - gix-command 0.3.8 0d76867867da891cbe32021ad454e8cae90242f6afb06762e4dd0d357afd1d7b \ - gix-commitgraph 0.24.3 133b06f67f565836ec0c473e2116a60fb74f80b6435e21d88013ac0e3c60fc78 \ - gix-config 0.38.0 28f53fd03d1bf09ebcc2c8654f08969439c4556e644ca925f27cf033bc43e658 \ - gix-config-value 0.14.7 b328997d74dd15dc71b2773b162cb4af9a25c424105e4876e6d0686ab41c383e \ - gix-credentials 0.24.4 198588f532e4d1202e04e6c3f50e4d7c060dffc66801c6f53cc246f1d234739e \ - gix-date 0.8.7 9eed6931f21491ee0aeb922751bd7ec97b4b2fe8fbfedcb678e2a2dce5f3b8c0 \ - gix-diff 0.44.1 1996d5c8a305b59709467d80617c9fde48d9d75fd1f4179ea970912630886c9d \ - gix-dir 0.6.0 0c975679aa00dd2d757bfd3ddb232e8a188c0094c3306400575a0813858b1365 \ - gix-discover 0.33.0 67662731cec3cb31ba3ed2463809493f76d8e5d6c6d245de8b0560438c13450e \ - gix-features 0.38.2 ac7045ac9fe5f9c727f38799d002a7ed3583cd777e3322a7c4b43e3cf437dc69 \ - gix-filter 0.11.3 e6547738da28275f4dff4e9f3a0f28509f53f94dd6bd822733c91cb306bca61a \ - gix-fs 0.11.2 6adf99c27cdf17b1c4d77680c917e0d94d8783d4e1c73d3be0d1d63107163d7a \ - gix-glob 0.16.4 fa7df15afa265cc8abe92813cd354d522f1ac06b29ec6dfa163ad320575cb447 \ - gix-hash 0.14.2 f93d7df7366121b5018f947a04d37f034717e113dcf9ccd85c34b58e57a74d5e \ - gix-hashtable 0.5.2 7ddf80e16f3c19ac06ce415a38b8591993d3f73aede049cb561becb5b3a8e242 \ - gix-ignore 0.11.3 5e6afb8f98e314d4e1adc822449389ada863c174b5707cedd327d67b84dba527 \ - gix-index 0.33.1 9a9a44eb55bd84bb48f8a44980e951968ced21e171b22d115d1cdcef82a7d73f \ - gix-lock 14.0.0 e3bc7fe297f1f4614774989c00ec8b1add59571dc9b024b4c00acb7dedd4e19d \ - gix-macros 0.1.5 999ce923619f88194171a67fb3e6d613653b8d4d6078b529b15a765da0edcc17 \ - gix-negotiate 0.13.2 9ec879fb6307bb63519ba89be0024c6f61b4b9d61f1a91fd2ce572d89fe9c224 \ - gix-object 0.42.3 25da2f46b4e7c2fa7b413ce4dffb87f69eaf89c2057e386491f4c55cadbfe386 \ - gix-odb 0.61.1 20d384fe541d93d8a3bb7d5d5ef210780d6df4f50c4e684ccba32665a5e3bc9b \ - gix-pack 0.51.1 3e0594491fffe55df94ba1c111a6566b7f56b3f8d2e1efc750e77d572f5f5229 \ - gix-packetline 0.17.5 b70486beda0903b6d5b65dfa6e40585098cdf4e6365ca2dff4f74c387354a515 \ - gix-packetline-blocking 0.17.4 c31d42378a3d284732e4d589979930d0d253360eccf7ec7a80332e5ccb77e14a \ - gix-path 0.10.9 8d23d5bbda31344d8abc8de7c075b3cf26e5873feba7c4a15d916bce67382bd9 \ - gix-pathspec 0.7.6 d307d1b8f84dc8386c4aa20ce0cf09242033840e15469a3ecba92f10cfb5c046 \ - gix-prompt 0.8.6 7e0595d2be4b6d6a71a099e989bdd610882b882da35fb8503d91d6f81aa0936f \ - gix-protocol 0.45.2 bad8da8e89f24177bd77947092199bb13dcc318bbd73530ba8a05e6d6adaaa9d \ - gix-quote 0.4.12 cbff4f9b9ea3fa7a25a70ee62f545143abef624ac6aa5884344e70c8b0a1d9ff \ - gix-ref 0.45.0 636e96a0a5562715153fee098c217110c33a6f8218f08f4687ff99afde159bb5 \ - gix-refspec 0.23.1 6868f8cd2e62555d1f7c78b784bece43ace40dd2a462daf3b588d5416e603f37 \ - gix-revision 0.27.2 01b13e43c2118c4b0537ddac7d0821ae0dfa90b7b8dbf20c711e153fb749adce \ - gix-revwalk 0.13.2 1b030ccaab71af141f537e0225f19b9e74f25fefdba0372246b844491cab43e0 \ - gix-sec 0.10.7 1547d26fa5693a7f34f05b4a3b59a90890972922172653bcb891ab3f09f436df \ - gix-submodule 0.12.0 0f2e0f69aa00805e39d39ec80472a7e9da20ed5d73318b27925a2cc198e854fd \ - gix-tempfile 14.0.0 d3b0e276cd08eb2a22e9f286a4f13a222a01be2defafa8621367515375644b99 \ - gix-trace 0.1.9 f924267408915fddcd558e3f37295cc7d6a3e50f8bd8b606cee0808c3915157e \ - gix-transport 0.42.2 27c02b83763ffe95bcc27ce5821b2b7f843315a009c06f1cd59c9b66c508c058 \ - gix-traverse 0.39.2 e499a18c511e71cf4a20413b743b9f5bcf64b3d9e81e9c3c6cd399eae55a8840 \ - gix-url 0.27.4 e2eb9b35bba92ea8f0b5ab406fad3cf6b87f7929aa677ff10aa042c6da621156 \ - gix-utils 0.1.12 35192df7fd0fa112263bad8021e2df7167df4cc2a6e6d15892e1e55621d3d4dc \ - gix-validate 0.8.5 82c27dd34a49b1addf193c92070bcbf3beaf6e10f16a78544de6372e146a0acf \ - gix-worktree 0.34.1 26f7326ebe0b9172220694ea69d344c536009a9b98fb0f9de092c440f3efe7a6 \ glob 0.3.1 d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b \ - globset 0.4.8 10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd \ globset 0.4.13 759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d \ globset 0.4.14 57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1 \ - group 0.13.0 f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63 \ gsgdt 0.1.2 a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825 \ - half 2.4.0 b5eceaaeec696539ddaf7b333340f1af35a5aa87ae3e4f3ead0532f72affab2e \ handlebars 5.1.2 d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b \ - hashbrown 0.12.3 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 \ hashbrown 0.13.2 43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e \ - hashbrown 0.14.3 290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604 \ hashbrown 0.14.5 e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 \ - hashlink 0.9.0 692eaaf7f7607518dd3cef090f1474b61edc5301d8012f09579920df68b725ee \ - heck 0.4.0 2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9 \ heck 0.4.1 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 \ heck 0.5.0 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea \ hermit-abi 0.3.1 fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286 \ hermit-abi 0.3.9 d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024 \ hermit-abi 0.4.0 fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc \ hex 0.4.3 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 \ - hkdf 0.12.4 7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7 \ - hmac 0.12.1 6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e \ home 0.5.9 e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5 \ html-escape 0.2.13 6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476 \ html5ever 0.27.0 c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4 \ - http-auth 0.1.9 643c9bbf6a4ea8a656d6b4cd53d34f79e3f841ad5203c1a55fb7d761923bc255 \ humansize 2.1.3 6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7 \ humantime 2.1.0 9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4 \ iana-time-zone 0.1.60 e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141 \ @@ -1535,260 +1365,156 @@ if {${os.platform} eq "darwin" && ${os.major} <= 16} { ident_case 1.0.1 b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39 \ idna 0.5.0 634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6 \ if_chain 1.0.2 cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed \ - ignore 0.4.18 713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d \ ignore 0.4.20 dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492 \ - ignore 0.4.21 747ad1b4ae841a78e8aba0d63adbfbeaea26b517b63705d47856b73015d27060 \ ignore 0.4.22 b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1 \ - im-rc 15.1.0 af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe \ indenter 0.3.3 ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683 \ - indexmap 1.9.3 bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 \ indexmap 2.2.6 168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26 \ + indexmap 2.4.0 93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c \ indicatif 0.17.8 763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3 \ indoc 1.0.9 bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306 \ - inotify 0.9.6 f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff \ - inotify-sys 0.1.5 e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb \ inout 0.1.3 a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5 \ instant 0.1.13 e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222 \ intl-memoizer 0.5.2 fe22e020fce238ae18a6d5d8c502ee76a52a6e880d99477657e6acc30ec57bda \ intl_pluralrules 7.0.2 078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972 \ - is-terminal 0.4.12 f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b \ - is_terminal_polyfill 1.70.0 f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800 \ - itertools 0.10.5 b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 \ + is_terminal_polyfill 1.70.1 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf \ itertools 0.12.1 ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 \ - itertools 0.13.0 413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186 \ - itoa 0.4.8 b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4 \ - itoa 1.0.1 1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35 \ - itoa 1.0.10 b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c \ itoa 1.0.11 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b \ jemalloc-sys 0.5.4+5.3.0-patched ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2 \ - jobserver 0.1.28 ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6 \ - jobserver 0.1.31 d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e \ - jod-thread 0.1.2 8b23360e99b8717f20aaa4598f5a6541efbe30630039fbc7706cf954a87947ae \ + jobserver 0.1.32 48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0 \ js-sys 0.3.64 c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a \ - js-sys 0.3.69 29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d \ + js-sys 0.3.70 1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a \ jsonpath_lib 0.3.0 eaa63191d68230cccb81c5aa23abd53ed64d83337cacbb25a7b8c7979523774f \ junction 1.1.0 1c9c415a9b7b1e86cd5738f39d34c9e78c765da7fb1756dbd7d31b3b0d2e7afa \ - kqueue 1.0.8 7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c \ - kqueue-sys 1.0.4 ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b \ - kstring 2.0.0 ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747 \ - la-arena 0.3.1 3752f229dcc5a481d60f385fa479ff46818033d881d2d801aa27dffcfb5e8306 \ lang_tester 0.8.0 9af8149dbb3ed7d8e529fcb141fe033b1c26ed54cbffc6762d3a86483c485d23 \ - lazy_static 1.4.0 e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 \ lazy_static 1.5.0 bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe \ - lazycell 1.3.0 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 \ leb128 0.2.5 884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67 \ levenshtein 1.0.5 db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760 \ lexopt 0.3.0 baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401 \ - libc 0.2.141 3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5 \ - libc 0.2.147 b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3 \ libc 0.2.150 89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c \ libc 0.2.153 9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd \ libc 0.2.155 97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c \ + libc 0.2.157 374af5f94e54fa97cf75e945cce8a6b201e88a1a07e688b47dfd2a59c66dbd86 \ + libc 0.2.158 d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439 \ libdbus-sys 0.2.5 06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72 \ libffi 3.2.0 ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2 \ libffi-sys 2.3.0 f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c \ - libgit2-sys 0.17.0+1.8.1 10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224 \ libloading 0.7.4 b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f \ - libloading 0.8.3 0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19 \ libloading 0.8.4 e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d \ + libloading 0.8.5 4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4 \ libm 0.2.8 4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058 \ - libmimalloc-sys 0.1.37 81eb4061c0582dedea1cbc7aff2240300dd6982e0239d1c99e65c1dbf4a30ba7 \ - libnghttp2-sys 0.1.9+1.58.0 b57e858af2798e167e709b9d969325b6d8e9d50232fcbc494d7d54f976854a64 \ libredox 0.1.3 c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d \ - libsqlite3-sys 0.28.0 0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f \ - libssh2-sys 0.3.0 2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee \ - libz-sys 1.1.16 5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9 \ - libz-sys 1.1.18 c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e \ - line-index 0.1.1 67d61795376ae2683928c218fda7d7d7db136fd38c06b7552904667f0d55580a \ - line-wrap 0.2.0 dd1bc4d24ad230d21fb898d1116b1801d7adfc449d42026475862ab48b11e70e \ - linereader 0.4.0 d921fea6860357575519aca014c6e22470585accdd543b370c404a8a72d0dd1d \ - linked-hash-map 0.5.6 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f \ + libz-sys 1.1.19 fdc53a7799a7496ebc9fd29f31f7df80e83c9bda5299768af5f9e59eeea74647 \ linux-raw-sys 0.4.5 57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503 \ - linux-raw-sys 0.4.12 c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456 \ - linux-raw-sys 0.4.13 01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c \ linux-raw-sys 0.4.14 78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89 \ litemap 0.7.3 643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704 \ - lock_api 0.4.11 3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45 \ lock_api 0.4.12 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 \ - log 0.4.16 6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8 \ log 0.4.20 b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f \ - log 0.4.21 90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c \ log 0.4.22 a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24 \ - lsp-server 0.7.6 248f65b78f6db5d8e1b1604b4098a28b43d21a8eb1deeca22b1c421b276c7095 \ - lsp-types 0.95.0 158c1911354ef73e8fe42da6b10c0484cb65c7f1007f28022e847706c1ab6984 \ - lz4_flex 0.11.3 75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5 \ lzma-sys 0.1.20 5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27 \ mac 0.1.1 c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4 \ mach 0.3.2 b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa \ maplit 1.0.2 3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d \ markup5ever 0.12.1 16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45 \ matchers 0.1.0 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 \ - maybe-async 0.2.10 5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11 \ md-5 0.10.6 d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf \ mdbook 0.4.40 b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5 \ - mdbook-i18n-helpers 0.3.4 8c8f972ab672d366c3dad77ea5aa7bae68db2d25fbeb889849f97469d7b658e4 \ measureme 11.0.1 dfa4a40f09af7aa6faef38285402a78847d0d72bf8827006cd2a332e1e6e4a8d \ - memchr 2.4.1 308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a \ memchr 2.5.0 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d \ - memchr 2.7.1 523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149 \ memchr 2.7.2 6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d \ memchr 2.7.4 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 \ memmap2 0.2.3 723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4 \ - memmap2 0.9.4 fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322 \ - memmap2 0.5.10 83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327 \ memoffset 0.9.1 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a \ - mimalloc 0.1.41 9f41a2280ded0da56c8cf898babb86e8f10651a34adcfff190ae9a1159c6908d \ mime 0.3.17 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a \ - mime_guess 2.0.4 4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef \ - minifier 0.3.0 95bbbf96b9ac3482c2a25450b67a15ed851319bc5fabf3b40742ea9066e84282 \ + mime_guess 2.0.5 f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e \ + minifier 0.3.1 9aa3f302fe0f8de065d4a2d1ed64f60204623cac58b80cd3c2a83a25d5a7d437 \ minimal-lexical 0.2.1 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a \ - miniz_oxide 0.7.1 e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7 \ miniz_oxide 0.7.2 9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7 \ miniz_oxide 0.7.4 b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08 \ - mio 0.8.11 a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c \ + miniz_oxide 0.8.0 e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1 \ miow 0.6.0 359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044 \ new_debug_unreachable 1.0.6 650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086 \ - nix 0.28.0 ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4 \ - nohash-hasher 0.2.0 2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451 \ + nix 0.29.0 71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46 \ nom 7.1.3 d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a \ - normalize-line-endings 0.3.0 61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be \ - normpath 1.2.0 5831952a9476f2fed74b77d74182fa5ddc4d21c72ec45a333b250e3ed0272804 \ - notify 6.1.1 6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d \ + normpath 1.3.0 c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed \ ntapi 0.4.1 e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4 \ nu-ansi-term 0.46.0 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 \ - nu-ansi-term 0.49.0 c073d3c1930d0751774acf49e66653acecb416c3a54c6ec095a9b11caddb5a68 \ - nu-ansi-term 0.50.0 dd2800e1520bdc966782168a627aa5d1ad92e33b984bf7c7615d31280c83ff14 \ + nu-ansi-term 0.50.1 d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399 \ + num 0.4.3 35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23 \ + num-bigint 0.4.6 a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9 \ + num-complex 0.4.6 73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495 \ num-conv 0.1.0 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 \ + num-integer 0.1.46 7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f \ + num-iter 0.1.45 1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf \ + num-rational 0.4.2 f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824 \ num-traits 0.2.16 f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2 \ - num-traits 0.2.18 da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a \ num-traits 0.2.19 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 \ num_cpus 1.16.0 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 \ - num_threads 0.1.7 5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9 \ number_prefix 0.4.0 830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3 \ object 0.30.4 03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385 \ object 0.32.2 a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441 \ - object 0.33.0 d8dd6c0cdf9429bce006e1362bfce61fa1bfd8c898a643ed8d2b471934701d3d \ - object 0.34.0 d7090bae93f8585aad99e595b7073c5de9ba89fbd6b4e9f0cdd7a10177273ac8 \ - object 0.35.0 b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e \ object 0.36.0 576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434 \ - object 0.36.1 081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce \ + object 0.36.2 3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e \ + object 0.36.3 27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9 \ odht 0.3.1 5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb \ - once_cell 1.17.1 b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3 \ once_cell 1.18.0 dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d \ once_cell 1.19.0 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 \ - onig 6.4.0 8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f \ - onig_sys 69.8.1 7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7 \ - oorandom 11.1.3 0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575 \ + once_map 0.4.18 aa7085055bbe9c8edbd982048dbcf8181794d4a81cb04a11931673e63cc18dc6 \ opener 0.5.2 293c15678e37254c15bd2f092314abb4e51d7fdde05c2021279c12631b54f005 \ opener 0.6.1 6c62dcb6174f9cb326eac248f07e955d5d559c272730b6c03e396b443b562788 \ - opener 0.7.1 f8df34be653210fbe9ffaff41d3b92721c56ce82dfee58ee684f9afb5e3a90c0 \ - openssl 0.10.57 bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c \ - openssl-macros 0.1.1 a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c \ + opener 0.7.2 d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681 \ openssl-probe 0.1.5 ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf \ - openssl-src 111.28.2+1.1.1w bb1830e20a48a975ca898ca8c1d036a36c3c6c5cb7dabc1c216706587857920f \ - openssl-sys 0.9.92 db7e971c2c2bba161b2d2fdf37080177eff520b3bc044787c7f1f5f9e78d869b \ - openssl-sys 0.9.102 c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2 \ + openssl-sys 0.9.103 7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6 \ option-ext 0.2.0 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d \ - ordered-float 2.10.1 68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c \ - orion 0.17.6 7abdb10181903c8c4b016ba45d6d6d5af1a1e2a461aa4763a83b87f5df4695e5 \ - os_info 3.8.2 ae99c7fa6dd38c7cafe1ec085e804f8f555a2f8659b0dbe03f1f9963a9b51092 \ overload 0.1.1 b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 \ owo-colors 3.5.0 c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f \ - p384 0.13.0 70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209 \ pad 0.1.6 d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3 \ papergrid 0.11.0 9ad43c07024ef767f9160710b3a6773976194758c7919b17e63b863db0bdf7fb \ - parking_lot 0.12.1 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f \ - parking_lot 0.12.2 7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb \ parking_lot 0.12.3 f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27 \ - parking_lot_core 0.9.9 4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e \ parking_lot_core 0.9.10 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 \ parse-zoneinfo 0.3.1 1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24 \ - partial_ref 0.3.3 0f728bc9b1479656e40cba507034904a8c44027c0efdbbaf6a4bdc5f2d3a910c \ - partial_ref_derive 0.3.3 300e1d2cb5b898b5a5342e994e0d0c367dbfe69cbf717cd307045ec9fb057581 \ - pasetors 0.6.8 6b36d47c66f2230dd1b7143d9afb2b4891879020210eddf2ccb624e529b96dba \ - paste 1.0.15 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a \ pathdiff 0.2.1 8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd \ - pem-rfc7468 0.7.0 88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412 \ percent-encoding 2.3.1 e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e \ - perf-event 0.4.7 5396562cd2eaa828445d6d34258ae21ee1eb9d40fe626ca7f51c8dccb4af9d66 \ - perf-event-open-sys 1.0.1 ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a \ perf-event-open-sys 3.0.0 b29be2ba35c12c6939f6bc73187f728bba82c3c062ecdc5fa90ea739282a1f58 \ - pest 2.7.9 311fb059dee1a7b802f036316d790138c613a4e8b180c822e3925a662e9f0c95 \ - pest 2.7.10 560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8 \ - pest_derive 2.7.9 f73541b156d32197eecda1a4014d7f868fd2bcb3c550d5386087cfba442bf69c \ - pest_derive 2.7.10 26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459 \ - pest_generator 2.7.9 c35eeed0a3fab112f75165fdc026b3913f4183133f19b49be773ac9ea966e8bd \ - pest_generator 2.7.10 3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687 \ - pest_meta 2.7.9 2adbf29bb9776f28caece835398781ab24435585fe0d4dc1374a61db5accedca \ - pest_meta 2.7.10 d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd \ - petgraph 0.6.5 b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db \ + pest 2.7.11 cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95 \ + pest_derive 2.7.11 2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a \ + pest_generator 2.7.11 3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183 \ + pest_meta 2.7.11 a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f \ phf 0.11.2 ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc \ phf_codegen 0.11.2 e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a \ phf_generator 0.10.0 5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6 \ phf_generator 0.11.2 48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0 \ phf_shared 0.10.0 b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096 \ phf_shared 0.11.2 90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b \ - pin-project-lite 0.2.9 e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116 \ pin-project-lite 0.2.14 bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02 \ pin-utils 0.1.0 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 \ - pkcs8 0.10.2 f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7 \ - pkg-config 0.3.28 69d3587f8a9e599cc7ec2c00e331f71c4e69a5f9a4b8a6efd5b07466b9736f9a \ pkg-config 0.3.30 d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec \ - plist 1.6.1 d9d34169e64b3c7a80c8621a48adaf44e0cf62c78a9b25dd9dd35f1881a17cf9 \ - plotters 0.3.5 d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45 \ - plotters-backend 0.3.5 9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609 \ - plotters-svg 0.3.5 38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab \ - polib 0.2.0 6b393b155cf9be86249cba1b56cc81be0e6212c66d94ac0d76d37a1761f3bb1b \ polonius-engine 0.13.0 c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f \ - portable-atomic 1.6.0 7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0 \ + portable-atomic 1.7.0 da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265 \ powerfmt 0.2.0 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 \ ppv-lite86 0.2.17 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de \ + ppv-lite86 0.2.20 77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04 \ precomputed-hash 0.1.1 925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c \ - predicates 3.1.0 68b87bfd4605926cdfefc1c3b5f8fe560e3feca9d5552cf68c466d3d8236c7e8 \ - predicates-core 1.0.6 b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174 \ - predicates-tree 1.0.9 368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf \ pretty_assertions 1.4.0 af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66 \ prettydiff 0.6.4 8ff1fec61082821f8236cf6c0c14e8172b62ce8a72a0eedc30d3b247bb68dc11 \ - primeorder 0.13.6 353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6 \ + prettydiff 0.7.0 abec3fb083c10660b3854367697da94c674e9e82aa7511014dc958beeb7215e9 \ proc-macro-hack 0.5.20+deprecated dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068 \ - proc-macro2 1.0.63 7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb \ proc-macro2 1.0.66 18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9 \ - proc-macro2 1.0.76 95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c \ - proc-macro2 1.0.79 e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e \ - proc-macro2 1.0.82 8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b \ - proc-macro2 1.0.83 0b33eb56c327dec362a9e55b3ad14f9d2f0904fb5a5b03b513ab5465399e9f43 \ + proc-macro2 1.0.85 22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23 \ proc-macro2 1.0.86 5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77 \ - process-wrap 8.0.2 38ee68ae331824036479c84060534b18254c864fa73366c58d86db3b7b811619 \ - prodash 28.0.0 744a264d26b88a6a7e37cbad97953fa233b94d585236310bcbc88474b4092d79 \ - proptest 1.5.0 b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d \ proptest 0.10.1 12e6c80c1139113c28ee4670dc50cc42915228b51f56a9e407f0ec60f966646f \ - protobuf 3.2.0 b55bad9126f378a853655831eb7363b7b01b81d19f8cb1218861086ca4a1a61e \ - protobuf-support 3.2.0 a5d4d7b8601c814cfb36bcebb79f0e61e45e1e93640cf778837833bbed05c372 \ psm 0.1.21 5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874 \ pulldown-cmark 0.9.6 57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b \ pulldown-cmark 0.10.3 76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993 \ - pulldown-cmark 0.11.0 8746739f11d39ce5ad5c2520a9b75285310dbfe78c541ccf832d38615765aec0 \ + pulldown-cmark 0.11.2 cb4e75767fbc9d92b90e4d0c011f61358cde9513b31ef07ea3631b15ffc3b4fd \ pulldown-cmark-escape 0.10.1 bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3 \ pulldown-cmark-escape 0.11.0 007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae \ - pulldown-cmark-to-cmark 10.0.4 0194e6e1966c23cc5fd988714f85b18d548d773e81965413555d96569931833d \ - pulldown-cmark-to-cmark 13.0.0 f609795c8d835f79dcfcf768415b9fb57ef1b74891e99f86e73f43a7a257163b \ punycode 0.4.1 e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe \ - quick-error 1.2.3 a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0 \ - quick-xml 0.31.0 1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33 \ quine-mc_cluskey 0.2.4 07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45 \ - quote 1.0.26 4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc \ quote 1.0.33 5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae \ - quote 1.0.35 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef \ quote 1.0.36 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 \ r-efi 4.4.0 c47196f636c4cc0634b73b0405323d177753c2e15e866952c64ea22902567a34 \ r-efi 4.5.0 e9e935efc5854715dfc0a4c9ef18dc69dee0ec3bf9cc3ab740db831c0fdd86a3 \ r-efi-alloc 1.0.0 31d6f09fe2b6ad044bc3d2c34ce4979796581afd2f1ebc185837e02421e02fd7 \ - ra-ap-rustc_abi 0.53.0 80b1d613eee933486c0613a7bc26e515e46f43adf479d1edd5e537f983e9ce46 \ - ra-ap-rustc_index 0.53.0 f072060ac77e9e1a02cc20028095993af7e72cc0804779c68bcbf47b16de49c9 \ - ra-ap-rustc_index_macros 0.53.0 82f3d6dcb30a66905388e14756b8f2216131d9f8004922c07f13335840e058d1 \ - ra-ap-rustc_lexer 0.53.0 dbd8a2b0bdcba9892cbce0b25f6c953d31b0febc1f3420fc692884fce5a23ad8 \ - ra-ap-rustc_parse_format 0.53.0 70dad7a491c2554590222e0c9212dcb7c2e7aceb668875075012a35ea780d135 \ - ra-ap-rustc_pattern_analysis 0.53.0 34768e1faf88c31f2e9ad57b48318a52b507dafac0cddbf01b5d63bfc0b0a365 \ rand 0.7.3 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03 \ rand 0.8.5 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 \ rand_chacha 0.2.2 f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402 \ @@ -1802,241 +1528,141 @@ if {${os.platform} eq "darwin" && ${os.major} <= 16} { rayon 1.10.0 b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa \ rayon-core 1.12.1 1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2 \ redox_syscall 0.3.5 567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29 \ - redox_syscall 0.4.1 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa \ - redox_syscall 0.5.1 469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e \ - redox_syscall 0.5.2 c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd \ - redox_syscall 0.2.13 62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42 \ - redox_users 0.4.3 b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b \ + redox_syscall 0.5.3 2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4 \ redox_users 0.4.5 bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891 \ regalloc2 0.9.3 ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6 \ - regex 1.7.3 8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d \ regex 1.8.4 d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f \ - regex 1.9.4 12de2eff854e5fa4b1295edd650e227e9d8fb0c9e90b12e7f36d6a6811791a29 \ - regex 1.10.5 b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f \ regex-automata 0.2.0 e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782 \ - regex-automata 0.3.7 49530408a136e16e5b486e883fbb6ba058e8e4e8ae6621a77b048b314336e629 \ - regex-automata 0.4.3 5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f \ - regex-automata 0.4.6 86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea \ + regex-automata 0.3.9 59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9 \ + regex-automata 0.4.7 38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df \ regex-automata 0.1.10 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 \ regex-lite 0.1.6 53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a \ regex-syntax 0.7.2 436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78 \ regex-syntax 0.7.5 dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da \ - regex-syntax 0.8.2 c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f \ - regex-syntax 0.8.3 adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56 \ regex-syntax 0.8.4 7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b \ regex-syntax 0.6.29 f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1 \ region 2.2.0 877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0 \ - rfc6979 0.4.0 f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2 \ - rowan 0.15.15 32a58fa8a7ccff2aec4f39cc45bf5f985cec7125ab271cf681c279fd00192b49 \ - rusqlite 0.31.0 b838eba278d213a8beaf485bd313fd580ca4505a00d5871caeb1457c55322cae \ - rustc-build-sysroot 0.5.2 fa3ca63cc537c1cb69e4c2c0afc5fda2ccd36ac84c97d5a4ae05e69b1c834afb \ + rinja 0.3.0 6d3762e3740cdbf2fd2be465cc2c26d643ad17353cc2e0223d211c1b096118bd \ + rinja_derive 0.3.0 fd01fd8e15e7d19c8b8052c1d428325131e02ff1633cdcf695190c2e56ab682c \ + rinja_parser 0.3.0 a2f6bf7cef118c6de21206edf0b3f19f5ede60006be674a58ca21b6e003a1b57 \ + rustc-build-sysroot 0.5.3 2471f8f296262437d7e848e527b4210b44a96e53a3b4435b890227ce3e6da106 \ rustc-demangle 0.1.23 d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76 \ rustc-demangle 0.1.24 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f \ rustc-hash 1.1.0 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 \ rustc-rayon 0.5.0 eb81aadc8837ca6ecebe0fe1353f15df83b3b3cc2cf7a8afd571bc22aa121710 \ rustc-rayon-core 0.5.0 67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f \ - rustc-semver 1.1.0 5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84 \ rustc-stable-hash 0.1.0 e5c9f15eec8235d7cb775ee6f81891db79b98fd54ba1ad8fae565b88ef1ae4e2 \ - rustc_apfloat 0.2.0+llvm-462a31f5a5ab 465187772033a5ee566f69fe008df03628fce549a0899aae76f0a0c2e34696be \ + rustc_apfloat 0.2.1+llvm-462a31f5a5ab 886d94c63c812a8037c4faca2607453a0fa4cf82f734665266876b022244543f \ rustc_tools_util 0.3.0 8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f \ rustc_version 0.4.0 bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366 \ rustfix 0.6.1 ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481 \ rustfix 0.8.1 81864b097046da5df3758fdc6e4822bbb70afa06317e8ca45ea1b51cb8c5e5a4 \ rustix 0.38.8 19ed4fa021d81c8392ce04db050a3da9a60299050b7ae1cf482d862b54a7218f \ - rustix 0.38.28 72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316 \ - rustix 0.38.32 65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89 \ rustix 0.38.34 70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f \ - rustversion 1.0.6 f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f \ rustversion 1.0.17 955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6 \ - rusty-fork 0.3.0 cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f \ ruzstd 0.5.0 58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d \ - ruzstd 0.6.0 5174a470eeb535a721ae9fdd6e291c2411a906b96592182d05217591d5c5cf7b \ - ryu 1.0.9 73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f \ - ryu 1.0.16 f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c \ - ryu 1.0.17 e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1 \ + ruzstd 0.7.0 5022b253619b1ba797f243056276bed8ed1a73b0f5a7ce7225d524067644bf8f \ ryu 1.0.18 f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f \ same-file 1.0.6 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 \ schannel 0.1.23 fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534 \ - scip 0.3.3 e5dc1bd66649133af84ab62436ddd2856c2605182b02dec2cd197f684dfe15ef \ scoped-tls 1.0.1 e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294 \ scopeguard 1.2.0 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 \ - sec1 0.7.3 d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc \ - security-framework 2.11.0 c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0 \ - security-framework-sys 2.11.0 317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7 \ self_cell 1.0.4 d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a \ self_cell 0.10.3 e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d \ - semver 1.0.7 d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4 \ - semver 1.0.21 b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0 \ semver 1.0.23 61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b \ - serde 1.0.160 bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c \ - serde 1.0.188 cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e \ - serde 1.0.195 63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02 \ - serde 1.0.201 780f1cebed1629e4753a1a38a3c72d30b97ec044f0aef68cb26650a3c5cf363c \ serde 1.0.203 7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094 \ - serde-untagged 0.1.6 2676ba99bd82f75cae5cbd2c8eda6fa0b8760f18978ea840e980dd5567b5c5b6 \ - serde-value 0.7.0 f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c \ - serde_derive 1.0.160 291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df \ - serde_derive 1.0.188 4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2 \ - serde_derive 1.0.195 46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c \ - serde_derive 1.0.201 c5e405930b9796f1c00bee880d03fc7e0bb4b9a11afc776885ffe84320da2865 \ + serde 1.0.208 cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2 \ serde_derive 1.0.203 500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba \ - serde_ignored 0.1.10 a8e319a36d1b52126a0d608f24e93b2d81297091818cd70625fcf50a15d84ddf \ - serde_json 1.0.79 8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95 \ - serde_json 1.0.111 176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4 \ - serde_json 1.0.117 455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3 \ - serde_json 1.0.120 4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5 \ - serde_repr 0.1.19 6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9 \ - serde_spanned 0.6.2 93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d \ - serde_spanned 0.6.5 eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1 \ - serde_spanned 0.6.6 79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0 \ + serde_derive 1.0.208 24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf \ + serde_json 1.0.125 83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed \ + serde_spanned 0.6.7 eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d \ sha1 0.10.6 e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba \ - sha1_smol 1.0.0 ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012 \ sha2 0.10.8 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 \ - sharded-slab 0.1.4 900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31 \ sharded-slab 0.1.7 f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 \ shell-escape 0.1.5 45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f \ - shell-words 1.1.0 24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde \ shlex 1.3.0 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 \ - signature 2.2.0 77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de \ - similar 2.5.0 fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640 \ + similar 2.6.0 1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e \ siphasher 0.3.11 38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d \ - sized-chunks 0.6.5 16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e \ slab 0.4.9 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 \ slice-group-by 0.3.1 826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7 \ smallvec 1.10.0 a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0 \ smallvec 1.13.2 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 \ - smol_str 0.2.1 e6845563ada680337a52d43bb0b29f396f2d911616f6573012645b9e3d048a49 \ snap 1.1.1 1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b \ - snapbox 0.6.10 40e14d10e4c2b4331ac24c33baa5a03e1fbca81c045b285b53b2a612d28569fb \ - snapbox-macros 0.3.9 b1f4c14672714436c09254801c934b203196a51182a5107fb76591c7cc56424d \ - socket2 0.5.6 05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871 \ socket2 0.5.7 ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c \ - spanned 0.2.1 ed14ba8b4b82241bd5daba2c49185d4a0581a0058355fe96537338f002b8605d \ + spanned 0.3.0 86af297923fbcfd107c20a189a6e9c872160df71a7190ae4a7a6c5dce4b2feb6 \ spdx 0.10.6 47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc \ spdx-expression 0.5.2 53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77 \ spdx-rs 0.5.5 990870190ec8d8c64ba66e4a6746243d6e57d99353991e0e6092334833f429b1 \ - spki 0.7.3 d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d \ stable_deref_trait 1.2.0 a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 \ stacker 0.1.15 c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce \ static_assertions 1.1.0 a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f \ string_cache 0.8.7 f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b \ string_cache_codegen 0.5.2 6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988 \ - strsim 0.10.0 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 \ - strsim 0.11.0 5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01 \ strsim 0.11.1 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f \ strum 0.24.1 063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f \ strum_macros 0.24.3 1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59 \ - subtle 2.5.0 81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc \ - supports-hyperlinks 3.0.0 2c0a1e5168041f5f3ff68ff7d95dcb9c8749df29f6e7e89ada40dd4c9de404ee \ - supports-unicode 3.0.0 b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2 \ - syn 2.0.14 fcf316d5356ed6847742d036f8a39c3b8435cac10bd528a4bd461928a6ab34d5 \ syn 2.0.29 c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a \ - syn 2.0.48 0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f \ - syn 2.0.57 11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35 \ - syn 2.0.63 bf5be731623ca1a1fb7d8be6f261a3be6d3e2337b8a1f97be944d020c8fcb704 \ syn 2.0.66 c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5 \ - syn 2.0.67 ff8655ed1d86f3af4ee3fd3263786bc14245ad17c4c7e85ba7187fb3ae028c90 \ syn 2.0.70 2f0209b68b3613b093e0ec905354eccaedcfe83b8cb37cbdeae64026c3064c16 \ + syn 2.0.75 f6af063034fc1935ede7be0122941bafa9bacb949334d090b77ca98b5817c7d9 \ syn 1.0.109 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 \ - synstructure 0.12.6 f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f \ synstructure 0.13.1 c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971 \ - syntect 5.2.0 874dcfa363995604333cf947ae9f751ca3af4522c60886774c4963943b4746b1 \ - sysinfo 0.30.5 1fb4f3438c8f6389c864e61221cbc97e9bca98b4daf39a5beb7bea660f528bb2 \ - sysinfo 0.30.12 732ffa00f53e6b2af46208fba5718d9662a421049204e156328b66791ffa15ae \ + sysinfo 0.31.2 d4115055da5f572fff541dd0c4e61b0262977f453cc9fe04be83aba25a89bdab \ tabled 0.15.0 4c998b0c8b921495196a48aabaf1901ff28be0760136e31604f7967b0792050e \ - tar 0.4.40 b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb \ tar 0.4.41 cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909 \ target-lexicon 0.12.15 4873307b7c257eddcb50c9bedf158eb669578359fb28428bef438fec8e6ba7c2 \ tempfile 3.7.1 dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651 \ - tempfile 3.10.1 85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1 \ + tempfile 3.12.0 04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64 \ tendril 0.4.3 d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0 \ term 0.7.0 c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f \ termcolor 1.2.0 be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6 \ - termcolor 1.4.0 ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449 \ termcolor 1.4.1 06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755 \ terminal_size 0.3.0 21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7 \ termize 0.1.1 1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295 \ - termtree 0.4.1 3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76 \ - text-size 1.1.1 f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233 \ - textwrap 0.16.1 23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9 \ thin-vec 0.2.13 a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b \ - thiserror 1.0.40 978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac \ - thiserror 1.0.60 579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18 \ - thiserror 1.0.61 c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709 \ - thiserror-impl 1.0.40 f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f \ - thiserror-impl 1.0.60 e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524 \ - thiserror-impl 1.0.61 46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533 \ + thiserror 1.0.63 c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724 \ + thiserror-impl 1.0.63 a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261 \ thorin-dwp 0.7.0 4db52ee8fec06e119b692ef3dd2c4cf621a99204c1b8c47407870ed050305b9b \ - thread_local 1.1.4 5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180 \ thread_local 1.1.8 8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c \ threadpool 1.8.1 d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa \ - tikv-jemalloc-ctl 0.5.4 619bfed27d807b54f7f776b9430d4f8060e66ee138a28632ca898584d462c31c \ - tikv-jemalloc-sys 0.5.4+5.3.0-patched 9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1 \ - tikv-jemallocator 0.5.4 965fe0c26be5c56c94e38ba547249074803efd52adfb66de62107d95aab3eaca \ time 0.3.36 5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885 \ time-core 0.1.2 ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3 \ time-macros 0.2.18 3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf \ tinystr 0.7.6 9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f \ - tinytemplate 1.2.1 be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc \ - tinyvec 1.6.0 87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50 \ + tinyvec 1.8.0 445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938 \ tinyvec_macros 0.1.1 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 \ - tokio 1.38.0 ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a \ - toml 0.7.4 d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec \ + tokio 1.39.3 9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5 \ toml 0.7.8 dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257 \ toml 0.5.11 f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234 \ - toml 0.8.12 e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3 \ - toml 0.8.14 6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335 \ - toml_datetime 0.6.2 5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f \ - toml_datetime 0.6.5 3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1 \ - toml_datetime 0.6.6 4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf \ - toml_edit 0.19.10 2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739 \ + toml_datetime 0.6.8 0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41 \ toml_edit 0.19.15 1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421 \ - toml_edit 0.22.12 d3328d4f68a705b2a4498da1d580585d39a6510f98318a2cec3018a7ec61ddef \ - toml_edit 0.22.14 f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38 \ topological-sort 0.2.2 ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d \ tracing 0.1.37 8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8 \ - tracing 0.1.40 c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef \ - tracing-attributes 0.1.26 5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab \ tracing-attributes 0.1.27 34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7 \ - tracing-chrome 0.7.2 bf0a738ed5d6450a9fb96e86a23ad808de2b727fd1394585da5cdd6788ffe724 \ tracing-core 0.1.30 24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a \ - tracing-core 0.1.31 0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a \ - tracing-core 0.1.32 c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54 \ tracing-error 0.2.0 d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e \ - tracing-log 0.1.3 78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922 \ tracing-log 0.2.0 ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3 \ - tracing-subscriber 0.3.17 30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77 \ tracing-subscriber 0.3.18 ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b \ - tracing-tree 0.3.0 65139ecd2c3f6484c3b99bc01c77afe21e95473630747c7aca525e78b0666675 \ tracing-tree 0.3.1 b56c62d2c80033cb36fae448730a2f2ef99410fe3ecbffc916681a32f6807dbe \ - triomphe 0.1.11 859eb650cfee7434994602c3a68b25d77ad9e68c8a6cd491616ef86661382eb3 \ twox-hash 1.6.3 97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675 \ type-map 0.5.0 deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f \ - typed-arena 2.0.2 6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a \ - typeid 1.0.0 059d83cc991e7a42fc37bd50941885db0888e34209f8cfd9aab07ddec03bc9cf \ typenum 1.17.0 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 \ ucd-parse 0.1.13 c06ff81122fcbf4df4c1660b15f7e3336058e7aec14437c9f85c6b31a0f279b9 \ ucd-trie 0.1.6 ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9 \ ui_test 0.21.2 aaf4bf7c184b8dfc7a4d3b90df789b1eb992ee42811cd115f32a7a1eb781058d \ - ui_test 0.23.0 29e5f4ffcbab82453958fbf59990e981b8e8a177dcd60c2bd8f9b52c3036a6e1 \ - unarray 0.1.4 eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94 \ - ungrammar 1.16.1 a3e5df347f0bf3ec1d670aad6ca5c6a1859cd9ea61d2113125794654ccced68f \ + ui_test 0.25.0 f7e4f339f62edc873975c47115f9e71c5454ddaa37c1142b42fc0b2672c8dacb \ unic-langid 0.9.5 23dd9d1e72a73b25e07123a80776aae3e7b0ec461ef94f9151eed6ec88005a44 \ unic-langid-impl 0.9.5 0a5422c1f65949306c99240b81de9f3f15929f5a8bfe05bb44b034cc8bf593e5 \ unic-langid-macros 0.9.5 0da1cd2c042d3c7569a1008806b02039e7a4a2bdf8f8e96bd3c792434a0e275e \ unic-langid-macros-impl 0.9.5 1ed7f4237ba393424195053097c1516bd4590dc82b84f2f97c5c69e12704555b \ unicase 2.7.0 f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89 \ unicode-bidi 0.3.15 08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75 \ - unicode-bom 2.0.3 7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217 \ - unicode-ident 1.0.8 e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4 \ unicode-ident 1.0.11 301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c \ unicode-ident 1.0.12 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b \ unicode-normalization 0.1.23 a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5 \ - unicode-properties 0.1.0 c7f91c8b21fbbaa18853c3d0801c78f4fc94cdb976699bb03e832e75f7fd22f0 \ unicode-properties 0.1.1 e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291 \ unicode-script 0.5.6 ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd \ unicode-security 0.1.1 ee9e13753df674873f3c4693b240ae5c03245ddc157dfccf7c26db9329af3a11 \ - unicode-segmentation 1.10.1 1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36 \ unicode-segmentation 1.11.0 d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202 \ unicode-width 0.1.10 c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b \ unicode-width 0.1.12 68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6 \ @@ -2044,159 +1670,109 @@ if {${os.platform} eq "darwin" && ${os.major} <= 16} { unicode-xid 0.2.4 f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c \ unified-diff 0.2.1 496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f \ unwinding 0.2.1 37a19a21a537f635c16c7576f22d0f2f7d63353c1337ad4ce0d8001c7952a25b \ - url 2.5.0 31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633 \ url 2.5.2 22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c \ utf-8 0.7.6 09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9 \ utf8-width 0.1.7 86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3 \ - utf8parse 0.2.1 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a \ utf8parse 0.2.2 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 \ - uuid 1.8.0 a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0 \ + uuid 1.10.0 81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314 \ valuable 0.1.0 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d \ - varisat 0.2.2 ebe609851d1e9196674ac295f656bd8601200a1077343d22b345013497807caf \ - varisat-checker 0.2.2 135c977c5913ed6e98f6b81b8e4d322211303b7d40dae773caef7ad1de6c763b \ - varisat-dimacs 0.2.2 3d1dee4e21be1f04c0a939f7ae710cced47233a578de08a1b3c7d50848402636 \ - varisat-formula 0.2.2 395c5543b9bfd9076d6d3af49d6c34a4b91b0b355998c0a5ec6ed7265d364520 \ - varisat-internal-macros 0.2.2 602ece773543d066aa7848455486c6c0422a3f214da7a2b899100f3c4f12408d \ - varisat-internal-proof 0.2.2 6163bb7bc9018af077b76d64f976803d141c36a27d640f1437dddc4fd527d207 \ vcpkg 0.2.15 accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 \ - vec_mut_scan 0.3.0 68ed610a8d5e63d9c0e31300e8fdb55104c5f21e422743a9dc74848fa8317fd2 \ version_check 0.9.4 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f \ + version_check 0.9.5 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a \ wait-timeout 0.2.0 9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6 \ - walkdir 2.3.2 808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56 \ walkdir 2.3.3 36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698 \ - walkdir 2.4.0 d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee \ walkdir 2.5.0 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b \ - wasi 0.10.2+wasi-snapshot-preview1 fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6 \ wasi 0.11.0+wasi-snapshot-preview1 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 \ + wasi-preview1-component-adapter-provider 24.0.0 36e6cadfa74538edd5409b6f8c79628436529138e9618b7373bec7aae7805835 \ wasm-bindgen 0.2.87 7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342 \ - wasm-bindgen 0.2.92 4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8 \ + wasm-bindgen 0.2.93 a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5 \ wasm-bindgen-backend 0.2.87 5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd \ - wasm-bindgen-backend 0.2.92 614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da \ + wasm-bindgen-backend 0.2.93 9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b \ wasm-bindgen-futures 0.4.37 c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03 \ wasm-bindgen-macro 0.2.87 dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d \ - wasm-bindgen-macro 0.2.92 a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726 \ + wasm-bindgen-macro 0.2.93 585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf \ wasm-bindgen-macro-support 0.2.87 54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b \ - wasm-bindgen-macro-support 0.2.92 e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7 \ + wasm-bindgen-macro-support 0.2.93 afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836 \ wasm-bindgen-shared 0.2.87 ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1 \ - wasm-bindgen-shared 0.2.92 af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96 \ + wasm-bindgen-shared 0.2.93 c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484 \ wasm-bindgen-test 0.3.37 6e6e302a7ea94f83a6d09e78e7dc7d9ca7b186bc2829c24a22d0753efd680671 \ wasm-bindgen-test-macro 0.3.37 ecb993dd8c836930ed130e020e77d9b2e65dd0fbab1b67c790b0f5d80b11a575 \ - wasm-component-ld 0.5.4 314d932d5e84c9678751b85498b1482b2f32f185744e449d3ce0b1d400376dad \ - wasm-encoder 0.200.0 b9e3fb0c8fbddd78aa6095b850dfeedbc7506cf5f81e633f69cf8f2333ab84b9 \ - wasm-encoder 0.210.0 e7e3764d9d6edabd8c9e16195e177be0d20f6ab942ad18af52860f12f82bc59a \ - wasm-encoder 0.211.1 5e7d931a1120ef357f32b74547646b6fa68ea25e377772b72874b131a9ed70d4 \ - wasm-metadata 0.210.0 012729d1294907fcb0866f08460ab95426a6d0b176a599619b84cac7653452b4 \ - wasmparser 0.118.2 77f1154f1ab868e2a01d9834a805faca7bf8b50d041b4ca714d005d0dab1c50c \ - wasmparser 0.210.0 a7bbcd21e7581619d9f6ca00f8c4f08f1cacfe58bf63f83af57cd0476f1026f5 \ - wasmtime-jit-icache-coherence 22.0.0 5afe2f0499542f9a4bcfa1b55bfdda803b6ade4e7c93c6b99e0f39dba44b0a91 \ - wast 211.0.1 b25506dd82d00da6b14a87436b3d52b1d264083fa79cdb72a0d1b04a8595ccaa \ - wat 1.211.1 eb716ca6c86eecac2d82541ffc39860118fc0af9309c4f2670637bea2e1bdd7d \ + wasm-component-ld 0.5.7 13261270d3ac58ffae0219ae34f297a7e24f9ee3b13b29be579132c588a83519 \ + wasm-encoder 0.216.0 04c23aebea22c8a75833ae08ed31ccc020835b12a41999e58c31464271b94a88 \ + wasm-metadata 0.216.0 47c8154d703a6b0e45acf6bd172fa002fc3c7058a9f7615e517220aeca27c638 \ + wasmparser 0.215.0 53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e \ + wasmparser 0.216.0 bcdee6bea3619d311fb4b299721e89a986c3470f804b6d534340e412589028e3 \ + wasmtime-jit-icache-coherence 23.0.1 7fddf3e2980fb1d123d1fcac55189e417fdd3dba4f62139b5a0a1f9efe5669d5 \ + wast 216.0.0 f7eb1f2eecd913fdde0dc6c3439d0f24530a98ac6db6cb3d14d92a5328554a08 \ + wat 1.216.0 ac0409090fb5154f95fb5ba3235675fd9e579e731524d63b6a2f653e1280c82a \ web-sys 0.3.64 9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b \ - web-sys 0.3.69 77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef \ winapi 0.3.9 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 \ winapi-i686-pc-windows-gnu 0.4.0 ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 \ winapi-util 0.1.5 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 \ - winapi-util 0.1.6 f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596 \ - winapi-util 0.1.8 4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b \ - winapi-x86_64-pc-windows-gnu 0.4.0 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f \ + winapi-util 0.1.9 cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb \ winapi-x86_64-pc-windows-gnu 0.4.0 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f \ windows 0.52.0 e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be \ - windows 0.56.0 1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132 \ + windows 0.57.0 12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143 \ windows-bindgen 0.58.0 91cd28d93c692351f3a6e5615567c56756e330bee1c99c6bdd57bfc5ab15f589 \ windows-core 0.52.0 33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9 \ - windows-core 0.56.0 4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6 \ - windows-implement 0.56.0 f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b \ - windows-interface 0.56.0 08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc \ + windows-core 0.57.0 d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d \ + windows-implement 0.57.0 9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7 \ + windows-interface 0.57.0 29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7 \ windows-metadata 0.58.0 2e837f3c3012cfe9e7086302a93f441a7999439be1ad4c530d55d2f6d2921809 \ - windows-result 0.1.1 749f0da9cc72d82e600d8d2e44cadd0b9eedb9038f71a1c58556ac1c5791813b \ + windows-result 0.1.2 5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8 \ windows-sys 0.48.0 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 \ windows-sys 0.52.0 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d \ - windows-targets 0.48.0 7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5 \ + windows-sys 0.59.0 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b \ windows-targets 0.48.1 05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f \ windows-targets 0.48.5 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c \ - windows-targets 0.52.0 8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd \ - windows-targets 0.52.4 7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b \ windows-targets 0.52.5 6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb \ windows-targets 0.52.6 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 \ windows_aarch64_gnullvm 0.48.0 91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc \ windows_aarch64_gnullvm 0.48.5 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 \ - windows_aarch64_gnullvm 0.52.0 cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea \ - windows_aarch64_gnullvm 0.52.4 bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9 \ windows_aarch64_gnullvm 0.52.5 7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263 \ windows_aarch64_gnullvm 0.52.6 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 \ windows_aarch64_msvc 0.48.0 b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3 \ windows_aarch64_msvc 0.48.5 dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc \ - windows_aarch64_msvc 0.52.0 bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef \ - windows_aarch64_msvc 0.52.4 da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675 \ windows_aarch64_msvc 0.52.5 9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6 \ windows_aarch64_msvc 0.52.6 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 \ windows_i686_gnu 0.48.0 622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241 \ windows_i686_gnu 0.48.5 a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e \ - windows_i686_gnu 0.52.0 a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313 \ - windows_i686_gnu 0.52.4 b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3 \ windows_i686_gnu 0.52.5 88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670 \ windows_i686_gnu 0.52.6 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b \ windows_i686_gnullvm 0.52.5 87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9 \ windows_i686_gnullvm 0.52.6 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 \ windows_i686_msvc 0.48.0 4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00 \ windows_i686_msvc 0.48.5 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 \ - windows_i686_msvc 0.52.0 ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a \ - windows_i686_msvc 0.52.4 1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02 \ windows_i686_msvc 0.52.5 db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf \ windows_i686_msvc 0.52.6 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 \ windows_x86_64_gnu 0.48.0 ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1 \ windows_x86_64_gnu 0.48.5 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e \ - windows_x86_64_gnu 0.52.0 3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd \ - windows_x86_64_gnu 0.52.4 5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03 \ windows_x86_64_gnu 0.52.5 4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9 \ windows_x86_64_gnu 0.52.6 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 \ windows_x86_64_gnullvm 0.48.0 7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953 \ windows_x86_64_gnullvm 0.48.5 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc \ - windows_x86_64_gnullvm 0.52.0 1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e \ - windows_x86_64_gnullvm 0.52.4 77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177 \ windows_x86_64_gnullvm 0.52.5 852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596 \ windows_x86_64_gnullvm 0.52.6 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d \ windows_x86_64_msvc 0.48.0 1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a \ - windows_x86_64_msvc 0.48.0 1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a \ windows_x86_64_msvc 0.48.5 ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 \ - windows_x86_64_msvc 0.52.0 dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04 \ - windows_x86_64_msvc 0.52.4 32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8 \ - windows_x86_64_msvc 0.52.5 bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0 \ windows_x86_64_msvc 0.52.5 bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0 \ windows_x86_64_msvc 0.52.6 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec \ - winnow 0.4.7 ca0ace3845f0d96209f0375e6d367e3eb87eb65d27d445bdc9f1843a26f39448 \ - winnow 0.6.5 dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8 \ - winnow 0.6.8 c3c52e9c97a68071b23e836c9380edae937f17b9c4667bd021973efc689f618d \ + windows_x86_64_msvc 0.52.6 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec \ winnow 0.5.40 f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876 \ - winnow 0.6.13 59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1 \ - wit-component 0.210.0 a450bdb5d032acf1fa0865451fa0c6f50e62f2d31eaa8dba967c2e2d068694a4 \ - wit-parser 0.210.0 60a965cbd439af19a4b44a54a97ab8957d86f02d01320efc9e31c1d3605c6710 \ - write-json 0.1.4 23f6174b2566cc4a74f95e1367ec343e7fa80c93cc8087f5c4a3d6a1088b2118 \ + wit-component 0.216.0 7e2ca3ece38ea2447a9069b43074ba73d96dde1944cba276c54e41371745f9dc \ + wit-parser 0.216.0 a4d108165c1167a4ccc8a803dcf5c28e0a51d6739fd228cc7adce768632c764c \ writeable 0.5.5 1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51 \ - xattr 1.2.0 914566e6413e7fa959cc394fb30e563ba80f3541fbd40816d4c05a0fc3f2a0f1 \ xattr 1.3.1 8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f \ - xflags 0.3.2 7d9e15fbb3de55454b0106e314b28e671279009b363e6f1d8e39fdc3bf048944 \ - xflags-macros 0.3.2 672423d4fea7ffa2f6c25ba60031ea13dc6258070556f125cc4d790007d4a155 \ - xmlparser 0.13.6 66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4 \ - xshell 0.2.6 6db0ab86eae739efd1b054a8d3d16041914030ac4e01cd1dca0cf252fd8b6437 \ - xshell-macros 0.2.6 9d422e8e38ec76e2f06ee439ccc765e9c6a9638b9e7c9f2e8255e4d41e8bd852 \ xz2 0.1.7 388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2 \ - yaml-rust 0.4.5 56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85 \ yansi 0.5.1 09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec \ yansi-term 0.1.2 fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1 \ - yansi-term 0.1.2 fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1 \ yoke 0.7.4 6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5 \ yoke-derive 0.7.4 28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95 \ - zerocopy 0.7.32 74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be \ - zerocopy 0.7.34 ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087 \ zerocopy 0.7.35 1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0 \ - zerocopy-derive 0.7.32 9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6 \ - zerocopy-derive 0.7.34 15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b \ + zerocopy-derive 0.7.35 fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e \ zerocopy-derive 0.7.35 fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e \ zerofrom 0.1.4 91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55 \ zerofrom-derive 0.1.4 0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5 \ - zeroize 1.7.0 525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d \ - zerovec 0.10.2 bb2cc8827d6c0994478a15c53f374f46fbd41bea663d809b14744bc42e6b109c \ - zerovec-derive 0.10.2 97cf56601ee5052b4417d90c8755c6683473c926039908196cf35d99f893ebe7 \ - zip 0.6.6 760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261 + zerovec 0.10.4 aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079 \ + zerovec-derive 0.10.3 6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6 } From 0ad87205b5ab345e8569bfd0b67b3d744794d813 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Fri, 18 Oct 2024 14:26:14 -0400 Subject: [PATCH 276/446] cargo: update to 0.83.0 --- devel/cargo/Portfile | 152 ++++++++++++++++++++++--------------------- 1 file changed, 77 insertions(+), 75 deletions(-) diff --git a/devel/cargo/Portfile b/devel/cargo/Portfile index 127c0b79cafd3..a30646900e365 100644 --- a/devel/cargo/Portfile +++ b/devel/cargo/Portfile @@ -10,8 +10,8 @@ name cargo if {${os.platform} eq "darwin" && ${os.major} > 16} { # (CURRENT) macOS 10.13 and later - github.setup rust-lang ${name} 0.82.0 - rust_build.version 1.81.0 + github.setup rust-lang ${name} 0.83.0 + rust_build.version 1.82.0 } else { # macOS 10.12 and earlier github.setup rust-lang ${name} 0.79.0 @@ -60,9 +60,9 @@ depends_skip_archcheck-append \ if {${os.platform} eq "darwin" && ${os.major} > 16} { # (CURRENT) macOS 10.13 and later checksums-append ${distname}${extract.suffix} \ - rmd160 4771bf5c689d0363cb9fc5168500e01b31594810 \ - sha256 1c89e6a7a28dd78aca53227fd5e14340fcb7cb154ad9655a2f304b5687986cc3 \ - size 4000981 + rmd160 32b16080188cb7e5a0d95f1e715e22ec99ad4499 \ + sha256 53fbf5eb9d0c42ce184bd1b170606db7c878e7ef07ed3b513a67e62e14ca4661 \ + size 4047422 } else { # macOS 10.12 and earlier checksums-append ${distname}${extract.suffix} \ @@ -489,48 +489,48 @@ if {${os.platform} eq "darwin" && ${os.major} <= 16} { adler 1.0.2 f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe \ ahash 0.8.11 e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 \ aho-corasick 1.1.3 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 \ - allocator-api2 0.2.16 0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5 \ + allocator-api2 0.2.18 5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f \ anes 0.1.6 4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299 \ annotate-snippets 0.11.4 24e35ed54e5ea7997c14ed4c70ba043478db1112e98263b3b035907aa197d991 \ - anstream 0.6.14 418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b \ - anstyle 1.0.7 038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b \ - anstyle-lossy 1.1.0 a9a0444767dbd4aea9355cb47a370eb184dbfe918875e127eff52cb9d1638181 \ - anstyle-parse 0.2.3 c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c \ - anstyle-query 1.0.2 e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648 \ - anstyle-svg 0.1.3 8b6ddad447b448d6d5db36b31cbd3ff27c7af071619501998eeceab01968287a \ - anstyle-wincon 3.0.2 1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7 \ + anstream 0.6.15 64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526 \ + anstyle 1.0.8 1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1 \ + anstyle-lossy 1.1.2 f45c79b3b9413932fc255f2c19ca0d48eaab72c4ea1913bafaebf289cbc099f2 \ + anstyle-parse 0.2.5 eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb \ + anstyle-query 1.1.1 6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a \ + anstyle-svg 0.1.4 bbbf0bf947d663010f0b4132f28ca08da9151f3b9035fa7578a38de521c1d1aa \ + anstyle-wincon 3.0.3 61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19 \ anyhow 1.0.86 b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da \ arc-swap 1.7.1 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457 \ - autocfg 1.2.0 f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80 \ + autocfg 1.3.0 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0 \ base16ct 0.2.0 4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf \ base64 0.22.1 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 \ base64ct 1.6.0 8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b \ bit-set 0.5.3 0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1 \ bit-vec 0.6.3 349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb \ bitflags 1.3.2 bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a \ - bitflags 2.5.0 cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1 \ + bitflags 2.6.0 b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de \ bitmaps 2.1.0 031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2 \ block-buffer 0.10.4 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 \ bstr 1.9.1 05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706 \ - bumpalo 3.15.4 7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa \ + bumpalo 3.16.0 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c \ bytes 1.6.0 514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9 \ bytesize 1.3.0 a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc \ camino 1.1.6 c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c \ cargo-platform 0.1.8 24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc \ cargo_metadata 0.18.1 2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037 \ cast 0.3.0 37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5 \ - cc 1.0.90 8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5 \ + cc 1.1.6 2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f \ cfg-if 1.0.0 baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd \ ciborium 0.2.2 42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e \ ciborium-io 0.2.2 05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757 \ ciborium-ll 0.2.2 57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9 \ - clap 4.5.8 84b3edb18336f4df585bc9aa31dd99c036dfa5dc5e9a2939a722a188f3a8970d \ - clap_builder 4.5.8 c1c09dd5ada6c6c78075d6fd0da3f90d8080651e2d6cc8eb2f1aaa4034ced708 \ - clap_lex 0.7.0 98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce \ + clap 4.5.13 0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc \ + clap_builder 4.5.13 64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99 \ + clap_lex 0.7.2 1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97 \ clru 0.6.1 b8191fa7302e03607ff0e237d4246cc043ff5b3cb9409d995172ba3bea16b807 \ color-print 0.3.6 1ee543c60ff3888934877a5671f45494dd27ed4ba25c6670b9a7576b7ed7a8c0 \ color-print-proc-macro 0.3.6 77ff1a80c5f3cb1ca7c06ffdd71b6a6dd6d8f896c42141fbd43f50ed28dcdb93 \ - colorchoice 1.0.0 acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 \ + colorchoice 1.0.2 d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0 \ const-oid 0.9.6 c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8 \ content_inspector 0.2.4 b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38 \ core-foundation 0.9.4 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f \ @@ -548,7 +548,7 @@ if {${os.platform} eq "darwin" && ${os.major} <= 16} { crypto-common 0.1.6 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 \ ct-codecs 1.1.1 f3b7eb4404b8195a9abb6356f4ac07d8ba267045c8d6d220ac4dc992e6cc75df \ curl 0.4.46 1e2161dd6eba090ff1594084e95fd67aeccf04382ffea77999ea94ed42ec67b6 \ - curl-sys 0.4.73+curl-8.8.0 450ab250ecf17227c39afb9a2dd9261dc0035cb80f2612472fc0c4aac2dcb84d \ + curl-sys 0.4.74+curl-8.9.0 8af10b986114528fcdc4b63b6f5f021b7057618411046a4de2ba0f0149a097bf \ dbus 0.9.7 1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b \ der 0.7.9 f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0 \ deranged 0.3.11 b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4 \ @@ -560,9 +560,9 @@ if {${os.platform} eq "darwin" && ${os.major} <= 16} { elliptic-curve 0.13.8 b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47 \ encoding_rs 0.8.33 7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1 \ equivalent 1.0.1 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 \ - erased-serde 0.4.4 2b73807008a3c7f171cc40312f37d95ef0396e048b5848d775f54b1a4dd4a0d3 \ - errno 0.3.8 a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 \ - escargot 0.5.10 4f474c6844cbd04e783d0f25757583db4f491770ca618bedf2fb01815fc79939 \ + erased-serde 0.4.5 24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d \ + errno 0.3.9 534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba \ + escargot 0.5.11 650eb5f6eeda986377996e9ed570cbc20cc16d30440696f82f129c863e4e3e83 \ fallible-iterator 0.3.0 2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649 \ fallible-streaming-iterator 0.1.9 7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a \ faster-hex 0.9.0 a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183 \ @@ -576,7 +576,7 @@ if {${os.platform} eq "darwin" && ${os.major} <= 16} { foreign-types-shared 0.1.1 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b \ form_urlencoded 1.2.1 e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 \ generic-array 0.14.7 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a \ - getrandom 0.2.12 190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5 \ + getrandom 0.2.15 c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 \ git2 0.19.0 b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724 \ git2-curl 0.20.0 68ff14527a1c242320039b138376f8e0786697a1b7b172bc44f6efda3ab9079f \ gix 0.64.0 d78414d29fcc82329080166077e0f7689f4016551fdb334d787c3d040fe2634f \ @@ -633,7 +633,7 @@ if {${os.platform} eq "darwin" && ${os.major} <= 16} { group 0.13.0 f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63 \ half 2.4.0 b5eceaaeec696539ddaf7b333340f1af35a5aa87ae3e4f3ead0532f72affab2e \ handlebars 5.1.2 d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b \ - hashbrown 0.14.3 290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604 \ + hashbrown 0.14.5 e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 \ hashlink 0.9.0 692eaaf7f7607518dd3cef090f1474b61edc5301d8012f09579920df68b725ee \ hermit-abi 0.3.9 d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024 \ hex 0.4.3 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 \ @@ -646,31 +646,31 @@ if {${os.platform} eq "darwin" && ${os.major} <= 16} { idna 0.5.0 634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6 \ ignore 0.4.22 b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1 \ im-rc 15.1.0 af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe \ - indexmap 2.2.6 168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26 \ + indexmap 2.3.0 de3fc2e30ba82dd1b3911c8de1ffc143c74a914a14e99514d7637e3099df5ea0 \ is-terminal 0.4.12 f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b \ - is_terminal_polyfill 1.70.0 f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800 \ + is_terminal_polyfill 1.70.1 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf \ itertools 0.10.5 b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 \ itertools 0.13.0 413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186 \ itoa 0.4.8 b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4 \ itoa 1.0.11 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b \ - jobserver 0.1.28 ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6 \ + jobserver 0.1.32 48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0 \ js-sys 0.3.69 29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d \ kstring 2.0.0 ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747 \ - lazy_static 1.4.0 e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 \ + lazy_static 1.5.0 bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe \ lazycell 1.3.0 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 \ leb128 0.2.5 884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67 \ libc 0.2.155 97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c \ libdbus-sys 0.2.5 06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72 \ libgit2-sys 0.17.0+1.8.1 10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224 \ - libloading 0.8.4 e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d \ + libloading 0.8.5 4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4 \ libm 0.2.8 4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058 \ - libnghttp2-sys 0.1.9+1.58.0 b57e858af2798e167e709b9d969325b6d8e9d50232fcbc494d7d54f976854a64 \ - libsqlite3-sys 0.28.0 0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f \ + libnghttp2-sys 0.1.10+1.61.0 959c25552127d2e1fa72f0e52548ec04fc386e827ba71a7bd01db46a447dc135 \ + libsqlite3-sys 0.30.1 2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149 \ libssh2-sys 0.3.0 2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee \ - libz-sys 1.1.16 5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9 \ - linux-raw-sys 0.4.13 01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c \ + libz-sys 1.1.18 c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e \ + linux-raw-sys 0.4.14 78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89 \ lock_api 0.4.11 3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45 \ - log 0.4.21 90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c \ + log 0.4.22 a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24 \ matchers 0.1.0 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 \ maybe-async 0.2.10 5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11 \ memchr 2.7.4 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 \ @@ -683,7 +683,7 @@ if {${os.platform} eq "darwin" && ${os.major} <= 16} { normpath 1.2.0 5831952a9476f2fed74b77d74182fa5ddc4d21c72ec45a333b250e3ed0272804 \ nu-ansi-term 0.46.0 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 \ num-conv 0.1.0 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 \ - num-traits 0.2.18 da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a \ + num-traits 0.2.19 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 \ num_threads 0.1.7 5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9 \ once_cell 1.19.0 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 \ oorandom 11.1.3 0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575 \ @@ -719,13 +719,13 @@ if {${os.platform} eq "darwin" && ${os.major} <= 16} { powerfmt 0.2.0 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 \ ppv-lite86 0.2.17 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de \ primeorder 0.13.6 353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6 \ - proc-macro2 1.0.79 e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e \ + proc-macro2 1.0.86 5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77 \ prodash 28.0.0 744a264d26b88a6a7e37cbad97953fa233b94d585236310bcbc88474b4092d79 \ proptest 1.5.0 b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d \ pulldown-cmark 0.11.0 8746739f11d39ce5ad5c2520a9b75285310dbfe78c541ccf832d38615765aec0 \ pulldown-cmark-escape 0.11.0 007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae \ quick-error 1.2.3 a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0 \ - quote 1.0.35 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef \ + quote 1.0.36 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 \ rand 0.8.5 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 \ rand_chacha 0.3.1 e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 \ rand_core 0.6.4 ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c \ @@ -736,29 +736,29 @@ if {${os.platform} eq "darwin" && ${os.major} <= 16} { redox_syscall 0.4.1 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa \ regex 1.10.5 b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f \ regex-automata 0.1.10 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 \ - regex-automata 0.4.6 86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea \ + regex-automata 0.4.7 38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df \ regex-syntax 0.6.29 f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1 \ - regex-syntax 0.8.3 adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56 \ + regex-syntax 0.8.4 7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b \ rfc6979 0.4.0 f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2 \ - rusqlite 0.31.0 b838eba278d213a8beaf485bd313fd580ca4505a00d5871caeb1457c55322cae \ + rusqlite 0.32.1 7753b721174eb8ff87a9a0e799e2d7bc3749323e773db92e0984debb00019d6e \ rustc-hash 1.1.0 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 \ - rustix 0.38.32 65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89 \ + rustix 0.38.34 70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f \ rusty-fork 0.3.0 cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f \ - ryu 1.0.17 e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1 \ + ryu 1.0.18 f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f \ same-file 1.0.6 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 \ schannel 0.1.23 fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534 \ scopeguard 1.2.0 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 \ sec1 0.7.3 d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc \ - security-framework 2.11.0 c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0 \ - security-framework-sys 2.11.0 317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7 \ + security-framework 2.11.1 897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02 \ + security-framework-sys 2.11.1 75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf \ semver 1.0.23 61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b \ - serde 1.0.203 7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094 \ + serde 1.0.204 bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12 \ serde-untagged 0.1.6 2676ba99bd82f75cae5cbd2c8eda6fa0b8760f18978ea840e980dd5567b5c5b6 \ serde-value 0.7.0 f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c \ - serde_derive 1.0.203 500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba \ + serde_derive 1.0.204 e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222 \ serde_ignored 0.1.10 a8e319a36d1b52126a0d608f24e93b2d81297091818cd70625fcf50a15d84ddf \ - serde_json 1.0.120 4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5 \ - serde_spanned 0.6.6 79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0 \ + serde_json 1.0.121 4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609 \ + serde_spanned 0.6.7 eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d \ sha1 0.10.6 e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba \ sha1_smol 1.0.0 ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012 \ sha2 0.10.8 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 \ @@ -766,36 +766,36 @@ if {${os.platform} eq "darwin" && ${os.major} <= 16} { shell-escape 0.1.5 45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f \ shell-words 1.1.0 24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde \ signature 2.2.0 77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de \ - similar 2.5.0 fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640 \ + similar 2.6.0 1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e \ sized-chunks 0.6.5 16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e \ smallvec 1.13.2 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 \ - snapbox 0.6.10 40e14d10e4c2b4331ac24c33baa5a03e1fbca81c045b285b53b2a612d28569fb \ - snapbox-macros 0.3.9 b1f4c14672714436c09254801c934b203196a51182a5107fb76591c7cc56424d \ + snapbox 0.6.17 840b73eb3148bc3cbc10ebe00ec9bc6d96033e658d022c4adcbf3f35596fd64a \ + snapbox-macros 0.3.10 16569f53ca23a41bb6f62e0a5084aa1661f4814a67fa33696a79073e03a664af \ socket2 0.5.6 05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871 \ spki 0.7.3 d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d \ static_assertions 1.1.0 a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f \ - strsim 0.11.0 5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01 \ + strsim 0.11.1 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f \ subtle 2.5.0 81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc \ supports-hyperlinks 3.0.0 2c0a1e5168041f5f3ff68ff7d95dcb9c8749df29f6e7e89ada40dd4c9de404ee \ supports-unicode 3.0.0 b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2 \ syn 1.0.109 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 \ - syn 2.0.57 11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35 \ + syn 2.0.72 dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af \ synstructure 0.12.6 f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f \ tar 0.4.41 cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909 \ tempfile 3.10.1 85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1 \ terminal_size 0.3.0 21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7 \ - thiserror 1.0.61 c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709 \ - thiserror-impl 1.0.61 46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533 \ + thiserror 1.0.63 c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724 \ + thiserror-impl 1.0.63 a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261 \ thread_local 1.1.8 8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c \ time 0.3.36 5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885 \ time-core 0.1.2 ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3 \ time-macros 0.2.18 3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf \ tinytemplate 1.2.1 be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc \ - tinyvec 1.6.0 87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50 \ + tinyvec 1.8.0 445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938 \ tinyvec_macros 0.1.1 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 \ - toml 0.8.14 6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335 \ - toml_datetime 0.6.6 4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf \ - toml_edit 0.22.14 f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38 \ + toml 0.8.19 a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e \ + toml_datetime 0.6.8 0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41 \ + toml_edit 0.22.20 583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d \ tracing 0.1.40 c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef \ tracing-attributes 0.1.27 34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7 \ tracing-chrome 0.7.2 bf0a738ed5d6450a9fb96e86a23ad808de2b727fd1394585da5cdd6788ffe724 \ @@ -815,7 +815,7 @@ if {${os.platform} eq "darwin" && ${os.major} <= 16} { unicode-xid 0.2.4 f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c \ url 2.5.2 22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c \ utf8-width 0.1.7 86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3 \ - utf8parse 0.2.1 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a \ + utf8parse 0.2.2 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 \ valuable 0.1.0 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d \ varisat 0.2.2 ebe609851d1e9196674ac295f656bd8601200a1077343d22b345013497807caf \ varisat-checker 0.2.2 135c977c5913ed6e98f6b81b8e4d322211303b7d40dae773caef7ad1de6c763b \ @@ -837,28 +837,30 @@ if {${os.platform} eq "darwin" && ${os.major} <= 16} { web-sys 0.3.69 77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef \ winapi 0.3.9 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 \ winapi-i686-pc-windows-gnu 0.4.0 ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 \ - winapi-util 0.1.6 f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596 \ + winapi-util 0.1.8 4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b \ winapi-x86_64-pc-windows-gnu 0.4.0 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f \ windows-sys 0.48.0 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 \ windows-sys 0.52.0 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d \ + windows-sys 0.59.0 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b \ windows-targets 0.48.5 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c \ - windows-targets 0.52.4 7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b \ + windows-targets 0.52.6 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 \ windows_aarch64_gnullvm 0.48.5 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 \ - windows_aarch64_gnullvm 0.52.4 bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9 \ + windows_aarch64_gnullvm 0.52.6 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 \ windows_aarch64_msvc 0.48.5 dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc \ - windows_aarch64_msvc 0.52.4 da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675 \ + windows_aarch64_msvc 0.52.6 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 \ windows_i686_gnu 0.48.5 a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e \ - windows_i686_gnu 0.52.4 b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3 \ + windows_i686_gnu 0.52.6 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b \ + windows_i686_gnullvm 0.52.6 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 \ windows_i686_msvc 0.48.5 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 \ - windows_i686_msvc 0.52.4 1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02 \ + windows_i686_msvc 0.52.6 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 \ windows_x86_64_gnu 0.48.5 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e \ - windows_x86_64_gnu 0.52.4 5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03 \ + windows_x86_64_gnu 0.52.6 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 \ windows_x86_64_gnullvm 0.48.5 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc \ - windows_x86_64_gnullvm 0.52.4 77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177 \ + windows_x86_64_gnullvm 0.52.6 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d \ windows_x86_64_msvc 0.48.5 ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 \ - windows_x86_64_msvc 0.52.4 32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8 \ - winnow 0.6.5 dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8 \ - zerocopy 0.7.32 74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be \ - zerocopy-derive 0.7.32 9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6 \ + windows_x86_64_msvc 0.52.6 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec \ + winnow 0.6.18 68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f \ + zerocopy 0.7.35 1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0 \ + zerocopy-derive 0.7.35 fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e \ zeroize 1.7.0 525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d } From 5df336c1c19c513ee020a96f5da08c45938b8efe Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Mon, 21 Oct 2024 16:32:37 -0700 Subject: [PATCH 277/446] p5-devel-mat-dumper: update to version 0.50 --- perl/p5-devel-mat-dumper/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/perl/p5-devel-mat-dumper/Portfile b/perl/p5-devel-mat-dumper/Portfile index b8fdaf0e183a6..945931db2813f 100644 --- a/perl/p5-devel-mat-dumper/Portfile +++ b/perl/p5-devel-mat-dumper/Portfile @@ -4,16 +4,16 @@ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 -perl5.setup Devel-MAT-Dumper 0.49 ../../authors/id/P/PE/PEVANS +perl5.setup Devel-MAT-Dumper 0.50 ../../authors/id/P/PE/PEVANS revision 0 license {Artistic-1 GPL} maintainers {devans @dbevans} openmaintainer description Devel::MAT::Dumper - write a heap dump file for later analysis long_description {*}${description} -checksums rmd160 481f8c91ee8d0c6591fc25befa37fafea0b12346 \ - sha256 c8cfff7ed3ffd8f08cfdae02682847a1fb4c594518aa6e13080ada9e2623b2b2 \ - size 39152 +checksums rmd160 4a5e43fdc143bc4b016c14168d283dd06b7fe5e0 \ + sha256 70af4a1a22b95a49f97cf406da417baa8bd4d9076d99c8ec0f6d729beadeb65a \ + size 39386 if {${perl5.major} != ""} { perl5.use_module_build From cea07d54fd6b9a1ed643c9ba91284ff28310884b Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Mon, 21 Oct 2024 16:44:21 -0700 Subject: [PATCH 278/446] p5-future: update to version 0.51, dependencies --- perl/p5-future/Portfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/perl/p5-future/Portfile b/perl/p5-future/Portfile index c9f5313bd35c5..e2f0973fdeec9 100644 --- a/perl/p5-future/Portfile +++ b/perl/p5-future/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 -perl5.setup Future 0.50 ../../authors/id/P/PE/PEVANS +perl5.setup Future 0.51 ../../authors/id/P/PE/PEVANS revision 0 maintainers nomaintainer license {Artistic-1 GPL} @@ -14,12 +14,13 @@ long_description {*}${description} platforms {darwin any} supported_archs noarch -checksums rmd160 d11e527dacb6da2188c235170b0760cae688c26c \ - sha256 c035e3d9e69a3af144b33ac834dee9e65ad360f2a51db9f158dc342ecddd5f44 \ - size 101758 +checksums rmd160 26bece9875ba8c4e1125d89289a097332393bd8f \ + sha256 563ce37383a000ecfd6b7942dd0f4b9fafb2b2c45e0b731029361f261c2f4a36 \ + size 105641 if {${perl5.major} != ""} { depends_lib-append \ + port:p${perl5.major}-scalar-list-utils \ port:p${perl5.major}-test-simple \ port:p${perl5.major}-time-hires From 6d8b09ed4dd1bb603b16cf3325def0c641cb2644 Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Mon, 21 Oct 2024 16:46:16 -0700 Subject: [PATCH 279/446] p5-future-xs: update to version 0.13 --- perl/p5-future-xs/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/perl/p5-future-xs/Portfile b/perl/p5-future-xs/Portfile index bdb74876052e5..c4ca4ee528df5 100644 --- a/perl/p5-future-xs/Portfile +++ b/perl/p5-future-xs/Portfile @@ -4,16 +4,16 @@ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 -perl5.setup Future-XS 0.12 ../../authors/id/P/PE/PEVANS +perl5.setup Future-XS 0.13 ../../authors/id/P/PE/PEVANS revision 0 license {Artistic-1 GPL} maintainers {devans @dbevans} openmaintainer description Future::XS - experimental XS implementation of Future long_description {*}${description} -checksums rmd160 9acfb92598181fc54873dbdb83d96c6051f9df71 \ - sha256 d45a2c714314c33410fda76986e3e25fa1934eaea9d2f1991caa2587a1349cd9 \ - size 32746 +checksums rmd160 c5b94240ef375e7e54caa34d9ec9071450ccfc77 \ + sha256 dc3e301d18cef266e8e33190b455cb329d22a25fa8a469aa9d8a75e186dfee63 \ + size 33649 if {${perl5.major} != ""} { depends_build-append \ From 1e1d6da91e58fd076059d18cfa42c006b194d599 Mon Sep 17 00:00:00 2001 From: aeiouaeiouaeiouaeiouaeiouaeiou Date: Tue, 22 Oct 2024 03:27:17 +0300 Subject: [PATCH 280/446] ptpython: remove obsolete port --- python/ptpython/Portfile | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 python/ptpython/Portfile diff --git a/python/ptpython/Portfile b/python/ptpython/Portfile deleted file mode 100644 index 26840b9d72eaf..0000000000000 --- a/python/ptpython/Portfile +++ /dev/null @@ -1,17 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -PortGroup obsolete 1.0 - -name ptpython -version 3.0.20 -revision 1 - -supported_archs noarch -platforms {darwin any} - -replaced_by py-ptpython -categories python -license BSD - -# remove after September 10, 2024 From 4d112063a067bf41f13e307b83bd76ac7c6b5e8a Mon Sep 17 00:00:00 2001 From: aeiouaeiouaeiouaeiouaeiouaeiou Date: Tue, 22 Oct 2024 03:29:08 +0300 Subject: [PATCH 281/446] py-pdm-pep517: remove obsolete port --- python/py-pdm-pep517/Portfile | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 python/py-pdm-pep517/Portfile diff --git a/python/py-pdm-pep517/Portfile b/python/py-pdm-pep517/Portfile deleted file mode 100644 index 4d7ef3e48b178..0000000000000 --- a/python/py-pdm-pep517/Portfile +++ /dev/null @@ -1,22 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -PortGroup obsolete 1.0 - -name py-pdm-pep517 -version 1.1.4 -revision 1 -replaced_by py-pdm-backend - -categories python devel -license MIT -maintainers {reneeotten @reneeotten} openmaintainer - - -foreach pv "37 38 39 310 311" { - subport "py${pv}-pdm-pep517" { - replaced_by py${pv}-pdm-backend - } -} - -# remove after October 21, 2024 From a10fde9af402146ebc0da67933b4c4d7bacb8d72 Mon Sep 17 00:00:00 2001 From: aeiouaeiouaeiouaeiouaeiouaeiou Date: Tue, 22 Oct 2024 03:30:09 +0300 Subject: [PATCH 282/446] parallel-netcdf: remove obsolete port --- science/parallel-netcdf/Portfile | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 science/parallel-netcdf/Portfile diff --git a/science/parallel-netcdf/Portfile b/science/parallel-netcdf/Portfile deleted file mode 100644 index 1b304b5ffc59a..0000000000000 --- a/science/parallel-netcdf/Portfile +++ /dev/null @@ -1,13 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -replaced_by pnetcdf -PortGroup obsolete 1.0 - -name parallel-netcdf -version 1.12.3 -revision 1 -categories science devel -license Permissive - -# Remove after 2024-09-01 From 02e6288845baa3f7035ac990640aec747dfacf87 Mon Sep 17 00:00:00 2001 From: aeiouaeiouaeiouaeiouaeiouaeiou Date: Tue, 22 Oct 2024 03:30:42 +0300 Subject: [PATCH 283/446] scapy: remove obsolete port --- net/scapy/Portfile | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 net/scapy/Portfile diff --git a/net/scapy/Portfile b/net/scapy/Portfile deleted file mode 100644 index 9cd549a27a094..0000000000000 --- a/net/scapy/Portfile +++ /dev/null @@ -1,25 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -PortGroup obsolete 1.0 - -name scapy - -categories net security python -license GPL-2 -supported_archs noarch - -subport ${name}-devel { - replaced_by py-scapy-devel -} - -if {${subport} eq ${name}} { - replaced_by py-scapy - version 2.4.5 - revision 3 -} else { - version 20211225-298939e9 - revision 2 -} - -# remove after September 10, 2024 From 830bd86ab926e726a545b0136d3e7ba3940b0ce5 Mon Sep 17 00:00:00 2001 From: aeiouaeiouaeiouaeiouaeiouaeiou Date: Tue, 22 Oct 2024 03:35:07 +0300 Subject: [PATCH 284/446] exa: remove obsolete port --- sysutils/exa/Portfile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 sysutils/exa/Portfile diff --git a/sysutils/exa/Portfile b/sysutils/exa/Portfile deleted file mode 100644 index 88289a6c88a02..0000000000000 --- a/sysutils/exa/Portfile +++ /dev/null @@ -1,11 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -PortGroup obsolete 1.0 - -name exa -version 0.10.1 -revision 6 -categories sysutils - -replaced_by eza From 4fffa447e6153c19e7ed913fb9b0d3effadb046f Mon Sep 17 00:00:00 2001 From: aeiouaeiouaeiouaeiouaeiouaeiou Date: Tue, 22 Oct 2024 03:35:55 +0300 Subject: [PATCH 285/446] boost177: remove obsolete port --- devel/boost177/Portfile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 devel/boost177/Portfile diff --git a/devel/boost177/Portfile b/devel/boost177/Portfile deleted file mode 100644 index 6acebbe5a9e0e..0000000000000 --- a/devel/boost177/Portfile +++ /dev/null @@ -1,20 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -PortGroup obsolete 1.0 - -name boost177 -version 1.77.0 -categories devel - -# Obsolete Date: 2023-08-23 - -subport ${name}-numpy {} - -if {${subport} eq ${name}} { - revision 7 - replaced_by boost181 -} else { - revision 4 - replaced_by boost181-numpy -} From 279de73c8c19b40a158da092544b8ca6b27ca42b Mon Sep 17 00:00:00 2001 From: aeiouaeiouaeiouaeiouaeiouaeiou Date: Tue, 22 Oct 2024 03:38:09 +0300 Subject: [PATCH 286/446] urler: remove obsolete port --- net/urler/Portfile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 net/urler/Portfile diff --git a/net/urler/Portfile b/net/urler/Portfile deleted file mode 100644 index a4a162ab76ca1..0000000000000 --- a/net/urler/Portfile +++ /dev/null @@ -1,14 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -PortGroup obsolete 1.0 - -name urler -version b638072 -revision 0 -epoch 1 - -replaced_by trurl - -categories net sysutils -license MIT From 708d34247a5c76e35024cb37b90f500ee87b6f25 Mon Sep 17 00:00:00 2001 From: aeiouaeiouaeiouaeiouaeiouaeiou Date: Tue, 22 Oct 2024 03:39:48 +0300 Subject: [PATCH 287/446] libnet11: remove obsolete port --- net/libnet11/Portfile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 net/libnet11/Portfile diff --git a/net/libnet11/Portfile b/net/libnet11/Portfile deleted file mode 100644 index 80d2706b726e3..0000000000000 --- a/net/libnet11/Portfile +++ /dev/null @@ -1,12 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -PortGroup obsolete 1.0 - -name libnet11 -version 1.1.6 -revision 3 -categories net -platforms darwin - -replaced_by libnet From fdf97a0dc89eb5fb35cda52fabf014e64c38100c Mon Sep 17 00:00:00 2001 From: aeiouaeiouaeiouaeiouaeiouaeiou Date: Tue, 22 Oct 2024 03:42:31 +0300 Subject: [PATCH 288/446] boost173: remove obsolete port --- devel/boost173/Portfile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 devel/boost173/Portfile diff --git a/devel/boost173/Portfile b/devel/boost173/Portfile deleted file mode 100644 index 43eca0720f967..0000000000000 --- a/devel/boost173/Portfile +++ /dev/null @@ -1,20 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -PortGroup obsolete 1.0 - -name boost173 -version 1.73.0 -categories devel - -# Obsolete Date: 2023-08-13 - -subport ${name}-numpy {} - -if {${subport} eq ${name}} { - revision 5 - replaced_by boost181 -} else { - revision 4 - replaced_by boost181-numpy -} From c9bb592798555f7ac10f9685cc5143f9c399b9ff Mon Sep 17 00:00:00 2001 From: aeiouaeiouaeiouaeiouaeiouaeiou Date: Tue, 22 Oct 2024 03:46:09 +0300 Subject: [PATCH 289/446] boost179: remove obsolete port --- devel/boost179/Portfile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 devel/boost179/Portfile diff --git a/devel/boost179/Portfile b/devel/boost179/Portfile deleted file mode 100644 index a04ef9d87fcc1..0000000000000 --- a/devel/boost179/Portfile +++ /dev/null @@ -1,20 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -PortGroup obsolete 1.0 - -name boost179 -version 1.79.0 -categories devel - -# Obsolete Date: 2023-08-23 - -subport ${name}-numpy {} - -if {${subport} eq ${name}} { - revision 7 - replaced_by boost181 -} else { - revision 4 - replaced_by boost181-numpy -} From c5486726faa8d568584f8bf4e4a073f040912565 Mon Sep 17 00:00:00 2001 From: aeiouaeiouaeiouaeiouaeiouaeiou Date: Tue, 22 Oct 2024 03:47:44 +0300 Subject: [PATCH 290/446] annie: remove obsolete port --- net/annie/Portfile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 net/annie/Portfile diff --git a/net/annie/Portfile b/net/annie/Portfile deleted file mode 100644 index 62d97763c5edb..0000000000000 --- a/net/annie/Portfile +++ /dev/null @@ -1,11 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -PortGroup obsolete 1.0 - -name annie -# port to be removed by 2024-05 -replaced_by lux -version 0.10.3 -revision 1 -categories net From 06cec7d78245b5d2b7e21b381bddf8ae4fd3a173 Mon Sep 17 00:00:00 2001 From: Aaron Madlon-Kay Date: Tue, 22 Oct 2024 10:19:00 +0900 Subject: [PATCH 291/446] tree-sitter-json: update to 0.24.1 --- devel/tree-sitter-json/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/tree-sitter-json/Portfile b/devel/tree-sitter-json/Portfile index 8cc414d663b3a..83a35aebfdd66 100644 --- a/devel/tree-sitter-json/Portfile +++ b/devel/tree-sitter-json/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup tree_sitter 1.0 -github.setup tree-sitter tree-sitter-json 0.23.0 v +github.setup tree-sitter tree-sitter-json 0.24.1 v revision 0 description A tree-sitter parser for JSON @@ -15,9 +15,9 @@ categories devel license MIT maintainers {amake @amake} openmaintainer -checksums rmd160 bdcea4bd734ced9d321503075089924f7f1382d1 \ - sha256 142fdba75631f40b342196f1af0373bc2f97dbc2f265407c3c90f9cf4cba21a8 \ - size 38519 +checksums rmd160 ac352869ea78fc559ec7c97df97f91d7b08fb5bf \ + sha256 ee60776dbbc0983d1b05d8dfc8b081e0e8bce44b1a979994425f0faca3a67574 \ + size 39692 worksrcdir ${worksrcdir}/src From 0aceb3b40606e0770296b366b011004a40ca7a53 Mon Sep 17 00:00:00 2001 From: Aaron Madlon-Kay Date: Tue, 22 Oct 2024 10:19:09 +0900 Subject: [PATCH 292/446] py-pyscard: update to 2.2.0 --- python/py-pyscard/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python/py-pyscard/Portfile b/python/py-pyscard/Portfile index 833dfcd0ba510..ba4313d573bee 100644 --- a/python/py-pyscard/Portfile +++ b/python/py-pyscard/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 -github.setup LudovicRousseau pyscard 2.1.1 +github.setup LudovicRousseau pyscard 2.2.0 name py-pyscard license GPL maintainers {amake @amake} openmaintainer @@ -14,9 +14,9 @@ long_description {*}${description} homepage https://pyscard.sourceforge.io/ -checksums rmd160 49350d8a41b1ba1d7279577960f3875f497b46a1 \ - sha256 24640d7b16c974edb5111a4b4976d56249c37ef8581ae2a6db49eed4a224bf74 \ - size 180381 +checksums rmd160 b8beb9596ae7722e7ae25200c78e73890ed3f721 \ + sha256 0ab4d9369d2e7bcb13680bb2f19e2d17a5b95ef5b18e2ef35b3302b3660d852e \ + size 177807 python.versions 38 39 310 311 312 From 6c0ef706491063b30c084b0a05f8166e93b8a796 Mon Sep 17 00:00:00 2001 From: Aaron Madlon-Kay Date: Tue, 22 Oct 2024 10:19:23 +0900 Subject: [PATCH 293/446] shfmt: update to 3.10.0 --- devel/shfmt/Portfile | 48 ++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/devel/shfmt/Portfile b/devel/shfmt/Portfile index 0e4f071c3c439..5c930685c95d0 100644 --- a/devel/shfmt/Portfile +++ b/devel/shfmt/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/mvdan/sh 3.9.0 v +go.setup github.com/mvdan/sh 3.10.0 v name shfmt categories devel maintainers {amake @amake} openmaintainer @@ -16,9 +16,9 @@ long_description A shell script formatter supporting POSIX shell, Bash, and m go.package mvdan.cc/sh checksums ${distname}${extract.suffix} \ - rmd160 61f26efa83a614035d3501cf6b4c577580af5d01 \ - sha256 31a6927d4e2238b83bbacca97ce99017332fc14d14b98ad87b9d89a8176a6a78 \ - size 224875 + rmd160 b277678844d42d5e5180ab9a5e5c1fb082274381 \ + sha256 2abdddd2f1cf0ed85119b80b47a6de1ef474a90d6635dc373be629931a366ef6 \ + size 226334 go.vendors mvdan.cc/editorconfig \ repo github.com/mvdan/editorconfig \ @@ -27,30 +27,30 @@ go.vendors mvdan.cc/editorconfig \ sha256 d19f7976ee4952203276428711a59b00c9e712bf92eb4124701cba0f6c3d2c4f \ size 10288 \ golang.org/x/tools \ - lock v0.21.0 \ - rmd160 5b6506e293b7ee5de2ebdefbe4b44ec61c49675c \ - sha256 62d870a48e3236ac801f1f1e8c9a1217d4cd81ce9d57b378c1eada7772ac11c6 \ - size 3803727 \ + lock v0.22.0 \ + rmd160 9efcd715b413242db2a6e76ddd83cf2602a91c43 \ + sha256 93f5232ec3b366ff222626155748995e724f19c2770434dda439983b331d4bd7 \ + size 3853894 \ golang.org/x/term \ - lock v0.23.0 \ - rmd160 131879e7d516e92f8c6dac47b5b750c18e7ab9bb \ - sha256 84a80901adbe8e647508a48d89e0c772c6aafd4b44bcc05271ca0a51a9e1d1a6 \ - size 14734 \ + lock v0.25.0 \ + rmd160 ca833ac737fee5ec966abbb66a96939a99bb0cc4 \ + sha256 b7e1430c8d62c201eeb85b4dabd2801c0bbe7e83cdeb71c35f3e4fa44faed0ad \ + size 14759 \ golang.org/x/sys \ - lock v0.23.0 \ - rmd160 2f2f0d9166b97a7934502b27fa5fd1731ea13a47 \ - sha256 1a7d353f259d1f34c27bafc2c7280627a3227a95387aa2dc636b17a321a49186 \ - size 1501815 \ + lock v0.26.0 \ + rmd160 19987e0da1912ad52b2b04531f53e61b342592e6 \ + sha256 4f47aa2c6f4fede87b4ff8bfb3da47c6b1ddc10bfdb2a5d85a97131f6a459313 \ + size 1509195 \ golang.org/x/sync \ lock v0.8.0 \ rmd160 753a4804058e3be785a5d00aea60bc6950baa709 \ sha256 9f9f999d50ea1bbba9f7d9a629d594da7e221eeb4d54216ef480d1a8546fa817 \ size 18185 \ github.com/rogpeppe/go-internal \ - lock v1.12.0 \ - rmd160 ed748fa7713fcb28a8b0dd08c130eb4e61bf2a74 \ - sha256 4e8a59559866e8e6a75f92ec826e6374c8d866da21ff8bb62b3eab3092214513 \ - size 116901 \ + lock v1.13.1 \ + rmd160 e5ca6d61da75f8a4093a42ba756d1b8cced6d2ef \ + sha256 8a0ba057c15bed0feb0497cfd0451c6622081c0026ecca6fc3cc03faeb9c93ed \ + size 116450 \ github.com/muesli/cancelreader \ lock v0.2.2 \ rmd160 cbc757f0d680959cea46000a5dd74e63ddbb8a15 \ @@ -82,10 +82,10 @@ go.vendors mvdan.cc/editorconfig \ sha256 616b44a001d7852b3f17a7d0f3f64d565396b59f13c33637195ff0c5b302c4a5 \ size 27438 \ github.com/creack/pty \ - lock v1.1.21 \ - rmd160 6f0252fc288157bb3a4ef437139a3627d0e4f5a1 \ - sha256 4cf13bc8303ab89680d9109d89170b74b6822963471d48b548666a38ea1e2d80 \ - size 20134 + lock v1.1.23 \ + rmd160 8a58f42b679d2538e9a22ab145f95daace55245e \ + sha256 1b22966acc828eae880e076d7d60e7b9f2580dfeb228b0ae7e2e051ff994061c \ + size 20201 build.pre_args -ldflags '-X main.version=${version}' build.post_args ${go.package}/cmd/shfmt From ba5292e73c0f88382dcda9a6a1374c39348e0220 Mon Sep 17 00:00:00 2001 From: Joshua Root Date: Tue, 22 Oct 2024 15:47:09 +1100 Subject: [PATCH 294/446] New port: python314-devel --- lang/python314-devel/Portfile | 254 ++++++++++++ .../files/configure-disable-libuuid.patch | 367 ++++++++++++++++++ .../configure-disable-system-libffi.patch | 11 + .../files/configure-disable-tkinter.patch | 11 + .../patch-Lib-ctypes-macholib-dyld.py.diff | 11 + .../files/patch-configure.diff | 32 ++ .../files/patch-no-copyfile-on-Tiger.diff | 77 ++++ .../files/patch-threadid-older-systems.diff | 22 ++ lang/python314-devel/files/pyconfig.ed | 2 + .../files/pyconfig.h-universal.ed | 71 ++++ sysutils/python3_select/Portfile | 2 +- sysutils/python3_select/files/python314 | 10 + sysutils/python_select/Portfile | 2 +- sysutils/python_select/files/python314 | 13 + 14 files changed, 883 insertions(+), 2 deletions(-) create mode 100644 lang/python314-devel/Portfile create mode 100644 lang/python314-devel/files/configure-disable-libuuid.patch create mode 100644 lang/python314-devel/files/configure-disable-system-libffi.patch create mode 100644 lang/python314-devel/files/configure-disable-tkinter.patch create mode 100644 lang/python314-devel/files/patch-Lib-ctypes-macholib-dyld.py.diff create mode 100644 lang/python314-devel/files/patch-configure.diff create mode 100644 lang/python314-devel/files/patch-no-copyfile-on-Tiger.diff create mode 100644 lang/python314-devel/files/patch-threadid-older-systems.diff create mode 100644 lang/python314-devel/files/pyconfig.ed create mode 100644 lang/python314-devel/files/pyconfig.h-universal.ed create mode 100644 sysutils/python3_select/files/python314 create mode 100644 sysutils/python_select/files/python314 diff --git a/lang/python314-devel/Portfile b/lang/python314-devel/Portfile new file mode 100644 index 0000000000000..23c79b76f3170 --- /dev/null +++ b/lang/python314-devel/Portfile @@ -0,0 +1,254 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 + +PortSystem 1.0 + +name python314-devel + +# Remember to keep py314-tkinter and py314-gdbm's versions sync'd with this +version 3.14.0a1 + +set branch [join [lrange [split ${version} .] 0 1] .] +categories lang +license PSF +maintainers {jmr @jmroot} + +description An interpreted, object-oriented programming language +long_description Python is an interpreted, interactive, object-oriented \ + programming language. + +homepage https://www.python.org/ +#master_sites ${homepage}ftp/python/${version}/ +master_sites ${homepage}ftp/python/3.14.0/ + +distname Python-${version} +use_xz yes +checksums md5 06e0800e63574a227ccf5ea21e4bf0dd \ + rmd160 bc60ea916c93f6903e5fc2e3c8e60f32d5086306 \ + sha256 3e464b0cbb7535e2db34262fd19a0a393d0e62be0f43b1513ed98379b054ead4 + +patchfiles patch-configure.diff \ + patch-Lib-ctypes-macholib-dyld.py.diff \ + configure-disable-libuuid.patch \ + configure-disable-tkinter.patch \ + configure-disable-system-libffi.patch + +if {${os.platform} eq "darwin" && ${os.major} <= 10} { + # work around no copyfile and/or pthread_threadid_np on older systems + patchfiles-append patch-no-copyfile-on-Tiger.diff \ + patch-threadid-older-systems.diff +} + +depends_build path:bin/pkg-config:pkgconfig +depends_lib port:bzip2 \ + port:expat \ + port:gettext-runtime \ + port:libedit \ + port:libffi \ + port:mpdecimal \ + port:ncurses \ + path:lib/libssl.dylib:openssl \ + port:sqlite3 \ + port:xz \ + port:zlib + +set pythonVerNoDot [string map {. {}} $branch] +depends_run port:python_select-${pythonVerNoDot} \ + port:python3_select-${pythonVerNoDot} + +compiler.c_standard 2011 + +configure.args --enable-framework=${frameworks_dir} \ + --enable-ipv6 \ + --enable-loadable-sqlite-extensions \ + --with-computed-gotos \ + --with-ensurepip=no \ + --with-readline=editline \ + --with-system-expat \ + --with-dbmliborder=ndbm:bdb + +configure.ccache no +# pkg-config removes -I flags for paths in CPATH, which confuses python. +configure.env PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 + +post-patch { + reinplace "s|@@PREFIX@@|${prefix}|g" \ + ${worksrcpath}/Lib/ctypes/macholib/dyld.py + + # replace /Applications with ${applications_dir} + reinplace "s|@@APPLICATIONS_DIR@@|${applications_dir}|" \ + ${worksrcpath}/configure +} + +build.target all + +test.run yes +test.target test + +destroot.target frameworkinstall maninstall + +platform darwin { + set abiflags {} + + if {${os.major} < 11} { + configure.args-append --without-mimalloc + } + + post-configure { + # poll() misbehaves on 10.8 and older + # See https://trac.macports.org/ticket/18376 + if {${os.major} <= 12} { + system -W ${worksrcpath} "ed - pyconfig.h < ${filespath}/pyconfig.ed" + } + } + + post-destroot { + set framewpath ${frameworks_dir}/Python.framework + set framewdir ${framewpath}/Versions/${branch} + set confdir config-${branch}${abiflags}-darwin + + foreach dir { Headers Resources Python Versions/Current } { + file delete ${destroot}${framewpath}/${dir} + } + + ln -s ${framewdir}/share/man/man1/python${branch}.1 ${destroot}${prefix}/share/man/man1/ + ln -s ${framewdir}/lib/pkgconfig/python-${branch}.pc ${destroot}${prefix}/lib/pkgconfig/ + ln -s ${framewdir}/lib/pkgconfig/python-${branch}-embed.pc ${destroot}${prefix}/lib/pkgconfig/ + + set libdir ${destroot}${framewdir}/lib/python${branch} + # Without this, LINKFORSHARED is set to + # ... $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK) + # (this becomes Python.framework/Versions/3.14/Python) which doesn't + # work for dependents that incorrectly use this variable to find out + # how to link against python (see ticket #15099); instead we mirror + # the behavior of `python-config --ldflags` here. + set lfs_pattern {^([[:space:]]*'LINKFORSHARED':).*} + set lfs_replacement "\\1 '-L${framewdir}/lib/python${branch}/${confdir} -lpython${branch} -ldl -framework CoreFoundation'," + reinplace -E s|${lfs_pattern}|${lfs_replacement}| \ + ${libdir}/_sysconfigdata_${abiflags}_darwin_darwin.py + + # remove -arch flags from the config + reinplace -E {s|-arch [a-z0-9_]+||g} \ + ${libdir}/_sysconfigdata_${abiflags}_darwin_darwin.py + + # also remove gettext overlinking + reinplace "s|-lintl||" \ + ${libdir}/_sysconfigdata_${abiflags}_darwin_darwin.py + + # recompile the modified file + set python_for_build python.exe + # executable differs depending on filesystem case sensitivity + if {![file exists ${worksrcpath}/${python_for_build}]} { + set python_for_build python + } + system -W ${worksrcpath} "env DYLD_FRAMEWORK_PATH=. ./${python_for_build} -E -m compileall -d [shellescape ${framewdir}/lib/python${branch}] -o 0 -o 1 -o 2 [shellescape ${libdir}/_sysconfigdata_${abiflags}_darwin_darwin.py]" + + # Also make the sysconfig changes in the Makefile + reinplace {s|^\(LINKFORSHARED=\).*$|\1 -L$(LIBPL) -lpython$(VERSION)$(ABIFLAGS) $(LIBS) $(SYSLIBS)|} \ + ${libdir}/${confdir}/Makefile + + reinplace -E {s|-arch [a-z0-9_]+||g} \ + ${libdir}/${confdir}/Makefile + + reinplace "s|-lintl||" \ + ${libdir}/${confdir}/Makefile + } +} + +post-destroot { + foreach unversioned {2to3 idle3 pydoc3 python3 python3-config} { + delete ${destroot}${prefix}/bin/${unversioned} + } +} + +notes " +To make this the default Python or Python 3 (i.e., the version run by\ +the 'python' or 'python3' commands), run one or both of: + + sudo port select --set python python$pythonVerNoDot + sudo port select --set python3 python$pythonVerNoDot +" + +variant universal { + post-patch { + set universal_arch_flags {} + set arch_run_32bit {} + set lipo_32bit_flags {} + set lipo_intel64_flags {} + set any64 no + foreach arch ${configure.universal_archs} { + lappend universal_arch_flags -arch ${arch} + if {${arch} in {i386 ppc}} { + lappend arch_run_32bit -${arch} + lappend lipo_32bit_flags -extract ${arch} + } else { + set any64 yes + } + } + if {$any64} { + if {$arch_run_32bit eq ""} { + set arch_run_32bit true + set lipo_32bit_flags "" + } else { + set arch_run_32bit "/usr/bin/arch $arch_run_32bit" + #lipo_32bit_flags already correct + } + if {"arm64" in ${configure.universal_archs} && "x86_64" in ${configure.universal_archs}} { + set lipo_intel64_flags "-extract x86_64" + } + } else { + set arch_run_32bit "" + set lipo_32bit_flags "" + } + reinplace \ + "s|@@UNIVERSAL_ARCH_FLAGS@@|${universal_arch_flags}|" \ + ${worksrcpath}/configure + reinplace \ + "s|@@LIPO_32BIT_FLAGS@@|${lipo_32bit_flags}|" \ + ${worksrcpath}/configure + reinplace \ + "s|@@LIPO_INTEL64_FLAGS@@|${lipo_intel64_flags}|" \ + ${worksrcpath}/configure + reinplace \ + "s|@@ARCH_RUN_32BIT@@|${arch_run_32bit}|" \ + ${worksrcpath}/configure + } + configure.args-append --enable-universalsdk=${configure.sysroot} + post-configure { + system -W ${worksrcpath} "ed - pyconfig.h < ${filespath}/pyconfig.h-universal.ed" + } + + post-destroot { + foreach unversioned {python3-32 python3-intel64} { + delete ${destroot}${prefix}/bin/${unversioned} + } + } +} + +variant optimizations description {enable expensive, stable optimizations (including PGO)} { + configure.args-append --enable-optimizations +} + +variant lto description {enable Link-Time Optimization} { + configure.args-append --with-lto +} + +platform darwin { + # Build failures on 10.10 and older + if {${os.major} > 11} { + if {${os.major} > 14 || !($universal_possible && [variant_isset universal])} { + default_variants +lto + } + if {${os.major} > 14} { + default_variants-append +optimizations + } + } +} + +variant dtrace description {enable DTrace support} { + configure.args-append --with-dtrace +} + +livecheck.type regex +livecheck.url ${homepage}downloads/source/ +#livecheck.regex Python (${branch}\[.0-9\]+) - +livecheck.regex Python (${branch}\[.0-9abrc\]+) - diff --git a/lang/python314-devel/files/configure-disable-libuuid.patch b/lang/python314-devel/files/configure-disable-libuuid.patch new file mode 100644 index 0000000000000..e552e1e46b39c --- /dev/null +++ b/lang/python314-devel/files/configure-disable-libuuid.patch @@ -0,0 +1,367 @@ +--- configure.orig 2023-11-22 22:20:24 ++++ configure 2023-11-26 04:32:19 +@@ -13006,364 +13006,9 @@ + + + have_uuid=missing +- +- for ac_header in uuid.h +-do : +- ac_fn_c_check_header_compile "$LINENO" "uuid.h" "ac_cv_header_uuid_h" "$ac_includes_default" +-if test "x$ac_cv_header_uuid_h" = xyes +-then : +- printf "%s\n" "#define HAVE_UUID_H 1" >>confdefs.h +- +- for ac_func in uuid_create uuid_enc_be +-do : +- as_ac_var=`printf "%s\n" "ac_cv_func_$ac_func" | $as_tr_sh` +-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" +-if eval test \"x\$"$as_ac_var"\" = x"yes" +-then : +- cat >>confdefs.h <<_ACEOF +-#define `printf "%s\n" "HAVE_$ac_func" | $as_tr_cpp` 1 +-_ACEOF +- have_uuid=yes +- LIBUUID_CFLAGS=${LIBUUID_CFLAGS-""} +- LIBUUID_LIBS=${LIBUUID_LIBS-""} +- +-fi +- +-done +- +-fi +- +-done +- + if test "x$have_uuid" = xmissing + then : +- +- +-pkg_failed=no +-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for uuid >= 2.20" >&5 +-printf %s "checking for uuid >= 2.20... " >&6; } +- +-if test -n "$LIBUUID_CFLAGS"; then +- pkg_cv_LIBUUID_CFLAGS="$LIBUUID_CFLAGS" +- elif test -n "$PKG_CONFIG"; then +- if test -n "$PKG_CONFIG" && \ +- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"uuid >= 2.20\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "uuid >= 2.20") 2>&5 +- ac_status=$? +- printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 +- test $ac_status = 0; }; then +- pkg_cv_LIBUUID_CFLAGS=`$PKG_CONFIG --cflags "uuid >= 2.20" 2>/dev/null` +- test "x$?" != "x0" && pkg_failed=yes +-else +- pkg_failed=yes +-fi +- else +- pkg_failed=untried +-fi +-if test -n "$LIBUUID_LIBS"; then +- pkg_cv_LIBUUID_LIBS="$LIBUUID_LIBS" +- elif test -n "$PKG_CONFIG"; then +- if test -n "$PKG_CONFIG" && \ +- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"uuid >= 2.20\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "uuid >= 2.20") 2>&5 +- ac_status=$? +- printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 +- test $ac_status = 0; }; then +- pkg_cv_LIBUUID_LIBS=`$PKG_CONFIG --libs "uuid >= 2.20" 2>/dev/null` +- test "x$?" != "x0" && pkg_failed=yes +-else +- pkg_failed=yes +-fi +- else +- pkg_failed=untried +-fi + +- +- +-if test $pkg_failed = yes; then +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +-printf "%s\n" "no" >&6; } +- +-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then +- _pkg_short_errors_supported=yes +-else +- _pkg_short_errors_supported=no +-fi +- if test $_pkg_short_errors_supported = yes; then +- LIBUUID_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "uuid >= 2.20" 2>&1` +- else +- LIBUUID_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "uuid >= 2.20" 2>&1` +- fi +- # Put the nasty error message in config.log where it belongs +- echo "$LIBUUID_PKG_ERRORS" >&5 +- +- +- save_CFLAGS=$CFLAGS +-save_CPPFLAGS=$CPPFLAGS +-save_LDFLAGS=$LDFLAGS +-save_LIBS=$LIBS +- +- +- CPPFLAGS="$CPPFLAGS $LIBUUID_CFLAGS" +- LDFLAGS="$LDFLAGS $LIBUUID_LIBS" +- for ac_header in uuid/uuid.h +-do : +- ac_fn_c_check_header_compile "$LINENO" "uuid/uuid.h" "ac_cv_header_uuid_uuid_h" "$ac_includes_default" +-if test "x$ac_cv_header_uuid_uuid_h" = xyes +-then : +- printf "%s\n" "#define HAVE_UUID_UUID_H 1" >>confdefs.h +- +- py_check_lib_save_LIBS=$LIBS +-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for uuid_generate_time in -luuid" >&5 +-printf %s "checking for uuid_generate_time in -luuid... " >&6; } +-if test ${ac_cv_lib_uuid_uuid_generate_time+y} +-then : +- printf %s "(cached) " >&6 +-else $as_nop +- ac_check_lib_save_LIBS=$LIBS +-LIBS="-luuid $LIBS" +-cat confdefs.h - <<_ACEOF >conftest.$ac_ext +-/* end confdefs.h. */ +- +-/* Override any GCC internal prototype to avoid an error. +- Use char because int might match the return type of a GCC +- builtin and then its argument prototype would still apply. */ +-char uuid_generate_time (); +-int +-main (void) +-{ +-return uuid_generate_time (); +- ; +- return 0; +-} +-_ACEOF +-if ac_fn_c_try_link "$LINENO" +-then : +- ac_cv_lib_uuid_uuid_generate_time=yes +-else $as_nop +- ac_cv_lib_uuid_uuid_generate_time=no +-fi +-rm -f core conftest.err conftest.$ac_objext conftest.beam \ +- conftest$ac_exeext conftest.$ac_ext +-LIBS=$ac_check_lib_save_LIBS +-fi +-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_uuid_uuid_generate_time" >&5 +-printf "%s\n" "$ac_cv_lib_uuid_uuid_generate_time" >&6; } +-if test "x$ac_cv_lib_uuid_uuid_generate_time" = xyes +-then : +- have_uuid=yes +-fi +- +-LIBS=$py_check_lib_save_LIBS +- +- py_check_lib_save_LIBS=$LIBS +-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for uuid_generate_time_safe in -luuid" >&5 +-printf %s "checking for uuid_generate_time_safe in -luuid... " >&6; } +-if test ${ac_cv_lib_uuid_uuid_generate_time_safe+y} +-then : +- printf %s "(cached) " >&6 +-else $as_nop +- ac_check_lib_save_LIBS=$LIBS +-LIBS="-luuid $LIBS" +-cat confdefs.h - <<_ACEOF >conftest.$ac_ext +-/* end confdefs.h. */ +- +-/* Override any GCC internal prototype to avoid an error. +- Use char because int might match the return type of a GCC +- builtin and then its argument prototype would still apply. */ +-char uuid_generate_time_safe (); +-int +-main (void) +-{ +-return uuid_generate_time_safe (); +- ; +- return 0; +-} +-_ACEOF +-if ac_fn_c_try_link "$LINENO" +-then : +- ac_cv_lib_uuid_uuid_generate_time_safe=yes +-else $as_nop +- ac_cv_lib_uuid_uuid_generate_time_safe=no +-fi +-rm -f core conftest.err conftest.$ac_objext conftest.beam \ +- conftest$ac_exeext conftest.$ac_ext +-LIBS=$ac_check_lib_save_LIBS +-fi +-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_uuid_uuid_generate_time_safe" >&5 +-printf "%s\n" "$ac_cv_lib_uuid_uuid_generate_time_safe" >&6; } +-if test "x$ac_cv_lib_uuid_uuid_generate_time_safe" = xyes +-then : +- have_uuid=yes +- printf "%s\n" "#define HAVE_UUID_GENERATE_TIME_SAFE 1" >>confdefs.h +- +-fi +- +-LIBS=$py_check_lib_save_LIBS +- +-fi +- +-done +- if test "x$have_uuid" = xyes +-then : +- +- LIBUUID_CFLAGS=${LIBUUID_CFLAGS-""} +- LIBUUID_LIBS=${LIBUUID_LIBS-"-luuid"} +- +-fi +- +-CFLAGS=$save_CFLAGS +-CPPFLAGS=$save_CPPFLAGS +-LDFLAGS=$save_LDFLAGS +-LIBS=$save_LIBS +- +- +- +- +-elif test $pkg_failed = untried; then +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +-printf "%s\n" "no" >&6; } +- +- save_CFLAGS=$CFLAGS +-save_CPPFLAGS=$CPPFLAGS +-save_LDFLAGS=$LDFLAGS +-save_LIBS=$LIBS +- +- +- CPPFLAGS="$CPPFLAGS $LIBUUID_CFLAGS" +- LDFLAGS="$LDFLAGS $LIBUUID_LIBS" +- for ac_header in uuid/uuid.h +-do : +- ac_fn_c_check_header_compile "$LINENO" "uuid/uuid.h" "ac_cv_header_uuid_uuid_h" "$ac_includes_default" +-if test "x$ac_cv_header_uuid_uuid_h" = xyes +-then : +- printf "%s\n" "#define HAVE_UUID_UUID_H 1" >>confdefs.h +- +- py_check_lib_save_LIBS=$LIBS +-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for uuid_generate_time in -luuid" >&5 +-printf %s "checking for uuid_generate_time in -luuid... " >&6; } +-if test ${ac_cv_lib_uuid_uuid_generate_time+y} +-then : +- printf %s "(cached) " >&6 +-else $as_nop +- ac_check_lib_save_LIBS=$LIBS +-LIBS="-luuid $LIBS" +-cat confdefs.h - <<_ACEOF >conftest.$ac_ext +-/* end confdefs.h. */ +- +-/* Override any GCC internal prototype to avoid an error. +- Use char because int might match the return type of a GCC +- builtin and then its argument prototype would still apply. */ +-char uuid_generate_time (); +-int +-main (void) +-{ +-return uuid_generate_time (); +- ; +- return 0; +-} +-_ACEOF +-if ac_fn_c_try_link "$LINENO" +-then : +- ac_cv_lib_uuid_uuid_generate_time=yes +-else $as_nop +- ac_cv_lib_uuid_uuid_generate_time=no +-fi +-rm -f core conftest.err conftest.$ac_objext conftest.beam \ +- conftest$ac_exeext conftest.$ac_ext +-LIBS=$ac_check_lib_save_LIBS +-fi +-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_uuid_uuid_generate_time" >&5 +-printf "%s\n" "$ac_cv_lib_uuid_uuid_generate_time" >&6; } +-if test "x$ac_cv_lib_uuid_uuid_generate_time" = xyes +-then : +- have_uuid=yes +-fi +- +-LIBS=$py_check_lib_save_LIBS +- +- py_check_lib_save_LIBS=$LIBS +-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for uuid_generate_time_safe in -luuid" >&5 +-printf %s "checking for uuid_generate_time_safe in -luuid... " >&6; } +-if test ${ac_cv_lib_uuid_uuid_generate_time_safe+y} +-then : +- printf %s "(cached) " >&6 +-else $as_nop +- ac_check_lib_save_LIBS=$LIBS +-LIBS="-luuid $LIBS" +-cat confdefs.h - <<_ACEOF >conftest.$ac_ext +-/* end confdefs.h. */ +- +-/* Override any GCC internal prototype to avoid an error. +- Use char because int might match the return type of a GCC +- builtin and then its argument prototype would still apply. */ +-char uuid_generate_time_safe (); +-int +-main (void) +-{ +-return uuid_generate_time_safe (); +- ; +- return 0; +-} +-_ACEOF +-if ac_fn_c_try_link "$LINENO" +-then : +- ac_cv_lib_uuid_uuid_generate_time_safe=yes +-else $as_nop +- ac_cv_lib_uuid_uuid_generate_time_safe=no +-fi +-rm -f core conftest.err conftest.$ac_objext conftest.beam \ +- conftest$ac_exeext conftest.$ac_ext +-LIBS=$ac_check_lib_save_LIBS +-fi +-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_uuid_uuid_generate_time_safe" >&5 +-printf "%s\n" "$ac_cv_lib_uuid_uuid_generate_time_safe" >&6; } +-if test "x$ac_cv_lib_uuid_uuid_generate_time_safe" = xyes +-then : +- have_uuid=yes +- printf "%s\n" "#define HAVE_UUID_GENERATE_TIME_SAFE 1" >>confdefs.h +- +-fi +- +-LIBS=$py_check_lib_save_LIBS +- +-fi +- +-done +- if test "x$have_uuid" = xyes +-then : +- +- LIBUUID_CFLAGS=${LIBUUID_CFLAGS-""} +- LIBUUID_LIBS=${LIBUUID_LIBS-"-luuid"} +- +-fi +- +-CFLAGS=$save_CFLAGS +-CPPFLAGS=$save_CPPFLAGS +-LDFLAGS=$save_LDFLAGS +-LIBS=$save_LIBS +- +- +- +- +-else +- LIBUUID_CFLAGS=$pkg_cv_LIBUUID_CFLAGS +- LIBUUID_LIBS=$pkg_cv_LIBUUID_LIBS +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +-printf "%s\n" "yes" >&6; } +- have_uuid=yes +- printf "%s\n" "#define HAVE_UUID_H 1" >>confdefs.h +- +- printf "%s\n" "#define HAVE_UUID_GENERATE_TIME_SAFE 1" >>confdefs.h +- +- +-fi +- +-fi +- +-if test "x$have_uuid" = xmissing +-then : +- + for ac_header in uuid/uuid.h + do : + ac_fn_c_check_header_compile "$LINENO" "uuid/uuid.h" "ac_cv_header_uuid_uuid_h" "$ac_includes_default" diff --git a/lang/python314-devel/files/configure-disable-system-libffi.patch b/lang/python314-devel/files/configure-disable-system-libffi.patch new file mode 100644 index 0000000000000..ff43ef81ec6fb --- /dev/null +++ b/lang/python314-devel/files/configure-disable-system-libffi.patch @@ -0,0 +1,11 @@ +--- configure.orig 2024-08-22 18:15:20 ++++ configure 2024-08-22 18:16:01 +@@ -13862,7 +13862,7 @@ + + + have_libffi=missing +-if test "x$ac_sys_system" = xDarwin ++if false + then : + + save_CFLAGS=$CFLAGS diff --git a/lang/python314-devel/files/configure-disable-tkinter.patch b/lang/python314-devel/files/configure-disable-tkinter.patch new file mode 100644 index 0000000000000..537f0a8902429 --- /dev/null +++ b/lang/python314-devel/files/configure-disable-tkinter.patch @@ -0,0 +1,11 @@ +--- configure.orig 2023-06-07 00:16:21 ++++ configure 2023-06-10 21:52:00 +@@ -30496,7 +30496,7 @@ + if test "$py_cv_module__tkinter" != "n/a" + then : + +- if true ++ if false + then : + if test "$have_tcltk" = "yes" + then : diff --git a/lang/python314-devel/files/patch-Lib-ctypes-macholib-dyld.py.diff b/lang/python314-devel/files/patch-Lib-ctypes-macholib-dyld.py.diff new file mode 100644 index 0000000000000..4c6d118d68759 --- /dev/null +++ b/lang/python314-devel/files/patch-Lib-ctypes-macholib-dyld.py.diff @@ -0,0 +1,11 @@ +--- Lib/ctypes/macholib/dyld.py.orig 2019-10-15 00:34:47.000000000 +1100 ++++ Lib/ctypes/macholib/dyld.py 2019-11-08 19:28:42.000000000 +1100 +@@ -23,7 +23,7 @@ + + DEFAULT_LIBRARY_FALLBACK = [ + os.path.expanduser("~/lib"), +- "/usr/local/lib", ++ "@@PREFIX@@/lib", + "/lib", + "/usr/lib", + ] diff --git a/lang/python314-devel/files/patch-configure.diff b/lang/python314-devel/files/patch-configure.diff new file mode 100644 index 0000000000000..65be36e523608 --- /dev/null +++ b/lang/python314-devel/files/patch-configure.diff @@ -0,0 +1,32 @@ +--- configure.orig 2024-02-16 00:38:42 ++++ configure 2024-02-17 07:56:04 +@@ -4271,6 +4271,8 @@ + FRAMEWORKINSTALLAPPSPREFIX="/Applications" + ;; + esac ++ ++ FRAMEWORKINSTALLAPPSPREFIX="@@APPLICATIONS_DIR@@" + + prefix=$PYTHONFRAMEWORKINSTALLDIR/Versions/$VERSION + PYTHONFRAMEWORKINSTALLNAMEPREFIX=${prefix} +@@ -8168,7 +8170,7 @@ + # non-suffixed name in their versioned llvm directory. + + llvm_bin_dir='' +-llvm_path="${PATH}" ++llvm_path="/bin:/sbin:/usr/bin:/usr/sbin" + if test "${CC}" = "clang" + then + clang_bin=`which clang` +@@ -9990,6 +9992,11 @@ + ;; + esac + ++ UNIVERSAL_ARCH_FLAGS="@@UNIVERSAL_ARCH_FLAGS@@" ++ LIPO_32BIT_FLAGS="@@LIPO_32BIT_FLAGS@@" ++ LIPO_INTEL64_FLAGS="@@LIPO_INTEL64_FLAGS@@" ++ ARCH_RUN_32BIT="@@ARCH_RUN_32BIT@@" ++ + if test "${UNIVERSALSDK}" != "/" + then + CFLAGS="${UNIVERSAL_ARCH_FLAGS} -isysroot ${UNIVERSALSDK} ${CFLAGS}" diff --git a/lang/python314-devel/files/patch-no-copyfile-on-Tiger.diff b/lang/python314-devel/files/patch-no-copyfile-on-Tiger.diff new file mode 100644 index 0000000000000..811d7169ba14e --- /dev/null +++ b/lang/python314-devel/files/patch-no-copyfile-on-Tiger.diff @@ -0,0 +1,77 @@ +posix.copyfile does not exist on Tiger. + +Python 3.8's posix._fcopyfile implementation unconditionally uses , +which only exists on Leopard ane newer. This patch removes posix._fcopyfile +on Tiger - this is okay because the rest of the stdlib uses posix._fcopyfile +only conditionally after checking that the function exists +(non-Apple systems don't have posix._fcopyfile either). + + +thanks to @dgelessus +https://github.com/macports/macports-ports/pull/5987 + + +diff --git Lib/test/test_shutil.py Lib/test/test_shutil.py +index e56b337..fdc53e3 100644 +--- Lib/test/test_shutil.py ++++ Lib/test/test_shutil.py +@@ -2451,7 +2451,7 @@ class TestZeroCopySendfile(_ZeroCopyFileTest, unittest.TestCase): + shutil._USE_CP_SENDFILE = True + + +-@unittest.skipIf(not MACOS, 'macOS only') ++@unittest.skipIf(not MACOS or not hasattr(posix, "_fcopyfile"), 'macOS with posix._fcopyfile only') + class TestZeroCopyMACOS(_ZeroCopyFileTest, unittest.TestCase): + PATCHPOINT = "posix._fcopyfile" + +diff --git Modules/clinic/posixmodule.c.h Modules/clinic/posixmodule.c.h +index 41baa45..3965876 100644 +--- Modules/clinic/posixmodule.c.h ++++ Modules/clinic/posixmodule.c.h +@@ -5505,7 +5505,7 @@ exit: + + #endif /* defined(HAVE_SENDFILE) && !defined(__APPLE__) && !(defined(__FreeBSD__) || defined(__DragonFly__)) */ + +-#if defined(__APPLE__) ++#if defined(__APPLE__) && MAC_OS_X_VERSION_MIN_REQUIRED >= 1050 + + PyDoc_STRVAR(os__fcopyfile__doc__, + "_fcopyfile($module, in_fd, out_fd, flags, /)\n" +--- Modules/posixmodule.c.orig 2021-12-09 09:24:29.000000000 +1100 ++++ Modules/posixmodule.c 2021-12-12 04:50:08.000000000 +1100 +@@ -67,6 +67,8 @@ + */ + #if defined(__APPLE__) + ++#include ++ + #if defined(__has_builtin) + #if __has_builtin(__builtin_available) + #define HAVE_BUILTIN_AVAILABLE 1 +@@ -235,7 +237,7 @@ corresponding Unix manual entries for mo + # include + #endif + +-#if defined(__APPLE__) ++#if defined(__APPLE__) && MAC_OS_X_VERSION_MAX_ALLOWED >= 1050 + # include + #endif + +@@ -10001,7 +10003,7 @@ done: + #endif /* HAVE_SENDFILE */ + + +-#if defined(__APPLE__) ++#if defined(__APPLE__) && MAC_OS_X_VERSION_MIN_REQUIRED >= 1050 + /*[clinic input] + os._fcopyfile + +@@ -15415,7 +15417,7 @@ all_ins(PyObject *m) + if (PyModule_AddIntMacro(m, EFD_SEMAPHORE)) return -1; + #endif + +-#if defined(__APPLE__) ++#if defined(__APPLE__) && MAC_OS_X_VERSION_MIN_REQUIRED >= 1050 + if (PyModule_AddIntConstant(m, "_COPYFILE_DATA", COPYFILE_DATA)) return -1; + #endif + diff --git a/lang/python314-devel/files/patch-threadid-older-systems.diff b/lang/python314-devel/files/patch-threadid-older-systems.diff new file mode 100644 index 0000000000000..f68c2db51f698 --- /dev/null +++ b/lang/python314-devel/files/patch-threadid-older-systems.diff @@ -0,0 +1,22 @@ +diff --git Python/thread_pthread.h Python/thread_pthread.h +index e6910b3..ff9bb1f 100644 +--- Python/thread_pthread.h ++++ Python/thread_pthread.h +@@ -331,7 +331,17 @@ PyThread_get_thread_native_id(void) + PyThread_init_thread(); + #ifdef __APPLE__ + uint64_t native_id; ++#if MAC_OS_X_VERSION_MAX_ALLOWED < 1060 ++ native_id = pthread_mach_thread_np(pthread_self()); ++#elif MAC_OS_X_VERSION_MIN_REQUIRED < 1060 ++ if (&pthread_threadid_np != NULL) { ++ (void) pthread_threadid_np(NULL, &native_id); ++ } else { ++ native_id = pthread_mach_thread_np(pthread_self()); ++ } ++#else + (void) pthread_threadid_np(NULL, &native_id); ++#endif + #elif defined(__linux__) + pid_t native_id; + native_id = syscall(SYS_gettid); diff --git a/lang/python314-devel/files/pyconfig.ed b/lang/python314-devel/files/pyconfig.ed new file mode 100644 index 0000000000000..671d0d5603706 --- /dev/null +++ b/lang/python314-devel/files/pyconfig.ed @@ -0,0 +1,2 @@ +g,.*\(HAVE_POLL[_A-Z]*\).*,s,,/* #undef \1 */, +w diff --git a/lang/python314-devel/files/pyconfig.h-universal.ed b/lang/python314-devel/files/pyconfig.h-universal.ed new file mode 100644 index 0000000000000..e1c28309f2c63 --- /dev/null +++ b/lang/python314-devel/files/pyconfig.h-universal.ed @@ -0,0 +1,71 @@ +/DOUBLE_IS_BIG_ENDIAN_IEEE754/c +#ifdef __BIG_ENDIAN__ +#define DOUBLE_IS_BIG_ENDIAN_IEEE754 1 +#else +/* #undef DOUBLE_IS_BIG_ENDIAN_IEEE754 */ +#endif +. +/DOUBLE_IS_LITTLE_ENDIAN_IEEE754/c +#ifdef __LITTLE_ENDIAN__ +#define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 1 +#else +/* #undef DOUBLE_IS_LITTLE_ENDIAN_IEEE754 */ +#endif +. +/HAVE_LARGEFILE_SUPPORT/c +#ifdef __LP64__ +/* #undef HAVE_LARGEFILE_SUPPORT */ +#else +#define HAVE_LARGEFILE_SUPPORT 1 +#endif +. +/SIZEOF_LONG/c +#ifdef __LP64__ +#define SIZEOF_LONG 8 +#else +#define SIZEOF_LONG 4 +#endif +. +/SIZEOF_PTHREAD_T/c +#ifdef __LP64__ +#define SIZEOF_PTHREAD_T 8 +#else +#define SIZEOF_PTHREAD_T 4 +#endif +. +/SIZEOF_SIZE_T/c +#ifdef __LP64__ +#define SIZEOF_SIZE_T 8 +#else +#define SIZEOF_SIZE_T 4 +#endif +. +/SIZEOF_TIME_T/c +#ifdef __LP64__ +#define SIZEOF_TIME_T 8 +#else +#define SIZEOF_TIME_T 4 +#endif +. +/SIZEOF_UINTPTR_T/c +#ifdef __LP64__ +#define SIZEOF_UINTPTR_T 8 +#else +#define SIZEOF_UINTPTR_T 4 +#endif +. +/SIZEOF_VOID_P/c +#ifdef __LP64__ +#define SIZEOF_VOID_P 8 +#else +#define SIZEOF_VOID_P 4 +#endif +. +/SIZEOF__BOOL/c +#if defined(__LP64__) || !defined(__POWERPC__) +#define SIZEOF__BOOL 1 +#else +#define SIZEOF__BOOL 4 +#endif +. +w diff --git a/sysutils/python3_select/Portfile b/sysutils/python3_select/Portfile index d5dcfc37bb63a..db58df3d7ea46 100644 --- a/sysutils/python3_select/Portfile +++ b/sysutils/python3_select/Portfile @@ -47,7 +47,7 @@ if {$subport eq $name} { } } -foreach p {38 39 310 311 312 313} { +foreach p {38 39 310 311 312 313 314} { subport python3_select-${p} { set pyver $p } diff --git a/sysutils/python3_select/files/python314 b/sysutils/python3_select/files/python314 new file mode 100644 index 0000000000000..6af199fea9948 --- /dev/null +++ b/sysutils/python3_select/files/python314 @@ -0,0 +1,10 @@ +bin/python3.14 +bin/python3.14 +- +bin/python3.14-config +bin/python3.14-config +bin/idle3.14 +bin/pydoc3.14 +- +- +share/man/man1/python3.14.1 diff --git a/sysutils/python_select/Portfile b/sysutils/python_select/Portfile index 78c17adff4ce0..37d5a1e4958de 100644 --- a/sysutils/python_select/Portfile +++ b/sysutils/python_select/Portfile @@ -69,7 +69,7 @@ if {$subport eq $name} { } } -foreach p {38 39 310 311 312 313} { +foreach p {38 39 310 311 312 313 314} { subport python_select-${p} { set pyver $p } diff --git a/sysutils/python_select/files/python314 b/sysutils/python_select/files/python314 new file mode 100644 index 0000000000000..d4a0a3ad15410 --- /dev/null +++ b/sysutils/python_select/files/python314 @@ -0,0 +1,13 @@ +bin/python3.14 +- +bin/python3.14-config +bin/idle3.14 +bin/pydoc3.14 +- +- +share/man/man1/python3.14.1 +- +${frameworks_dir}/Python.framework/Versions/3.14 +${frameworks_dir}/Python.framework/Versions/3.14/Headers +${frameworks_dir}/Python.framework/Versions/3.14/Resources +${frameworks_dir}/Python.framework/Versions/3.14/Python From a07b8e0aaea49cb0925f6e3c9aabe9eee3b93a18 Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Sun, 20 Oct 2024 16:55:59 -0700 Subject: [PATCH 295/446] p5-crypt-des_ede3: update to version 0.03 --- perl/p5-crypt-des_ede3/Portfile | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/perl/p5-crypt-des_ede3/Portfile b/perl/p5-crypt-des_ede3/Portfile index d6df2cfe14dcc..f5b59e025acca 100644 --- a/perl/p5-crypt-des_ede3/Portfile +++ b/perl/p5-crypt-des_ede3/Portfile @@ -4,19 +4,21 @@ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 -perl5.setup Crypt-DES_EDE3 0.01 -revision 4 +perl5.setup Crypt-DES_EDE3 0.03 ../../authors/id/T/TI/TIMLEGGE +revision 0 license {Artistic-1 GPL} maintainers nomaintainer -description perl implementation of Triple-DES EDE -long_description ${description} +description Crypt::DES_EDE3 - Triple-DES EDE encryption/decryption +long_description {*}${description} + platforms {darwin any} +supported_archs noarch -checksums md5 fde1995efa0735407a5f7c4a4c8147bc +checksums rmd160 c0bf0122d68ac7424a8cc2cd8a5e5835b86c53c8 \ + sha256 28592db7b9e34745aa91f3e19e5dbbb83aaf472a29e707b9791d0d02b3e227f5 \ + size 12358 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-crypt-des - - supported_archs noarch } From 945f4fd564921519b45e56bcece14b687a70c341 Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Sun, 20 Oct 2024 17:31:35 -0700 Subject: [PATCH 296/446] p5-convert-pem: update to version 0.12, dependencies --- perl/p5-convert-pem/Portfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/perl/p5-convert-pem/Portfile b/perl/p5-convert-pem/Portfile index dda01c2ba2977..112ffe62c8545 100644 --- a/perl/p5-convert-pem/Portfile +++ b/perl/p5-convert-pem/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 -perl5.setup Convert-PEM 0.09 ../../authors/id/T/TI/TIMLEGGE +perl5.setup Convert-PEM 0.12 ../../authors/id/T/TI/TIMLEGGE revision 0 license {Artistic-1 GPL} maintainers nomaintainer @@ -14,9 +14,9 @@ long_description {*}${description} platforms {darwin any} supported_archs noarch -checksums rmd160 2a4267ce7c198357cbc0b1b91935cc90d0722797 \ - sha256 6ec92cb6d0fab8e69b38880ea0fa6a8c2998885d654b5d442ca8744fd10e0ab3 \ - size 21825 +checksums rmd160 ff7bda53daa6022357c406a2735f30ab8f886030 \ + sha256 0c35158c18f2486673f7f25d18181b36c134d979f3daf71e0f039d927f2f2419 \ + size 47465 if {${perl5.major} != ""} { depends_build-append \ @@ -27,6 +27,7 @@ if {${perl5.major} != ""} { port:p${perl5.major}-class-errorhandler \ port:p${perl5.major}-convert-asn1 \ port:p${perl5.major}-crypt-des_ede3 \ + port:p${perl5.major}-cryptx \ port:p${perl5.major}-digest-md5 \ port:p${perl5.major}-mime-base64 } From 23745a43d74ec4ad5fddf1d4d33876adbee4d52b Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Tue, 22 Oct 2024 11:57:43 -0400 Subject: [PATCH 297/446] hugo: update to 0.136.4 --- www/hugo/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/hugo/Portfile b/www/hugo/Portfile index 4df7e141bd952..288370301029a 100644 --- a/www/hugo/Portfile +++ b/www/hugo/Portfile @@ -3,14 +3,14 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/gohugoio/hugo 0.136.1 v +go.setup github.com/gohugoio/hugo 0.136.4 v go.offline_build no github.tarball_from archive revision 0 -checksums rmd160 33b8229d924b26ae7f0fc178d82823f9b785167c \ - sha256 7d822d9ef777bd97d9d46b42ff8ef1fe9c5f3aad6054759d977c749c711f4be3 \ - size 21227835 +checksums rmd160 9ef75a24774f04f06d2fad23f85c63e41903f31e \ + sha256 839e4545454396d6c6d9a5166151e05fd8f815f36efb2743b9cc7bdb614205f4 \ + size 21227715 categories www installs_libs no From 93613a1a35ad566c3703dcfb9e24848cfffd5959 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Tue, 22 Oct 2024 12:05:45 -0400 Subject: [PATCH 298/446] broot: update to 1.44.2 --- sysutils/broot/Portfile | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/sysutils/broot/Portfile b/sysutils/broot/Portfile index 6d79a1c848221..c01e5f8988498 100644 --- a/sysutils/broot/Portfile +++ b/sysutils/broot/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup cargo 1.0 PortGroup github 1.0 -github.setup Canop broot 1.44.1 v +github.setup Canop broot 1.44.2 v github.tarball_from archive revision 0 @@ -25,9 +25,9 @@ maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums ${distname}${extract.suffix} \ - rmd160 bbb1cb70889437a7526e5854217896bf7f6fef08 \ - sha256 f0fe553e89b4173023cd35896ff9f94100b9605a23455a00562ed329962440ae \ - size 14064204 + rmd160 f4233ffe34a548cb66890a7e60976bff50049a41 \ + sha256 e1b78354c21680914a07ed4b856257c83ef873b878ef281bd2d1aed7fcba3828 \ + size 14065451 depends_lib-append path:lib/pkgconfig/libgit2.pc:libgit2 \ port:zlib @@ -47,6 +47,7 @@ cargo.crates \ adler 1.0.2 f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe \ ahash 0.8.11 e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 \ aho-corasick 1.1.3 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 \ + allocator-api2 0.2.18 5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f \ android-tzdata 0.1.1 e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 \ android_system_properties 0.1.5 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 \ ansi_colours 1.2.3 14eec43e0298190790f41679fe69ef7a829d2a2ddd78c8c00339e84710e435fe \ @@ -87,7 +88,7 @@ cargo.crates \ clap_derive 4.5.13 501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0 \ clap_lex 0.7.2 1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97 \ clap_mangen 0.2.23 f17415fd4dfbea46e3274fcd8d368284519b358654772afb700dc2e8d2b24eeb \ - cli-log 2.0.0 3d2ab00dc4c82ec28af25ac085aecc11ffeabf353755715a3113a7aa044ca5cc \ + cli-log 2.1.0 e220aa46e5395cd473a054f8e7e52403108ce147a4eb68c001afb01672a4e046 \ clipboard-win 4.5.0 7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362 \ clipboard_macos 0.1.0 145a7f9e9b89453bc0a5e32d166456405d389cea5b578f57f1274b1397588a95 \ color_quant 1.1.0 3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b \ @@ -133,6 +134,7 @@ cargo.crates \ float-cmp 0.9.0 98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4 \ flume 0.11.0 55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181 \ fnv 1.0.7 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 \ + foldhash 0.1.3 f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2 \ fontconfig-parser 0.5.7 c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7 \ fontdb 0.15.0 020e203f177c0fb250fb19455a252e838d2bbbce1f80f25ecc42402aafa8cd38 \ form_urlencoded 1.2.1 e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 \ @@ -145,6 +147,7 @@ cargo.crates \ glob 0.3.1 d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b \ half 2.4.1 6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888 \ hashbrown 0.14.5 e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 \ + hashbrown 0.15.0 1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb \ hashlink 0.9.1 6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af \ heck 0.4.1 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 \ heck 0.5.0 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea \ @@ -180,6 +183,7 @@ cargo.crates \ linux-raw-sys 0.4.14 78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89 \ lock_api 0.4.12 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 \ log 0.4.22 a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24 \ + lru 0.12.5 234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38 \ malloc_buf 0.0.6 62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb \ memchr 2.7.4 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 \ memmap2 0.8.0 43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed \ @@ -237,7 +241,7 @@ cargo.crates \ roxmltree 0.18.1 862340e351ce1b271a378ec53f304a5558f7db87f3769dc655a8f6ecbb68b302 \ roxmltree 0.20.0 6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97 \ rusqlite 0.31.0 b838eba278d213a8beaf485bd313fd580ca4505a00d5871caeb1457c55322cae \ - rustc-hash 1.1.0 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 \ + rustc-hash 2.0.0 583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152 \ rustix 0.38.37 8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811 \ rustybuzz 0.10.0 71cd15fef9112a1f94ac64b58d1e4628192631ad6af4dc69997f995459c874e7 \ ryu 1.0.18 f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f \ @@ -307,7 +311,7 @@ cargo.crates \ usvg-text-layout 0.36.0 4d2374378cb7a3fb8f33894e0fdb8625e1bbc4f25312db8d91f862130b541593 \ usvg-tree 0.36.0 6cacb0c5edeaf3e80e5afcf5b0d4004cc1d36318befc9a7c6606507e5d0f4062 \ utf8parse 0.2.2 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 \ - uzers 0.11.3 76d283dc7e8c901e79e32d077866eaf599156cbf427fffa8289aecc52c5c3f63 \ + uzers 0.12.1 4df81ff504e7d82ad53e95ed1ad5b72103c11253f39238bcc0235b90768a97dd \ vcpkg 0.2.15 accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 \ version_check 0.9.5 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a \ walkdir 2.5.0 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b \ From 4270851dd2e14de9749e8d1b7bf5ee70010fce98 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Tue, 22 Oct 2024 12:09:58 -0400 Subject: [PATCH 299/446] ast-grep: update to 0.28.1 --- devel/ast-grep/Portfile | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/devel/ast-grep/Portfile b/devel/ast-grep/Portfile index e9daf644907f0..fc1ca4f0eb4eb 100644 --- a/devel/ast-grep/Portfile +++ b/devel/ast-grep/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup cargo 1.0 PortGroup github 1.0 -github.setup ast-grep ast-grep 0.28.0 +github.setup ast-grep ast-grep 0.28.1 github.tarball_from archive revision 0 @@ -27,9 +27,9 @@ maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums ${distname}${extract.suffix} \ - rmd160 e29e70cdc95c3f529b65741e8831dff88c6f1322 \ - sha256 697adc13c11952529e8b6592b84b2cd3e08a57a13ebafe48ff0ef470e1ccfe1b \ - size 854154 + rmd160 257608d907847ce5e86c3705b360ebef6941c9fa \ + sha256 9d9071fe181cf15626cee4244f972a219ba4af1a4327e7c14fe66b9c682e3754 \ + size 855528 destroot { xinstall -m 0755 \ @@ -69,9 +69,9 @@ cargo.crates \ ciborium 0.2.2 42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e \ ciborium-io 0.2.2 05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757 \ ciborium-ll 0.2.2 57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9 \ - clap 4.5.19 7be5744db7978a28d9df86a214130d106a89ce49644cbc4e3f0c22c3fba30615 \ - clap_builder 4.5.19 a5fbc17d3ef8278f55b282b2a2e75ae6f6c7d4bb70ed3d0382375104bfafdb4b \ - clap_complete 4.5.32 74a01f4f9ee6c066d42a1c8dedf0dcddad16c72a8981a309d6398de3a75b0c39 \ + clap 4.5.20 b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8 \ + clap_builder 4.5.20 19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54 \ + clap_complete 4.5.33 9646e2e245bf62f45d39a0f3f36f1171ad1ea0d6967fd114bca72cb02a8fcdfb \ clap_derive 4.5.18 4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab \ clap_lex 0.7.0 98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce \ codespan-reporting 0.11.1 3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e \ @@ -145,7 +145,6 @@ cargo.crates \ newline-converter 0.3.0 47b6b097ecb1cbfed438542d16e84fd7ad9b0c76c8a65b7f9039212a3d14dc7f \ normalize-line-endings 0.3.0 61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be \ num-traits 0.2.19 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 \ - num_cpus 1.16.0 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 \ object 0.32.2 a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441 \ once_cell 1.19.0 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 \ oorandom 11.1.3 0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575 \ @@ -164,11 +163,11 @@ cargo.crates \ predicates-core 1.0.6 b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174 \ predicates-tree 1.0.9 368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf \ proc-macro2 1.0.82 8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b \ - pyo3 0.22.3 15ee168e30649f7f234c3d49ef5a7a6cbf5134289bc46c29ff3155fa3221c225 \ - pyo3-build-config 0.22.3 e61cef80755fe9e46bb8a0b8f20752ca7676dcc07a5277d8b7768c6172e529b3 \ - pyo3-ffi 0.22.3 67ce096073ec5405f5ee2b8b31f03a68e02aa10d5d4f565eca04acc41931fa1c \ - pyo3-macros 0.22.3 2440c6d12bc8f3ae39f1e775266fa5122fd0c8891ce7520fa6048e683ad3de28 \ - pyo3-macros-backend 0.22.3 1be962f0e06da8f8465729ea2cb71a416d2257dff56cbe40a70d3e62a93ae5d1 \ + pyo3 0.22.4 00e89ce2565d6044ca31a3eb79a334c3a79a841120a98f64eea9f579564cb691 \ + pyo3-build-config 0.22.4 d8afbaf3abd7325e08f35ffb8deb5892046fcb2608b703db6a583a5ba4cea01e \ + pyo3-ffi 0.22.4 ec15a5ba277339d04763f4c23d85987a5b08cbb494860be141e6a10a8eb88022 \ + pyo3-macros 0.22.4 15e0f01b5364bcfbb686a52fc4181d412b708a68ed20c330db9fc8d2c2bf5a43 \ + pyo3-macros-backend 0.22.4 a09b550200e1e5ed9176976d0060cbc2ea82dc8515da07885e7b8153a85caacb \ pythonize 0.22.0 90fcf491425978bd889015d5430f6473d91bdfa2097262f1e731aadcf6c2113e \ quote 1.0.36 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 \ rayon 1.10.0 b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa \ From 47e60547f53f84cb57a337d92ff384958d22220c Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Tue, 22 Oct 2024 09:23:46 -0400 Subject: [PATCH 300/446] msgpack-c: update to 6.1.0 --- devel/msgpack-c/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/msgpack-c/Portfile b/devel/msgpack-c/Portfile index 6cf34d6c1e895..d3bd61d5cabba 100644 --- a/devel/msgpack-c/Portfile +++ b/devel/msgpack-c/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup cmake 1.1 -github.setup msgpack msgpack-c 6.0.1 c- +github.setup msgpack msgpack-c 6.1.0 c- github.tarball_from archive revision 0 @@ -21,9 +21,9 @@ long_description MessagePack is a binary-based efficient data interchange \ homepage https://msgpack.org/ -checksums rmd160 628926dec758e79d3aceda7f207de961993cb287 \ - sha256 58d5fe49d0ee2b374d60a61aabf8028b2c92004e6f11bff04e74b639fc8ad541 \ - size 75133 +checksums rmd160 cbc037bb05dbd39164478620545596273bc56a51 \ + sha256 c23c4070dbe01f46044bf70c5349f29453d655935b6dc710714c008bca0825a7 \ + size 76306 configure.args-append \ -DMSGPACK_BUILD_TESTS=OFF From 7dd5fffb71b1b6f7f90036b74adf7825e406f48a Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Tue, 22 Oct 2024 09:26:04 -0400 Subject: [PATCH 301/446] orc: update to 0.4.40 --- devel/orc/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/orc/Portfile b/devel/orc/Portfile index fe3fc02b548cf..c7ff6ea6f07be 100644 --- a/devel/orc/Portfile +++ b/devel/orc/Portfile @@ -6,12 +6,12 @@ PortGroup muniversal 1.1 PortGroup compiler_blacklist_versions 1.0 name orc -version 0.4.39 +version 0.4.40 revision 0 -checksums rmd160 07875dcf1c9d0ce672af9c5c17f8b3065495c428 \ - sha256 33ed2387f49b825fa1b9c3b0072e05f259141b895474ad085ae51143d3040cc0 \ - size 232168 +checksums rmd160 35f5d349d9a6243cda464703e383a33f41792a1c \ + sha256 3fc2bee78dfb7c41fd9605061fc69138db7df007eae2f669a1f56e8bacef74ab \ + size 233276 description Orc - The Oil Runtime Compiler long_description Orc is a library and set of tools for compiling \ From d2ce112d1ff1b756228b9a561fa898aa8c15ab16 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Tue, 22 Oct 2024 12:38:10 -0400 Subject: [PATCH 302/446] py-zen: remove port - no dependents in MacPorts, latest upstream commits/release 13 years ago --- python/py-zen/Portfile | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 python/py-zen/Portfile diff --git a/python/py-zen/Portfile b/python/py-zen/Portfile deleted file mode 100644 index 06a57da80360e..0000000000000 --- a/python/py-zen/Portfile +++ /dev/null @@ -1,34 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -PortGroup python 1.0 - -name py-zen -python.rootname PyZen -version 0.3.2 -revision 1 -python.versions 27 35 36 -categories-append devel -platforms {darwin any} -supported_archs noarch -license BSD -maintainers nomaintainer -description continuous test runner for paranoid developers -long_description \ - PyZen is a continuous test runner for paranoid developers. As long as the \ - script is running, it will monitor for changes in your code and re-run your \ - test suite when needed. There are frontends for multiple frameworks as well \ - as several notification UIs. - -homepage https://github.com/coderanger/pyzen - -checksums rmd160 93933db47c2a56e9c0b1b5e42ace49b13a803d58 \ - sha256 b4ee66424a1f78c929d500bc74f56a84339ae7cf18b6b9c41117c3c1d16ba87f \ - size 218316 - -if {${name} ne ${subport}} { - depends_lib-append \ - port:py${python.version}-setuptools - - livecheck.type none -} From fcea5cb798b432c48ff0f8310c516bf51f7aeba8 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Tue, 22 Oct 2024 12:52:34 -0400 Subject: [PATCH 303/446] py-tz-gae: remove port - no dependents in MacPorts, latest upstream release 13 years ago --- python/py-tz-gae/Portfile | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 python/py-tz-gae/Portfile diff --git a/python/py-tz-gae/Portfile b/python/py-tz-gae/Portfile deleted file mode 100644 index 15b318f4f6163..0000000000000 --- a/python/py-tz-gae/Portfile +++ /dev/null @@ -1,35 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -PortGroup python 1.0 -PortGroup deprecated 1.0 - -name py-tz-gae -python.rootname gaepytz -version 2011h -categories-append devel -platforms {darwin any} -supported_archs noarch -maintainers nomaintainer -license MIT - -description pytz tuned for Google App Engine -long_description {*}${description} - -homepage https://code.google.com/p/gae-pytz/ - -checksums rmd160 f704e2c99016d115d27f03fd47c5cb89721fc9d4 \ - sha256 d6e214fdc071c9a22234aed92ea763889501d0c000ee202b8a5493ef4390843b \ - size 373359 - -deprecated.upstream_support no -python.versions 27 35 36 - -if {${name} ne ${subport}} { - conflicts py${python.version}-tz - - depends_build-append \ - port:py${python.version}-setuptools - - livecheck.type none -} From 1ce78ecc7ddf7a0644e90d42c6cf8f8b5b02ca27 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Tue, 22 Oct 2024 12:56:13 -0400 Subject: [PATCH 304/446] py-local-pipelines: remove port - no dependents in MacPorts, no upstream activity since 2016 --- python/py-local-pipelines/Portfile | 41 ------------------- .../files/local-pipelines27 | 1 - .../files/local-pipelines35 | 1 - .../files/local-pipelines36 | 1 - 4 files changed, 44 deletions(-) delete mode 100644 python/py-local-pipelines/Portfile delete mode 100644 python/py-local-pipelines/files/local-pipelines27 delete mode 100644 python/py-local-pipelines/files/local-pipelines35 delete mode 100644 python/py-local-pipelines/files/local-pipelines36 diff --git a/python/py-local-pipelines/Portfile b/python/py-local-pipelines/Portfile deleted file mode 100644 index d8437f87363aa..0000000000000 --- a/python/py-local-pipelines/Portfile +++ /dev/null @@ -1,41 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -PortGroup bitbucket 1.0 -PortGroup python 1.0 -PortGroup select 1.0 - -bitbucket.setup rw_grim local-pipelines 0.4.1 v -name py-local-pipelines -categories-append devel -license GPL-3+ -maintainers nomaintainer -description Local Pipelines parses your bitbucket-pipelines.yml and \ - runs it locally using your local Docker instance -long_description {*}${description} - -platforms {darwin any} -supported_archs noarch - -checksums rmd160 2d78e8998a4feb3f9654b92f67a5d517f26c2393 \ - sha256 c599dd9d22a3aa44da3b9088ae5a20c54f2e9e7c8145ea965f7c69702600f864 \ - size 21870 - -python.versions 27 35 36 - -depends_run-append port:local-pipelines_select -if {${name} ne ${subport}} { - select.group local-pipelines - select.file ${filespath}/local-pipelines${python.version} - - depends_build-append port:py${python.version}-setuptools - depends_lib-append port:py${python.version}-yaml - - notes " -To make this the default local-pipelines run: - - sudo port select --set local-pipelines local-pipelines${python.version} -" - - livecheck.type none -} diff --git a/python/py-local-pipelines/files/local-pipelines27 b/python/py-local-pipelines/files/local-pipelines27 deleted file mode 100644 index f1b42da736685..0000000000000 --- a/python/py-local-pipelines/files/local-pipelines27 +++ /dev/null @@ -1 +0,0 @@ -bin/pipelines-2.7 diff --git a/python/py-local-pipelines/files/local-pipelines35 b/python/py-local-pipelines/files/local-pipelines35 deleted file mode 100644 index 001a32ef3dc28..0000000000000 --- a/python/py-local-pipelines/files/local-pipelines35 +++ /dev/null @@ -1 +0,0 @@ -bin/pipelines-3.5 diff --git a/python/py-local-pipelines/files/local-pipelines36 b/python/py-local-pipelines/files/local-pipelines36 deleted file mode 100644 index 10cbdc585e53a..0000000000000 --- a/python/py-local-pipelines/files/local-pipelines36 +++ /dev/null @@ -1 +0,0 @@ -bin/pipelines-3.6 From 26df4f2e4bfe8125f499307535c6326d1f1242d5 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Tue, 22 Oct 2024 12:58:29 -0400 Subject: [PATCH 305/446] py-yaml: drop py3{5,6} subports --- python/py-yaml/Portfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/py-yaml/Portfile b/python/py-yaml/Portfile index 72404542e6dfe..7c1c8d394eecb 100644 --- a/python/py-yaml/Portfile +++ b/python/py-yaml/Portfile @@ -10,7 +10,7 @@ revision 0 categories-append devel license MIT -python.versions 27 35 36 37 38 39 310 311 312 +python.versions 27 37 38 39 310 311 312 maintainers {stromnov @stromnov} openmaintainer @@ -35,7 +35,7 @@ if {${name} ne ${subport}} { depends_lib-append port:libyaml - if {${python.version} < 37} { + if {${python.version} == 27} { version 5.4.1 revision 0 distname ${python.rootname}-${version} From b0a42e6d41fec6c7c0a0ba490563dae46a110bc2 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Tue, 22 Oct 2024 13:00:12 -0400 Subject: [PATCH 306/446] py-zope-event: drop py3{5,6} subports --- python/py-zope-event/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-zope-event/Portfile b/python/py-zope-event/Portfile index 8b24e90f483a2..32bc2d92a88f6 100644 --- a/python/py-zope-event/Portfile +++ b/python/py-zope-event/Portfile @@ -22,7 +22,7 @@ platforms {darwin any} homepage https://github.com/zopefoundation/zope.event -python.versions 27 35 36 37 38 39 310 311 312 +python.versions 27 37 38 39 310 311 312 checksums rmd160 b18ff29ee3dfd489a8f3f20025a845c38aa2ceaf \ sha256 bac440d8d9891b4068e2b5a2c5e2c9765a9df762944bda6955f96bb9b91e67cd \ From 79e78c1a4950f37f903199481314fb240cdd47e0 Mon Sep 17 00:00:00 2001 From: Paulo Moura Date: Tue, 22 Oct 2024 14:18:34 +0100 Subject: [PATCH 307/446] logtalk: update to 3.84.0 --- lang/logtalk/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/logtalk/Portfile b/lang/logtalk/Portfile index e576d39902d9e..55dc3dc612a85 100644 --- a/lang/logtalk/Portfile +++ b/lang/logtalk/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 name logtalk -version 3.83.0 +version 3.84.0 revision 0 categories lang @@ -31,9 +31,9 @@ long_description Logtalk is an object-oriented logic programming language tha homepage https://logtalk.org/ master_sites ${homepage}files/ -checksums rmd160 b85be64a9d7fd4b4fa9c05e84966451fbe786d74 \ - sha256 9d24cb810fe7b0b392cc79e18d7f0aba915d0cbaf60fc1e86d78e416c48cb6ac \ - size 17877862 +checksums rmd160 48cd2b1bba62c7b869f7d1bcad6cbef4d7f61da6 \ + sha256 0adb96bc86e483a9140fc858c935bfb8de8f1a25766a7a96ec54f36c29c6a903 \ + size 17966847 use_bzip2 yes From 572aa6af733c888769f7c305c3491a4d16badd39 Mon Sep 17 00:00:00 2001 From: Remko Scharroo Date: Mon, 21 Oct 2024 13:05:21 +0200 Subject: [PATCH 308/446] ecCodes: update to 2.38.3 --- science/ecCodes/Portfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/science/ecCodes/Portfile b/science/ecCodes/Portfile index 7730d6f4b342f..5c44a3c1df02f 100644 --- a/science/ecCodes/Portfile +++ b/science/ecCodes/Portfile @@ -5,9 +5,8 @@ PortGroup cmake 1.1 PortGroup compilers 1.0 name ecCodes -version 2.38.0 +version 2.38.3 revision 0 -platforms darwin maintainers {takeshi @tenomoto} \ {me.com:remko.scharroo @remkos} \ openmaintainer @@ -18,9 +17,9 @@ homepage https://confluence.ecmwf.int/display/ECC master_sites https://confluence.ecmwf.int/download/attachments/45757960 distname eccodes-${version}-Source -checksums rmd160 e7258495b1c1e7478945b96c416beea0e53d19c7 \ - sha256 96a21fbe8ca3aa4c31bb71bbd378b7fd130cbc0f7a477567d70e66a000ff68d9 \ - size 12287029 +checksums rmd160 d1db4e38def67d35c0fcf4ce47c7463d4890ea07 \ + sha256 fa7b7ffb22973ed1dfbeb208c042a67a805ab070f1288a0f1f0707a1020d1c81 \ + size 12289702 patchfiles patch-pkg-config.diff From 9c239fae8f557c368dab66f76174fbb00bd30051 Mon Sep 17 00:00:00 2001 From: aeiouaeiouaeiouaeiouaeiouaeiou Date: Tue, 22 Oct 2024 03:13:24 +0300 Subject: [PATCH 309/446] uxn: update to 20241019 --- emulators/uxn/Portfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/emulators/uxn/Portfile b/emulators/uxn/Portfile index 84212190a0ef5..019c115842c5f 100644 --- a/emulators/uxn/Portfile +++ b/emulators/uxn/Portfile @@ -5,8 +5,8 @@ PortGroup sourcehut 1.0 PortGroup compiler_blacklist_versions 1.0 name uxn -sourcehut.setup rabbits uxn 3a901ed0beeaf5e3268a40779f2944ef99f93774 -version 20240812 +sourcehut.setup rabbits uxn 30ac4bdcb1efed3680f746fd8290f1aeb7a6fd27 +version 20241019 revision 0 categories emulators @@ -23,9 +23,9 @@ long_description Uxn is a virtual machine with 32 instructions. \ homepage https://100r.co/site/uxn.html -checksums rmd160 ac2daadce25b4c86a9d270f6946a6c62ccd51664 \ - sha256 bf691c3dfd9b0c7b22b32695cfc99d5793eade55907bc9848c0eb68e127c6894 \ - size 302507 +checksums rmd160 fbb15f8405f68af3a70ebecdfcfb86308790d1d6 \ + sha256 ddc062e4f95d88858b09ec63317a6555da05d90aebcce65da3476910dcba2400 \ + size 303741 depends_lib port:libsdl2 From 85760458022e52b927ceab0bedb524b5b1a36778 Mon Sep 17 00:00:00 2001 From: Dean M Greer <38226388+Gcenx@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:57:03 -0400 Subject: [PATCH 310/446] wine-devel,wine-staging: Update to 9.20 --- emulators/wine-devel/Portfile | 18 +++++++++++------- .../wine-devel/files/1001-devel-msync.diff | 4 ++-- .../wine-devel/files/1001-staging-msync.diff | 4 ++-- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/emulators/wine-devel/Portfile b/emulators/wine-devel/Portfile index 16f9111add91b..45a15e0aca2cf 100644 --- a/emulators/wine-devel/Portfile +++ b/emulators/wine-devel/Portfile @@ -7,7 +7,7 @@ PortGroup muniversal 1.1 # Keep the wine-stable, wine-devel and wine-crossover portfiles as similar as possible. -github.setup wine-mirror wine 9.19 wine- +github.setup wine-mirror wine 9.20 wine- github.tarball_from archive name wine-devel conflicts wine-stable wine-staging wine-crossover @@ -37,9 +37,9 @@ long_description \ checksums \ ${distname}${extract.suffix} \ - rmd160 e84b8c7e9ebabf844fc1d999afb114a842b699e8 \ - sha256 82d8aa49abb25be5c9772047ff30a956960662d0e72174aff95c98c360611ff6 \ - size 50036168 + rmd160 a4524cd0f2c05b360be9c0ef17d2cb86c10921ec \ + sha256 ae5d1ef7fe71903bc1ff65e5b02e44b401225399eed8d6a0efa8a792bf79ad70 \ + size 51667148 depends_build \ port:bison \ @@ -144,9 +144,9 @@ subport wine-staging { checksums-append \ ${wine_staging_distfile} \ - rmd160 e2239ab25231a6b12f8231876827f38a9cb05ffe \ - sha256 8743e7a75d79618394d41fe23ea8cb6c8ebc3caf28c34a518c239b8a9333d287 \ - size 9460757 + rmd160 fa1258bc308dcae98314a4104ef9f2f05dca47f7 \ + sha256 e88fe8e23f7160489538636a2d795772415004d48cdcc85d29dd9e59b2fe575d \ + size 9518651 depends_patch-append port:autoconf @@ -212,6 +212,10 @@ configure.ldflags-delete -L${compiler.library_path} configure.optflags -g -O2 configure.env-append "CROSSCFLAGS=${configure.optflags}" +# Needed due to commit +# https://gitlab.winehq.org/wine/wine/-/commit/b21813fa135995449b7a4ba19b561d6faf087ee8 +configure.cflags-append -Wno-error=incompatible-function-pointer-types + # Were only installing wine not the development files destroot.target install-lib diff --git a/emulators/wine-devel/files/1001-devel-msync.diff b/emulators/wine-devel/files/1001-devel-msync.diff index 14a57571c70ee..3fa8748780ac7 100644 --- a/emulators/wine-devel/files/1001-devel-msync.diff +++ b/emulators/wine-devel/files/1001-devel-msync.diff @@ -2162,8 +2162,8 @@ index 74bf0f0c839..fd84ee0d1a9 100644 /* ### protocol_version begin ### */ --#define SERVER_PROTOCOL_VERSION 842 -+#define SERVER_PROTOCOL_VERSION 846 +-#define SERVER_PROTOCOL_VERSION 843 ++#define SERVER_PROTOCOL_VERSION 847 /* ### protocol_version end ### */ diff --git a/emulators/wine-devel/files/1001-staging-msync.diff b/emulators/wine-devel/files/1001-staging-msync.diff index 71715dadd860c..182ed0c769453 100644 --- a/emulators/wine-devel/files/1001-staging-msync.diff +++ b/emulators/wine-devel/files/1001-staging-msync.diff @@ -2224,8 +2224,8 @@ index 44f18710766..e6610d3cab5 100644 /* ### protocol_version begin ### */ --#define SERVER_PROTOCOL_VERSION 843 -+#define SERVER_PROTOCOL_VERSION 847 +-#define SERVER_PROTOCOL_VERSION 844 ++#define SERVER_PROTOCOL_VERSION 848 /* ### protocol_version end ### */ From 2ead0be61d2fae76a558897fde0d23b01f76eb63 Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Tue, 22 Oct 2024 02:35:22 +0400 Subject: [PATCH 311/446] oxker: update to 0.7.2 --- devel/oxker/Portfile | 194 ++++++++++++++++++++++--------------------- 1 file changed, 99 insertions(+), 95 deletions(-) diff --git a/devel/oxker/Portfile b/devel/oxker/Portfile index d85a5dd3d32fc..cbbec22a31b25 100644 --- a/devel/oxker/Portfile +++ b/devel/oxker/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup cargo 1.0 PortGroup github 1.0 -github.setup mrjackwills oxker 0.6.3 v +github.setup mrjackwills oxker 0.7.2 v github.tarball_from archive revision 0 @@ -18,9 +18,9 @@ maintainers {@sikmir disroot.org:sikmir} \ openmaintainer checksums ${distname}${extract.suffix} \ - rmd160 5bcb5f1a918a8a87a6995e45fcaa3ce9aa6df357 \ - sha256 39ea33746023c5b82492de0fb88afd42a49480403694f04c531dfccdbd9baa83 \ - size 158057 + rmd160 5e7ec4afb158911774d4e4a1066dad14c38d5466 \ + sha256 4816f0bb05650c91f33859c7de7a2c062465c7c004f89487866c738bbfa03cd2 \ + size 140875 destroot { xinstall -m 0755 \ @@ -29,46 +29,48 @@ destroot { } cargo.crates \ - addr2line 0.21.0 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb \ + addr2line 0.22.0 6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678 \ adler 1.0.2 f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe \ ahash 0.8.11 e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 \ allocator-api2 0.2.18 5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f \ android-tzdata 0.1.1 e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 \ android_system_properties 0.1.5 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 \ - anstream 0.6.14 418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b \ - anstyle 1.0.7 038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b \ - anstyle-parse 0.2.4 c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4 \ - anstyle-query 1.0.3 a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5 \ - anstyle-wincon 3.0.3 61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19 \ - anyhow 1.0.83 25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3 \ + anstream 0.6.15 64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526 \ + anstyle 1.0.8 1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1 \ + anstyle-parse 0.2.5 eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb \ + anstyle-query 1.1.1 6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a \ + anstyle-wincon 3.0.4 5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8 \ + anyhow 1.0.87 10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8 \ autocfg 1.3.0 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0 \ - backtrace 0.3.71 26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d \ + backtrace 0.3.73 5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a \ base64 0.22.1 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 \ - bitflags 2.5.0 cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1 \ - bollard 0.16.1 0aed08d3adb6ebe0eff737115056652670ae290f177759aac19c30456135f94c \ - bollard-stubs 1.44.0-rc.2 709d9aa1c37abb89d40f19f5d0ad6f0d88cb1581264e571c9350fc5bb89cf1c5 \ + bitflags 2.6.0 b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de \ + bollard 0.17.1 d41711ad46fda47cd701f6908e59d1bd6b9a2b7464c0d0aeab95c6d37096ff8a \ + bollard-stubs 1.45.0-rc.26.0.1 6d7c5415e3a6bc6d3e99eff6268e488fd4ee25e7b28c10f08fa6760bd9de16e4 \ bumpalo 3.16.0 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c \ - bytes 1.6.0 514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9 \ + byteorder 1.5.0 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b \ + bytes 1.7.1 8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50 \ cansi 2.2.1 4bdcae87153686017415ce77e48c53e6818a0a058f0e21b56640d1e944967ef8 \ cassowary 0.3.0 df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53 \ - castaway 0.2.2 8a17ed5635fc8536268e5d4de1e22e81ac34419e5f052d4d51f4e01dcc263fcc \ - cc 1.0.97 099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4 \ + castaway 0.2.3 0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5 \ + cc 1.1.17 a93fe60e2fc87b6ba2c117f67ae14f66e3fc7d6a1e612a25adb238cc980eadb3 \ cfg-if 1.0.0 baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd \ chrono 0.4.38 a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401 \ - clap 4.5.4 90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0 \ - clap_builder 4.5.2 ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4 \ - clap_derive 4.5.4 528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64 \ - clap_lex 0.7.0 98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce \ - colorchoice 1.0.1 0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422 \ - compact_str 0.7.1 f86b9c4c00838774a6d902ef931eff7470720c51d90c2e32cfe15dc304737b3f \ - core-foundation-sys 0.8.6 06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f \ - crossterm 0.27.0 f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df \ + clap 4.5.17 3e5a21b8495e732f1b3c364c9949b201ca7bae518c502c80256c96ad79eaf6ac \ + clap_builder 4.5.17 8cf2dd12af7a047ad9d6da2b6b249759a22a7abc0f474c1dae1777afa4b21a73 \ + clap_derive 4.5.13 501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0 \ + clap_lex 0.7.2 1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97 \ + colorchoice 1.0.2 d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0 \ + compact_str 0.8.0 6050c3a16ddab2e412160b31f2c871015704239bca62f72f6e5f0be631d3f644 \ + core-foundation-sys 0.8.7 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b \ + crossterm 0.28.1 829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6 \ crossterm_winapi 0.9.1 acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b \ deranged 0.3.11 b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4 \ directories 5.0.1 9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35 \ dirs-sys 0.4.1 520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c \ - either 1.11.0 a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2 \ + either 1.13.0 60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0 \ equivalent 1.0.1 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 \ + errno 0.3.9 534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba \ fnv 1.0.7 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 \ form_urlencoded 1.2.1 e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 \ futures-channel 0.3.30 eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78 \ @@ -78,49 +80,49 @@ cargo.crates \ futures-task 0.3.30 38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004 \ futures-util 0.3.30 3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48 \ getrandom 0.2.15 c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 \ - gimli 0.28.1 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253 \ + gimli 0.29.0 40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd \ hashbrown 0.12.3 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 \ hashbrown 0.14.5 e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 \ - heck 0.4.1 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 \ heck 0.5.0 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea \ hermit-abi 0.3.9 d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024 \ hex 0.4.3 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 \ http 1.1.0 21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258 \ - http-body 1.0.0 1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643 \ - http-body-util 0.1.1 0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d \ - httparse 1.8.0 d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904 \ - hyper 1.3.1 fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d \ + http-body 1.0.1 1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184 \ + http-body-util 0.1.2 793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f \ + httparse 1.9.4 0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9 \ + httpdate 1.0.3 df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9 \ + hyper 1.4.1 50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05 \ hyper-named-pipe 0.1.0 73b7d8abf35697b81a825e386fc151e0d503e8cb5fcb93cc8669c376dfd6f278 \ - hyper-util 0.1.3 ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa \ - hyperlocal-next 0.9.0 acf569d43fa9848e510358c07b80f4adf34084ddc28c6a4a651ee8474c070dcc \ + hyper-util 0.1.7 cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9 \ + hyperlocal 0.9.1 986c5ce3b994526b3cd75578e62554abd09f0899d6206de48b3e96ab34ccc8c7 \ iana-time-zone 0.1.60 e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141 \ iana-time-zone-haiku 0.1.2 f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f \ idna 0.5.0 634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6 \ indexmap 1.9.3 bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 \ - indexmap 2.2.6 168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26 \ - indoc 2.0.5 b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5 \ - is_terminal_polyfill 1.70.0 f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800 \ - itertools 0.12.1 ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 \ + indexmap 2.5.0 68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5 \ + instability 0.3.2 b23a0c8dfe501baac4adf6ebbfa6eddf8f0c07f56b058cc1288017e32397846c \ + is_terminal_polyfill 1.70.1 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf \ + itertools 0.13.0 413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186 \ itoa 1.0.11 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b \ - js-sys 0.3.69 29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d \ - lazy_static 1.4.0 e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 \ - libc 0.2.154 ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346 \ + js-sys 0.3.70 1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a \ + lazy_static 1.5.0 bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe \ + libc 0.2.158 d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439 \ libredox 0.1.3 c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d \ + linux-raw-sys 0.4.14 78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89 \ lock_api 0.4.12 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 \ - log 0.4.21 90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c \ - lru 0.12.3 d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc \ - memchr 2.7.2 6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d \ - miniz_oxide 0.7.2 9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7 \ - mio 0.8.11 a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c \ + log 0.4.22 a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24 \ + lru 0.12.4 37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904 \ + memchr 2.7.4 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 \ + miniz_oxide 0.7.4 b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08 \ + mio 1.0.2 80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec \ nu-ansi-term 0.46.0 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 \ num-conv 0.1.0 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 \ num-traits 0.2.19 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 \ - num_cpus 1.16.0 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 \ - object 0.32.2 a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441 \ + object 0.36.4 084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a \ once_cell 1.19.0 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 \ option-ext 0.2.0 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d \ overload 0.1.1 b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 \ - parking_lot 0.12.2 7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb \ + parking_lot 0.12.3 f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27 \ parking_lot_core 0.9.10 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 \ paste 1.0.15 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a \ percent-encoding 2.3.1 e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e \ @@ -129,52 +131,53 @@ cargo.crates \ pin-project-lite 0.2.14 bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02 \ pin-utils 0.1.0 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 \ powerfmt 0.2.0 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 \ - ppv-lite86 0.2.17 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de \ - proc-macro2 1.0.82 8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b \ - quote 1.0.36 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 \ + ppv-lite86 0.2.20 77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04 \ + proc-macro2 1.0.86 5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77 \ + quote 1.0.37 b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af \ rand 0.8.5 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 \ rand_chacha 0.3.1 e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 \ rand_core 0.6.4 ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c \ - ratatui 0.26.2 a564a852040e82671dc50a37d88f3aa83bbc690dfc6844cfe7a2591620206a80 \ - redox_syscall 0.5.1 469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e \ - redox_users 0.4.5 bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891 \ + ratatui 0.28.1 fdef7f9be5c0122f890d58bdf4d964349ba6a6161f705907526d891efabba57d \ + redox_syscall 0.5.3 2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4 \ + redox_users 0.4.6 ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43 \ rustc-demangle 0.1.24 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f \ - rustversion 1.0.16 092474d1a01ea8278f69e6a358998405fae5b8b963ddaeb2b0b04a128bf1dfb0 \ + rustix 0.38.36 3f55e80d50763938498dd5ebb18647174e0c76dc38c5505294bb224624f30f36 \ + rustversion 1.0.17 955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6 \ ryu 1.0.18 f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f \ scopeguard 1.2.0 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 \ - serde 1.0.200 ddc6f9cc94d67c0e21aaf7eda3a010fd3af78ebf6e096aa6e2e13c79749cce4f \ - serde_derive 1.0.200 856f046b9400cee3c8c94ed572ecdb752444c24528c035cd35882aad6f492bcb \ - serde_json 1.0.116 3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813 \ + serde 1.0.210 c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a \ + serde_derive 1.0.210 243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f \ + serde_json 1.0.128 6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8 \ serde_repr 0.1.19 6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9 \ serde_urlencoded 0.7.1 d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd \ - serde_with 3.8.1 0ad483d2ab0149d5a5ebcd9972a3852711e0153d863bf5a5d0391d28883c4a20 \ + serde_with 3.9.0 69cecfa94848272156ea67b2b1a53f20fc7bc638c4a46d2f8abde08f05f4b857 \ sharded-slab 0.1.7 f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 \ + shlex 1.3.0 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 \ signal-hook 0.3.17 8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801 \ - signal-hook-mio 0.2.3 29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af \ + signal-hook-mio 0.2.4 34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd \ signal-hook-registry 1.4.2 a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1 \ slab 0.4.9 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 \ smallvec 1.13.2 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 \ socket2 0.5.7 ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c \ - stability 0.2.0 2ff9eaf853dec4c8802325d8b6d3dffa86cc707fd7a1a4cdbf416e13b061787a \ static_assertions 1.1.0 a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f \ strsim 0.11.1 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f \ - strum 0.26.2 5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29 \ - strum_macros 0.26.2 c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946 \ - syn 2.0.61 c993ed8ccba56ae856363b1845da7266a7cb78e1d146c8a32d54b45a8b831fc9 \ - thiserror 1.0.60 579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18 \ - thiserror-impl 1.0.60 e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524 \ + strum 0.26.3 8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06 \ + strum_macros 0.26.4 4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be \ + syn 2.0.77 9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed \ + thiserror 1.0.63 c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724 \ + thiserror-impl 1.0.63 a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261 \ thread_local 1.1.8 8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c \ time 0.3.36 5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885 \ time-core 0.1.2 ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3 \ time-macros 0.2.18 3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf \ - tinyvec 1.6.0 87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50 \ + tinyvec 1.8.0 445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938 \ tinyvec_macros 0.1.1 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 \ - tokio 1.37.0 1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787 \ - tokio-macros 2.2.0 5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b \ - tokio-util 0.7.11 9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1 \ + tokio 1.40.0 e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998 \ + tokio-macros 2.4.0 693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752 \ + tokio-util 0.7.12 61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a \ tower 0.4.13 b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c \ - tower-layer 0.3.2 c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0 \ - tower-service 0.3.2 b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52 \ + tower-layer 0.3.3 121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e \ + tower-service 0.3.3 8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3 \ tracing 0.1.40 c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef \ tracing-attributes 0.1.27 34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7 \ tracing-core 0.1.32 c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54 \ @@ -186,19 +189,20 @@ cargo.crates \ unicode-ident 1.0.12 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b \ unicode-normalization 0.1.23 a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5 \ unicode-segmentation 1.11.0 d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202 \ - unicode-width 0.1.12 68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6 \ - url 2.5.0 31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633 \ - utf8parse 0.2.1 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a \ - uuid 1.8.0 a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0 \ + unicode-truncate 1.1.0 b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf \ + unicode-width 0.1.13 0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d \ + url 2.5.2 22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c \ + utf8parse 0.2.2 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 \ + uuid 1.10.0 81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314 \ valuable 0.1.0 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d \ - version_check 0.9.4 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f \ + version_check 0.9.5 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a \ want 0.3.1 bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e \ wasi 0.11.0+wasi-snapshot-preview1 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 \ - wasm-bindgen 0.2.92 4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8 \ - wasm-bindgen-backend 0.2.92 614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da \ - wasm-bindgen-macro 0.2.92 a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726 \ - wasm-bindgen-macro-support 0.2.92 e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7 \ - wasm-bindgen-shared 0.2.92 af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96 \ + wasm-bindgen 0.2.93 a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5 \ + wasm-bindgen-backend 0.2.93 9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b \ + wasm-bindgen-macro 0.2.93 585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf \ + wasm-bindgen-macro-support 0.2.93 afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836 \ + wasm-bindgen-shared 0.2.93 c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484 \ winapi 0.3.9 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 \ winapi-i686-pc-windows-gnu 0.4.0 ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 \ winapi-x86_64-pc-windows-gnu 0.4.0 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f \ @@ -206,21 +210,21 @@ cargo.crates \ windows-sys 0.48.0 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 \ windows-sys 0.52.0 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d \ windows-targets 0.48.5 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c \ - windows-targets 0.52.5 6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb \ + windows-targets 0.52.6 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 \ windows_aarch64_gnullvm 0.48.5 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 \ - windows_aarch64_gnullvm 0.52.5 7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263 \ + windows_aarch64_gnullvm 0.52.6 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 \ windows_aarch64_msvc 0.48.5 dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc \ - windows_aarch64_msvc 0.52.5 9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6 \ + windows_aarch64_msvc 0.52.6 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 \ windows_i686_gnu 0.48.5 a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e \ - windows_i686_gnu 0.52.5 88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670 \ - windows_i686_gnullvm 0.52.5 87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9 \ + windows_i686_gnu 0.52.6 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b \ + windows_i686_gnullvm 0.52.6 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 \ windows_i686_msvc 0.48.5 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 \ - windows_i686_msvc 0.52.5 db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf \ + windows_i686_msvc 0.52.6 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 \ windows_x86_64_gnu 0.48.5 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e \ - windows_x86_64_gnu 0.52.5 4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9 \ + windows_x86_64_gnu 0.52.6 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 \ windows_x86_64_gnullvm 0.48.5 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc \ - windows_x86_64_gnullvm 0.52.5 852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596 \ + windows_x86_64_gnullvm 0.52.6 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d \ windows_x86_64_msvc 0.48.5 ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 \ - windows_x86_64_msvc 0.52.5 bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0 \ - zerocopy 0.7.34 ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087 \ - zerocopy-derive 0.7.34 15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b + windows_x86_64_msvc 0.52.6 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec \ + zerocopy 0.7.35 1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0 \ + zerocopy-derive 0.7.35 fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e From 4e66d168b826b68ba9068b09d3a3775aa92556d5 Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Tue, 22 Oct 2024 01:46:52 +0400 Subject: [PATCH 312/446] termscp: update to 0.16.0 --- sysutils/termscp/Portfile | 714 ++++++++++++++++++++------------------ 1 file changed, 382 insertions(+), 332 deletions(-) diff --git a/sysutils/termscp/Portfile b/sysutils/termscp/Portfile index 61ae32a3bcd6f..0c3cb3f257c13 100644 --- a/sysutils/termscp/Portfile +++ b/sysutils/termscp/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup cargo 1.0 PortGroup github 1.0 -github.setup veeso termscp 0.13.0 v +github.setup veeso termscp 0.16.0 v github.tarball_from archive revision 0 @@ -19,9 +19,9 @@ maintainers {@sikmir disroot.org:sikmir} \ openmaintainer checksums ${distname}${extract.suffix} \ - rmd160 b28bdaf52bbe64dff8c491e2858c042dd14c1844 \ - sha256 26167374d619ced9fad84382dbdffbec861a36a20224b4ecdc955e732881e367 \ - size 11864196 + rmd160 7c41992125138a1e20a95219c7c971239735bfb4 \ + sha256 58f3b4770c5d1c5d7998af88b6df8c6a53dee4409f2cf6ea676caccec79cdb7f \ + size 11915056 destroot { xinstall -m 0755 \ @@ -30,77 +30,84 @@ destroot { } cargo.crates \ - addr2line 0.20.0 f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3 \ - adler 1.0.2 f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe \ + addr2line 0.24.2 dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 \ + adler2 2.0.0 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 \ aes 0.7.5 9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8 \ - ahash 0.7.6 fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47 \ - aho-corasick 1.0.2 43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41 \ + aho-corasick 1.1.3 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 \ + allocator-api2 0.2.18 5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f \ android-tzdata 0.1.1 e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 \ android_system_properties 0.1.5 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 \ - argh 0.1.10 ab257697eb9496bf75526f0217b5ed64636a9cfafa78b8365c71bd283fcef93e \ - argh_derive 0.1.10 b382dbd3288e053331f03399e1db106c9fb0d8562ad62cb04859ae926f324fa6 \ - argh_shared 0.1.10 64cb94155d965e3d37ffbbe7cc5b82c3dd79dd33bd48e536f73d2cfb8d85506f \ - async-broadcast 0.5.1 7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b \ - async-channel 1.8.0 cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833 \ - async-executor 1.5.1 6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb \ - async-fs 1.6.0 279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06 \ - async-io 1.13.0 0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af \ - async-lock 2.7.0 fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7 \ - async-process 1.7.0 7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9 \ - async-recursion 1.0.4 0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba \ - async-task 4.4.0 ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae \ - async-trait 0.1.71 a564d521dd56509c4c47480d00b80ee55f7e385ae48db5744c67ad50c92d2ebf \ - atomic-waker 1.1.1 1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3 \ + anyhow 1.0.89 86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6 \ + arbitrary 1.3.2 7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110 \ + argh 0.1.12 7af5ba06967ff7214ce4c7419c7d185be7ecd6cc4965a8f6e1d8ce0398aad219 \ + argh_derive 0.1.12 56df0aeedf6b7a2fc67d06db35b09684c3e8da0c95f8f27685cb17e08413d87a \ + argh_shared 0.1.12 5693f39141bda5760ecc4111ab08da40565d1771038c4a0250f03457ec707531 \ + async-trait 0.1.83 721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd \ attohttpc 0.26.1 0f77d243921b0979fbbd728dd2d5162e68ac8252976797c24eb5b3a6af9090dc \ - autocfg 1.1.0 d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa \ + autocfg 1.4.0 ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 \ aws-creds 0.36.0 390ad3b77f3e21e01a4a0355865853b681daf1988510b0b15e31c0c4ae7eb0f6 \ - aws-region 0.25.4 42fed2b9fca70f2908268d057a607f2a906f47edbf856ea8587de9038d264e22 \ - backtrace 0.3.68 4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12 \ - base64 0.13.1 9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8 \ - base64 0.21.2 604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d \ + aws-region 0.25.5 e9aed3f9c7eac9be28662fdb3b0f4d1951e812f7c64fed4f0327ba702f459b3b \ + backtrace 0.3.74 8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a \ + base64 0.21.7 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567 \ + base64 0.22.1 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 \ + base64ct 1.6.0 8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b \ bitflags 1.3.2 bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a \ - bitflags 2.4.2 ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf \ + bitflags 2.6.0 b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de \ block 0.1.6 0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a \ block-buffer 0.9.0 4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4 \ block-buffer 0.10.4 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 \ block-modes 0.8.1 2cb03d1bed155d89dce0f845b7899b18a9a163e148fd004e1c28421a783e2d8e \ block-padding 0.2.1 8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae \ - blocking 1.3.1 77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65 \ - bumpalo 3.13.0 a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1 \ - byteorder 1.4.3 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610 \ - bytes 1.5.0 a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223 \ - bytesize 1.2.0 38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5 \ + bumpalo 3.16.0 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c \ + byteorder 1.5.0 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b \ + bytes 1.7.2 428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3 \ + bytesize 1.3.0 a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc \ bytestring 1.3.1 74d80203ea6b29df88012294f62733de21cfeab47f17b41af3a38bc30a03ee72 \ + camino 1.1.9 8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3 \ + cargo-platform 0.1.8 24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc \ + cargo_metadata 0.18.1 2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037 \ cassowary 0.3.0 df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53 \ - cc 1.0.79 50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f \ - cfg-if 0.1.10 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 \ + castaway 0.2.3 0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5 \ + cc 1.1.30 b16803a61b81d9eabb7eae2588776c4c1e584b738ede45fdbb4c972cec1e9945 \ cfg-if 1.0.0 baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd \ - cfg_aliases 0.1.1 fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e \ - cfg_aliases 0.2.0 77e53693616d3075149f4ead59bdeecd204ac6b8192d8969757601b74bddf00f \ - chrono 0.4.26 ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5 \ + cfg_aliases 0.2.1 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 \ + chrono 0.4.38 a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401 \ cipher 0.3.0 7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7 \ - concurrent-queue 2.2.0 62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c \ - console 0.15.7 c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8 \ - const-random 0.1.17 5aaf16c9c2c612020bcfd042e170f6e32de9b9d75adb5277cdbbd2e2c8c8299a \ + compact_str 0.8.0 6050c3a16ddab2e412160b31f2c871015704239bca62f72f6e5f0be631d3f644 \ + console 0.15.8 0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb \ + const-oid 0.9.6 c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8 \ + const-random 0.1.18 87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359 \ const-random-macro 0.1.16 f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e \ content_inspector 0.2.4 b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38 \ - core-foundation 0.9.3 194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146 \ - core-foundation-sys 0.8.4 e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa \ - cpufeatures 0.2.9 a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1 \ - crc-any 2.4.3 774646b687f63643eb0f4bf13dc263cb581c8c9e57973b6ddf78bda3994d88df \ - crc32fast 1.3.2 b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d \ - crossbeam-utils 0.8.16 5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294 \ - crossterm 0.25.0 e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67 \ - crossterm 0.27.0 f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df \ + core-foundation 0.9.4 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f \ + core-foundation 0.10.0 b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63 \ + core-foundation-sys 0.8.7 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b \ + cpufeatures 0.2.14 608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0 \ + crc-any 2.5.0 a62ec9ff5f7965e4d7280bd5482acd20aadb50d632cf6c1d74493856b011fa73 \ + crc32fast 1.4.2 a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3 \ + crossbeam-channel 0.5.13 33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2 \ + crossbeam-deque 0.8.5 613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d \ + crossbeam-epoch 0.9.18 5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e \ + crossbeam-utils 0.8.20 22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80 \ + crossterm 0.28.1 829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6 \ crossterm_winapi 0.9.1 acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b \ crunchy 0.2.2 7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7 \ crypto-common 0.1.6 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 \ - ctor 0.1.26 6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096 \ - dashmap 5.4.0 907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc \ + curve25519-dalek 4.1.3 97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be \ + curve25519-dalek-derive 0.1.1 f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3 \ + darling 0.20.10 6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989 \ + darling_core 0.20.10 95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5 \ + darling_macro 0.20.10 d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806 \ + data-encoding 2.6.0 e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2 \ dbus 0.9.7 1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b \ + dbus-secret-service 4.0.3 b42a16374481d92aed73ae45b1f120207d8e71d24fb89f357fadbd8f946fd84b \ debug-helper 0.3.13 f578e8e2c440e7297e008bb5486a3a8a194775224bbc23729b0dbdfaeebf162e \ + der 0.7.9 f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0 \ deranged 0.3.11 b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4 \ - derivative 2.2.0 fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b \ + derive_arbitrary 1.3.2 67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611 \ + derive_builder 0.20.2 507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947 \ + derive_builder_core 0.20.2 2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8 \ + derive_builder_macro 0.20.2 ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c \ des 0.7.0 ac41dd49fb554432020d52c875fc290e110113f864c6b1b525cd62c7e7747a5d \ diff 0.1.13 56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8 \ digest 0.9.0 d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066 \ @@ -109,351 +116,394 @@ cargo.crates \ dirs-next 2.0.0 b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1 \ dirs-sys 0.4.1 520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c \ dirs-sys-next 0.1.2 4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d \ + displaydoc 0.2.5 97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0 \ dlv-list 0.5.2 442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f \ - edit 0.1.4 c562aa71f7bc691fde4c6bf5f93ae5a5298b617c2eb44c76c87832299a17fbb4 \ - either 1.8.1 7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91 \ + ed25519 2.2.3 115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53 \ + ed25519-dalek 2.1.1 4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871 \ + edit 0.1.5 f364860e764787163c8c8f58231003839be31276e821e2ad2092ddf496b1aa09 \ + either 1.13.0 60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0 \ encode_unicode 0.3.6 a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f \ - encoding_rs 0.8.32 071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394 \ - enumflags2 0.7.7 c041f5090df68b32bcd905365fd51769c8b9d553fe87fde0b683534f10c01bd2 \ - enumflags2_derive 0.7.7 5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745 \ - equivalent 1.0.0 88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1 \ - errno 0.3.1 4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a \ - errno-dragonfly 0.1.2 aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf \ - event-listener 2.5.3 0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0 \ - fastrand 1.9.0 e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be \ - filetime 0.2.21 5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153 \ - flate2 1.0.26 3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743 \ + encoding_rs 0.8.34 b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59 \ + equivalent 1.0.1 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 \ + errno 0.3.9 534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba \ + fastrand 2.1.1 e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6 \ + fiat-crypto 0.2.9 28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d \ + filetime 0.2.25 35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586 \ + flate2 1.0.34 a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0 \ fnv 1.0.7 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 \ + foldhash 0.1.3 f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2 \ foreign-types 0.3.2 f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1 \ foreign-types-shared 0.1.1 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b \ - form_urlencoded 1.2.0 a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652 \ - fsevent 0.4.0 5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6 \ - fsevent-sys 2.0.1 f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0 \ - fuchsia-zircon 0.3.3 2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82 \ - fuchsia-zircon-sys 0.3.3 3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7 \ - futures 0.3.28 23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40 \ - futures-channel 0.3.28 955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2 \ - futures-core 0.3.28 4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c \ - futures-executor 0.3.28 ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0 \ - futures-io 0.3.28 4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964 \ - futures-lite 1.13.0 49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce \ - futures-macro 0.3.28 89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72 \ - futures-sink 0.3.28 f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e \ - futures-task 0.3.28 76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65 \ - futures-util 0.3.28 26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533 \ + form_urlencoded 1.2.1 e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 \ + fsevent-sys 4.1.0 76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2 \ + futures 0.3.31 65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876 \ + futures-channel 0.3.31 2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10 \ + futures-core 0.3.31 05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e \ + futures-executor 0.3.31 1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f \ + futures-io 0.3.31 9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6 \ + futures-lite 2.3.0 52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5 \ + futures-macro 0.3.31 162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650 \ + futures-sink 0.3.31 e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7 \ + futures-task 0.3.31 f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988 \ + futures-util 0.3.31 9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81 \ generic-array 0.14.7 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a \ - getrandom 0.2.10 be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427 \ - gimli 0.27.3 b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e \ - h2 0.3.20 97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049 \ - hashbrown 0.12.3 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 \ + getrandom 0.2.15 c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 \ + gimli 0.31.1 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f \ + git2 0.19.0 b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724 \ + h2 0.3.26 81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8 \ hashbrown 0.13.2 43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e \ - hashbrown 0.14.3 290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604 \ - heck 0.4.1 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 \ - hermit-abi 0.3.2 443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b \ + hashbrown 0.15.0 1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb \ + headers 0.4.0 322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9 \ + headers-core 0.3.0 54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4 \ + heck 0.5.0 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea \ + hermit-abi 0.3.9 d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024 \ hex 0.4.3 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 \ - hkdf 0.12.3 791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437 \ hmac 0.12.1 6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e \ home 0.5.9 e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5 \ - hostname 0.3.1 3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867 \ - http 0.2.9 bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482 \ - http 1.0.0 b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea \ - http-body 0.4.5 d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1 \ - httparse 1.8.0 d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904 \ + hostname 0.4.0 f9c7c7c8ac16c798734b8a24560c1362120597c40d5e1459f09498f8f6c8f2ba \ + http 0.2.12 601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1 \ + http 1.1.0 21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258 \ + http-body 0.4.6 7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2 \ + http-body 1.0.1 1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184 \ + http-body-util 0.1.2 793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f \ + httparse 1.9.5 7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946 \ httpdate 1.0.3 df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9 \ - hyper 0.14.27 ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468 \ - hyper-rustls 0.24.1 8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97 \ + hyper 0.14.30 a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9 \ + hyper 1.4.1 50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05 \ + hyper-http-proxy 1.0.0 5d06dbdfbacf34d996c6fb540a71a684a7aae9056c71951163af8a8a4c07b9a4 \ + hyper-rustls 0.27.3 08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333 \ + hyper-timeout 0.5.1 3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793 \ hyper-tls 0.5.0 d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905 \ - iana-time-zone 0.1.57 2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613 \ + hyper-util 0.1.9 41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b \ + iana-time-zone 0.1.61 235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220 \ iana-time-zone-haiku 0.1.2 f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f \ - idna 0.4.0 7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c \ - indexmap 1.9.3 bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 \ - indexmap 2.2.5 7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4 \ - indicatif 0.17.5 8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057 \ - indoc 2.0.4 1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8 \ - inotify 0.7.1 4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f \ + ident_case 1.0.1 b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39 \ + idna 0.5.0 634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6 \ + indexmap 2.6.0 707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da \ + indicatif 0.17.8 763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3 \ + inotify 0.9.6 f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff \ inotify-sys 0.1.5 e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb \ - instant 0.1.12 7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c \ - io-lifetimes 1.0.11 eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2 \ - iovec 0.1.4 b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e \ - ipnet 2.8.0 28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6 \ + instability 0.3.2 b23a0c8dfe501baac4adf6ebbfa6eddf8f0c07f56b058cc1288017e32397846c \ + instant 0.1.13 e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222 \ + ipnet 2.10.1 ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708 \ is-docker 0.2.0 928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3 \ is-wsl 0.4.0 173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5 \ - itertools 0.11.0 b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57 \ - itoa 1.0.8 62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a \ - js-sys 0.3.64 c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a \ - kernel32-sys 0.2.2 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d \ - keyring 2.0.4 04ac4b8b0884cdf23c4619d139acf43839eac4f0739b92980c2a6d460d9c84f5 \ - lazy-regex 2.5.0 ff63c423c68ea6814b7da9e88ce585f793c87ddd9e78f646970891769c8235d4 \ - lazy-regex 3.1.0 5d12be4595afdf58bd19e4a9f4e24187da2a66700786ff660a418e9059937a4c \ - lazy-regex-proc_macros 2.4.1 8edfc11b8f56ce85e207e62ea21557cfa09bb24a8f6b04ae181b086ff8611c22 \ - lazy-regex-proc_macros 3.1.0 44bcd58e6c97a7fcbaffcdc95728b393b8d98933bfadad49ed4097845b57ef0b \ - lazy_static 1.4.0 e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 \ - lazycell 1.3.0 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 \ - libc 0.2.147 b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3 \ + itertools 0.13.0 413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186 \ + itoa 1.0.11 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b \ + jobserver 0.1.32 48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0 \ + js-sys 0.3.72 6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9 \ + jsonpath-rust 0.5.1 19d8fe85bd70ff715f31ce8c739194b423d79811a19602115d611a3ec85d6200 \ + k8s-openapi 0.22.0 19501afb943ae5806548bc3ebd7f3374153ca057a38f480ef30adfde5ef09755 \ + keyring 3.4.0 bd3d701d3de5b9c4b0d9d077f8c2c66f0388d75e96932ebbb7cdff8713d7f7c6 \ + kqueue 1.0.8 7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c \ + kqueue-sys 1.0.4 ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b \ + kube 0.92.1 231c5a5392d9e2a9b0d923199760d3f1dd73b95288f2871d16c7c90ba4954506 \ + kube-client 0.92.1 8f4bf54135062ff60e2a0dfb3e7a9c8e931fc4a535b4d6bd561e0a1371321c61 \ + kube-core 0.92.1 40fb9bd8141cbc0fe6b0d9112d371679b4cb607b45c31dd68d92e40864a12975 \ + lazy-regex 3.3.0 8d8e41c97e6bc7ecb552016274b99fbb5d035e8de288c582d9b933af6677bfda \ + lazy-regex-proc_macros 3.3.0 76e1d8b05d672c53cb9c7b920bbba8783845ae4f0b076e02a3db1d02c81b4163 \ + lazy_static 1.5.0 bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe \ + libc 0.2.159 561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5 \ libdbus-sys 0.2.5 06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72 \ + libgit2-sys 0.17.0+1.8.1 10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224 \ + libredox 0.1.3 c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d \ libssh2-sys 0.3.0 2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee \ - libz-sys 1.1.9 56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db \ - linux-keyutils 0.2.3 3f27bb67f6dd1d0bb5ab582868e4f65052e58da6401188a08f0da09cf512b84b \ - linux-raw-sys 0.3.8 ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519 \ - lock_api 0.4.10 c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16 \ - log 0.4.19 b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4 \ - mac-notification-sys 0.5.6 3e72d50edb17756489e79d52eb146927bec8eba9dd48faadf9ef08bca3791ad5 \ - magic-crypt 3.1.12 0196bd5c76f5f51d7d6563545f86262fef4c82d75466ba6f6d359c40a523318d \ + libz-sys 1.1.20 d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472 \ + linux-raw-sys 0.4.14 78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89 \ + lock_api 0.4.12 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 \ + lockfree-object-pool 0.1.6 9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e \ + log 0.4.22 a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24 \ + lru 0.12.5 234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38 \ + mac-notification-sys 0.6.2 dce8f34f3717aa37177e723df6c1fc5fb02b2a1087374ea3fe0ea42316dc8f91 \ + magic-crypt 3.1.13 6c42f95f9d296f2dcb50665f507ed5a68a171453142663ce44d77a4eb217b053 \ malloc_buf 0.0.6 62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb \ - match_cfg 0.1.0 ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4 \ - maybe-async 0.2.7 0f1b8c13cb1f814b634a96b2c725449fe7ed464a7b8781de8688be5ffbd3f305 \ + maybe-async 0.2.10 5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11 \ md-5 0.9.1 7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15 \ md5 0.7.0 490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771 \ - memchr 2.5.0 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d \ - memoffset 0.7.1 5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4 \ + memchr 2.7.4 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 \ mime 0.3.17 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a \ - miniz_oxide 0.7.1 e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7 \ - mio 0.6.23 4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4 \ - mio 0.8.8 927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2 \ - mio-extras 2.0.6 52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19 \ - miow 0.2.2 ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d \ - native-tls 0.2.11 07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e \ - net2 0.2.39 b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac \ - nix 0.26.2 bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a \ + miniz_oxide 0.8.0 e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1 \ + mio 0.8.11 a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c \ + mio 1.0.2 80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec \ + native-tls 0.2.12 a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466 \ nonempty 0.9.0 995defdca0a589acfdd1bd2e8e3b896b4d4f7675a31fd14c32611440c7f608e6 \ - notify 4.0.17 ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257 \ - notify-rust 4.8.0 2bfa211d18e360f08e36c364308f394b5eb23a6629150690e109a916dc6f610e \ - num 0.4.0 43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606 \ - num-bigint 0.4.3 f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f \ - num-complex 0.4.3 02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d \ + notify 6.1.1 6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d \ + notify-rust 4.11.3 5134a72dc570b178bff81b01e81ab14a6fcc015391ed4b3b14853090658cd3a3 \ + ntapi 0.4.1 e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4 \ + nucleo 0.5.0 5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4 \ + nucleo-matcher 0.3.1 bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85 \ + num 0.4.3 35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23 \ + num-bigint 0.4.6 a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9 \ + num-complex 0.4.6 73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495 \ num-conv 0.1.0 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 \ - num-integer 0.1.45 225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9 \ - num-iter 0.1.43 7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252 \ - num-rational 0.4.1 0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0 \ - num-traits 0.2.15 578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd \ - num_cpus 1.16.0 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 \ - num_threads 0.1.6 2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44 \ + num-integer 0.1.46 7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f \ + num-iter 0.1.45 1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf \ + num-rational 0.4.2 f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824 \ + num-traits 0.2.19 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 \ + num_threads 0.1.7 5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9 \ number_prefix 0.4.0 830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3 \ objc 0.2.7 915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1 \ objc-foundation 0.1.1 1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9 \ objc_id 0.1.1 c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b \ - object 0.31.1 8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1 \ - once_cell 1.18.0 dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d \ - opaque-debug 0.3.0 624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5 \ - open 5.0.0 cfabf1927dce4d6fdf563d63328a0a506101ced3ec780ca2135747336c98cef8 \ - openssl 0.10.55 345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d \ + object 0.36.5 aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e \ + once_cell 1.20.2 1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775 \ + opaque-debug 0.3.1 c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381 \ + open 5.3.0 61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3 \ + openssl 0.10.66 9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1 \ openssl-macros 0.1.1 a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c \ openssl-probe 0.1.5 ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf \ - openssl-src 111.26.0+1.1.1u efc62c9f12b22b8f5208c23a7200a442b2e5999f8bdf80233852122b5a4f6f37 \ - openssl-sys 0.9.90 374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6 \ + openssl-src 300.3.2+3.3.2 a211a18d945ef7e648cc6e0058f4c548ee46aab922ea203e0d30e966ea23647b \ + openssl-sys 0.9.103 7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6 \ option-ext 0.2.0 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d \ + ordered-float 2.10.1 68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c \ ordered-multimap 0.6.0 4ed8acf08e98e744e5384c8bc63ceb0364e68a6854187221c18df61c4797690e \ - ordered-stream 0.2.0 9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50 \ - output_vt100 0.1.3 628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66 \ - parking 2.1.0 14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e \ + parking 2.2.1 f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba \ parking_lot 0.11.2 7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99 \ - parking_lot 0.12.1 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f \ + parking_lot 0.12.3 f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27 \ parking_lot_core 0.8.6 60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc \ - parking_lot_core 0.9.8 93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447 \ - paste 1.0.14 de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c \ + parking_lot_core 0.9.10 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 \ + paste 1.0.15 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a \ path-slash 0.1.5 498a099351efa4becc6a19c72aa9270598e8fd274ca47052e37455241c88b696 \ path-slash 0.2.1 1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42 \ - pathdiff 0.2.1 8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd \ - pavao 0.2.3 0bcafb8d680c0b6750c095fbd3c9263fc0b3c315e6055cd1867db038641c1757 \ - percent-encoding 2.3.0 9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94 \ - pin-project-lite 0.2.10 4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57 \ + pathdiff 0.2.2 d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361 \ + pavao 0.2.7 e3bc0f9e07a0ef53a1004f67e01bc2fbf877ea9835dce2947e27fc7ac77b44db \ + pem 3.0.4 8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae \ + percent-encoding 2.3.1 e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e \ + pest 2.7.13 fdbef9d1d47087a895abd220ed25eb4ad973a5e26f6a4367b038c25e28dfc2d9 \ + pest_derive 2.7.13 4d3a6e3394ec80feb3b6393c725571754c6188490265c61aaf260810d6b95aa0 \ + pest_generator 2.7.13 94429506bde1ca69d1b5601962c73f4172ab4726571a59ea95931218cb0e930e \ + pest_meta 2.7.13 ac8a071862e93690b6e34e9a5fb8e33ff3734473ac0245b27232222c4906a33f \ + pin-project 1.1.6 baf123a161dde1e524adf36f90bc5d8d3462824a9c43553ad07a8183161189ec \ + pin-project-internal 1.1.6 a4502d8515ca9f32f1fb543d987f63d95a14934883db45bdb48060b6b69257f8 \ + pin-project-lite 0.2.14 bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02 \ pin-utils 0.1.0 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 \ - pkg-config 0.3.27 26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964 \ - polling 2.8.0 4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce \ - portable-atomic 1.3.3 767eb9f07d4a5ebcb39bbf2d452058a93c011373abf6832e24194a1c3f004794 \ + pkcs8 0.10.2 f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7 \ + pkg-config 0.3.31 953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2 \ + portable-atomic 1.9.0 cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2 \ powerfmt 0.2.0 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 \ - ppv-lite86 0.2.17 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de \ - pretty_assertions 1.3.0 a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755 \ - proc-macro-crate 1.3.1 7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919 \ - proc-macro2 1.0.78 e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae \ + ppv-lite86 0.2.20 77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04 \ + pretty_assertions 1.4.1 3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d \ + proc-macro2 1.0.87 b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a \ quick-xml 0.23.1 11bafc859c6815fbaffbbbf4229ecb767ac913fecb27f9ad4343662e9ef099ea \ quick-xml 0.30.0 eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956 \ quick-xml 0.31.0 1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33 \ - quote 1.0.35 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef \ + quinn 0.11.5 8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684 \ + quinn-proto 0.11.8 fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6 \ + quinn-udp 0.5.5 4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b \ + quote 1.0.37 b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af \ rand 0.8.5 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 \ rand_chacha 0.3.1 e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 \ rand_core 0.6.4 ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c \ - ratatui 0.23.0 2e2e4cd95294a85c3b4446e63ef054eea43e0205b1fd60120c16b74ff7ff96ad \ + ratatui 0.28.1 fdef7f9be5c0122f890d58bdf4d964349ba6a6161f705907526d891efabba57d \ + rayon 1.10.0 b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa \ + rayon-core 1.12.1 1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2 \ redox_syscall 0.2.16 fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a \ - redox_syscall 0.3.5 567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29 \ - redox_users 0.4.3 b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b \ - regex 1.9.0 89089e897c013b3deb627116ae56a6955a72b8bed395c9526af31c9fe528b484 \ - regex-automata 0.3.0 fa250384981ea14565685dea16a9ccc4d1c541a13f82b9c168572264d1df8c56 \ - regex-syntax 0.7.3 2ab07dc67230e4a4718e70fd5c20055a4334b121f1f9db8fe63ef39ce9b8c846 \ - remotefs 0.2.0 e8df5d94ca7480505315216544f145f358b7609781beef33a9149ecd9be44a5b \ - remotefs-aws-s3 0.2.4 ff8527f19059c3246d85fa8e81be1b720eeae28099d9e6debe6d7d214875c2aa \ - remotefs-ftp 0.1.3 dd84067bd28eb9f17c906f59a6bfbd2c812a45397357f0c00325d420f0cff0e0 \ - remotefs-smb 0.2.0 27c4fb523b04b6bcd5dae95a33cbaee73cf7d6607862039b6d2bff310db6ed9f \ - remotefs-ssh 0.2.1 d3f30dd4a6510058d4717a012accccc6a2da8ea57387739169b058d2cee8dd7a \ - remotefs-webdav 0.1.1 e88503e1cd53067ab639150625718bb8d88e6bcd1e165205de0d941beca66bde \ - reqwest 0.11.18 cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55 \ - ring 0.16.20 3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc \ - rpassword 7.2.0 6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322 \ - rtoolbox 0.0.1 034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a \ + redox_syscall 0.5.7 9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f \ + redox_users 0.4.6 ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43 \ + regex 1.11.0 38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8 \ + regex-automata 0.4.8 368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3 \ + regex-syntax 0.8.5 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c \ + remotefs 0.3.0 b34c83859b73d72acd9a02090193ef379e669644cea9ab5260a7ad9a0342de30 \ + remotefs-aws-s3 0.3.1 db7009ceac2977be5919e8c09f14069fdd21a0ff6111a418898071159a578def \ + remotefs-ftp 0.2.1 87763db466371654509075793e3de3fd78ab295b46628d5b0a04de8bbd43e582 \ + remotefs-kube 0.4.0 a7ca6df262715fd3c88b58bcc9d219ed46ace67bf73e4216b9fa9b73eafd8426 \ + remotefs-smb 0.3.0 74686dd420fd460f123212a7ceb7e9850aa0b242f250f5e7119525f867acf94a \ + remotefs-ssh 0.4.1 b18f2efb0eb0d1c15a1c6be859646dc62124b33fed5b5a3839f09ded0ccfd3ae \ + remotefs-webdav 0.2.0 5d2b34f3ac2069b106c65b2d0c91b9b4b24a0b5fe9585b49f50fff4135f2cff8 \ + reqwest 0.11.27 dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62 \ + reqwest 0.12.8 f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b \ + ring 0.17.8 c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d \ + rpassword 7.3.1 80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f \ + rtoolbox 0.0.2 c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e \ rust-ini 0.19.0 7e2a3bcec1f113553ef1c88aae6c020a369d03d55b58de9869a0908930385091 \ - rust-s3 0.34.0-rc4 0533896b025761b23147ca1a168c436e1b87d14e460b1f19a6442882d2a3e07f \ - rustc-demangle 0.1.23 d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76 \ - rustix 0.37.23 4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06 \ - rustls 0.21.3 b19faa85ecb5197342b54f987b142fb3e30d0c90da40f80ef4fa9a726e6676ed \ - rustls-pemfile 1.0.3 2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2 \ - rustls-webpki 0.101.1 15f36a6828982f422756984e47912a7a51dcbc2a197aa791158f8ca61cd8204e \ - rustversion 1.0.14 7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4 \ + rust-s3 0.34.0 c6679da8efaf4c6f0c161de0961dfe95fb6e9049c398d6fbdada2639f053aedb \ + rustc-demangle 0.1.24 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f \ + rustc-hash 2.0.0 583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152 \ + rustc_version 0.4.1 cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92 \ + rustix 0.38.37 8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811 \ + rustls 0.21.12 3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e \ + rustls 0.23.14 415d9944693cb90382053259f89fbb077ea730ad7273047ec63b19bc9b160ba8 \ + rustls-native-certs 0.7.3 e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5 \ + rustls-native-certs 0.8.0 fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a \ + rustls-pemfile 1.0.4 1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c \ + rustls-pemfile 2.2.0 dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50 \ + rustls-pki-types 1.9.0 0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55 \ + rustls-webpki 0.101.7 8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765 \ + rustls-webpki 0.102.8 64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9 \ + rustversion 1.0.17 955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6 \ rustydav 0.1.3 bc4c86c47126ac8bfc573084610e93f4ca8726f3ae7bf6c64bd60476731b6e42 \ - ryu 1.0.14 fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9 \ + ryu 1.0.18 f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f \ same-file 1.0.6 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 \ - schannel 0.1.22 0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88 \ - scopeguard 1.1.0 d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd \ - sct 0.7.0 d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4 \ - secret-service 3.0.1 5da1a5ad4d28c03536f82f77d9f36603f5e37d8869ac98f0a750d5b5686d8d95 \ - security-framework 2.9.1 1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8 \ - security-framework-sys 2.9.0 f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7 \ - self_update 0.37.0 a667e18055120bcc9a658d55d36f2f6bfc82e07968cc479ee7774e3bfb501e14 \ - semver 1.0.17 bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed \ - serde 1.0.197 3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2 \ - serde_derive 1.0.197 7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b \ - serde_json 1.0.100 0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c \ - serde_repr 0.1.14 1d89a8107374290037607734c0b73a85db7ed80cae314b3c5791f192a496e731 \ - serde_spanned 0.6.5 eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1 \ + scc 2.2.1 553f8299af7450cda9a52d3a370199904e7a46b5ffd1bef187c4a6af3bb6db69 \ + schannel 0.1.26 01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1 \ + scopeguard 1.2.0 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 \ + sct 0.7.1 da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414 \ + sdd 3.0.4 49c1eeaf4b6a87c7479688c6d52b9f1153cedd3c489300564f932b065c6eab95 \ + secrecy 0.8.0 9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e \ + security-framework 2.11.1 897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02 \ + security-framework 3.0.0 f9d0283c0a4a22a0f1b0e4edca251aa20b92fc96eaa09b84bec052f9415e9d71 \ + security-framework-sys 2.12.0 ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6 \ + self-replace 1.5.0 03ec815b5eab420ab893f63393878d89c90fdd94c0bcc44c07abb8ad95552fb7 \ + self_update 0.41.0 469a3970061380c19852269f393e74c0fe607a4e23d85267382cf25486aa8de5 \ + semver 1.0.23 61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b \ + serde 1.0.210 c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a \ + serde-value 0.7.0 f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c \ + serde_derive 1.0.210 243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f \ + serde_json 1.0.128 6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8 \ + serde_spanned 0.6.8 87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1 \ serde_urlencoded 0.7.1 d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd \ - serial_test 3.0.0 953ad9342b3aaca7cb43c45c097dd008d4907070394bd0751a0aa8817e5a018d \ - serial_test_derive 3.0.0 b93fb4adc70021ac1b47f7d45e8cc4169baaa7ea58483bc5b721d19a26202212 \ - sha1 0.10.5 f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3 \ + serde_yaml 0.9.34+deprecated 6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47 \ + serial_test 3.1.1 4b4b487fe2acf240a021cf57c6b2b4903b1e78ca0ecd862a71b71d2a51fed77d \ + serial_test_derive 3.1.1 82fe9db325bcef1fbcde82e078a5cc4efdf787e96b3b9cf45b50b529f2083d67 \ + sha1 0.10.6 e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba \ sha2 0.9.9 4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800 \ - sha2 0.10.7 479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8 \ + sha2 0.10.8 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 \ + shlex 1.3.0 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 \ signal-hook 0.3.17 8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801 \ - signal-hook-mio 0.2.3 29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af \ - signal-hook-registry 1.4.1 d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1 \ - simplelog 0.12.1 acee08041c5de3d5048c8b3f6f13fafb3026b24ba43c6a695a0c76179b844369 \ - slab 0.4.8 6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d \ - smallvec 1.11.0 62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9 \ - smawk 0.3.1 f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043 \ - socket2 0.4.9 64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662 \ - spin 0.5.2 6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d \ + signal-hook-mio 0.2.4 34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd \ + signal-hook-registry 1.4.2 a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1 \ + signature 2.2.0 77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de \ + simd-adler32 0.3.7 d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe \ + simplelog 0.12.2 16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0 \ + slab 0.4.9 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 \ + smallvec 1.13.2 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 \ + smawk 0.3.2 b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c \ + socket2 0.5.7 ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c \ + spin 0.9.8 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 \ + spki 0.7.3 d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d \ ssh2 0.9.4 e7fe461910559f6d5604c3731d00d2aafc4a83d1665922e280f42f9a168d5455 \ - ssh2-config 0.2.0 e31d9bb8e97972d6541ccf32ed51294e4e16feeef06a0e77a6272d041f0f5bc7 \ + ssh2-config 0.2.3 98150bad1e8fe53df07f38b53364f4d34e84a6cc2ee9f933e43629571060af65 \ static_assertions 1.1.0 a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f \ - strum 0.25.0 290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125 \ - strum_macros 0.25.3 23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0 \ - subtle 2.4.1 6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601 \ - suppaftp 5.1.2 4c84c5cecf19018f5f85ca3f2c7e2c974dfe07e7e4a85cbea4330bb1e7c578df \ - syn 1.0.109 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 \ - syn 2.0.52 b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07 \ - tar 0.4.38 4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6 \ - tauri-winrt-notification 0.1.2 4f5bff1d532fead7c43324a0fa33643b8621a47ce2944a633be4cb6c0240898f \ - tempfile 3.6.0 31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6 \ - termcolor 1.1.3 bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755 \ + strsim 0.11.1 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f \ + strum 0.26.3 8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06 \ + strum_macros 0.26.4 4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be \ + subtle 2.6.1 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292 \ + suppaftp 6.0.1 3d5c3d37ce3092d7148494a30a0f5036f8722792a626b25662a87434d3683c33 \ + syn 2.0.79 89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590 \ + sync_wrapper 0.1.2 2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160 \ + sync_wrapper 1.0.1 a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394 \ + sysinfo 0.31.4 355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be \ + system-configuration 0.5.1 ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7 \ + system-configuration-sys 0.5.0 a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9 \ + tar 0.4.42 4ff6c40d3aedb5e06b57c6f669ad17ab063dd1e63d977c6a88e7f4dfa4f04020 \ + tauri-winrt-notification 0.2.1 f89f5fb70d6f62381f5d9b2ba9008196150b40b75f3068eb24faeddf1c686871 \ + tempfile 3.13.0 f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b \ + termcolor 1.4.1 06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755 \ textwrap 0.16.1 23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9 \ - thiserror 1.0.57 1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b \ - thiserror-impl 1.0.57 a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81 \ + thiserror 1.0.64 d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84 \ + thiserror-impl 1.0.64 08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3 \ tiger 0.1.0 443e531cbcf9de83258cfef70bcd56c91188de5819ebd4b19c85f589e0617005 \ - time 0.1.45 1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a \ - time 0.3.34 c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749 \ + time 0.3.36 5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885 \ time-core 0.1.2 ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3 \ - time-macros 0.2.17 7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774 \ + time-macros 0.2.18 3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf \ tiny-keccak 2.0.2 2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237 \ - tinyvec 1.6.0 87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50 \ + tinyvec 1.8.0 445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938 \ tinyvec_macros 0.1.1 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 \ - tokio 1.29.1 532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da \ + tokio 1.38.1 eb2caba9f80616f438e09748d5acda951967e1ea58508ef53d9c6402485a46df \ + tokio-macros 2.3.0 5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a \ tokio-native-tls 0.3.1 bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2 \ - tokio-rustls 0.24.1 c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081 \ - tokio-util 0.7.8 806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d \ - toml 0.8.10 9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290 \ - toml_datetime 0.6.5 3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1 \ - toml_edit 0.19.12 c500344a19072298cd05a7224b3c0c629348b78692bf48466c5238656e315a78 \ - toml_edit 0.22.6 2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6 \ - tower-service 0.3.2 b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52 \ - tracing 0.1.37 8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8 \ - tracing-attributes 0.1.26 5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab \ - tracing-core 0.1.31 0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a \ - try-lock 0.2.4 3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed \ - tui 0.19.0 ccdd26cbd674007e649a272da4475fb666d3aa0ad0531da7136db6fab0e5bad1 \ - tui-realm-stdlib 1.3.1 a14fa5a0376ef64b93b484f811716b73422803df91c9ce7f83c50cc391230426 \ - tuirealm 1.9.1 412447298ad477c25ff50c4a894ff5077b6ee3e25b913d42db30021d81b1af53 \ - tuirealm_derive 1.0.0 e0adcdaf59881626555558eae08f8a53003c8a1961723b4d7a10c51599abbc81 \ - typenum 1.16.0 497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba \ - uds_windows 1.0.2 ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d \ - unicode-bidi 0.3.13 92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460 \ - unicode-ident 1.0.10 22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73 \ - unicode-linebreak 0.1.4 c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137 \ - unicode-normalization 0.1.22 5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921 \ - unicode-segmentation 1.10.1 1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36 \ - unicode-width 0.1.10 c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b \ - untrusted 0.7.1 a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a \ - url 2.4.0 50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb \ - urlencoding 2.1.2 e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9 \ - users 0.11.0 24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032 \ + tokio-rustls 0.26.0 0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4 \ + tokio-tungstenite 0.23.1 c6989540ced10490aaf14e6bad2e3d33728a2813310a0c71d1574304c49631cd \ + tokio-util 0.7.12 61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a \ + toml 0.8.19 a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e \ + toml_datetime 0.6.8 0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41 \ + toml_edit 0.22.22 4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5 \ + tower 0.4.13 b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c \ + tower-http 0.5.2 1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5 \ + tower-layer 0.3.3 121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e \ + tower-service 0.3.3 8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3 \ + tracing 0.1.40 c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef \ + tracing-attributes 0.1.27 34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7 \ + tracing-core 0.1.32 c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54 \ + try-lock 0.2.5 e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b \ + tui-realm-stdlib 2.0.1 78a24d06b8403c57b32a3d3fdac795adf4ef8610e5f9650a3629efc8a9d6c0bb \ + tuirealm 2.0.3 0d3865c9f0e84c07c991c24c853f095bb764859fa3806fe6e00b559f40f1253f \ + tuirealm_derive 2.0.0 caa8b0560f4245acc0bbe0e1d76e1f6a308145dd6e107befce4cf29e7fe32662 \ + tungstenite 0.23.0 6e2e2ce1e47ed2994fd43b04c8f618008d4cabdd5ee34027cf14f9d918edd9c8 \ + typenum 1.17.0 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 \ + ucd-trie 0.1.7 2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971 \ + unicode-bidi 0.3.17 5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893 \ + unicode-ident 1.0.13 e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe \ + unicode-linebreak 0.1.5 3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f \ + unicode-normalization 0.1.24 5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956 \ + unicode-segmentation 1.12.0 f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493 \ + unicode-truncate 1.1.0 b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf \ + unicode-width 0.1.14 7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af \ + unicode-width 0.2.0 1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd \ + unsafe-libyaml 0.2.11 673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861 \ + untrusted 0.9.0 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 \ + url 2.5.2 22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c \ + urlencoding 2.1.3 daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da \ + utf-8 0.7.6 09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9 \ + uzers 0.12.1 4df81ff504e7d82ad53e95ed1ad5b72103c11253f39238bcc0235b90768a97dd \ vcpkg 0.2.15 accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 \ - version-compare 0.1.1 579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29 \ - version_check 0.9.4 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f \ - waker-fn 1.1.0 9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca \ - walkdir 2.3.3 36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698 \ + vergen 9.0.1 349ed9e45296a581f455bc18039878f409992999bc1d5da12a6800eb18c8752f \ + vergen-git2 1.0.1 e771aff771c0d7c2f42e434e2766d304d917e29b40f0424e8faaaa936bbc3f29 \ + vergen-lib 0.1.4 229eaddb0050920816cf051e619affaf18caa3dd512de8de5839ccbc8e53abb0 \ + version-compare 0.2.0 852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b \ + version_check 0.9.5 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a \ + walkdir 2.5.0 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b \ want 0.3.1 bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e \ - wasi 0.10.0+wasi-snapshot-preview1 1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f \ wasi 0.11.0+wasi-snapshot-preview1 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 \ - wasm-bindgen 0.2.87 7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342 \ - wasm-bindgen-backend 0.2.87 5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd \ - wasm-bindgen-futures 0.4.37 c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03 \ - wasm-bindgen-macro 0.2.87 dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d \ - wasm-bindgen-macro-support 0.2.87 54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b \ - wasm-bindgen-shared 0.2.87 ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1 \ - web-sys 0.3.64 9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b \ - webpki 0.22.0 f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd \ - webpki-roots 0.22.6 b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87 \ + wasite 0.1.0 b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b \ + wasm-bindgen 0.2.95 128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e \ + wasm-bindgen-backend 0.2.95 cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358 \ + wasm-bindgen-futures 0.4.45 cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b \ + wasm-bindgen-macro 0.2.95 e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56 \ + wasm-bindgen-macro-support 0.2.95 26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68 \ + wasm-bindgen-shared 0.2.95 65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d \ + web-sys 0.3.72 f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112 \ webpki-roots 0.25.4 5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1 \ - which 4.4.0 2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269 \ - whoami 1.4.1 22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50 \ - wildmatch 2.1.1 ee583bdc5ff1cf9db20e9db5bb3ff4c3089a8f6b8b31aff265c9aba85812db86 \ - winapi 0.2.8 167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a \ + webpki-roots 0.26.6 841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958 \ + which 4.4.2 87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7 \ + whoami 1.5.2 372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d \ + wildmatch 2.4.0 68ce1ab1f8c62655ebe1350f589c61e505cf94d385bc6a12899442d9081e71fd \ winapi 0.3.9 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 \ - winapi-build 0.1.1 2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc \ winapi-i686-pc-windows-gnu 0.4.0 ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 \ - winapi-util 0.1.5 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 \ + winapi-util 0.1.9 cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb \ winapi-x86_64-pc-windows-gnu 0.4.0 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f \ - windows 0.39.0 f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a \ - windows 0.48.0 e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f \ - windows-sys 0.45.0 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0 \ + windows 0.52.0 e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be \ + windows 0.56.0 1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132 \ + windows 0.57.0 12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143 \ + windows-core 0.52.0 33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9 \ + windows-core 0.56.0 4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6 \ + windows-core 0.57.0 d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d \ + windows-implement 0.56.0 f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b \ + windows-implement 0.57.0 9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7 \ + windows-interface 0.56.0 08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc \ + windows-interface 0.57.0 29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7 \ + windows-registry 0.2.0 e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0 \ + windows-result 0.1.2 5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8 \ + windows-result 0.2.0 1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e \ + windows-strings 0.1.0 4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10 \ windows-sys 0.48.0 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 \ windows-sys 0.52.0 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d \ - windows-targets 0.42.2 8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071 \ - windows-targets 0.48.1 05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f \ - windows-targets 0.52.4 7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b \ - windows_aarch64_gnullvm 0.42.2 597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8 \ - windows_aarch64_gnullvm 0.48.0 91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc \ - windows_aarch64_gnullvm 0.52.4 bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9 \ - windows_aarch64_msvc 0.39.0 ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2 \ - windows_aarch64_msvc 0.42.2 e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43 \ - windows_aarch64_msvc 0.48.0 b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3 \ - windows_aarch64_msvc 0.52.4 da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675 \ - windows_i686_gnu 0.39.0 763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b \ - windows_i686_gnu 0.42.2 c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f \ - windows_i686_gnu 0.48.0 622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241 \ - windows_i686_gnu 0.52.4 b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3 \ - windows_i686_msvc 0.39.0 7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106 \ - windows_i686_msvc 0.42.2 44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060 \ - windows_i686_msvc 0.48.0 4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00 \ - windows_i686_msvc 0.52.4 1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02 \ - windows_x86_64_gnu 0.39.0 6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65 \ - windows_x86_64_gnu 0.42.2 8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36 \ - windows_x86_64_gnu 0.48.0 ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1 \ - windows_x86_64_gnu 0.52.4 5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03 \ - windows_x86_64_gnullvm 0.42.2 26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3 \ - windows_x86_64_gnullvm 0.48.0 7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953 \ - windows_x86_64_gnullvm 0.52.4 77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177 \ - windows_x86_64_msvc 0.39.0 5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809 \ - windows_x86_64_msvc 0.42.2 9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0 \ - windows_x86_64_msvc 0.48.0 1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a \ - windows_x86_64_msvc 0.52.4 32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8 \ - winnow 0.4.7 ca0ace3845f0d96209f0375e6d367e3eb87eb65d27d445bdc9f1843a26f39448 \ - winnow 0.6.5 dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8 \ - winreg 0.10.1 80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d \ - ws2_32-sys 0.2.1 d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e \ - xattr 0.2.3 6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc \ - xdg-home 1.0.0 2769203cd13a0c6015d515be729c526d041e9cf2c0cc478d57faee85f40c6dcd \ - yansi 0.5.1 09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec \ - zbus 3.14.1 31de390a2d872e4cd04edd71b425e29853f786dc99317ed72d73d6fcf5ebb948 \ - zbus_macros 3.14.1 41d1794a946878c0e807f55a397187c11fc7a038ba5d868e7db4f3bd7760bc9d \ - zbus_names 2.6.0 fb80bb776dbda6e23d705cf0123c3b95df99c4ebeaec6c2599d4a5419902b4a9 \ - zip 0.6.6 760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261 \ - zvariant 3.15.0 44b291bee0d960c53170780af148dca5fa260a63cdd24f1962fa82e03e53338c \ - zvariant_derive 3.15.0 934d7a7dfc310d6ee06c87ffe88ef4eca7d3e37bb251dece2ef93da8f17d8ecd \ - zvariant_utils 1.0.1 7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200 + windows-sys 0.59.0 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b \ + windows-targets 0.48.5 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c \ + windows-targets 0.52.6 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 \ + windows-version 0.1.1 6998aa457c9ba8ff2fb9f13e9d2a930dabcea28f1d0ab94d687d8b3654844515 \ + windows_aarch64_gnullvm 0.48.5 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 \ + windows_aarch64_gnullvm 0.52.6 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 \ + windows_aarch64_msvc 0.48.5 dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc \ + windows_aarch64_msvc 0.52.6 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 \ + windows_i686_gnu 0.48.5 a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e \ + windows_i686_gnu 0.52.6 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b \ + windows_i686_gnullvm 0.52.6 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 \ + windows_i686_msvc 0.48.5 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 \ + windows_i686_msvc 0.52.6 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 \ + windows_x86_64_gnu 0.48.5 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e \ + windows_x86_64_gnu 0.52.6 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 \ + windows_x86_64_gnullvm 0.48.5 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc \ + windows_x86_64_gnullvm 0.52.6 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d \ + windows_x86_64_msvc 0.48.5 ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 \ + windows_x86_64_msvc 0.52.6 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec \ + winnow 0.6.20 36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b \ + winreg 0.50.0 524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1 \ + xattr 1.3.1 8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f \ + yansi 1.0.1 cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049 \ + zerocopy 0.7.35 1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0 \ + zerocopy-derive 0.7.35 fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e \ + zeroize 1.8.1 ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde \ + zip 2.2.0 dc5e4288ea4057ae23afc69a4472434a87a2495cafce6632fd1c4ec9f5cf3494 \ + zipsign-api 0.1.2 6413a546ada9dbcd0b9a3e0b0880581279e35047bce9797e523b3408e1df607c \ + zopfli 0.8.1 e5019f391bac5cf252e93bbcc53d039ffd62c7bfb7c150414d61369afe57e946 From f37bc645b738a137b24b238be9f2f57d90f349f4 Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Tue, 22 Oct 2024 02:15:36 +0400 Subject: [PATCH 313/446] newsraft: update to 0.27 --- net/newsraft/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/newsraft/Portfile b/net/newsraft/Portfile index 062ef48c4dbeb..f7b408c9ca678 100644 --- a/net/newsraft/Portfile +++ b/net/newsraft/Portfile @@ -5,7 +5,7 @@ PortGroup codeberg 1.0 PortGroup legacysupport 1.1 PortGroup makefile 1.0 -codeberg.setup newsraft newsraft 0.26 newsraft- +codeberg.setup newsraft newsraft 0.27 newsraft- revision 0 categories net @@ -14,9 +14,9 @@ maintainers {@sikmir disroot.org:sikmir} openmaintainer description Feed reader for terminal long_description {*}${description} -checksums rmd160 2f6247525db8e2081e78c31139d391c3aa9d6da3 \ - sha256 4c96ecb5628a14b7acabff4645595326b079ca1a93c2b2cbbd1af03aef1b91ea \ - size 155572 +checksums rmd160 fc114e7a912912512102c112bbf1d7a43d6a1cc4 \ + sha256 627b274901e5c3298d430f5adfedbd69b09de365ffeb18e768f091738fe39089 \ + size 155854 depends_build-append \ path:bin/pkg-config:pkgconfig From b305fc51a13cca1b3eb64c58db5403b8d28bdf59 Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Tue, 22 Oct 2024 00:55:06 +0400 Subject: [PATCH 314/446] mqttui: update to 0.21.1 --- net/mqttui/Portfile | 198 ++++++++++++++++++++++---------------------- 1 file changed, 101 insertions(+), 97 deletions(-) diff --git a/net/mqttui/Portfile b/net/mqttui/Portfile index 397601ee61cf9..62efa52f97b96 100644 --- a/net/mqttui/Portfile +++ b/net/mqttui/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup cargo 1.0 -github.setup EdJoPaTo mqttui 0.21.0 v +github.setup EdJoPaTo mqttui 0.21.1 v revision 0 categories net @@ -15,9 +15,9 @@ description Simple lightweight terminal based MQTT monitor and publisher long_description {*}${description} checksums ${distfiles} \ - rmd160 891c79be5f7039d8ab93402db1bb45e23ce2bf7a \ - sha256 a4d69271ffe3316c883f4e366b897812da594efce3756b059505766046e63a59 \ - size 220967 + rmd160 1816728a365cb86c63647879eb5ebb83bddda5b1 \ + sha256 8114640c279230c282fb89dd7235116318cd0b88e75e18257c4d6df6defa1515 \ + size 220892 destroot { xinstall -m 0755 ${worksrcpath}/target/[option triplet.${muniversal.build_arch}]/release/${name} ${destroot}${prefix}/bin/ @@ -29,41 +29,40 @@ cargo.crates_github \ 1561bbbe009ad0c45aa18661bb7f87c209de147e8dcc6615ff56ebc8c08a34d6 cargo.crates \ - addr2line 0.21.0 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb \ + addr2line 0.22.0 6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678 \ adler 1.0.2 f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe \ ahash 0.8.11 e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 \ allocator-api2 0.2.18 5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f \ android-tzdata 0.1.1 e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 \ android_system_properties 0.1.5 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 \ - anstream 0.6.13 d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb \ - anstyle 1.0.6 8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc \ - anstyle-parse 0.2.3 c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c \ - anstyle-query 1.0.2 e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648 \ - anstyle-wincon 3.0.2 1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7 \ - anyhow 1.0.82 f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519 \ + anstream 0.6.15 64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526 \ + anstyle 1.0.8 1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1 \ + anstyle-parse 0.2.5 eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb \ + anstyle-query 1.1.1 6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a \ + anstyle-wincon 3.0.4 5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8 \ + anyhow 1.0.86 b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da \ async-tungstenite 0.25.1 2cca750b12e02c389c1694d35c16539f88b8bbaa5945934fdc1b41a776688589 \ async_io_stream 0.3.3 b6d7b9decdf35d8908a7e3ef02f64c5e9b1695e230154c0e8de3969142d9b94c \ - autocfg 1.2.0 f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80 \ - backtrace 0.3.71 26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d \ - base64 0.22.0 9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51 \ - bitflags 1.3.2 bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a \ - bitflags 2.5.0 cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1 \ + autocfg 1.3.0 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0 \ + backtrace 0.3.73 5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a \ + base64 0.22.1 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 \ + bitflags 2.6.0 b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de \ block-buffer 0.10.4 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 \ bumpalo 3.16.0 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c \ byteorder 1.5.0 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b \ - bytes 1.6.0 514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9 \ + bytes 1.6.1 a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952 \ cassowary 0.3.0 df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53 \ - castaway 0.2.2 8a17ed5635fc8536268e5d4de1e22e81ac34419e5f052d4d51f4e01dcc263fcc \ - cc 1.0.94 17f6e324229dc011159fcc089755d1e2e216a90d43a7dea6853ca740b84f35e7 \ + castaway 0.2.3 0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5 \ + cc 1.1.7 26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc \ cfg-if 1.0.0 baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd \ chrono 0.4.38 a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401 \ - clap 4.5.4 90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0 \ - clap_builder 4.5.2 ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4 \ - clap_complete 4.5.2 dd79504325bf38b10165b02e89b4347300f855f273c4cb30c4a3209e6583275e \ - clap_derive 4.5.4 528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64 \ - clap_lex 0.7.0 98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce \ - clap_mangen 0.2.20 e1dd95b5ebb5c1c54581dd6346f3ed6a79a3eef95dd372fc2ac13d535535300e \ - colorchoice 1.0.0 acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 \ + clap 4.5.11 35723e6a11662c2afb578bcf0b88bf6ea8e21282a953428f240574fcc3a2b5b3 \ + clap_builder 4.5.11 49eb96cbfa7cfa35017b7cd548c75b14c3118c98b423041d70562665e07fb0fa \ + clap_complete 4.5.11 c6ae69fbb0833c6fcd5a8d4b8609f108c7ad95fc11e248d853ff2c42a90df26a \ + clap_derive 4.5.11 5d029b67f89d30bbb547c89fd5161293c0aec155fc691d7924b64550662db93e \ + clap_lex 0.7.2 1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97 \ + clap_mangen 0.2.23 f17415fd4dfbea46e3274fcd8d368284519b358654772afb700dc2e8d2b24eeb \ + colorchoice 1.0.2 d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0 \ compact_str 0.7.1 f86b9c4c00838774a6d902ef931eff7470720c51d90c2e32cfe15dc304737b3f \ core-foundation 0.9.4 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f \ core-foundation-sys 0.8.6 06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f \ @@ -71,11 +70,11 @@ cargo.crates \ crossterm 0.27.0 f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df \ crossterm_winapi 0.9.1 acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b \ crypto-common 0.1.6 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 \ - data-encoding 2.5.0 7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5 \ + data-encoding 2.6.0 e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2 \ digest 0.10.7 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 \ ego-tree 0.6.2 3a68a4904193147e0a8dec3314640e6db742afd5f6e634f428a6af230d9b3591 \ - either 1.11.0 a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2 \ - errno 0.3.8 a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 \ + either 1.13.0 60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0 \ + errno 0.3.9 534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba \ flume 0.11.0 55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181 \ fnv 1.0.7 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 \ form_urlencoded 1.2.1 e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 \ @@ -89,110 +88,113 @@ cargo.crates \ futures-task 0.3.30 38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004 \ futures-util 0.3.30 3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48 \ generic-array 0.14.7 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a \ - getrandom 0.2.14 94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c \ - gimli 0.28.1 4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253 \ - hashbrown 0.14.3 290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604 \ - heck 0.4.1 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 \ + getrandom 0.2.15 c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 \ + gimli 0.29.0 40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd \ + hashbrown 0.14.5 e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 \ heck 0.5.0 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea \ + hermit-abi 0.3.9 d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024 \ http 1.1.0 21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258 \ - httparse 1.8.0 d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904 \ + httparse 1.9.4 0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9 \ iana-time-zone 0.1.60 e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141 \ iana-time-zone-haiku 0.1.2 f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f \ idna 0.5.0 634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6 \ - indoc 2.0.5 b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5 \ + is_terminal_polyfill 1.70.1 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf \ itertools 0.12.1 ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 \ + itertools 0.13.0 413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186 \ itoa 1.0.11 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b \ js-sys 0.3.69 29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d \ - libc 0.2.153 9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd \ - linux-raw-sys 0.4.13 01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c \ - lock_api 0.4.11 3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45 \ - log 0.4.21 90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c \ + libc 0.2.155 97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c \ + linux-raw-sys 0.4.14 78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89 \ + lock_api 0.4.12 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 \ + log 0.4.22 a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24 \ lru 0.12.3 d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc \ - memchr 2.7.2 6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d \ - miniz_oxide 0.7.2 9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7 \ + memchr 2.7.4 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 \ + miniz_oxide 0.7.4 b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08 \ mio 0.8.11 a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c \ - num-traits 0.2.18 da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a \ - object 0.32.2 a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441 \ + mio 1.0.1 4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4 \ + num-traits 0.2.19 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 \ + object 0.36.2 3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e \ once_cell 1.19.0 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 \ openssl-probe 0.1.5 ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf \ - parking_lot 0.12.1 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f \ - parking_lot_core 0.9.9 4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e \ - paste 1.0.14 de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c \ + parking_lot 0.12.3 f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27 \ + parking_lot_core 0.9.10 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 \ + paste 1.0.15 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a \ percent-encoding 2.3.1 e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e \ pharos 0.5.3 e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414 \ pin-project-lite 0.2.14 bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02 \ pin-utils 0.1.0 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 \ - ppv-lite86 0.2.17 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de \ - proc-macro2 1.0.81 3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba \ + ppv-lite86 0.2.18 dee4364d9f3b902ef14fab8a1ddffb783a1cb6b4bba3bfc1fa3922732c7de97f \ + proc-macro2 1.0.86 5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77 \ quote 1.0.36 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 \ rand 0.8.5 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 \ rand_chacha 0.3.1 e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 \ rand_core 0.6.4 ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c \ - ratatui 0.26.2 a564a852040e82671dc50a37d88f3aa83bbc690dfc6844cfe7a2591620206a80 \ - redox_syscall 0.4.1 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa \ + ratatui 0.26.3 f44c9e68fd46eda15c646fbb85e1040b657a58cdc8c98db1d97a55930d991eef \ + redox_syscall 0.5.3 2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4 \ ring 0.17.8 c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d \ rmp 0.8.14 228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4 \ - rmpv 1.0.2 e540282f11751956c82bc5529a7fb71b871b998fbf9cf06c2419b22e1b4350df \ - roff 0.2.1 b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316 \ + rmpv 1.3.0 58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9 \ + roff 0.2.2 88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3 \ rumqttc 0.24.0 e1568e15fab2d546f940ed3a21f48bbbd1c494c90c99c4481339364a497f94a9 \ - rustc-demangle 0.1.23 d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76 \ + rustc-demangle 0.1.24 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f \ rustc_version 0.4.0 bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366 \ - rustix 0.38.32 65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89 \ - rustls 0.22.3 99008d7ad0bbbea527ec27bddbc0e432c5b87d8175178cee68d2eec9c4a1813c \ - rustls-native-certs 0.7.0 8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792 \ + rustix 0.38.34 70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f \ + rustls 0.22.4 bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432 \ + rustls-native-certs 0.7.1 a88d6d420651b496bdd98684116959239430022a115c1240e6c3993be0b15fba \ rustls-pemfile 2.1.2 29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d \ - rustls-pki-types 1.4.1 ecd36cc4259e3e4514335c4a138c6b43171a8d61d8f5c9348f9fc7529416f247 \ - rustls-webpki 0.102.2 faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610 \ - rustversion 1.0.15 80af6f9131f277a45a3fba6ce8e2258037bb0477a67e610d3c1fe046ab31de47 \ - ryu 1.0.17 e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1 \ + rustls-pki-types 1.7.0 976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d \ + rustls-webpki 0.102.6 8e6b52d4fda176fd835fdc55a835d4a89b8499cad995885a21149d5ad62f852e \ + rustversion 1.0.17 955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6 \ + ryu 1.0.18 f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f \ schannel 0.1.23 fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534 \ scopeguard 1.2.0 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 \ - security-framework 2.10.0 770452e37cad93e0a50d5abc3990d2bc351c36d0328f86cefec2f2fb206eaef6 \ - security-framework-sys 2.10.0 41f3cc463c0ef97e11c3461a9d3787412d30e8e7eb907c79180c4a57bf7c04ef \ - semver 1.0.22 92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca \ - serde 1.0.198 9846a40c979031340571da2545a4e5b7c4163bdae79b301d5f86d03979451fcc \ - serde_bytes 0.11.14 8b8497c313fd43ab992087548117643f6fcd935cbf36f176ffda0aacf9591734 \ - serde_derive 1.0.198 e88edab869b01783ba905e7d0153f9fc1a6505a96e4ad3018011eedb838566d9 \ - serde_json 1.0.116 3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813 \ + security-framework 2.11.1 897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02 \ + security-framework-sys 2.11.1 75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf \ + semver 1.0.23 61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b \ + serde 1.0.204 bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12 \ + serde_bytes 0.11.15 387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a \ + serde_derive 1.0.204 e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222 \ + serde_json 1.0.121 4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609 \ sha1 0.10.6 e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba \ signal-hook 0.3.17 8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801 \ - signal-hook-mio 0.2.3 29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af \ - signal-hook-registry 1.4.1 d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1 \ + signal-hook-mio 0.2.4 34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd \ + signal-hook-registry 1.4.2 a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1 \ slab 0.4.9 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 \ smallvec 1.13.2 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 \ - socket2 0.5.6 05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871 \ + socket2 0.5.7 ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c \ spin 0.9.8 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 \ - stability 0.2.0 2ff9eaf853dec4c8802325d8b6d3dffa86cc707fd7a1a4cdbf416e13b061787a \ + stability 0.2.1 d904e7009df136af5297832a3ace3370cd14ff1546a232f4f185036c2736fcac \ static_assertions 1.1.0 a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f \ strsim 0.11.1 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f \ - strum 0.26.2 5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29 \ - strum_macros 0.26.2 c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946 \ - subtle 2.5.0 81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc \ - syn 2.0.59 4a6531ffc7b071655e4ce2e04bd464c4830bb585a61cabb96cf808f05172615a \ + strum 0.26.3 8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06 \ + strum_macros 0.26.4 4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be \ + subtle 2.6.1 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292 \ + syn 2.0.72 dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af \ terminal_size 0.3.0 21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7 \ - thiserror 1.0.58 03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297 \ - thiserror-impl 1.0.58 c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7 \ - tinyvec 1.6.0 87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50 \ + thiserror 1.0.63 c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724 \ + thiserror-impl 1.0.63 a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261 \ + tinyvec 1.8.0 445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938 \ tinyvec_macros 0.1.1 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 \ - tokio 1.37.0 1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787 \ - tokio-macros 2.2.0 5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b \ + tokio 1.39.2 daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1 \ + tokio-macros 2.4.0 693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752 \ tokio-rustls 0.25.0 775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f \ tracing 0.1.40 c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef \ tracing-attributes 0.1.27 34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7 \ tracing-core 0.1.32 c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54 \ - tui-tree-widget 0.19.0 fb0c6f924587e719c50b8f83485afbe4d4c16edca6b641d5d9a3204edeba5cf0 \ + tui-tree-widget 0.20.0 a6201de8ad8d88cb6cac4cfe3436d9a1ea31c0732a7aec4c2cc3b23186ad7dcc \ tungstenite 0.21.0 9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1 \ typenum 1.17.0 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 \ unicode-bidi 0.3.15 08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75 \ unicode-ident 1.0.12 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b \ unicode-normalization 0.1.23 a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5 \ unicode-segmentation 1.11.0 d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202 \ - unicode-width 0.1.11 e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85 \ + unicode-truncate 1.1.0 b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf \ + unicode-width 0.1.12 68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6 \ untrusted 0.9.0 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 \ - url 2.5.0 31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633 \ + url 2.5.2 22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c \ utf-8 0.7.6 09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9 \ - utf8parse 0.2.1 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a \ - version_check 0.9.4 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f \ + utf8parse 0.2.2 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 \ + version_check 0.9.5 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a \ wasi 0.11.0+wasi-snapshot-preview1 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 \ wasm-bindgen 0.2.92 4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8 \ wasm-bindgen-backend 0.2.92 614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da \ @@ -206,23 +208,25 @@ cargo.crates \ windows-sys 0.48.0 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 \ windows-sys 0.52.0 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d \ windows-targets 0.48.5 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c \ - windows-targets 0.52.5 6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb \ + windows-targets 0.52.6 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 \ windows_aarch64_gnullvm 0.48.5 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 \ - windows_aarch64_gnullvm 0.52.5 7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263 \ + windows_aarch64_gnullvm 0.52.6 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 \ windows_aarch64_msvc 0.48.5 dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc \ - windows_aarch64_msvc 0.52.5 9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6 \ + windows_aarch64_msvc 0.52.6 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 \ windows_i686_gnu 0.48.5 a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e \ - windows_i686_gnu 0.52.5 88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670 \ - windows_i686_gnullvm 0.52.5 87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9 \ + windows_i686_gnu 0.52.6 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b \ + windows_i686_gnullvm 0.52.6 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 \ windows_i686_msvc 0.48.5 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 \ - windows_i686_msvc 0.52.5 db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf \ + windows_i686_msvc 0.52.6 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 \ windows_x86_64_gnu 0.48.5 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e \ - windows_x86_64_gnu 0.52.5 4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9 \ + windows_x86_64_gnu 0.52.6 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 \ windows_x86_64_gnullvm 0.48.5 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc \ - windows_x86_64_gnullvm 0.52.5 852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596 \ + windows_x86_64_gnullvm 0.52.6 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d \ windows_x86_64_msvc 0.48.5 ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 \ - windows_x86_64_msvc 0.52.5 bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0 \ + windows_x86_64_msvc 0.52.6 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec \ ws_stream_tungstenite 0.13.0 a198f414f083fb19fcc1bffcb0fa0cf46d33ccfa229adf248cac12c180e91609 \ - zerocopy 0.7.32 74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be \ - zerocopy-derive 0.7.32 9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6 \ - zeroize 1.7.0 525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d + zerocopy 0.6.6 854e949ac82d619ee9a14c66a1b674ac730422372ccb759ce0c39cabcf2bf8e6 \ + zerocopy 0.7.35 1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0 \ + zerocopy-derive 0.6.6 125139de3f6b9d625c39e2efdd73d41bdac468ccd556556440e322be0e1bbd91 \ + zerocopy-derive 0.7.35 fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e \ + zeroize 1.8.1 ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde From 9d95cf77b403d3b4d1a404b95205c17f2d358e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szabolcs=20Horva=CC=81t?= Date: Sat, 19 Oct 2024 14:51:05 +0000 Subject: [PATCH 315/446] xmlto: update to 0.0.29 --- textproc/xmlto/Portfile | 20 ++++----- textproc/xmlto/files/searchpath_local.patch | 11 ----- textproc/xmlto/files/xmlif.l.patch | 50 --------------------- 3 files changed, 10 insertions(+), 71 deletions(-) delete mode 100644 textproc/xmlto/files/searchpath_local.patch delete mode 100644 textproc/xmlto/files/xmlif.l.patch diff --git a/textproc/xmlto/Portfile b/textproc/xmlto/Portfile index 6f7d735a1b56e..18e2c03e48c16 100644 --- a/textproc/xmlto/Portfile +++ b/textproc/xmlto/Portfile @@ -3,8 +3,8 @@ PortSystem 1.0 name xmlto -version 0.0.28 -revision 8 +version 0.0.29 +revision 0 categories textproc license GPL-2+ installs_libs no @@ -23,9 +23,9 @@ homepage https://pagure.io/xmlto master_sites https://releases.pagure.org/xmlto/ use_bzip2 yes -checksums rmd160 acba3cc9ff46505ae49b91108c611646aeac2b5d \ - sha256 1130df3a7957eb9f6f0d29e4aa1c75732a7dfb6d639be013859b5c7ec5421276 \ - size 127921 +checksums rmd160 8ab75903683c3c88c519850ba8d9dc1d0176e270 \ + sha256 6000d8e8f0f9040426c4f85d7ad86789bc88d4aeaef585c4d4110adb0b214f21 \ + size 54700 depends_build port:util-linux @@ -38,9 +38,9 @@ depends_run port:docbook-xml \ port:w3m \ port:util-linux -patchfiles searchpath_local.patch \ - xmlif.l.patch \ - xml-catalog.patch +patchfiles xml-catalog.patch + +use_autoreconf yes configure.env-append \ GETOPT=${prefix}/bin/getopt \ @@ -57,8 +57,8 @@ destroot.env-append ${build.env} post-destroot { set docdir ${prefix}/share/doc/${name} xinstall -d ${destroot}${docdir} - xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog FAQ \ - NEWS README ${destroot}${docdir} + xinstall -m 0644 -W ${worksrcpath} AUTHORS.md COPYING ChangeLog FAQ.md \ + NEWS.md README.md ${destroot}${docdir} xinstall -m 0644 {*}[glob ${worksrcpath}/doc/*] ${destroot}${docdir} } diff --git a/textproc/xmlto/files/searchpath_local.patch b/textproc/xmlto/files/searchpath_local.patch deleted file mode 100644 index a79f494733e03..0000000000000 --- a/textproc/xmlto/files/searchpath_local.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- xmlto.in.orig 2015-11-16 06:07:10.000000000 -0800 -+++ xmlto.in 2015-12-04 10:38:33.000000000 -0800 -@@ -97,7 +97,7 @@ - } - - compute_searchpath () { -- local oldIFS="${IFS}" -+ oldIFS="${IFS}" - IFS=":" - for asearchpath in "$1"; do - # wrangle relative paths into absolute ones so that the user diff --git a/textproc/xmlto/files/xmlif.l.patch b/textproc/xmlto/files/xmlif.l.patch deleted file mode 100644 index 63ea36f4a2189..0000000000000 --- a/textproc/xmlto/files/xmlif.l.patch +++ /dev/null @@ -1,50 +0,0 @@ -Fix: - -error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] -warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic] -error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] -warning: implicit declaration of function ‘strncasecmp’; did you mean ‘strncmp’? [-Wimplicit-function-declaration] - -https://pagure.io/xmlto/c/1375e2df75530cd198bd16ac3de38e2b0d126276 -https://pagure.io/xmlto/c/412f97cdc00d2bbf7e8121012b49fc07b3fe3d2b -https://pagure.io/xmlto/c/8e34f087bf410bcc5fe445933d6ad9bae54f24b5 -https://pagure.io/xmlto/c/6fa6a0e07644f20abf2596f78a60112713e11cbe ---- xmlif/xmlif.l.orig 2015-02-11 06:20:51.000000000 -0600 -+++ xmlif/xmlif.l 2024-04-04 04:16:13.000000000 -0500 -@@ -37,13 +37,14 @@ - */ - #include - #include -+#include - - #define TRUE 1 - #define FALSE 0 - - static char **selections; /* selection tokens */ - static int nselections; /* number of selections */ --static ifsense; /* sense of last `if' or unless seen */ -+static int ifsense; /* sense of last `if' or unless seen */ - static char *attribute; /* last attribute scanned */ - - struct stack_t { -@@ -237,9 +238,9 @@ - - #include "config.h" - --int yywrap() {exit(0);}; -+int yywrap() {exit(0);} - --main(int argc, char *argv[]) -+int main(int argc, char *argv[]) - { - int i; - -@@ -265,7 +266,7 @@ - exit(1); - } - -- yylex(); -+ return yylex(); - } - - /* From 866b227df40792f91eed555ac5424f0d70878e1d Mon Sep 17 00:00:00 2001 From: Marius Schamschula Date: Tue, 22 Oct 2024 14:20:45 -0500 Subject: [PATCH 316/446] nspr: update to 4.36 --- devel/nspr/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/nspr/Portfile b/devel/nspr/Portfile index 2d8cbd5ba1669..730e24f09c2e4 100644 --- a/devel/nspr/Portfile +++ b/devel/nspr/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup muniversal 1.0 name nspr -version 4.35 +version 4.36 revision 0 categories devel maintainers nomaintainer @@ -16,9 +16,9 @@ long_description {*}${description} homepage https://www.mozilla.org/projects/nspr master_sites https://ftp.mozilla.org/pub/nspr/releases/v${version}/src/ -checksums rmd160 4dee99094cf48c3247bd3cc34f9c9de745460bfc \ - sha256 7ea3297ea5969b5d25a5dd8d47f2443cda88e9ee746301f6e1e1426f8a6abc8f \ - size 1096974 +checksums rmd160 1841ec17b0352038478013e63351c70ac2a17ec5 \ + sha256 55dec317f1401cd2e5dba844d340b930ab7547f818179a4002bce62e6f1c6895 \ + size 1036274 worksrcdir ${worksrcdir}/nspr From 86dfa7781471a7bc81d28ead94061c904ab934bd Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Tue, 22 Oct 2024 15:43:47 -0400 Subject: [PATCH 317/446] typst: update to 0.12.0 --- textproc/typst/Portfile | 6 ++--- textproc/typst/files/patch-cargo.lock.diff | 26 ---------------------- 2 files changed, 2 insertions(+), 30 deletions(-) delete mode 100644 textproc/typst/files/patch-cargo.lock.diff diff --git a/textproc/typst/Portfile b/textproc/typst/Portfile index 5905f46058a6b..500446ff95e6b 100644 --- a/textproc/typst/Portfile +++ b/textproc/typst/Portfile @@ -4,8 +4,8 @@ PortSystem 1.0 PortGroup cargo 1.0 PortGroup github 1.0 -github.setup typst typst 0.11.1 v -revision 1 +github.setup typst typst 0.12.0 v +revision 0 epoch 1 homepage https://typst.app @@ -34,8 +34,6 @@ build.pre_args-delete \ --frozen --offline build.dir ${worksrcpath}/cli -patchfiles patch-cargo.lock.diff - destroot { xinstall -m 0755 \ ${worksrcpath}/target/[cargo.rust_platform]/release/${name} \ diff --git a/textproc/typst/files/patch-cargo.lock.diff b/textproc/typst/files/patch-cargo.lock.diff deleted file mode 100644 index 032712a2bf876..0000000000000 --- a/textproc/typst/files/patch-cargo.lock.diff +++ /dev/null @@ -1,26 +0,0 @@ ---- Cargo.lock -+++ Cargo.lock -@@ -2376,9 +2376,9 @@ dependencies = [ - - [[package]] - name = "time" --version = "0.3.34" -+version = "0.3.36" - source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" -+checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" - dependencies = [ - "deranged", - "itoa", -@@ -2397,9 +2397,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" - - [[package]] - name = "time-macros" --version = "0.2.17" -+version = "0.2.18" - source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" -+checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" - dependencies = [ - "num-conv", - "time-core", From 9121023c880c4f564477f20ee498f9465015f52e Mon Sep 17 00:00:00 2001 From: Marius Schamschula Date: Tue, 22 Oct 2024 16:02:41 -0500 Subject: [PATCH 318/446] xmlsec: update to 1.3.6 --- security/xmlsec/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/security/xmlsec/Portfile b/security/xmlsec/Portfile index 6fb3a6a8c61e4..d182278d407cf 100644 --- a/security/xmlsec/Portfile +++ b/security/xmlsec/Portfile @@ -3,11 +3,11 @@ PortSystem 1.0 name xmlsec -version 1.3.5 +version 1.3.6 revision 0 -checksums rmd160 6845f0ee49640242144e675b562915614fedb2c3 \ - sha256 2ffd4ad1f860ec93e47a680310ab2bc94968bd07566e71976bd96133d9504917 \ - size 2451506 +checksums rmd160 6e1b322ee920e2f8762df4af1ff68029f8b658bc \ + sha256 952b626ad3f3be1a4598622dab52fdab2a8604d0837c1b00589f3637535af92f \ + size 2453984 categories security textproc devel license MIT From 9df0a503e8490c0bb7eda2af37c6cfd9df0c9e89 Mon Sep 17 00:00:00 2001 From: Marius Schamschula Date: Tue, 22 Oct 2024 16:42:35 -0500 Subject: [PATCH 319/446] xar: decouple Mavericks and older from Big Sur/Monterey --- archivers/xar/Portfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archivers/xar/Portfile b/archivers/xar/Portfile index 4cc14f6c2d250..d989e25e86880 100644 --- a/archivers/xar/Portfile +++ b/archivers/xar/Portfile @@ -5,7 +5,7 @@ PortGroup clang_dependency 1.0 PortGroup github 1.0 platform darwin { - if {${os.major} <= 13 || ${os.major} == 20 || ${os.major} == 21} { + if {${os.major} <= 13} { set apple_version 498 } else { set apple_version 501 @@ -27,7 +27,7 @@ distname ${name}-${apple_version} worksrcdir ${distname}/xar platform darwin { - if {${os.major} <= 13 || ${os.major} == 20 || ${os.major} == 21} { + if {${os.major} <= 13} { checksums rmd160 0471deb9e01c91658feb4ea120772f7478f5c350 \ sha256 34f2e97c6786d2994af30fd72447ff1ac53f4052391a1030424da291f26c44f4 \ size 224456 From b9373d8d507631e780122c075cdcfa736844dac2 Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Tue, 22 Oct 2024 23:54:48 +0200 Subject: [PATCH 320/446] openjdk11-temurin: use feature variable and fix platform (#26257) --- java/openjdk11-temurin/Portfile | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/java/openjdk11-temurin/Portfile b/java/openjdk11-temurin/Portfile index a764129475ad3..919dbf4fef733 100644 --- a/java/openjdk11-temurin/Portfile +++ b/java/openjdk11-temurin/Portfile @@ -2,34 +2,40 @@ PortSystem 1.0 -name openjdk11-temurin +set feature 11 +name openjdk${feature}-temurin categories java devel maintainers {breun.nl:nils @breun} openmaintainer -platforms {darwin any} + +# JVMMinimumSystemVersion in Contents/Info.plist is set to macOS 10.12 for x86_64: +# /usr/libexec/PlistBuddy -c "Print :JavaVM:JVMMinimumSystemVersion" Contents/Info.plist +# Mapping to Darwin version: https://trac.macports.org/wiki/PortfileRecipes#compare-osx-darwin-version +platforms {darwin any >= 16 } + # This port uses prebuilt binaries; 'NoMirror' makes sure MacPorts doesn't mirror/distribute these third-party binaries license GPL-2 NoMirror # This port uses prebuilt binaries for a particular architecture; they are not universal binaries universal_variant no -# https://adoptium.net/temurin/releases/ +# https://adoptium.net/temurin/releases/?os=mac&version=11 supported_archs x86_64 arm64 -version 11.0.24 +version ${feature}.0.24 set build 8 revision 0 -description Eclipse Temurin, based on OpenJDK 11 +description Eclipse Temurin, based on OpenJDK ${feature} long_description Eclipse Temurin provides secure, TCK-tested and compliant, production-ready Java runtimes. -master_sites https://github.com/adoptium/temurin11-binaries/releases/download/jdk-${version}%2B${build}/ +master_sites https://github.com/adoptium/temurin${feature}-binaries/releases/download/jdk-${version}%2B${build}/ if {${configure.build_arch} eq "x86_64"} { - distname OpenJDK11U-jdk_x64_mac_hotspot_${version}_${build} + distname OpenJDK${feature}U-jdk_x64_mac_hotspot_${version}_${build} checksums rmd160 d9223baa629fe84d82bbe9a1a811784f3cc7dde2 \ sha256 07a1be21f45f0951db05516e57602c414295c51a920f7e9b6ddeaa325d619b28 \ size 187710109 } elseif {${configure.build_arch} eq "arm64"} { - distname OpenJDK11U-jdk_aarch64_mac_hotspot_${version}_${build} + distname OpenJDK${feature}U-jdk_aarch64_mac_hotspot_${version}_${build} checksums rmd160 651a5dda4c260e6d0574e973264fbb2c91a3cfc2 \ sha256 8bcbb98e293fb3c4d5cae3539f240ed478fae85962311fccd4c628ebad3a90e4 \ size 185018067 @@ -40,8 +46,8 @@ worksrcdir jdk-${version}+${build} homepage https://adoptium.net livecheck.type regex -livecheck.url https://github.com/adoptium/temurin11-binaries/releases -livecheck.regex OpenJDK11U-jdk_.*_mac_hotspot_(\[0-9\.\]+)_\[0-9\]+.tar.gz +livecheck.url https://github.com/adoptium/temurin${feature}-binaries/releases +livecheck.regex OpenJDK${feature}U-jdk_.*_mac_hotspot_(\[0-9\.\]+)_\[0-9\]+.tar.gz use_configure no build {} From d80674eb9fb3ccfd68d69ce682c6807377b52309 Mon Sep 17 00:00:00 2001 From: Mark Anderson Date: Tue, 22 Oct 2024 18:24:31 -0400 Subject: [PATCH 321/446] qucs: add myself as maintainer (#26265) * add myself as maintainer, removing rowue at his request. --- science/qucs/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/qucs/Portfile b/science/qucs/Portfile index 7eaa22ae1c325..a1939cf11729b 100644 --- a/science/qucs/Portfile +++ b/science/qucs/Portfile @@ -7,7 +7,7 @@ PortGroup github 1.0 name qucs categories science electronics license GPL-2+ -maintainers {rowue @rowue} openmaintainer +maintainers {mark @markemer} openmaintainer platforms darwin description an integrated circuit simulator From c12506dbb5d1de159e3b5f1d5be59f34ed96ac6e Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 23 Oct 2024 00:29:43 +0200 Subject: [PATCH 322/446] jdk17: note that version 17.0.13+ is not available via MacPorts (#26260) --- java/jdk17/Portfile | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/java/jdk17/Portfile b/java/jdk17/Portfile index 46ee7ebf85b3c..d4643bde2d87a 100644 --- a/java/jdk17/Portfile +++ b/java/jdk17/Portfile @@ -2,9 +2,10 @@ PortSystem 1.0 -name jdk17 +set feature 17 +name jdk${feature} categories java devel -maintainers {breun.nl:nils @breun} openmaintainer +maintainers nomaintainer platforms darwin # This port uses prebuilt binaries; 'NoMirror' makes sure MacPorts doesn't mirror/distribute these third-party binaries license NFTC NoMirror @@ -14,15 +15,17 @@ universal_variant no supported_archs x86_64 arm64 # https://www.oracle.com/java/technologies/downloads/#jdk17-mac -version 17.0.12 +version ${feature}.0.12 revision 0 -description Oracle Java SE Development Kit 17 +description Oracle Java SE Development Kit ${feature} long_description Java Platform, Standard Edition Development Kit (JDK). \ The JDK is a development environment for building applications and components using the Java programming language. \ - This software is provided under the Oracle No-Fee Terms and Conditions (NFTC) license (https://java.com/freeuselicense). + This software is provided under the Oracle No-Fee Terms and Conditions (NFTC) license (https://java.com/freeuselicense). \ + Oracle JDK ${feature}.0.13 and later are only available under the OTN license and therefore cannot be made available via MacPorts. \ + If you require an up-to-date JDK ${feature}, consider installing the 'openjdk${feature}' or another openjdk${feature}-* port instead. -master_sites https://download.oracle.com/java/17/archive/ +master_sites https://download.oracle.com/java/${feature}/archive/ if {${configure.build_arch} eq "x86_64"} { distname jdk-${version}_macos-x64_bin @@ -42,7 +45,7 @@ homepage https://www.oracle.com/java/ livecheck.type regex livecheck.url https://www.oracle.com/java/technologies/downloads/ -livecheck.regex Java SE Development Kit (17\.\[0-9\.\]+) +livecheck.regex JDK Development Kit (${feature}\.\[0-9\.\]+) downloads use_configure no build {} From 57aacc2dfee6f0738f738df08a583286983dd494 Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 23 Oct 2024 00:42:41 +0200 Subject: [PATCH 323/446] openjdk17-graalvm: no longer supported (#26262) --- java/openjdk17-graalvm/Portfile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/java/openjdk17-graalvm/Portfile b/java/openjdk17-graalvm/Portfile index 2022a61b071f7..bc8c4161fe100 100644 --- a/java/openjdk17-graalvm/Portfile +++ b/java/openjdk17-graalvm/Portfile @@ -2,9 +2,10 @@ PortSystem 1.0 -name openjdk17-graalvm +set feature 17 +name openjdk${feature}-graalvm categories java devel -maintainers {breun.nl:nils @breun} openmaintainer +maintainers nomaintainer platforms {darwin any} # This port uses prebuilt binaries; 'NoMirror' makes sure MacPorts doesn't mirror/distribute these third-party binaries license GPL-2 NoMirror @@ -14,7 +15,7 @@ universal_variant no # https://github.com/graalvm/graalvm-ce-builds/releases supported_archs x86_64 arm64 -version 17.0.9 +version ${feature}.0.9 set build 9 revision 0 epoch 1 @@ -32,9 +33,10 @@ set jvms /Library/Java/JavaVirtualMachines set jdk ${jvms}/${name} if {${subport} eq ${name}} { - description GraalVM Community Edition based on OpenJDK 17 + description GraalVM Community Edition based on OpenJDK ${feature} long_description GraalVM is a universal virtual machine for running applications written in JavaScript, Python, Ruby, R,\ - JVM-based languages like Java, Scala, Groovy, Kotlin, Clojure, and LLVM-based languages such as C and C++. + JVM-based languages like Java, Scala, Groovy, Kotlin, Clojure, and LLVM-based languages such as C and C++.\ + Version ${feature} of GraalVM Community Edition is no longer getting updates, so consider upgrading to a maintained version. if {${configure.build_arch} eq "x86_64"} { distname graalvm-community-jdk-${version}_macos-x64_bin From 6858f8df6fb71dbcce3744c0efbe4e526911d53f Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 23 Oct 2024 00:43:49 +0200 Subject: [PATCH 324/446] openjdk11-graalvm: no longer supported (#26263) --- java/openjdk11-graalvm/Portfile | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/java/openjdk11-graalvm/Portfile b/java/openjdk11-graalvm/Portfile index 13e6e34f84fa9..e9397e3328cf6 100644 --- a/java/openjdk11-graalvm/Portfile +++ b/java/openjdk11-graalvm/Portfile @@ -2,9 +2,10 @@ PortSystem 1.0 -name openjdk11-graalvm +set feature 11 +name openjdk${feature}-graalvm categories java devel -maintainers {breun.nl:nils @breun} openmaintainer +maintainers nomaintainer platforms {darwin any} # This port uses prebuilt binaries; 'NoMirror' makes sure MacPorts doesn't mirror/distribute these third-party binaries license GPL-2 NoMirror @@ -33,26 +34,27 @@ use_configure no build {} set jvms /Library/Java/JavaVirtualMachines -set jdk ${jvms}/openjdk11-graalvm +set jdk ${jvms}/openjdk${feature}-graalvm if {${subport} eq ${name}} { - description GraalVM Community Edition based on OpenJDK 11 + description GraalVM Community Edition based on OpenJDK ${feature} long_description GraalVM is a universal virtual machine for running applications written in JavaScript, Python, Ruby, R,\ - JVM-based languages like Java, Scala, Groovy, Kotlin, Clojure, and LLVM-based languages such as C and C++. + JVM-based languages like Java, Scala, Groovy, Kotlin, Clojure, and LLVM-based languages such as C and C++.\ + Version ${feature} of GraalVM Community Edition is no longer getting updates, so consider upgrading to a maintained version. if {${configure.build_arch} eq "x86_64"} { - distname graalvm-ce-java11-darwin-amd64-${version} + distname graalvm-ce-java${feature}-darwin-amd64-${version} checksums rmd160 e596dc7f73ca0f602ae60ca5c1bc4247373ec158 \ sha256 cab6a1436626adc28ec0f72791772315678e7c758e2fbae2cb6758a38f27c56a \ size 254523003 } elseif {${configure.build_arch} eq "arm64"} { - distname graalvm-ce-java11-darwin-aarch64-${version} + distname graalvm-ce-java${feature}-darwin-aarch64-${version} checksums rmd160 3421d1754a491b0cfa44d09df798ff5053fcefc8 \ sha256 c59f32289d92671bea46a34f4227fef484a4aa9eeece159e59a486205aaa6c31 \ size 249144742 } - worksrcdir graalvm-ce-java11-${version} + worksrcdir graalvm-ce-java${feature}-${version} variant Applets \ description { Advertise the JVM capability "Applets".} {} @@ -111,13 +113,13 @@ subport ${name}-native-image { long_description ${description} if {${configure.build_arch} eq "x86_64"} { - set jar_file native-image-installable-svm-java11-darwin-amd64-${version}.jar + set jar_file native-image-installable-svm-java${feature}-darwin-amd64-${version}.jar distfiles ${jar_file} checksums rmd160 373bfe27fe1acd74596411b52d4506cdbd5260d0 \ sha256 56ddaf1f1d7e69efb88d8e391a4071f3a237723bdcee67794be1c56a03f56536 \ size 28688654 } elseif {${configure.build_arch} eq "arm64"} { - set jar_file native-image-installable-svm-java11-darwin-aarch64-${version}.jar + set jar_file native-image-installable-svm-java${feature}-darwin-aarch64-${version}.jar distfiles ${jar_file} checksums rmd160 65a84d8dd894be0830673ffdf7e77a0ca19cf1ac \ sha256 df923df186826dcb7cb0eac0f5e93c3e215584f0377bad0c76310e09d7dc58cd \ From b84c30fd48a167ce6e5e944b4e73c1ed34942cb8 Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 23 Oct 2024 00:56:01 +0200 Subject: [PATCH 325/446] openjdk8-temurin: update to 8u432 (#26264) --- java/openjdk8-temurin/Portfile | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/java/openjdk8-temurin/Portfile b/java/openjdk8-temurin/Portfile index d49c23e3d7de6..a049ab42636c0 100644 --- a/java/openjdk8-temurin/Portfile +++ b/java/openjdk8-temurin/Portfile @@ -2,11 +2,16 @@ PortSystem 1.0 -name openjdk8-temurin +set feature 8 +name openjdk${feature}-temurin categories java devel maintainers {breun.nl:nils @breun} openmaintainer -# See https://adoptium.net/supported_platforms.html -platforms {darwin any} {darwin >= 16} + +# JVMMinimumSystemVersion in Contents/Info.plist is set to macOS 10.6.0: +# /usr/libexec/PlistBuddy -c "Print :JavaVM:JVMMinimumSystemVersion" Contents/Info.plist +# Mapping to Darwin version: https://trac.macports.org/wiki/PortfileRecipes#compare-osx-darwin-version +platforms {darwin any >= 10 } + # This port uses prebuilt binaries; 'NoMirror' makes sure MacPorts doesn't mirror/distribute these third-party binaries license GPL-2 NoMirror # This port uses prebuilt binaries for a particular architecture; they are not universal binaries @@ -15,26 +20,26 @@ universal_variant no # https://adoptium.net/temurin/releases/ supported_archs x86_64 -version 8u422 -set build 05 +version ${feature}u432 +set build 06 revision 0 -description Eclipse Temurin, based on OpenJDK 8 +description Eclipse Temurin, based on OpenJDK ${feature} long_description Eclipse Temurin provides secure, TCK-tested and compliant, production-ready Java runtimes. -master_sites https://github.com/adoptium/temurin8-binaries/releases/download/jdk${version}-b${build}/ -distname OpenJDK8U-jdk_x64_mac_hotspot_${version}b${build} +master_sites https://github.com/adoptium/temurin${feature}-binaries/releases/download/jdk${version}-b${build}/ +distname OpenJDK${feature}U-jdk_x64_mac_hotspot_${version}b${build} worksrcdir jdk${version}-b${build} -checksums rmd160 a6d88d162a337659857c9c648eb08e70fed2d95d \ - sha256 b5924def481e682e6af8c2a0c1d9cf45808d35a16f276159705fcbdd92574e4d \ - size 109522911 +checksums rmd160 5f8860f55c3cc25de4e5a348aa8c946c7d646255 \ + sha256 e5cc78b704cf96f7a6c4ad677048f79331f38cd37fbef6c86dce75e1bfe28895 \ + size 109538778 homepage https://adoptium.net livecheck.type regex -livecheck.url https://github.com/adoptium/temurin8-binaries/releases -livecheck.regex OpenJDK8U-jdk_x64_mac_hotspot_(8u\[0-9\]+)b\[0-9\]+\.tar\.gz +livecheck.url https://github.com/adoptium/temurin${feature}-binaries/releases +livecheck.regex OpenJDK${feature}U-jdk_x64_mac_hotspot_(${feature}u\[0-9\]+)b\[0-9\]+\.tar\.gz use_configure no build {} From 4c015a7aba93db40fea23689ea68c56bfcf8793d Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 23 Oct 2024 00:56:37 +0200 Subject: [PATCH 326/446] jdk17-graalvm: note that version 17.0.13+ is not available via MacPorts (#26261) --- java/jdk17-graalvm/Portfile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/java/jdk17-graalvm/Portfile b/java/jdk17-graalvm/Portfile index 1e8bee162af57..e09b623069dbc 100644 --- a/java/jdk17-graalvm/Portfile +++ b/java/jdk17-graalvm/Portfile @@ -5,7 +5,7 @@ PortSystem 1.0 set feature 17 name jdk${feature}-graalvm categories java devel -maintainers {breun.nl:nils @breun} openmaintainer +maintainers nomaintainer # JVMMinimumSystemVersion in Contents/Info.plist is set to macOS 10.12.0 for x86_64: # /usr/libexec/PlistBuddy -c "Print :JavaVM:JVMMinimumSystemVersion" Contents/Info.plist @@ -36,7 +36,11 @@ build {} description Oracle GraalVM for JDK ${feature} long_description Oracle GraalVM for JDK ${feature} compiles your Java applications ahead of time into standalone \ - binaries that start instantly, provide peak performance with no warmup, and use fewer cloud resources. + binaries that start instantly, provide peak performance with no warmup, and use fewer cloud resources. \ + This software is provided under the GraalVM Free Terms and Conditions (GFTC) license. \ + Oracle GraalVM for JDK ${feature}.0.13 and later are only available under the GraalVM Oracle Technology \ + Network (GOTN) license and therefore cannot be made available via MacPorts. \ + If you require an up-to-date GraalVM for JDK, consider upgrading to a more recent feature version instead. if {${configure.build_arch} eq "x86_64"} { distname graalvm-jdk-${version}_macos-x64_bin From 4b33dabc6e37afa0878fb4a824635042d1e6edee Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 23 Oct 2024 00:57:32 +0200 Subject: [PATCH 327/446] openjdk11: update to 11.0.25 (#26259) --- java/openjdk11/Portfile | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/java/openjdk11/Portfile b/java/openjdk11/Portfile index b6920ed2f5642..49d54aaa0bb71 100644 --- a/java/openjdk11/Portfile +++ b/java/openjdk11/Portfile @@ -2,34 +2,35 @@ PortSystem 1.0 -name openjdk11 +set feature 11 +name openjdk${feature} # See https://openjdk-sources.osci.io/openjdk11/ for the version and build number that matches the latest '-ga' version -version 11.0.24 -set build 8 -revision 1 +version ${feature}.0.25 +set build 9 +revision 0 categories java devel supported_archs x86_64 arm64 license GPL-2+ maintainers {outlook.com:usersword123 @usersxx} openmaintainer -description OpenJDK 11 -long_description JDK 11 builds of OpenJDK, the Open-Source implementation \ +description OpenJDK ${feature} +long_description JDK ${feature} builds of OpenJDK, the Open-Source implementation \ of the Java Platform, Standard Edition, and related projects. -homepage https://openjdk.org/projects/jdk/11/ -master_sites https://openjdk-sources.osci.io/openjdk11/ +homepage https://openjdk.org/projects/jdk/${feature}/ +master_sites https://openjdk-sources.osci.io/openjdk${feature}/ distname openjdk-${version}-ga use_xz yes worksrcdir jdk-${version}+${build} -checksums rmd160 af111ef6eb5258d12d6e60abcb8ebd1f2786a773 \ - sha256 7a261e4140ee301dfa7c8cdbf0e09f1dc62c653723561ba3f9ca1851958ada81 \ - size 72182240 +checksums rmd160 b0edf71371b1e0114ca6fe8de4b111e09b80ea48 \ + sha256 6eaf2248b50c1d46b6405d26018ba6fa975c60f7682a85909a9f466282e39ca2 \ + size 72344244 depends_lib port:freetype \ port:libiconv depends_build port:autoconf \ port:gmake \ port:bash \ - port:openjdk11-bootstrap + port:openjdk${feature}-bootstrap pre-patch { reinplace "s|libffi.so.?|libffi.?.dylib|g" ${worksrcpath}/make/autoconf/lib-ffi.m4 @@ -54,7 +55,7 @@ configure.args --with-debug-level=release \ --with-extra-cflags="${configure.cflags}" \ --with-extra-cxxflags="${configure.cxxflags}" \ --with-extra-ldflags="${configure.ldflags}" \ - --with-boot-jdk=/Library/Java/JavaVirtualMachines/openjdk11-bootstrap/Contents/Home \ + --with-boot-jdk=/Library/Java/JavaVirtualMachines/openjdk${feature}-bootstrap/Contents/Home \ --with-freetype=system \ --with-freetype-include=${prefix}/include/freetype2 \ --with-freetype-lib=${prefix}/lib \ @@ -64,7 +65,7 @@ configure.args --with-debug-level=release \ --with-vendor-url="https://www.macports.org" \ --with-vendor-bug-url="${bug_url}" \ --with-vendor-vm-bug-url="${bug_url}" \ - --with-conf-name=openjdk11 + --with-conf-name=openjdk${feature} if {[option configure.ccache]} { # replace MacPorts ccache integration into JDK @@ -148,7 +149,7 @@ build.type gnu build.target images use_parallel_build no set jdkn jdk-${version}.jdk -set bundle_dir build/openjdk11/images/jdk-bundle/${jdkn}/Contents +set bundle_dir build/openjdk${feature}/images/jdk-bundle/${jdkn}/Contents test.run yes test.cmd ${bundle_dir}/Home/bin/java @@ -178,6 +179,6 @@ export JAVA_HOME=${jdk}/Contents/Home " livecheck.type regex -livecheck.url https://openjdk-sources.osci.io/openjdk11/ +livecheck.url https://openjdk-sources.osci.io/openjdk${feature}/ livecheck.regex openjdk-(\[0-9.\]+)-ga From d4fdd4d0f120fe5a05eb4442edb6c6b55df075f8 Mon Sep 17 00:00:00 2001 From: Keto Date: Tue, 22 Oct 2024 15:25:00 -0400 Subject: [PATCH 328/446] uv: Update to 0.4.25 --- devel/uv/Portfile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/devel/uv/Portfile b/devel/uv/Portfile index d4b1cbab01381..8f5b2ec939148 100644 --- a/devel/uv/Portfile +++ b/devel/uv/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup cargo 1.0 PortGroup github 1.0 -github.setup astral-sh uv 0.4.23 +github.setup astral-sh uv 0.4.25 github.tarball_from archive revision 0 categories devel python @@ -16,9 +16,9 @@ description Extremely fast Python package and project manager long_description {*}${description}, written in Rust. checksums ${distname}${extract.suffix} \ - rmd160 856ad928da15241bd7d85fe88b5f13a2465005e2 \ - sha256 71ef48e37d548b9681488afda567eed309efcba4774d0afd19b8ea16be62a95b \ - size 2759410 + rmd160 4747d797586ff9f3261c3e3080e16ad7f25c8db3 \ + sha256 b3bd159eb8a40ad29e8c5dc4bec84c03a5bcfef04ad75e0665777c21d886b56c \ + size 2766139 depends_build-append path:bin/pkg-config:pkgconfig @@ -63,14 +63,14 @@ cargo.crates \ anstyle-parse 0.2.5 eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb \ anstyle-query 1.1.1 6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a \ anstyle-wincon 3.0.4 5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8 \ - anyhow 1.0.89 86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6 \ + anyhow 1.0.90 37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95 \ arrayref 0.3.9 76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb \ arrayvec 0.7.6 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50 \ assert-json-diff 2.0.2 47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12 \ assert_cmd 2.0.16 dc1835b7f27878de8525dc71410b5a31cdcc5f230aed5ba5df968e09c201b23d \ assert_fs 1.1.2 7efdb1fdb47602827a342857666feb372712cbc64b414172bd6b167a02927674 \ async-channel 2.3.1 89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a \ - async-compression 0.4.16 103db485efc3e41214fe4fda9f3dbeae2eb9082f48fd236e6095627a9422066e \ + async-compression 0.4.17 0cb8f1d480b0ea3783ab015936d2a55c87e219676f0c0b7dec61494043f21857 \ async-trait 0.1.83 721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd \ async_http_range_reader 0.8.0 f1a0e0571c5d724d17fbe0b608d31a91e94938722c141877d3a2982216b084c2 \ atomic-waker 1.1.2 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 \ @@ -313,7 +313,7 @@ cargo.crates \ predicates-tree 1.0.11 41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13 \ pretty_assertions 1.4.1 3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d \ priority-queue 2.1.1 714c75db297bc88a63783ffc6ab9f830698a6705aa0201416931759ef4c8183d \ - proc-macro2 1.0.87 b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a \ + proc-macro2 1.0.88 7c3a7fc5db1e57d5a779a352c8cdb57b29aa4c40cc69c3a68a7fedc815fbf2f9 \ ptr_meta 0.3.0 fe9e76f66d3f9606f44e45598d155cb13ecf09f4a28199e48daf8c8fc937ea90 \ ptr_meta_derive 0.3.0 ca414edb151b4c8d125c12566ab0d74dc9cdba36fb80eb7b848c15f495fd32d1 \ quinn 0.11.5 8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684 \ @@ -376,7 +376,7 @@ cargo.crates \ serde-untagged 0.1.6 2676ba99bd82f75cae5cbd2c8eda6fa0b8760f18978ea840e980dd5567b5c5b6 \ serde_derive 1.0.210 243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f \ serde_derive_internals 0.29.1 18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711 \ - serde_json 1.0.128 6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8 \ + serde_json 1.0.132 d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03 \ serde_spanned 0.6.8 87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1 \ serde_urlencoded 0.7.1 d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd \ sha2 0.10.8 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 \ @@ -405,7 +405,7 @@ cargo.crates \ svgfilters 0.4.0 639abcebc15fdc2df179f37d6f5463d660c1c79cd552c12343a4600827a04bce \ svgtypes 0.9.0 c9ee29c1407a5b18ccfe5f6ac82ac11bab3b14407e09c209a6c1a32098b19734 \ svgtypes 0.10.0 98ffacedcdcf1da6579c907279b4f3c5492fbce99fbbf227f5ed270a589c2765 \ - syn 2.0.79 89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590 \ + syn 2.0.82 83540f837a8afc019423a8edb95b52a8effe46957ee402287f4292fae35be021 \ sync_wrapper 1.0.1 a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394 \ sys-info 0.9.1 0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c \ tagu 0.1.6 eddb6b06d20fba9ed21fca3d696ee1b6e870bca0bcf9fa2971f6ae2436de576a \ From 02c8c5e0a77cb89b2f7c0cde3a9bfd04df022f0d Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 23 Oct 2024 02:21:48 +0200 Subject: [PATCH 329/446] google-cloud-sdk: update to 498.0.0 (#26267) --- devel/google-cloud-sdk/Portfile | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/devel/google-cloud-sdk/Portfile b/devel/google-cloud-sdk/Portfile index ecbdf3a843c26..f80894a34ff28 100644 --- a/devel/google-cloud-sdk/Portfile +++ b/devel/google-cloud-sdk/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup python 1.0 name google-cloud-sdk -version 497.0.0 +version 498.0.0 revision 0 categories devel python license Apache-2 @@ -21,19 +21,19 @@ supported_archs i386 x86_64 arm64 if { ${configure.build_arch} eq "i386" } { distname ${name}-${version}-darwin-x86 - checksums rmd160 1794fcafc6e12d5c7151f1389556ccfca804573f \ - sha256 c2bf4ee475785644a63ab88e367189fdb98bde7700cc7173faafac1d64f2bd10 \ - size 52285945 + checksums rmd160 6e344a174bf11e4122ed2b03306c69659e23f52b \ + sha256 34aa006071612f678154cc3411033f0336e4638310d76106ea043dae02812b45 \ + size 52361444 } elseif { ${configure.build_arch} eq "x86_64" } { distname ${name}-${version}-darwin-x86_64 - checksums rmd160 65bde5bfe5cf562b5f32e08457de6a8e08487612 \ - sha256 261c5ada9571aa0c0fe8ad06f863c5c2f6c61714a5d94379ddd833df67441e17 \ - size 53636087 + checksums rmd160 3346c7a27573362c3529da2fe2a3e709319537a5 \ + sha256 3ad3d16495ac80848e8e7980277cb27c93ec12e9d36ade394e5833f57ee68193 \ + size 53715411 } elseif { ${configure.build_arch} eq "arm64" } { distname ${name}-${version}-darwin-arm - checksums rmd160 f2c16597a27b309721e7dbffde1c935765b72be3 \ - sha256 0584bd1642e01d5195f75c92fbceb045464a9197cff48d71df2cf0ac51e5d1a4 \ - size 53583662 + checksums rmd160 ec9068cfde2fe5597aee05b31b9facc6f46d49f7 \ + sha256 c880c809f4201cb354a4f40959803866283cb2b3aa07a736e129826aa64fb377 \ + size 53663104 } homepage https://cloud.google.com/sdk/ @@ -42,7 +42,8 @@ master_sites https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/ worksrcdir ${name} # Most recent supported Python version according to https://cloud.google.com/sdk/docs/install#mac -python.default_version 312 +# Exception: gsutil is not compatible with Python 3.12 yet +python.default_version 311 post-patch { # Default to the MacPorts Python binary From ddb5ccb09c2133b26186b003cfd8a4da281b7f41 Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 23 Oct 2024 02:23:00 +0200 Subject: [PATCH 330/446] openjdk17: update patches (#26266) closes https://trac.macports.org/ticket/71049 --- java/openjdk17/Portfile | 2 +- java/openjdk17/files/JDK-8340341-clang-16-workaround.patch | 2 +- ...ch => JDK-8342071-undecl-ident-nsbun-arm64-workaround.patch} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename java/openjdk17/files/{JDK-8266242-undecl-ident-nsbun-arm64-workaround.patch => JDK-8342071-undecl-ident-nsbun-arm64-workaround.patch} (92%) diff --git a/java/openjdk17/Portfile b/java/openjdk17/Portfile index 62dbdf2f4023a..5162cc140ad6e 100644 --- a/java/openjdk17/Portfile +++ b/java/openjdk17/Portfile @@ -40,7 +40,7 @@ pre-patch { # Temporary workaround for clang 16: https://trac.macports.org/ticket/70819 # Temporary workaround for undeclared enum in < 11.00: https://trac.macports.org/ticket/71049 patchfiles JDK-8340341-clang-16-workaround.patch \ - JDK-8266242-undecl-ident-nsbun-arm64-workaround.patch + JDK-8342071-undecl-ident-nsbun-arm64-workaround.patch set tpath ${prefix}/Library/Java use_xcode yes diff --git a/java/openjdk17/files/JDK-8340341-clang-16-workaround.patch b/java/openjdk17/files/JDK-8340341-clang-16-workaround.patch index 5c471b151c526..46f8f6bf9fb6e 100644 --- a/java/openjdk17/files/JDK-8340341-clang-16-workaround.patch +++ b/java/openjdk17/files/JDK-8340341-clang-16-workaround.patch @@ -4,7 +4,7 @@ # for the clang bug was still needed. BUILD_LIBJVM_loopTransform.cpp_CXXFLAGS := $(CXX_O_FLAG_NONE) -+ # See JDK-8340341 ++ # See https://bugs.openjdk.org/browse/JDK-8340341 + ifeq ($(firstword $(subst ., ,$(CXX_VERSION_NUMBER))), 16) + BUILD_LIBJVM_stackMapTable.cpp_CXXFLAGS := -O1 + endif diff --git a/java/openjdk17/files/JDK-8266242-undecl-ident-nsbun-arm64-workaround.patch b/java/openjdk17/files/JDK-8342071-undecl-ident-nsbun-arm64-workaround.patch similarity index 92% rename from java/openjdk17/files/JDK-8266242-undecl-ident-nsbun-arm64-workaround.patch rename to java/openjdk17/files/JDK-8342071-undecl-ident-nsbun-arm64-workaround.patch index be33e16ffd616..c38ac224c0be6 100644 --- a/java/openjdk17/files/JDK-8266242-undecl-ident-nsbun-arm64-workaround.patch +++ b/java/openjdk17/files/JDK-8342071-undecl-ident-nsbun-arm64-workaround.patch @@ -5,7 +5,7 @@ static BOOL isValidDisplayMode(CGDisplayModeRef mode) { + // https://trac.macports.org/ticket/71049: temporary additional guard for undef'd NSBun..ARM64 -+ // Should be reported/fixed upstream at openjdk.org. ++ // https://bugs.java.com/bugdatabase/view_bug?bug_id=JDK-8342071 +#if MAC_OS_X_VERSION_MAX_ALLOWED >= 110000 // Workaround for apple bug FB13261205, since it only affects arm based macs // and arm support started with macOS 11 ignore the workaround for previous versions From ba51b058322aee09e52b4680587314f06763e1ea Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 23 Oct 2024 02:50:57 +0200 Subject: [PATCH 331/446] openjdk21: update patches (#26268) --- java/openjdk21/Portfile | 2 +- java/openjdk21/files/JDK-8340341-clang-16-workaround.patch | 2 +- ...ch => JDK-8342071-undecl-ident-nsbun-arm64-workaround.patch} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename java/openjdk21/files/{JDK-8266242-undecl-ident-nsbun-arm64-workaround.patch => JDK-8342071-undecl-ident-nsbun-arm64-workaround.patch} (92%) diff --git a/java/openjdk21/Portfile b/java/openjdk21/Portfile index d212319a43323..358fadab817d6 100644 --- a/java/openjdk21/Portfile +++ b/java/openjdk21/Portfile @@ -50,7 +50,7 @@ pre-patch { # Temporary workaround for clang 16: https://trac.macports.org/ticket/70819 # Temporary workaround for undeclared enum in < 11.00: https://trac.macports.org/ticket/71049 patchfiles JDK-8340341-clang-16-workaround.patch \ - JDK-8266242-undecl-ident-nsbun-arm64-workaround.patch + JDK-8342071-undecl-ident-nsbun-arm64-workaround.patch set tpath ${prefix}/Library/Java use_xcode yes diff --git a/java/openjdk21/files/JDK-8340341-clang-16-workaround.patch b/java/openjdk21/files/JDK-8340341-clang-16-workaround.patch index 5c471b151c526..46f8f6bf9fb6e 100644 --- a/java/openjdk21/files/JDK-8340341-clang-16-workaround.patch +++ b/java/openjdk21/files/JDK-8340341-clang-16-workaround.patch @@ -4,7 +4,7 @@ # for the clang bug was still needed. BUILD_LIBJVM_loopTransform.cpp_CXXFLAGS := $(CXX_O_FLAG_NONE) -+ # See JDK-8340341 ++ # See https://bugs.openjdk.org/browse/JDK-8340341 + ifeq ($(firstword $(subst ., ,$(CXX_VERSION_NUMBER))), 16) + BUILD_LIBJVM_stackMapTable.cpp_CXXFLAGS := -O1 + endif diff --git a/java/openjdk21/files/JDK-8266242-undecl-ident-nsbun-arm64-workaround.patch b/java/openjdk21/files/JDK-8342071-undecl-ident-nsbun-arm64-workaround.patch similarity index 92% rename from java/openjdk21/files/JDK-8266242-undecl-ident-nsbun-arm64-workaround.patch rename to java/openjdk21/files/JDK-8342071-undecl-ident-nsbun-arm64-workaround.patch index b3777f4c1605f..98b959a36ccd1 100644 --- a/java/openjdk21/files/JDK-8266242-undecl-ident-nsbun-arm64-workaround.patch +++ b/java/openjdk21/files/JDK-8342071-undecl-ident-nsbun-arm64-workaround.patch @@ -5,7 +5,7 @@ static BOOL isValidDisplayMode(CGDisplayModeRef mode) { + // https://trac.macports.org/ticket/71049: temporary additional guard for undef'd NSBun..ARM64 -+ // Should be reported/fixed upstream at openjdk.org. ++ // https://bugs.java.com/bugdatabase/view_bug?bug_id=JDK-8342071 +#if MAC_OS_X_VERSION_MAX_ALLOWED >= 110000 // Workaround for apple bug FB13261205, since it only affects arm based macs // and arm support started with macOS 11 ignore the workaround for previous versions From 47a6dbd0f98bf83a9c6b672256a2d7cc4f65aa26 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Tue, 15 Oct 2024 21:33:38 -0400 Subject: [PATCH 332/446] py-control: update to 0.10.1 - drop py3{8,9} subports, add py312 --- python/py-control/Portfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python/py-control/Portfile b/python/py-control/Portfile index 61091cd40ad87..a0031849db491 100644 --- a/python/py-control/Portfile +++ b/python/py-control/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup python 1.0 name py-control -version 0.9.4 +version 0.10.1 revision 0 categories-append science @@ -21,11 +21,11 @@ long_description \ homepage https://python-control.readthedocs.io -checksums rmd160 d37c8e33f5e0490d94a010c8c13c5b21f4b94939 \ - sha256 0fa57d2216b7ac4e9339c09eab6827660318a641779335864feee940bd19c9ce \ - size 5972686 +checksums rmd160 30a4f0a483c86724dc7a0b2cf773bbc2ffa811e7 \ + sha256 3bba142c9274d896efda8c9a21aaf61dd38d673d6d40714a7989d143428e738c \ + size 9474344 -python.versions 39 310 311 +python.versions 310 311 312 if {${name} ne ${subport}} { depends_build-append \ From 490fe6bdd2b1c9ebdd64eb93283cc3bce2f54c18 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Tue, 15 Oct 2024 21:35:32 -0400 Subject: [PATCH 333/446] py-descartes: remove port - no dependents and upstream is gone --- python/py-descartes/Portfile | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 python/py-descartes/Portfile diff --git a/python/py-descartes/Portfile b/python/py-descartes/Portfile deleted file mode 100644 index e6bbd3fb4f8aa..0000000000000 --- a/python/py-descartes/Portfile +++ /dev/null @@ -1,32 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim: fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -PortGroup python 1.0 - -name py-descartes -version 1.1.0 -revision 0 -categories-append devel -license BSD -supported_archs noarch -platforms {darwin any} - -python.versions 38 - -maintainers {stromnov @stromnov} openmaintainer - -description Use geometric objects as matplotlib paths and patches -long_description {*}${description} - -homepage https://bitbucket.org/sgillies/descartes/ - -checksums rmd160 98f8ab1bbe095dced35e650a114e3ffbc8994a10 \ - sha256 135a502146af5ed6ff359975e2ebc5fa4b71b5432c355c2cafdc6dea1337035b \ - size 3525 - -if {${name} ne ${subport}} { - depends_build-append \ - port:py${python.version}-setuptools - depends_lib-append port:py${python.version}-matplotlib \ - port:py${python.version}-numpy -} From 9ed981bcd5c78ff1a19309ce8b36fa22303ee66d Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Tue, 15 Oct 2024 21:39:19 -0400 Subject: [PATCH 334/446] py-gpilab*: drop py38 subport --- python/py-gpilab-framework/files/gpilab-37 | 5 ----- python/py-gpilab-framework/files/gpilab-38 | 5 ----- 2 files changed, 10 deletions(-) delete mode 100644 python/py-gpilab-framework/files/gpilab-37 delete mode 100644 python/py-gpilab-framework/files/gpilab-38 diff --git a/python/py-gpilab-framework/files/gpilab-37 b/python/py-gpilab-framework/files/gpilab-37 deleted file mode 100644 index 6fddc37ed903e..0000000000000 --- a/python/py-gpilab-framework/files/gpilab-37 +++ /dev/null @@ -1,5 +0,0 @@ -bin/gpi-37 -bin/gpi_launch-37 -bin/gpi_make-37 -share/py37-gpilab-framework/include/PyFI -share/py37-gpilab-framework/include/multiproc diff --git a/python/py-gpilab-framework/files/gpilab-38 b/python/py-gpilab-framework/files/gpilab-38 deleted file mode 100644 index 999921ba59da6..0000000000000 --- a/python/py-gpilab-framework/files/gpilab-38 +++ /dev/null @@ -1,5 +0,0 @@ -bin/gpi-38 -bin/gpi_launch-38 -bin/gpi_make-38 -share/py38-gpilab-framework/include/PyFI -share/py38-gpilab-framework/include/multiproc From 946dfa15c0466f4721167cede716b6f5dc43ac95 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Wed, 16 Oct 2024 09:59:17 -0400 Subject: [PATCH 335/446] py-tensorboardX: drop py38 subport --- python/py-tensorboardX/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-tensorboardX/Portfile b/python/py-tensorboardX/Portfile index c12f80e9969ab..5611f6effabb1 100644 --- a/python/py-tensorboardX/Portfile +++ b/python/py-tensorboardX/Portfile @@ -29,7 +29,7 @@ checksums rmd160 fb7b93315dd41f5f5ccde3b0c378c31900b5fa8b \ # diff -NaurdwB ./py-tensorboardX-orig/ ./py-tensorboardX-new/ | sed -E -e 's/\.\/py-tensorboardX-(orig|new)\//\.\//' | sed -E -e 's|/opt/local|@@PREFIX@@|g' > ~/Downloads/patch-compile_sh.diff patchfiles-append patch-compile_sh.diff -python.versions 38 39 310 +python.versions 39 310 if {${name} ne ${subport}} { depends_build-append \ From 29e228aa83f2e3747c30d997d77fcbc5faf093d8 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Wed, 16 Oct 2024 10:00:13 -0400 Subject: [PATCH 336/446] py-igraph: drop py38 subport --- python/py-igraph/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-igraph/Portfile b/python/py-igraph/Portfile index 9c0b386d2f80f..6b305ace31812 100644 --- a/python/py-igraph/Portfile +++ b/python/py-igraph/Portfile @@ -12,7 +12,7 @@ categories-append math science platforms darwin license GPL-2+ -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 maintainers {snc @nerdling} {gmail.com:szhorvat @szhorvat} openmaintainer From 98a86a9f434a7321016c5e76c5919e80599b4e4a Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Wed, 16 Oct 2024 12:20:48 -0400 Subject: [PATCH 337/446] py-yt: drop py38, add py312 --- python/py-yt/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-yt/Portfile b/python/py-yt/Portfile index ef4cdd7bf7243..9a69f70035246 100644 --- a/python/py-yt/Portfile +++ b/python/py-yt/Portfile @@ -28,7 +28,7 @@ checksums rmd160 5ef74df974375ed57ac0442c64c0c4c95c29a25f \ sha256 c8ef8eceb934dc189d63dc336109fad3002140a9a32b19f38d1812d5d5a30d71 \ size 10455625 -python.versions 38 +python.versions 312 if {${name} ne ${subport}} { depends_build-append \ From e718c0ae94e78d5dbfda9baaec06cc1a07c48e84 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Wed, 16 Oct 2024 12:23:48 -0400 Subject: [PATCH 338/446] py-wordcloud: update to 1.9.3; drop py38, add py31{1,2} subports --- python/py-wordcloud/Portfile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/python/py-wordcloud/Portfile b/python/py-wordcloud/Portfile index 7a6d577ab08d8..a35d6978848f4 100644 --- a/python/py-wordcloud/Portfile +++ b/python/py-wordcloud/Portfile @@ -4,7 +4,9 @@ PortSystem 1.0 PortGroup python 1.0 name py-wordcloud -version 1.8.1 +version 1.9.3 +revision 0 + license MIT maintainers nomaintainer @@ -13,11 +15,11 @@ long_description {*}${description}. homepage https://github.com/amueller/word_cloud -checksums rmd160 f139ef556d5b263657f6f2eddfb093e95e4a35ab \ - sha256 e6ef771aac17c1cf8558c8d5ef025796184066d7b78f8118aefe011fb0d22952 \ - size 220696 +checksums rmd160 bf30a119dd95c332699166a5db7b0282b3a84339 \ + sha256 a9aa738d63ed674a40f0cc31adb83f4ca5fc195f03a6aff6e010d1f5807d1c58 \ + size 27563752 -python.versions 39 310 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_run-append \ From 30fd4deb87d5c09ae043c9598eea1e17c94676e1 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Wed, 16 Oct 2024 12:27:51 -0400 Subject: [PATCH 339/446] py-scapy{,-devel}: drop py38 subport --- python/py-scapy/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-scapy/Portfile b/python/py-scapy/Portfile index f1bfada1015cc..839f9744385ad 100644 --- a/python/py-scapy/Portfile +++ b/python/py-scapy/Portfile @@ -35,7 +35,7 @@ checksums rmd160 1c5576ae4282cd17cd9512382f5e4987bf8ef2e3 \ size 1279162 # NOTE: 2.5.0 is the last version of scapy which support Python 2 -set devel_python_versions {38 39 310 311 312} +set devel_python_versions {39 310 311 312} python.versions 27 {*}${devel_python_versions} foreach pver [list {*}${devel_python_versions} ""] { From adf822158e11cd287f76609c20292481630e4b6b Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 12:23:07 -0400 Subject: [PATCH 340/446] py-asdf*: remove py38 subport --- python/py-asdf-astropy/Portfile | 2 +- python/py-asdf-coordinates-schemas/Portfile | 2 +- python/py-asdf-standard/Portfile | 2 +- python/py-asdf-transform-schemas/Portfile | 2 +- python/py-asdf-unit-schemas/Portfile | 2 +- python/py-asdf/Portfile | 7 +++---- 6 files changed, 8 insertions(+), 9 deletions(-) diff --git a/python/py-asdf-astropy/Portfile b/python/py-asdf-astropy/Portfile index e928f11627a74..64452d8636f7d 100644 --- a/python/py-asdf-astropy/Portfile +++ b/python/py-asdf-astropy/Portfile @@ -18,7 +18,7 @@ checksums rmd160 44e054df5bf9c3d3cba16b2fb0fb5ec8ec3e427b \ sha256 97aef973a0e585a36314b5215948dfc1ac76d44ce32e16af1592f91ca3bcf2c6 \ size 72811 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ diff --git a/python/py-asdf-coordinates-schemas/Portfile b/python/py-asdf-coordinates-schemas/Portfile index dfec47adccd81..80ed8ee532edc 100644 --- a/python/py-asdf-coordinates-schemas/Portfile +++ b/python/py-asdf-coordinates-schemas/Portfile @@ -17,7 +17,7 @@ checksums rmd160 77225ac44b32b62be7c88894d0bf16c94034de28 \ sha256 c98b6015dcec87a158fcde7798583f0615d08125fa6e1e9de16c4eb03fcd604e \ size 54499 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { diff --git a/python/py-asdf-standard/Portfile b/python/py-asdf-standard/Portfile index b1d250aa5c310..30a7c90602b6a 100644 --- a/python/py-asdf-standard/Portfile +++ b/python/py-asdf-standard/Portfile @@ -19,7 +19,7 @@ checksums rmd160 b76fc9310007d8604bd1840b325885b7a34b6a6b \ sha256 01535bc2b15bfc09ec8a62d4999f9cf32dc49dc71660c8425640228fd8776102 \ size 114823 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ diff --git a/python/py-asdf-transform-schemas/Portfile b/python/py-asdf-transform-schemas/Portfile index c169d44e05277..2db23f82cf3d3 100644 --- a/python/py-asdf-transform-schemas/Portfile +++ b/python/py-asdf-transform-schemas/Portfile @@ -19,7 +19,7 @@ checksums rmd160 95a6c15c28f34a9cfbc770f9cb80a0a5881d87b7 \ sha256 82cf4c782575734a895327f25ff583ce9499d7e2b836fe8880b2d7961c6b462b \ size 109226 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ diff --git a/python/py-asdf-unit-schemas/Portfile b/python/py-asdf-unit-schemas/Portfile index b0624371f6694..a2660a7dad4c4 100644 --- a/python/py-asdf-unit-schemas/Portfile +++ b/python/py-asdf-unit-schemas/Portfile @@ -19,7 +19,7 @@ checksums rmd160 66050f239a1f229dc4ce7ce1f1a29e52bb100c45 \ sha256 d995c45b5531ef1fe2e0525db30c7fc8b36df9447116ee067ce4461eea7e4440 \ size 45565 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ diff --git a/python/py-asdf/Portfile b/python/py-asdf/Portfile index 5a4fd3ad53d55..42a76dcf013c6 100644 --- a/python/py-asdf/Portfile +++ b/python/py-asdf/Portfile @@ -10,15 +10,15 @@ license BSD platforms {darwin any} supported_archs noarch maintainers {mps @Schamschula} openmaintainer -description The Advanced Scientific Data Format (ASDF) is a next-generation interchange format for scientific data. -long_description {*}${description} This package contains the Python implementation of the ASDF Standard. +description The Advanced Scientific Data Format (ASDF) is a next-generation interchange format for scientific data. +long_description {*}${description} This package contains the Python implementation of the ASDF Standard. homepage https://github.com/asdf-format/asdf checksums rmd160 d3a26986db6cc6b892ac02f3739b2dc7a749e857 \ sha256 047ad7bdd8f40b04b8625abfd119a35d18b344301c60ea9ddf63964e7ce19669 \ size 804561 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ @@ -35,4 +35,3 @@ if {${name} ne ${subport}} { port:py${python.version}-semantic_version \ port:py${python.version}-yaml } - From 3f1f2f9f48468274c1bca3b4d0f5d6460eb4c502 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 12:24:40 -0400 Subject: [PATCH 341/446] py-astlib: drop py38 subport --- python/py-astlib/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-astlib/Portfile b/python/py-astlib/Portfile index ada7901f561d8..979c796561ce2 100644 --- a/python/py-astlib/Portfile +++ b/python/py-astlib/Portfile @@ -26,7 +26,7 @@ checksums rmd160 34e1f8148992cbd40fe224c8afa2130358b6fc5f \ sha256 080a015f025623451d9429cc82ed33e7930099429064282027b5663438903982 \ size 742043 -python.versions 38 39 +python.versions 39 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools \ From 1e7815be61409e58b2aadcf0635dbca5a6610030 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 12:25:13 -0400 Subject: [PATCH 342/446] py-astroplan: drop py38 subport --- python/py-astroplan/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-astroplan/Portfile b/python/py-astroplan/Portfile index 81adf7b345bfe..ff33efbe71939 100644 --- a/python/py-astroplan/Portfile +++ b/python/py-astroplan/Portfile @@ -27,7 +27,7 @@ checksums rmd160 365a8e8673a063e40d841b7709e148f6fe935bc1 \ sha256 b2fc6acdbab8dfeafe2be60c74c578513468c607385a977510f7ca02342a7cab \ size 145344 -python.versions 38 39 +python.versions 39 python.pep517 no if {${name} ne ${subport}} { From 56e1c70155e21770b6d5ee76beafcc329d554781 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 12:26:59 -0400 Subject: [PATCH 343/446] py-reporject: drop py38 subport --- python/py-reproject/Portfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/py-reproject/Portfile b/python/py-reproject/Portfile index 2df7aa9ffd385..9548febb8eab9 100644 --- a/python/py-reproject/Portfile +++ b/python/py-reproject/Portfile @@ -18,12 +18,11 @@ checksums rmd160 74003d435d8d8517471af8408c00afe0cde0a6bd \ sha256 679e2c63747a195893bcc2c7ac9725ac0675747e3ff5bcc8ae0a8377d9c56c96 \ size 774255 -python.versions 38 39 310 +python.versions 39 310 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-cython \ port:py${python.version}-extension-helpers \ - port:py${python.version}-setuptools \ port:py${python.version}-setuptools_scm depends_run-append port:py${python.version}-numpy \ From 198e4807fd92b0310d8675a2b7d6cb65758a31ee Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 12:27:38 -0400 Subject: [PATCH 344/446] py-astropy-healpix: drop py38 subport --- python/py-astropy-healpix/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-astropy-healpix/Portfile b/python/py-astropy-healpix/Portfile index 24debd4cbf89e..5fe4e2b9025a5 100644 --- a/python/py-astropy-healpix/Portfile +++ b/python/py-astropy-healpix/Portfile @@ -9,7 +9,7 @@ revision 1 distname astropy_healpix-${version} categories-append science -python.versions 38 39 310 +python.versions 39 310 license BSD maintainers {aronnax @lpsinger} openmaintainer From 774dc54670c620540c4ae2d7fa5dc7f46dfa5fec Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 12:28:19 -0400 Subject: [PATCH 345/446] py-aubio: drop py38 subport --- python/py-aubio/Portfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python/py-aubio/Portfile b/python/py-aubio/Portfile index d120c51d61dff..7a8c63662e373 100644 --- a/python/py-aubio/Portfile +++ b/python/py-aubio/Portfile @@ -22,7 +22,7 @@ checksums rmd160 27d2b00ff798c284e7b071edd560e520bbf525bc \ sha256 df1244f6c4cf5bea382c8c2d35aa43bc31f4cf631fe325ae3992c219546a4202 \ size 479008 -python.versions 38 39 310 311 +python.versions 39 310 311 if {${name} ne ${subport}} { depends_build-append \ @@ -39,6 +39,4 @@ if {${name} ne ${subport}} { patchfiles fftw3-setup.py.patch } - - livecheck.type none } From 9d71fc2987dcb6e81e38299d06fbbeaa63b703bf Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 12:35:06 -0400 Subject: [PATCH 346/446] py-bcolz: remove port - no dependents in MacPorts, upstream archived the project, does not build anymore --- python/py-bcolz/Portfile | 52 ---------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 python/py-bcolz/Portfile diff --git a/python/py-bcolz/Portfile b/python/py-bcolz/Portfile deleted file mode 100644 index b5ce68098029c..0000000000000 --- a/python/py-bcolz/Portfile +++ /dev/null @@ -1,52 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -PortGroup python 1.0 - -name py-bcolz -version 1.2.1 -revision 1 -categories-append devel -license BSD - -python.versions 38 - -maintainers {stromnov @stromnov} openmaintainer - -description Columnar and compressed data containers. - -long_description bcolz provides columnar and compressed data containers. \ - Column storage allows for efficiently querying tables \ - with a large number of columns. It also allows for cheap \ - addition and removal of column. In addition, bcolz \ - objects are compressed by default for reducing \ - memory/disk I/O needs. The compression process is \ - carried out internally by Blosc, a high-performance \ - compressor that is optimized for binary data. - -homepage https://github.com/Blosc/bcolz - -checksums rmd160 867cb61194bc63d53aab507100c880d884949178 \ - sha256 c017d09bb0cb5bbb07f2ae223a3f3638285be3b574cb328e91525b2880300bd1 - -if {${name} ne ${subport}} { - # Fix permissions - post-extract { - fs-traverse item ${worksrcpath} { - if {[file isdirectory ${item}]} { - file attributes ${item} -permissions a+rx - } elseif {[file isfile ${item}]} { - file attributes ${item} -permissions a+r - } - } - } - - depends_build-append \ - port:py${python.version}-cython \ - port:py${python.version}-setuptools_scm - - depends_lib-append port:py${python.version}-numpy \ - port:blosc - - build.args-append -C--blosc=${prefix} -} From 8325f2651d5768cf1142719d8d07c06532f2bb9c Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 12:38:02 -0400 Subject: [PATCH 347/446] py-blaze: remove port - no dependents in MacPorts, last upstream release 8 years ago --- python/py-blaze/Portfile | 49 ---------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 python/py-blaze/Portfile diff --git a/python/py-blaze/Portfile b/python/py-blaze/Portfile deleted file mode 100644 index 5077ed7cb8549..0000000000000 --- a/python/py-blaze/Portfile +++ /dev/null @@ -1,49 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim: fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -PortGroup python 1.0 - -name py-blaze -version 0.10.1 -revision 0 -categories-append devel -license BSD -platforms {darwin any} -supported_archs noarch - -python.versions 38 - -maintainers {stromnov @stromnov} openmaintainer - -description Blaze is the next-generation of NumPy - -long_description Blaze is the next-generation of NumPy. It is designed \ - as a foundational set of abstractions on which to build \ - out-of-core and distributed algorithms over a wide \ - variety of data sources and to extend the structure \ - of NumPy itself. - -homepage https://blaze.pydata.org/ - -checksums rmd160 39e7dff610d8551df9d367481f6cbf21740d475d \ - sha256 50a60c8d52c679a6a21d6c689841f032b5dbd6eb5a2ecfaf308aff57f4b7a19a \ - size 472522 - -if {${name} ne ${subport}} { - depends_lib-append port:py${python.version}-datashape \ - port:py${python.version}-numpy \ - port:py${python.version}-sqlalchemy \ - port:py${python.version}-pandas \ - port:py${python.version}-h5py \ - port:py${python.version}-multipledispatch \ - port:py${python.version}-cytoolz \ - port:py${python.version}-toolz \ - port:py${python.version}-flask \ - port:py${python.version}-pytest \ - port:py${python.version}-xlrd \ - port:py${python.version}-requests \ - port:py${python.version}-tables \ - port:py${python.version}-pymongo \ - port:py${python.version}-psutil \ - port:py${python.version}-odo -} From 8142f0a212ec49298f3ba51c1a68b236059d4f01 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 13:52:35 -0400 Subject: [PATCH 348/446] py-bottleneck: drop py38 subport --- python/py-bottleneck/Portfile | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/python/py-bottleneck/Portfile b/python/py-bottleneck/Portfile index 86d59aee7b792..986e4f0a67a09 100644 --- a/python/py-bottleneck/Portfile +++ b/python/py-bottleneck/Portfile @@ -9,7 +9,7 @@ revision 0 categories-append math license BSD -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 maintainers {stromnov @stromnov} openmaintainer @@ -31,22 +31,7 @@ if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-numpy - if {${python.version} == 38} { - python.rootname Bottleneck - version 1.3.8 - revision 0 - - checksums rmd160 8f7f0d89a72dc8be802e807015a864380d858f1b \ - sha256 6780d896969ba7f53c8995ba90c87c548beb3db435dc90c60b9a10ed1ab4d868 \ - size 103252 - - depends_lib-append \ - port:py${python.version}-oldest-supported-numpy - } else { - # py-numpy >= 2.0.0 is only required when building wheels for PyPI - # See: pyproject.toml - patchfiles patch-pyproject.toml.diff - } - - livecheck.type none + # py-numpy >= 2.0.0 is only required when building wheels for PyPI + # See: pyproject.toml + patchfiles patch-pyproject.toml.diff } From a4d6e60a98d7123a64b1c10e230e4a3b28a561e1 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 13:55:16 -0400 Subject: [PATCH 349/446] py-colormath: remove port - no dependents in MacPorts, last releast 6 years ago and project i unmaintained --- python/py-colormath/Portfile | 43 ------------------------------------ 1 file changed, 43 deletions(-) delete mode 100644 python/py-colormath/Portfile diff --git a/python/py-colormath/Portfile b/python/py-colormath/Portfile deleted file mode 100644 index 5c48c43ec08e9..0000000000000 --- a/python/py-colormath/Portfile +++ /dev/null @@ -1,43 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -PortGroup python 1.0 -PortGroup github 1.0 - -github.setup gtaylor python-colormath 3.0.0 -name py-colormath -revision 1 - -categories-append math -license BSD -maintainers {aronnax @lpsinger} openmaintainer -description Simplify color math operations in python -long_description \ - The python-colormath is a python module that abstracts common color math \ - operations - -supported_archs noarch -platforms {darwin any} - -homepage https://python-colormath.readthedocs.org/ - -checksums rmd160 9967dd7e3011c93d5b73565f905f740e6d6e285f \ - sha256 e497f89469e9b532d84c0355c9dd8098b2c0f999712e5b7a8a5e9c53ef2cf9e7 \ - size 74973 - -python.versions 38 - -if {${name} ne ${subport}} { - depends_lib-append \ - port:py${python.version}-networkx \ - port:py${python.version}-numpy - - test.run yes - python.test_framework nose - - post-destroot { - xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${subport} - xinstall -m 0644 -W ${worksrcpath} README.rst LICENSE.txt \ - ${destroot}${prefix}/share/doc/${subport} - } -} From 21435d0cddd5b5737096a8b2a4b6497cc538a3ba Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 13:57:13 -0400 Subject: [PATCH 350/446] py-commpy: drop py38 subport --- python/py-commpy/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-commpy/Portfile b/python/py-commpy/Portfile index 9161185e8dea0..84713be1adcac 100644 --- a/python/py-commpy/Portfile +++ b/python/py-commpy/Portfile @@ -20,7 +20,7 @@ checksums rmd160 b8163799439e1b2453037ddca833bdb9aa193aaa \ size 406216 revision 0 -python.versions 38 39 310 +python.versions 39 310 homepage https://veeresht.info/CommPy/ From 94f99ff11bf7c92703eb9aaa28305e6e328773bb Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 15:05:38 -0400 Subject: [PATCH 351/446] py-deap: drop py38 subport --- python/py-deap/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-deap/Portfile b/python/py-deap/Portfile index 0ed0ef6ab1f63..2e929119a4b39 100644 --- a/python/py-deap/Portfile +++ b/python/py-deap/Portfile @@ -9,7 +9,7 @@ revision 0 categories-append devel license LGPL -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 maintainers {stromnov @stromnov} openmaintainer From cbbad5d0b3092f5a1797010996250d0906def763 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 15:07:35 -0400 Subject: [PATCH 352/446] py-drms: drop py38 subport --- python/py-drms/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-drms/Portfile b/python/py-drms/Portfile index 5b3bfe0fe38f0..ed2d02b80380b 100644 --- a/python/py-drms/Portfile +++ b/python/py-drms/Portfile @@ -16,7 +16,7 @@ supported_archs noarch platforms {darwin any} homepage https://sunpy.org -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 checksums rmd160 8f9b06afce78523242d0c4186b68790d2ffe0617 \ sha256 2e01eeee64e088bde7da555a3a1a697567d088cd021642beeb3e9e0642f198a6 \ From 3a7f1ef8c54e458b9b3bd79189a51aeb7987cfc7 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 15:08:43 -0400 Subject: [PATCH 353/446] py-silx: drop py38 subport --- python/py-silx/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-silx/Portfile b/python/py-silx/Portfile index 4e9970f75ebcb..527a493f5a083 100644 --- a/python/py-silx/Portfile +++ b/python/py-silx/Portfile @@ -22,7 +22,7 @@ checksums rmd160 bd35f6c1113bd126b9a70d9af6305d266f5f44f8 \ sha256 d30d06614426502c76bdd3052b8752837c80fc26374024238459df96c6e3adac \ size 18873035 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ From 5c211243cd25c747614cabb648f54f95c06a6c25 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 15:09:04 -0400 Subject: [PATCH 354/446] py-fabio: drop py38 subport --- python/py-fabio/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-fabio/Portfile b/python/py-fabio/Portfile index ca048fd8ecea4..030112a2462ff 100644 --- a/python/py-fabio/Portfile +++ b/python/py-fabio/Portfile @@ -27,7 +27,7 @@ checksums rmd160 c75af6c617d6033783baabf5dea77b2e0c7ff89f \ sha256 34f571bb8b19ee122fac7ae1d6245a92b69ae5f8f57149c7db9f6d4c307244d7 \ size 726345 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { patchfiles-append \ From 987b7ad60613400b2e84d84702b82c59d7b3699d Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 15:23:20 -0400 Subject: [PATCH 355/446] py-gacode: remove port - no dependents in MacPorts, still supported upstream but they haven't update the build system - does not build with modern Python versions due to removal of numpy.distutil. --- python/py-gacode/Portfile | 36 ---------------------- python/py-gacode/files/patch-setup.py.diff | 10 ------ 2 files changed, 46 deletions(-) delete mode 100644 python/py-gacode/Portfile delete mode 100644 python/py-gacode/files/patch-setup.py.diff diff --git a/python/py-gacode/Portfile b/python/py-gacode/Portfile deleted file mode 100644 index 585fddd3a9ee4..0000000000000 --- a/python/py-gacode/Portfile +++ /dev/null @@ -1,36 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -PortGroup python 1.0 -PortGroup compilers 1.0 - -name py-gacode -version 0.57 -python.rootname pygacode - - -compilers.setup default_fortran - -python.versions 38 - -categories-append science -maintainers {fusion.gat.com:smithsp @smithsp} openmaintainer -description python bindings for the GACODE suite -long_description {*}${description} - -license MIT -homepage https://gacode.io -checksums rmd160 aa5658f0251374b9b005fc3a9eba6619200dc857 \ - sha256 566a6f4ff3c07eddefd60bf119b4c0beb6b37317f6b2f0d7c3582940281211e2 \ - size 82852 - -patchfiles patch-setup.py.diff - -if {${name} ne ${subport}} { - depends_lib-append \ - port:py${python.version}-numpy - - test.run yes - python.test_framework - test.cmd ${python.bin} -c 'from pygacode.test import test_install' -} diff --git a/python/py-gacode/files/patch-setup.py.diff b/python/py-gacode/files/patch-setup.py.diff deleted file mode 100644 index bb8ab7601447e..0000000000000 --- a/python/py-gacode/files/patch-setup.py.diff +++ /dev/null @@ -1,10 +0,0 @@ ---- setup.py.orig 2020-08-10 09:53:38.000000000 -0500 -+++ setup.py 2023-03-09 03:18:50.000000000 -0600 -@@ -59,7 +59,3 @@ - packages=['pygacode', 'pygacode.test', 'pygacode.gyro', 'pygacode.cgyro', 'pygacode.tgyro', 'pygacode.neo', 'pygacode.profiles_gen'], - ext_modules=[wrapper] - ) -- --# only run tests when installing --if 'install' in sys.argv: -- from pygacode.test import test_install From 14df5a89069a06a2efc81bc2e3bcc1da764fdaef Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 15:26:10 -0400 Subject: [PATCH 356/446] py-game: drop py38 subport --- python/py-game/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-game/Portfile b/python/py-game/Portfile index 54a9293bfaa39..e5055fbb885da 100644 --- a/python/py-game/Portfile +++ b/python/py-game/Portfile @@ -22,7 +22,7 @@ checksums md5 cb6bf42a449b0bb1f53c534bcbcc220c \ rmd160 7edb3cc722a0399eedb9f8e33d7d4b813033d57d \ sha256 56fb02ead529cee00d415c3e007f75e0780c655909aaa8e8bf616ee09c9feb1f -python.versions 27 38 39 310 311 312 +python.versions 27 39 310 311 312 if {$subport ne $name} { patchfiles patch-config_darwin.py.diff \ From 5760cd6f9487a2bd97f4b6fa2cafeb8a42d05312 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 15:27:29 -0400 Subject: [PATCH 357/446] py-gmic: drop py38 subport --- python/py-gmic/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-gmic/Portfile b/python/py-gmic/Portfile index f54e0ccd48ce9..e400c8241efd7 100644 --- a/python/py-gmic/Portfile +++ b/python/py-gmic/Portfile @@ -27,7 +27,7 @@ master_sites https://github.com/myselfhimself/gmic-py/archive/:py-gmic \ distfiles v${version}${extract.suffix}:py-gmic \ gmic_${gmic_version}${extract.suffix}:gmic -python.versions 38 39 +python.versions 39 checksums v${version}${extract.suffix} \ rmd160 11db37d67af0d451661562a3cae66b4b18a9b0fb \ From 09194ff1b2de600ce681a9363d5135dc610ab362 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 15:29:39 -0400 Subject: [PATCH 358/446] py-imageio: drop py38 subport --- python/py-imageio/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-imageio/Portfile b/python/py-imageio/Portfile index 7a3d1aa4820fe..d2c8475d75629 100644 --- a/python/py-imageio/Portfile +++ b/python/py-imageio/Portfile @@ -11,7 +11,7 @@ license BSD platforms {darwin any} supported_archs noarch -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 maintainers {stromnov @stromnov} openmaintainer From 80bfff05255cc94a9cecc3c356f44f518c20f059 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 16:48:45 -0400 Subject: [PATCH 359/446] py-imread: drop py38 subport --- python/py-imread/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-imread/Portfile b/python/py-imread/Portfile index 1873d7e427b00..4ed4e597ab2c5 100644 --- a/python/py-imread/Portfile +++ b/python/py-imread/Portfile @@ -9,7 +9,7 @@ revision 0 categories-append graphics license MIT -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 maintainers {stromnov @stromnov} openmaintainer From d2235fd5db48d18a718c0115a2797b24a312e5b8 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 16:49:33 -0400 Subject: [PATCH 360/446] py-instrumentkit: drop py38 subport --- python/py-instrumentkit/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-instrumentkit/Portfile b/python/py-instrumentkit/Portfile index ff70974e0f67a..a68377706a863 100644 --- a/python/py-instrumentkit/Portfile +++ b/python/py-instrumentkit/Portfile @@ -30,7 +30,7 @@ checksums rmd160 e367a6af7e777ce47f9eaeccedacb333c6e2f232 \ sha256 489969b04bc6de57753b01ff160125d5793d006b730cb787f8b50f71a02c0f0d \ size 193905 -python.versions 38 39 310 +python.versions 39 310 if {${name} ne ${subport}} { depends_lib-append \ From 36be48ca66432b1da9c57020114d026d578d97c1 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 16:52:54 -0400 Subject: [PATCH 361/446] py-kombine: update to 0.8.4; drop py38, add py312 subport - fix license --- python/py-kombine/Portfile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/python/py-kombine/Portfile b/python/py-kombine/Portfile index bbd369f35b390..85a1ddbada967 100644 --- a/python/py-kombine/Portfile +++ b/python/py-kombine/Portfile @@ -4,11 +4,12 @@ PortSystem 1.0 PortGroup python 1.0 name py-kombine -version 0.8.3 +version 0.8.4 +revision 0 categories-append science maintainers {uoregon.edu:bfarr @bfarr} openmaintainer -license GPL-3 +license MIT platforms {darwin any} supported_archs noarch @@ -19,11 +20,11 @@ long_description kombine is an ensemble sampler that uses a clustered \ massive parallelization and efficient sampling. homepage https://github.com/bfarr/kombine -checksums rmd160 74c1ba9d7f4f1866f79f4628c868943afb9fabec \ - sha256 da7a9542600c81df4b2ede2772b730dacef61ea3bc19b495f4fa445ff2b92f75 \ - size 17495 +checksums rmd160 ea298510f5a9854ad4cb53cd369515c97e733b2e \ + sha256 4fc1f55e106ed93058b7241aae254f3db5fd907a7cdf7a01e4b0a1968cafd382 \ + size 18145 -python.versions 38 +python.versions 312 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-numpy \ From dfbcd31bcd6a257eebc75946641991083bacc8ff Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 16:56:38 -0400 Subject: [PATCH 362/446] py-mahotas: drop py38 subport --- python/py-mahotas/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-mahotas/Portfile b/python/py-mahotas/Portfile index 9191e8638059b..e4dae2e63fe73 100644 --- a/python/py-mahotas/Portfile +++ b/python/py-mahotas/Portfile @@ -10,7 +10,7 @@ github.setup luispedro mahotas 1.4.14 v revision 0 license MIT -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 maintainers {stromnov @stromnov} openmaintainer From a47c0e00f08b299f147a17ba2d059644a3479b50 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 16:57:30 -0400 Subject: [PATCH 363/446] py-mayavi: drop py38 subport --- python/py-mayavi/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-mayavi/Portfile b/python/py-mayavi/Portfile index 320c07b117217..9afae5f414497 100644 --- a/python/py-mayavi/Portfile +++ b/python/py-mayavi/Portfile @@ -22,7 +22,7 @@ checksums rmd160 347f2eb90177010f3123fba10be7bf372871e8ba \ sha256 44f144a5646e81b7eb0668a8b1ac383a847e634f6f4c306b4629e32587080467 \ size 9063649 -python.versions 38 39 +python.versions 39 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-sphinx From 6594b06f24bab391096bac7059015ae7699e62c8 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 16:58:09 -0400 Subject: [PATCH 364/446] py-mdtraj: drop py38 subport --- python/py-mdtraj/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-mdtraj/Portfile b/python/py-mdtraj/Portfile index 1375613e6053a..a616fd1e1730a 100644 --- a/python/py-mdtraj/Portfile +++ b/python/py-mdtraj/Portfile @@ -21,7 +21,7 @@ checksums rmd160 c24ae0bad238413357bc6a00101a330f7bfdd8d2 \ sha256 ecfae2395037bef36b894ab10508229e99c05495b3e9e33071038c068bd15868 \ size 21658021 -python.versions 38 39 310 +python.versions 39 310 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-cython From 40aa698695e20c5d6f39f920807b3178ab1e693d Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 16:59:10 -0400 Subject: [PATCH 365/446] py-metpy: drop py38 subport --- python/py-metpy/Portfile | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/python/py-metpy/Portfile b/python/py-metpy/Portfile index 94841c2fbeb70..b05ba01b02912 100644 --- a/python/py-metpy/Portfile +++ b/python/py-metpy/Portfile @@ -16,7 +16,7 @@ supported_archs noarch platforms {darwin any} homepage https://github.com/Unidata/MetPy -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 checksums rmd160 ba67ff48e11f4eb65d9daa23536900c0ea09bcbc \ sha256 23df14a9a67206fd1ffe6d5d3208587941d6abf9778c04dc7a3a1dc7a9a60766 \ @@ -24,7 +24,6 @@ checksums rmd160 ba67ff48e11f4eb65d9daa23536900c0ea09bcbc \ if {${name} ne ${subport}} { depends_build-append \ - port:py${python.version}-setuptools \ port:py${python.version}-setuptools_scm depends_lib-append \ @@ -37,18 +36,4 @@ if {${name} ne ${subport}} { port:py${python.version}-scipy \ port:py${python.version}-traitlets \ port:py${python.version}-xarray - - if {${python.version} < 39} { - python.rootname \ - MetPy - version 1.5.1 - revision 0 - - checksums rmd160 f8e4076dc1db95c0faa88c34355dca06971d985f \ - sha256 abee94033642c06efecac3aabc224449124f14fdb01de12001f324da54ce46c7 \ - size 10714954 - - depends_lib-append \ - port:py${python.version}-importlib-resources - } } From 2e260aa80a4487df25adf29d99cbd41b0cf15e86 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 17:01:05 -0400 Subject: [PATCH 366/446] py-networkit: drop py38 subport --- python/py-networkit/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-networkit/Portfile b/python/py-networkit/Portfile index 6e12a1e2aa24d..e385842317712 100644 --- a/python/py-networkit/Portfile +++ b/python/py-networkit/Portfile @@ -10,7 +10,7 @@ categories-append devel platforms darwin license MIT -python.versions 38 39 310 311 +python.versions 39 310 311 maintainers {stromnov @stromnov} openmaintainer From 374d40e7552a46e412f82a8c2c2c64cac1889e04 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 21:22:44 -0400 Subject: [PATCH 367/446] py-npx: drop py38 subport --- python/py-npx/Portfile | 2 +- python/py-pymvpa/Portfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/py-npx/Portfile b/python/py-npx/Portfile index a88b5cf5bd591..55115c6036e2a 100644 --- a/python/py-npx/Portfile +++ b/python/py-npx/Portfile @@ -25,7 +25,7 @@ checksums rmd160 3cb46b964ef7a459e2ad6fe1364cd12fe530561e \ sha256 13cc2346030720340a9f50d5fce871ed104087561c9ffefd00d08d00c7aaa1c8 \ size 10854 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append \ diff --git a/python/py-pymvpa/Portfile b/python/py-pymvpa/Portfile index 789538d1b2603..56331e70fc315 100644 --- a/python/py-pymvpa/Portfile +++ b/python/py-pymvpa/Portfile @@ -11,7 +11,7 @@ revision 4 categories-append science math license MIT -python.versions 38 +python.versions 312 python.pep517 no maintainers {stromnov @stromnov} openmaintainer From cc4359bc36c619542a5f7b45e198d43b71d0e192 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 21:25:48 -0400 Subject: [PATCH 368/446] py-numba: drop py38 subport --- python/py-numba/Portfile | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/python/py-numba/Portfile b/python/py-numba/Portfile index ed51418d39fa8..7d319eac83a3a 100644 --- a/python/py-numba/Portfile +++ b/python/py-numba/Portfile @@ -10,7 +10,7 @@ revision 0 categories-append devel license BSD -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 maintainers {stromnov @stromnov} openmaintainer @@ -38,16 +38,4 @@ if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-llvmlite \ port:py${python.version}-numpy - - if {${python.version} == 38} { - version 0.58.1 - revision 0 - checksums rmd160 ac8c9fc725b8d56a0eea60fa45ec150afa3116df \ - sha256 487ded0633efccd9ca3a46364b40006dbdaca0f95e99b8b83e778d1195ebcbaa \ - size 2623830 - - depends_lib-append port:py${python.version}-importlib-metadata - } - - livecheck.type none } From 8a19eb29a08c1d2515e94d5c9c4f54313e14d171 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 21:30:22 -0400 Subject: [PATCH 369/446] py-numexpr: drop py38 subport --- python/py-numexpr/Portfile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/python/py-numexpr/Portfile b/python/py-numexpr/Portfile index 28d1c098c5536..d7f83fe2daf50 100644 --- a/python/py-numexpr/Portfile +++ b/python/py-numexpr/Portfile @@ -9,7 +9,7 @@ revision 0 categories-append math license MIT -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 maintainers {stromnov @stromnov} openmaintainer @@ -29,15 +29,6 @@ checksums rmd160 7a15e4b205bc8d92585773b5299aceea144cef10 \ size 103155 if {${name} ne ${subport}} { - if {${python.version} eq 38} { - version 2.8.6 - revision 0 - epoch 1 - checksums rmd160 9551ad1fc91871751591cf4c3a67181fa2f8bc8b \ - sha256 6336f8dba3f456e41a4ffc3c97eb63d89c73589ff6e1707141224b930263260d \ - size 102376 - } - depends_build-append \ port:py${python.version}-oldest-supported-numpy depends_lib-append port:py${python.version}-numpy @@ -47,6 +38,4 @@ if {${name} ne ${subport}} { xinstall -m 644 -W ${worksrcpath} ANNOUNCE.rst LICENSE.txt README.rst \ RELEASE_NOTES.rst ${destroot}${prefix}/share/doc/${subport} } - - livecheck.type none } From cc2ceb7cd4042381e2982481bb77ecb80f1d51f9 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 21:33:51 -0400 Subject: [PATCH 370/446] py-odo: remove port - no dependents in MacPorts, last release 8 years ago --- python/py-odo/Portfile | 45 ------------------------------------------ 1 file changed, 45 deletions(-) delete mode 100644 python/py-odo/Portfile diff --git a/python/py-odo/Portfile b/python/py-odo/Portfile deleted file mode 100644 index cd00b2e8f2210..0000000000000 --- a/python/py-odo/Portfile +++ /dev/null @@ -1,45 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim: fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -PortGroup python 1.0 - -name py-odo -version 0.5.0 -revision 0 -categories-append devel -license BSD -platforms {darwin any} -supported_archs noarch - -python.versions 38 - -maintainers {stromnov @stromnov} openmaintainer - -description Data migration utilities -long_description {*}${description} - -homepage https://github.com/ContinuumIO/odo - -checksums rmd160 95168af613cbd1e94599299b7f385c31c93157e9 \ - sha256 e892ffe58e87d6b1c12838c4ab252bd0ae8c0ec43e5179409309ded4929905d6 \ - size 129977 - -if {${name} ne ${subport}} { - depends_lib-append port:py${python.version}-datashape \ - port:py${python.version}-numpy \ - port:py${python.version}-pandas \ - port:py${python.version}-toolz \ - port:py${python.version}-multipledispatch \ - port:py${python.version}-networkx - - # Fix permissions - post-extract { - fs-traverse item ${worksrcpath} { - if {[file isdirectory ${item}]} { - file attributes ${item} -permissions a+rx - } elseif {[file isfile ${item}]} { - file attributes ${item} -permissions a+r - } - } - } -} From e20153eb95c395094d24eacd2915fa5eca5b4e7d Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 21:36:44 -0400 Subject: [PATCH 371/446] py-opencv4{,-devel}: drop py38 subport --- graphics/opencv4-devel/Portfile | 2 +- graphics/opencv4/Portfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/opencv4-devel/Portfile b/graphics/opencv4-devel/Portfile index a5622fb3b8527..34a5a991b0182 100644 --- a/graphics/opencv4-devel/Portfile +++ b/graphics/opencv4-devel/Portfile @@ -349,7 +349,7 @@ platform darwin { } # Python Bindings -set python_branches {3.8 3.9 3.10 3.11 3.12} +set python_branches {3.9 3.10 3.11 3.12} foreach python_branch ${python_branches} { set python_version [join [lrange [split ${python_branch} .] 0 1] ""] subport py${python_version}-${name} { diff --git a/graphics/opencv4/Portfile b/graphics/opencv4/Portfile index 4c5f3034beff6..d24b80b912798 100644 --- a/graphics/opencv4/Portfile +++ b/graphics/opencv4/Portfile @@ -349,7 +349,7 @@ platform darwin { } # Python Bindings -set python_branches {3.8 3.9 3.10 3.11 3.12} +set python_branches {3.9 3.10 3.11 3.12} foreach python_branch ${python_branches} { set python_version [join [lrange [split ${python_branch} .] 0 1] ""] subport py${python_version}-${name} { From 0ca095ee89f77dc36ece7ded65355e02d994ef44 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 21:38:49 -0400 Subject: [PATCH 372/446] py-statsmodels: drop py38 subport --- python/py-statsmodels/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-statsmodels/Portfile b/python/py-statsmodels/Portfile index b05e7a52eb571..8115b10ef5e42 100644 --- a/python/py-statsmodels/Portfile +++ b/python/py-statsmodels/Portfile @@ -9,7 +9,7 @@ revision 0 categories-append science math license BSD -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 maintainers {stromnov @stromnov} openmaintainer From 0bd94570776317e1b7c55af4eaa7a7923f2e6a79 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 21:39:11 -0400 Subject: [PATCH 373/446] py-patsy: drop py38 subport --- python/py-patsy/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-patsy/Portfile b/python/py-patsy/Portfile index 095ab29c46a8d..41ad7e8ff6acd 100644 --- a/python/py-patsy/Portfile +++ b/python/py-patsy/Portfile @@ -11,7 +11,7 @@ supported_archs noarch platforms {darwin any} license BSD -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 maintainers {stromnov @stromnov} openmaintainer From 75cdeac97f700a3ddee78771413cc70dcfd6289d Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 21:52:04 -0400 Subject: [PATCH 374/446] py-pyfftw: drop py38 subport --- python/py-pyfftw/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-pyfftw/Portfile b/python/py-pyfftw/Portfile index 609676b8a9a4a..273cd15242b58 100644 --- a/python/py-pyfftw/Portfile +++ b/python/py-pyfftw/Portfile @@ -20,7 +20,7 @@ checksums rmd160 e1f72d7172f9642978184b164e678614bdb8cdb6 \ sha256 369a48526e007eb16703effe0efc57690396850398b08e92d50d5c1b9a71d78a \ size 158673 -python.versions 38 39 310 +python.versions 39 310 if {${name} ne ${subport}} { # upstream checks whhich FFTW libraries are installed and that approach fails due to From 6d10f6d27f19fce5136c776ad1467f1758019222 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 21:52:41 -0400 Subject: [PATCH 375/446] py-pygeos: drop py38 subport --- python/py-pygeos/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-pygeos/Portfile b/python/py-pygeos/Portfile index ec463f06b9a8f..cf9b1b56d6c94 100644 --- a/python/py-pygeos/Portfile +++ b/python/py-pygeos/Portfile @@ -9,7 +9,7 @@ revision 0 categories-append math license BSD -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 maintainers {stromnov @stromnov} openmaintainer From 6bf0509dfa0157cb7b675034d635394ad1d7ac2a Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 21:53:17 -0400 Subject: [PATCH 376/446] py-pygmsh: drop py38 subport --- python/py-pygmsh/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-pygmsh/Portfile b/python/py-pygmsh/Portfile index 7aca88d454e4a..acd2a5bd4507b 100644 --- a/python/py-pygmsh/Portfile +++ b/python/py-pygmsh/Portfile @@ -18,7 +18,7 @@ long_description {*}${description} with the versatility of Python and to prov categories-append science homepage https://github.com/nschloe/pygmsh -python.versions 38 39 310 +python.versions 39 310 checksums rmd160 4fe67707dcc30521f47ff8a21570d823a87c2655 \ sha256 563724abff4f8517598d3354b9c795feddbe0675786145bfeaf20cbee6691c1d \ From c1744c3be49b8646b318db2c8e940464c3706c29 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 21:53:50 -0400 Subject: [PATCH 377/446] py-pygrib: drop py38 subport --- python/py-pygrib/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-pygrib/Portfile b/python/py-pygrib/Portfile index 851f71e367de2..fcf6ae18350b3 100644 --- a/python/py-pygrib/Portfile +++ b/python/py-pygrib/Portfile @@ -20,7 +20,7 @@ checksums rmd160 bdb4e61224d5343e052e65de7882cc1ff61abb73 \ sha256 951a409eb3233dd95839dd77c0dbe4d8cbed8f21a4015b1047dec9edec65f545 \ size 21769773 -python.versions 38 39 310 +python.versions 39 310 if {${name} ne ${subport}} { depends_build-append \ From 2e3374954add05c2a41c20151c42c50becb70d52 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 18 Oct 2024 21:55:02 -0400 Subject: [PATCH 378/446] py-pyside2: drop py38 subport --- python/py-pyside2/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-pyside2/Portfile b/python/py-pyside2/Portfile index 50275cca0dc84..eb9c388f441d7 100644 --- a/python/py-pyside2/Portfile +++ b/python/py-pyside2/Portfile @@ -21,7 +21,7 @@ checksums rmd160 e656c4ea71d2bc4b5702af0c76ebcfacdb4dc65f \ sha256 21d6818b064834b08501180e48890e5fd87df2fb3769f80c58143457f548c408 \ size 3586600 -python.versions 38 39 310 311 +python.versions 39 310 311 python.pep517 no set llvm_version 18 From b10c8d1b7e367907a9f67878bbf6fea2a8ae6825 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 21:34:46 -0400 Subject: [PATCH 379/446] py-scikit-hep*: drop py38 subport --- python/py-scikit-hep-awkward/Portfile | 2 +- python/py-scikit-hep-awkward1/Portfile | 2 +- python/py-scikit-hep-boost-histogram/Portfile | 2 +- python/py-scikit-hep-hepstats/Portfile | 2 +- python/py-scikit-hep-hepunits/Portfile | 2 +- python/py-scikit-hep-hist/Portfile | 2 +- python/py-scikit-hep-mplhep/Portfile | 2 +- python/py-scikit-hep-mplhep_data/Portfile | 2 +- python/py-scikit-hep-particle/Portfile | 2 +- python/py-scikit-hep-uproot/Portfile | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/python/py-scikit-hep-awkward/Portfile b/python/py-scikit-hep-awkward/Portfile index a4f53ea838fe9..45777f4fbcb21 100644 --- a/python/py-scikit-hep-awkward/Portfile +++ b/python/py-scikit-hep-awkward/Portfile @@ -17,7 +17,7 @@ maintainers {jonesc @cjones051073} openmaintainer description Awkward Array is a library for nested, variable-sized data. long_description {*}${description} -python.versions 38 39 310 311 +python.versions 39 310 311 if {${name} ne ${subport}} { conflicts py${python.version}-scikit-hep-awkward1 diff --git a/python/py-scikit-hep-awkward1/Portfile b/python/py-scikit-hep-awkward1/Portfile index 662dc9110a71e..2443e62665a98 100644 --- a/python/py-scikit-hep-awkward1/Portfile +++ b/python/py-scikit-hep-awkward1/Portfile @@ -20,7 +20,7 @@ description Awkward Array is a library for nested, variable-sized data. long_description {*}${description} # Supported python versions -python.versions 38 39 310 311 +python.versions 39 310 311 if {${name} ne ${subport}} { diff --git a/python/py-scikit-hep-boost-histogram/Portfile b/python/py-scikit-hep-boost-histogram/Portfile index 69cfeeba5566d..96d47fa93f72b 100644 --- a/python/py-scikit-hep-boost-histogram/Portfile +++ b/python/py-scikit-hep-boost-histogram/Portfile @@ -19,7 +19,7 @@ maintainers {jonesc @cjones051073} openmaintainer description Python bindings for Boost::Histogram. long_description {*}${description} -python.versions 38 39 310 311 +python.versions 39 310 311 if {${name} ne ${subport}} { compiler.cxx_standard 2014 diff --git a/python/py-scikit-hep-hepstats/Portfile b/python/py-scikit-hep-hepstats/Portfile index 1c41065529dbf..ab876fda3adb7 100644 --- a/python/py-scikit-hep-hepstats/Portfile +++ b/python/py-scikit-hep-hepstats/Portfile @@ -19,7 +19,7 @@ maintainers {jonesc @cjones051073} openmaintainer description Statistical modeling for HEP. long_description {*}${description} -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ diff --git a/python/py-scikit-hep-hepunits/Portfile b/python/py-scikit-hep-hepunits/Portfile index 6a82bb04bfe4e..73e206914e578 100644 --- a/python/py-scikit-hep-hepunits/Portfile +++ b/python/py-scikit-hep-hepunits/Portfile @@ -19,7 +19,7 @@ maintainers {jonesc @cjones051073} openmaintainer description Collects the most commonly used units and constants in the HEP System of Units. long_description {*}${description} -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 python.pep517_backend hatch if {${name} ne ${subport}} { diff --git a/python/py-scikit-hep-hist/Portfile b/python/py-scikit-hep-hist/Portfile index 5652c5fdd93b2..7541bea18bd2d 100644 --- a/python/py-scikit-hep-hist/Portfile +++ b/python/py-scikit-hep-hist/Portfile @@ -19,7 +19,7 @@ maintainers {jonesc @cjones051073} openmaintainer description Hist is a analyst friendly front-end for boost-histogram. long_description {*}${description} -python.versions 38 39 310 311 +python.versions 39 310 311 if {${name} ne ${subport}} { depends_build-append \ diff --git a/python/py-scikit-hep-mplhep/Portfile b/python/py-scikit-hep-mplhep/Portfile index b458331ab25f3..a60308ef180cc 100644 --- a/python/py-scikit-hep-mplhep/Portfile +++ b/python/py-scikit-hep-mplhep/Portfile @@ -19,7 +19,7 @@ maintainers {jonesc @cjones051073} openmaintainer description A set of helpers for matplotlib to more easily produce plots typically needed in HEP. long_description {*}${description} -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ diff --git a/python/py-scikit-hep-mplhep_data/Portfile b/python/py-scikit-hep-mplhep_data/Portfile index c44dc2d0da41b..1b38dff5e9b48 100644 --- a/python/py-scikit-hep-mplhep_data/Portfile +++ b/python/py-scikit-hep-mplhep_data/Portfile @@ -19,7 +19,7 @@ maintainers {jonesc @cjones051073} openmaintainer description Sub-package to hold data (fonts) for mplhep. long_description {*}${description} -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ diff --git a/python/py-scikit-hep-particle/Portfile b/python/py-scikit-hep-particle/Portfile index 5b7ac04e02652..7b8487eeed34d 100644 --- a/python/py-scikit-hep-particle/Portfile +++ b/python/py-scikit-hep-particle/Portfile @@ -19,7 +19,7 @@ maintainers {jonesc @cjones051073} openmaintainer description Particle provides a pythonic interface to the Particle Data Group (PDG) data. long_description {*}${description} -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { python.pep517_backend hatch diff --git a/python/py-scikit-hep-uproot/Portfile b/python/py-scikit-hep-uproot/Portfile index 813caf865ebf2..5757baa91bf7b 100644 --- a/python/py-scikit-hep-uproot/Portfile +++ b/python/py-scikit-hep-uproot/Portfile @@ -22,7 +22,7 @@ maintainers {jonesc @cjones051073} openmaintainer description Uproot is a reader and a writer of the ROOT file format using only Python and Numpy. long_description {*}${description} -python.versions 38 39 310 311 +python.versions 39 310 311 if {${name} ne ${subport}} { depends_lib-append \ From a3acf7455d505e459ab9f9344fc2cc832aec478c Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 21:37:08 -0400 Subject: [PATCH 380/446] py-scikit-image: drop py38 subport --- python/py-scikit-image/Portfile | 15 ++---------- .../files/pyproject.toml-0.21.0.diff | 23 ------------------- 2 files changed, 2 insertions(+), 36 deletions(-) delete mode 100644 python/py-scikit-image/files/pyproject.toml-0.21.0.diff diff --git a/python/py-scikit-image/Portfile b/python/py-scikit-image/Portfile index 000c0d7011a87..1f5b8482a19bf 100644 --- a/python/py-scikit-image/Portfile +++ b/python/py-scikit-image/Portfile @@ -47,23 +47,12 @@ if {${name} ne ${subport}} { port:py${python.version}-pywavelets \ port:py${python.version}-tifffile + patchfiles-append patch-pyproject.toml.diff + post-patch { reinplace "s|#!/usr/bin/env python|#!/usr/bin/env python3|" \ {*}[glob -directory ${worksrcpath}/skimage/_build_utils {[a-z]*.py}] } - if {${python.version} == 38} { - version 0.21.0 - revision 0 - checksums md5 de3b2910a7f3f3b239111fee4f31eaf1 \ - rmd160 7566fecf15bbe02f0015c4c664afac59fb049ff8 \ - sha256 b33e823c54e6f11873ea390ee49ef832b82b9f70752c8759efd09d5a4e3d87f0 - patchfiles-append pyproject.toml-0.21.0.diff - } else { - patchfiles-append patch-pyproject.toml.diff - } - build.env-append PATH=${python.prefix}/bin:$::env(PATH) - - livecheck.type none } diff --git a/python/py-scikit-image/files/pyproject.toml-0.21.0.diff b/python/py-scikit-image/files/pyproject.toml-0.21.0.diff deleted file mode 100644 index 078789d58d573..0000000000000 --- a/python/py-scikit-image/files/pyproject.toml-0.21.0.diff +++ /dev/null @@ -1,23 +0,0 @@ ---- pyproject.toml.orig 1970-01-01 10:00:00 -+++ pyproject.toml 2023-12-27 14:21:00 -@@ -135,19 +135,11 @@ - build-backend = 'mesonpy' - requires = [ - 'meson-python>=0.13', -- 'wheel', -- 'setuptools>=67', - 'packaging>=21', - 'Cython>=0.29.32', - 'pythran', - 'lazy_loader>=0.2', -- "numpy==1.22.3; python_version=='3.10' and platform_system=='Windows' and platform_python_implementation != 'PyPy'", -- "numpy==1.21.1; python_version=='3.8' and platform_python_implementation != 'PyPy'", -- "numpy==1.21.1; python_version=='3.9' and platform_python_implementation != 'PyPy'", -- "numpy==1.21.6; python_version=='3.10' and platform_system != 'Windows' and platform_python_implementation != 'PyPy'", -- "numpy==1.23.3; python_version=='3.11' and platform_python_implementation != 'PyPy'", -- "numpy; python_version>='3.12'", -- "numpy; python_version>='3.8' and platform_python_implementation=='PyPy'", -+ "numpy", - ] - [tool.spin] - package = 'skimage' From 7f76dee0ac6ffce94f4bdef0283d3aa7b1e86b27 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 21:38:46 -0400 Subject: [PATCH 381/446] py-scikits-bootstrap: drop py38 subport --- python/py-scikits-bootstrap/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-scikits-bootstrap/Portfile b/python/py-scikits-bootstrap/Portfile index fea01bc98ef91..6da886a41e5f1 100644 --- a/python/py-scikits-bootstrap/Portfile +++ b/python/py-scikits-bootstrap/Portfile @@ -21,7 +21,7 @@ checksums rmd160 6663c5bee399df8c4c158d5294251f59be2ee67c \ sha256 ff421c4eed1651d4f49b0b8e12182f943d4dd1b2d44045c9da2c6ef185775773 \ size 9192 -python.versions 38 39 +python.versions 39 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-erf \ From 7e6aa43ff5d5de741a5003742f4b69793c5f56b2 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 21:40:58 -0400 Subject: [PATCH 382/446] py-skyfield{,-data}: drop py38 subport --- python/py-skyfield-data/Portfile | 2 +- python/py-skyfield/Portfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/py-skyfield-data/Portfile b/python/py-skyfield-data/Portfile index dda50e044994a..cd2a5a8237591 100644 --- a/python/py-skyfield-data/Portfile +++ b/python/py-skyfield-data/Portfile @@ -19,7 +19,7 @@ checksums rmd160 039e05aff64057f09f6e94d510f652c3271abb5e \ sha256 4e4f059c91f712b2d81d87288df04511a8154adb0044ebfc11365a689a53bcac \ size 16961564 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ diff --git a/python/py-skyfield/Portfile b/python/py-skyfield/Portfile index 8eda12b867aed..705ac7764c302 100644 --- a/python/py-skyfield/Portfile +++ b/python/py-skyfield/Portfile @@ -21,7 +21,7 @@ checksums rmd160 18690f229e54e032c283bc5cc9cdf0d8556cb42a \ sha256 20883027b2bbf4017dd916b64faaeb3713a8f88d7c8e353c15cd030ac63be92c \ size 311074 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ From 7bc4c8eda386ed3a13e65e74a557b06a7618c4cc Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 21:42:21 -0400 Subject: [PATCH 383/446] py-snuggs: drop py38 subport --- python/py-snuggs/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-snuggs/Portfile b/python/py-snuggs/Portfile index 5aa403e168736..6067944ced5f9 100644 --- a/python/py-snuggs/Portfile +++ b/python/py-snuggs/Portfile @@ -11,7 +11,7 @@ license MIT platforms {darwin any} supported_archs noarch -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 maintainers {stromnov @stromnov} openmaintainer From 0d3a5fc9818cde800cf7f382b1582e5f11bbb652 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 21:49:39 -0400 Subject: [PATCH 384/446] py-termplotlib: drop py38 subport --- python/py-termplotlib/Portfile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/python/py-termplotlib/Portfile b/python/py-termplotlib/Portfile index e836f8f3733e7..7eb1261a84d34 100644 --- a/python/py-termplotlib/Portfile +++ b/python/py-termplotlib/Portfile @@ -22,19 +22,13 @@ checksums rmd160 003e6303c82d8e68dfa7363c1bc99b4717c1d0e3 \ sha256 c04cbd67ac61753eac9162a99cbe87c379d4c5daf720af1df55f4423c094203e \ size 24517 -python.versions 38 39 310 311 - -python.pep517 yes +python.versions 39 310 311 if {${name} ne ${subport}} { depends_build-append \ - port:py${python.version}-setuptools \ - port:py${python.version}-toml \ - port:py${python.version}-wheel + port:py${python.version}-toml depends_lib-append \ port:gnuplot \ port:py${python.version}-numpy - - livecheck.type none } From 09f13c36332008c8c67ca5f8e64936a207d6a224 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 21:51:44 -0400 Subject: [PATCH 385/446] py-tropycal: drop py38 subport --- python/py-tropycal/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-tropycal/Portfile b/python/py-tropycal/Portfile index 7a87b92aafe17..33c67ff7af177 100644 --- a/python/py-tropycal/Portfile +++ b/python/py-tropycal/Portfile @@ -22,7 +22,7 @@ checksums rmd160 2d0a561b9bac7afc8c511b4691cf9dec04363768 \ sha256 a61c98e2807e08246c3e7f39635886af0b21c3a8e4da5f4d43a4b4784eadf18a \ size 10080471 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ From 914b94f2b6dcfd66666539d2391d87db70857a5e Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 21:52:19 -0400 Subject: [PATCH 386/446] py-ttfquery: drop py38 subport --- python/py-ttfquery/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-ttfquery/Portfile b/python/py-ttfquery/Portfile index 667c8e6a713f4..a4a8ed0772bbe 100644 --- a/python/py-ttfquery/Portfile +++ b/python/py-ttfquery/Portfile @@ -24,7 +24,7 @@ checksums rmd160 fe4f7f20d218c59e41e9085851680978787e4686 \ sha256 18e18eb03c18ea7dd08ed1b369adfd55c3815e34b69c9e321659b0c9f5576e44 \ size 18434 -python.versions 38 39 310 +python.versions 39 310 if {$subport ne $name} { depends_lib-append \ From c26a6e2e5daf934f49a5ef648fe885006334bc0b Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 21:52:46 -0400 Subject: [PATCH 387/446] py-vispy: drop py38 subport --- python/py-vispy/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-vispy/Portfile b/python/py-vispy/Portfile index d7ae1946e16c5..6a494b76cfa17 100644 --- a/python/py-vispy/Portfile +++ b/python/py-vispy/Portfile @@ -15,7 +15,7 @@ long_description {*}${description} VisPy leverages the computational power of display very large datasets. homepage https://vispy.org/index.html -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 checksums rmd160 e798bd8fd2fe83c7d0c58035d45b62f57d9e6e6b \ sha256 efbbb847a908baf7e7169ab9bf296138a39364f367e6cb0a8ec03ad71699d31d \ From ee83a483eb3efaa781f2cea81ac4ec5a6077a649 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:04:11 -0400 Subject: [PATCH 388/446] py-geopandas: drop py38 subport --- python/py-geopandas/Portfile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/python/py-geopandas/Portfile b/python/py-geopandas/Portfile index e0670ccfce0f5..f1a40fbda069b 100644 --- a/python/py-geopandas/Portfile +++ b/python/py-geopandas/Portfile @@ -11,7 +11,7 @@ license BSD platforms {darwin any} supported_archs noarch -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 maintainers {stromnov @stromnov} openmaintainer @@ -32,14 +32,4 @@ if {${name} ne ${subport}} { port:py${python.version}-fiona \ port:py${python.version}-pyproj \ port:py${python.version}-packaging - - if {${python.version} eq 38} { - version 0.13.2 - revision 0 - checksums rmd160 0e23b5bc624f07074a7bd5fc1e715e84da72607b \ - sha256 e5b56d9c20800c77bcc0c914db3f27447a37b23b2cd892be543f5001a694a968 \ - size 1091231 - } - - livecheck.type none } From b847c44af53d55c3b67f6b3f0186222a92b37207 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:04:33 -0400 Subject: [PATCH 389/446] py-fiona: drop py38 subport --- python/py-fiona/Portfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/py-fiona/Portfile b/python/py-fiona/Portfile index 9e5948a74c490..ea156b4e5184b 100644 --- a/python/py-fiona/Portfile +++ b/python/py-fiona/Portfile @@ -5,11 +5,11 @@ PortGroup python 1.0 name py-fiona version 1.9.6 -revision 1 +revision 1 categories-append gis license BSD -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 maintainers {stromnov @stromnov} openmaintainer From a43ff00da10d7444e5a8d5450b95cda188b996a0 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:09:59 -0400 Subject: [PATCH 390/446] py-ezdxf: drop py38 subport --- python/py-ezdxf/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-ezdxf/Portfile b/python/py-ezdxf/Portfile index fe0dfdb862fe7..54274edaaa8c0 100644 --- a/python/py-ezdxf/Portfile +++ b/python/py-ezdxf/Portfile @@ -21,7 +21,7 @@ license MIT homepage https://ezdxf.mozman.at -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 use_zip yes From 552faf5442b8377e517e8a1b698a7028f342b6e7 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:20:34 -0400 Subject: [PATCH 391/446] py-qimage2ndarray: drop py38 subport --- python/py-qimage2ndarray/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-qimage2ndarray/Portfile b/python/py-qimage2ndarray/Portfile index 23396ebee8275..ed9cf00a93701 100644 --- a/python/py-qimage2ndarray/Portfile +++ b/python/py-qimage2ndarray/Portfile @@ -12,7 +12,7 @@ license BSD supported_archs noarch platforms {darwin any} -python.versions 38 39 310 311 +python.versions 39 310 311 maintainers {eborisch @eborisch} openmaintainer From 25962393aee843611e256416cfe4a71821d6dc5e Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:21:24 -0400 Subject: [PATCH 392/446] py-sounddevice: drop py38 subport --- python/py-sounddevice/Portfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/py-sounddevice/Portfile b/python/py-sounddevice/Portfile index db8fd1d0d3fb4..fa128fd8bd765 100644 --- a/python/py-sounddevice/Portfile +++ b/python/py-sounddevice/Portfile @@ -19,12 +19,12 @@ checksums rmd160 d2265aa3a47cd3a49e6941608351d48c2e5c07c3 \ sha256 3236b78f15f0415bdf006a620cef073d0c0522851d66f4a961ed6d8eb1482fe9 \ size 51300 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ - port:py${python.version}-setuptools \ port:py${python.version}-cffi + depends_run-append port:portaudio \ port:py${python.version}-cffi \ port:py${python.version}-numpy From 1cee35e25dd6e8c8e945ce9ebccb34542106966e Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:28:52 -0400 Subject: [PATCH 393/446] py-blosc: drop py38 subport --- python/py-blosc/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-blosc/Portfile b/python/py-blosc/Portfile index 58b34b04f9c1c..cc66ee1dfb110 100644 --- a/python/py-blosc/Portfile +++ b/python/py-blosc/Portfile @@ -9,7 +9,7 @@ revision 0 categories-append devel license MIT -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 maintainers {stromnov @stromnov} openmaintainer From e60530e80b75de0d926528df67780eb1ccbff6c1 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:30:03 -0400 Subject: [PATCH 394/446] py-cairosvg: drop py38 subport --- python/py-cairosvg/Portfile | 2 +- python/py-cairosvg/files/py38-cairosvg | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 python/py-cairosvg/files/py38-cairosvg diff --git a/python/py-cairosvg/Portfile b/python/py-cairosvg/Portfile index 8588f00c25cdf..70723b554be4e 100644 --- a/python/py-cairosvg/Portfile +++ b/python/py-cairosvg/Portfile @@ -25,7 +25,7 @@ checksums rmd160 f965dbba4307492104ffba0716ad4c550d055d59 \ sha256 7f7c4cf6c313e35f0e3856a4a5960a025eb7657da0e00dc832b590d09c59c108 \ size 8340473 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ diff --git a/python/py-cairosvg/files/py38-cairosvg b/python/py-cairosvg/files/py38-cairosvg deleted file mode 100644 index eee4035d87da6..0000000000000 --- a/python/py-cairosvg/files/py38-cairosvg +++ /dev/null @@ -1 +0,0 @@ -bin/cairosvg-3.8 From 07c8857d2654696fc48aaf68b2625c0294dbc733 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:35:18 -0400 Subject: [PATCH 395/446] py-cairocffi: drop py38 subport --- python/py-cairocffi/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-cairocffi/Portfile b/python/py-cairocffi/Portfile index 350b9d2e88192..84ac3bdc50bbd 100644 --- a/python/py-cairocffi/Portfile +++ b/python/py-cairocffi/Portfile @@ -22,7 +22,7 @@ checksums rmd160 aac10dbb24b57465c6683a3ec72038daf9ee61d8 \ sha256 2e48ee864884ec4a3a34bfa8c9ab9999f688286eb714a15a43ec9d068c36557b \ size 88096 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 python.pep517_backend flit if {${name} ne ${subport}} { From 00f2e0849da7be8bb6eb98bd1ccbe5ada1b5feba Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:36:45 -0400 Subject: [PATCH 396/446] py-json-tricks: drop py38 subport --- python/py-json-tricks/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-json-tricks/Portfile b/python/py-json-tricks/Portfile index 8385fa073ef5e..f2085861da5f3 100644 --- a/python/py-json-tricks/Portfile +++ b/python/py-json-tricks/Portfile @@ -11,7 +11,7 @@ license BSD supported_archs noarch platforms {darwin any} -python.versions 38 39 310 311 +python.versions 39 310 311 maintainers {eborisch @eborisch} openmaintainer From 550f3b01b90195e9c396f7d5e0f38a8c23fea9de Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:37:22 -0400 Subject: [PATCH 397/446] py-mmtf-python: drop py38 subport --- python/py-mmtf-python/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-mmtf-python/Portfile b/python/py-mmtf-python/Portfile index ab9ebc8ef713f..7bc0f97741369 100644 --- a/python/py-mmtf-python/Portfile +++ b/python/py-mmtf-python/Portfile @@ -12,7 +12,7 @@ license Apache-2 supported_archs noarch platforms {darwin any} -python.versions 38 39 310 +python.versions 39 310 maintainers {gmail.com:giovanni.bussi @GiovanniBussi} openmaintainer From 10f8e47790f824ddd301b45b88d444a1d8b6dcd3 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:38:07 -0400 Subject: [PATCH 398/446] py-plumed: drop py38 subport --- python/py-plumed/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-plumed/Portfile b/python/py-plumed/Portfile index 659202a665f13..d43d4c78cf833 100644 --- a/python/py-plumed/Portfile +++ b/python/py-plumed/Portfile @@ -20,7 +20,7 @@ checksums rmd160 af05bf43a7df583cf21c7cb2374cceea7dfe4066 \ sha256 63e01c425c59e4921429fb79d03710b5d115e47fc8025a165477c6807cbf0014 \ size 116844795 -python.versions 38 39 310 311 +python.versions 39 310 311 # python setup is located in python subdir of plumed repository worksrcdir ${distname}/python From 35a6a234d73f71582377a4a0cbb28a23c02d3af8 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Sat, 19 Oct 2024 22:38:47 -0400 Subject: [PATCH 399/446] py-zbar: drop py38 subport [skip ci] --- python/py-zbar/Portfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/python/py-zbar/Portfile b/python/py-zbar/Portfile index 6b2e0dc501d0c..44a5e1063adf8 100644 --- a/python/py-zbar/Portfile +++ b/python/py-zbar/Portfile @@ -22,12 +22,9 @@ checksums rmd160 abc63b3ca7899b011e12d69d2a7d46e3623ea827 \ sha256 439a5a1eb0ad5f12b96aeb275d7594a68915857a8690d124e190499a451b24b3 \ size 45784 -python.versions 38 39 310 311 +python.versions 39 310 311 if {${name} ne ${subport}} { - depends_build-append \ - port:py${python.version}-setuptools - depends_test-append \ port:py${python.version}-imageio \ port:py${python.version}-nose \ @@ -41,6 +38,4 @@ if {${name} ne ${subport}} { port:zbar test.run yes - - livecheck.type none } From 0e0f1c7eb77a40dcab84f2da3024db8464dd7224 Mon Sep 17 00:00:00 2001 From: Mark Mentovai Date: Tue, 22 Oct 2024 13:47:43 -0400 Subject: [PATCH 400/446] py-crcmod: add py313 subport, remove py38 subport --- python/py-crcmod/Portfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/py-crcmod/Portfile b/python/py-crcmod/Portfile index 4ba11918edb35..8d8557ba94e24 100644 --- a/python/py-crcmod/Portfile +++ b/python/py-crcmod/Portfile @@ -6,7 +6,6 @@ PortGroup python 1.0 name py-crcmod version 1.7 license MIT -platforms darwin maintainers nomaintainer description Python module for creating functions computing the Cyclic Redundancy Check (CRC). @@ -20,7 +19,7 @@ checksums rmd160 503b415394d7c833b22e5a999454c0d67598cd54 \ sha256 dc7051a0db5f2bd48665a990d3ec1cc305a466a77358ca4492826f41f283601e \ size 89670 -python.versions 38 39 310 311 312 +python.versions 39 310 311 312 313 python.pep517 yes if {${name} ne ${subport}} { From 4509e3c1c0160a5fca265089bb28f808e7c8ffc9 Mon Sep 17 00:00:00 2001 From: Rolf Wuerdemann Date: Wed, 7 Aug 2024 15:01:04 +0200 Subject: [PATCH 401/446] gwyddion: update to 2.66 --- science/gwyddion/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/science/gwyddion/Portfile b/science/gwyddion/Portfile index 7059543cf7001..4b11321c70403 100644 --- a/science/gwyddion/Portfile +++ b/science/gwyddion/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 name gwyddion -version 2.63 +version 2.66 revision 0 categories science x11 platforms darwin @@ -20,9 +20,9 @@ master_sites sourceforge:project/gwyddion/gwyddion/${version} use_xz yes use_parallel_build yes -checksums sha256 152b3f0db9ebd6c844c3f5b9d4385414f6fad6d33ed1ab5ceb0c58f351224dd3 \ - rmd160 5293607528e81ffe1f428bfd6da7e583a6603302 \ - size 5324664 +checksums sha256 377bedcd2b0d8d133a329686da9f5f91807ff1d47937f9991195f1e863792d52 \ + rmd160 9dda736b0717d682560d847241b6a86ad48faf6a \ + size 5390884 depends_build port:pkgconfig From 7fc7bb2d2ae8a067dedac7b42719e51a163c39cd Mon Sep 17 00:00:00 2001 From: Paul Guyot Date: Sun, 20 Oct 2024 10:53:43 +0200 Subject: [PATCH 402/446] eqwalizer: new port, version 0.25.3 Signed-off-by: Paul Guyot --- erlang/eqwalizer/Portfile | 84 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 erlang/eqwalizer/Portfile diff --git a/erlang/eqwalizer/Portfile b/erlang/eqwalizer/Portfile new file mode 100644 index 0000000000000..56cf99517ea9d --- /dev/null +++ b/erlang/eqwalizer/Portfile @@ -0,0 +1,84 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 + +PortSystem 1.0 +PortGroup github 1.0 +PortGroup java 1.0 + +github.setup WhatsApp eqwalizer 0.25.3 v +github.tarball_from archive +revision 0 +categories erlang devel +maintainers {pguyot @pguyot} openmaintainer +license Apache-2 + +description A type-checker for Erlang +long_description ${description} + +checksums rmd160 f28a45aac84537f2b690cc9af88c00a1030fd51c \ + sha256 280721884157fa38ab959e87c0031910f067c3b8bf539497edd188def5edd035 \ + size 600088 + +depends_build-append port:erlang \ + port:sbt + +variant jdk17 conflicts jdk11 description {Build using JDK 17} { + depends_build-append port:openjdk17-graalvm + java.version 17 +} + +variant jdk11 conflicts jdk17 description {Build using the older JDK 11} { + depends_build-append port:openjdk11-graalvm-native-image + java.version 11 +} + +if {![variant_isset jdk11] && ![variant_isset jdk17]} { + default_variants +jdk17 +} + +pre-fetch { + if {![variant_isset jdk11] && ![variant_isset jdk17]} { + error "Either +jdk11 or +jdk17 is required" + } +} + +use_configure no + +# Use standard build to take advantage of JAVA_HOME in build.env +build.dir ${worksrcpath}/eqwalizer +build.cmd sbt +build.env-append SBT_OPTS=-Duser.home=${workpath}/.home +build.target assembly + +post-build { + # Leaving this stub since we cannot declare global variables in the scope of pre-fetch + set graalvm_home /Library/Java/JavaVirtualMachines + + if {[variant_isset jdk17]} { + set graalvm_home ${graalvm_home}/openjdk17-graalvm + } elseif {[variant_isset jdk11]} { + set graalvm_home ${graalvm_home}/openjdk11-graalvm + } + + set graalvm_home ${graalvm_home}/Contents/Home + + # https://github.com/WhatsApp/erlang-language-platform/blob/0ae9b6d76ee51c2e17a7e97e379ff2e31b631317/.github/workflows/ci.yml#L102 + set args "-H:IncludeResources=application.conf" + append args " --no-server" + append args " --no-fallback" + append args " -jar " + append args {*}[glob ${worksrcpath}/eqwalizer/target/scala-*/${name}.jar] + append args " eqwalizer" + + system -W ${worksrcpath}/eqwalizer "${graalvm_home}/bin/native-image ${args}" +} + +destroot { + set sharedir ${destroot}${prefix}/share/${name} + xinstall -m 0755 -d ${sharedir} + xinstall -m 0644 {*}[glob ${worksrcpath}/eqwalizer/target/scala-*/${name}.jar] ${sharedir}/${name}.jar + file copy ${worksrcpath}/eqwalizer_support ${sharedir}/eqwalizer_support + + set bindir ${destroot}${prefix}/bin + xinstall -m 0755 -d ${bindir} + xinstall -m 0755 ${worksrcpath}/eqwalizer/${name} ${bindir}/${name} +} From de2441bff3f0026e6f00b348f12a1a0188265e79 Mon Sep 17 00:00:00 2001 From: Paul Guyot Date: Sun, 20 Oct 2024 10:57:46 +0200 Subject: [PATCH 403/446] elp: new port, version 2024-10-08 Signed-off-by: Paul Guyot --- erlang/elp/Portfile | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 erlang/elp/Portfile diff --git a/erlang/elp/Portfile b/erlang/elp/Portfile new file mode 100644 index 0000000000000..78232b83c2ca0 --- /dev/null +++ b/erlang/elp/Portfile @@ -0,0 +1,37 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 + +PortSystem 1.0 +PortGroup github 1.0 +PortGroup cargo 1.0 + +name elp +github.setup WhatsApp erlang-language-platform 2024-10-08 +github.tarball_from archive +revision 0 +categories erlang devel +maintainers {pguyot @pguyot} openmaintainer +license Apache-2 + +description Erlang Language Platform +long_description Designed at WhatsApp and inspired by the success of \ + the Rust Analyzer project, ELP provides a scalable, \ + fully incremental, IDE-first library for the semantic \ + analysis of Erlang code. + +checksums rmd160 7411a2de8209c692aca05ce2c928d4efb9934abd \ + sha256 223cfedf6dd88cb0d96f3e264f174ad4b465b0235a2f0f181d64747a95adc2bc \ + size 3304069 + +depends_build-append port:erlang \ + port:eqwalizer \ + port:rebar3 + +build.env-append ELP_EQWALIZER_PATH=${prefix}/share/eqwalizer/eqwalizer.jar +build.env-append EQWALIZER_DIR=${prefix}/share/eqwalizer/eqwalizer_support +build.pre_args --release + +destroot { + set bindir ${destroot}${prefix}/bin + xinstall -m 0755 -d ${bindir} + xinstall -m 0755 {*}[glob -type x ${worksrcpath}/target/*/release/${name}] ${bindir}/${name} +} From d8ef0b05959468f3d35614c2fa2f5c5ce7af93f6 Mon Sep 17 00:00:00 2001 From: i0ntempest Date: Sat, 19 Oct 2024 17:15:15 -0400 Subject: [PATCH 404/446] wireshark4: update to 4.4.1 --- net/wireshark4/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/wireshark4/Portfile b/net/wireshark4/Portfile index 46de96e9b0517..fdd4bda5692cc 100644 --- a/net/wireshark4/Portfile +++ b/net/wireshark4/Portfile @@ -29,12 +29,12 @@ if { ${os.platform} eq "darwin" && ${os.major} < 16 } { } } -version 4.4.0 +version 4.4.1 revision 0 -checksums sha256 ead5cdcc08529a2e7ce291e01defc3b0f8831ba24c938db0762b1ebc59c71269 \ - sha1 4869b9fbfab3f1b02801a38f83ef8f6f740f9277 \ - size 46786568 +checksums sha256 2b9e96572a7002c3e53b79683cf92f8172217e64c17ecaaf612eb68c2a7556ec \ + sha1 18672f1faaf5bdd878a45fc8af9d527fd034152e \ + size 46748700 livecheck.type regex livecheck.url ${homepage}download/src/ From b1554ba47aa6f47b1555ef912133468dd32c25e6 Mon Sep 17 00:00:00 2001 From: Paul Guyot Date: Sat, 19 Oct 2024 20:59:32 +0200 Subject: [PATCH 405/446] erlang: update to 27.1.2 Also fix support for JIT which was disabled by default by upstream on macOS/amd64 because of an annoying popup starting from Sonoma. Fix was eventually provided by asmjit and this is backported here as a patch. Also fix issue with symlinks to erlang tools that was broken with erlang 27 upgrade. Signed-off-by: Paul Guyot --- lang/erlang/Portfile | 29 +- lang/erlang/files/patch-asmjit-dualmap.diff | 457 ++++++++++++++++++++ 2 files changed, 473 insertions(+), 13 deletions(-) create mode 100644 lang/erlang/files/patch-asmjit-dualmap.diff diff --git a/lang/erlang/Portfile b/lang/erlang/Portfile index 8eaaf69f15ff9..64d6315a21b3b 100644 --- a/lang/erlang/Portfile +++ b/lang/erlang/Portfile @@ -9,7 +9,7 @@ PortGroup legacysupport 1.1 legacysupport.newest_darwin_requires_legacy 10 name erlang -version 27.0 +version 27.1.2 revision 0 set doc_version ${version} @@ -46,17 +46,17 @@ distfiles otp_src_${version}${extract.suffix} \ otp_doc_html_${doc_version}${extract.suffix} checksums otp_src_${version}.tar.gz \ - rmd160 b3d8528389c497ee547bf94b0ad2c33cbb0290de \ - sha256 56412677466b756740fb2dbf4a8019e7c7cc38f01bd30c4cac5210214cafeef6 \ - size 101038198 \ + rmd160 81fd4dce5ef82df0e986a0299ce27c871cb211fe \ + sha256 1772e9fa07b2b020ed5911d6ce78b251dfb6ed8509ed7de9d372e96b87251d14 \ + size 101338359 \ otp_doc_man_${doc_version}.tar.gz \ - rmd160 14a6963ba477eabdd3e27324afa839686b07c364 \ - sha256 95a2ea0e22ea4b7d58e74df145b52e2c85b642434391c814300824204a107c38 \ - size 1764909 \ + rmd160 9bae6ac9e6cdb09e0f1e7de8acfa504513f7c271 \ + sha256 76f01e6833d841e614929a2b7426b0b08b32daae985ee3e81f2dedb17d367048 \ + size 45065 \ otp_doc_html_${doc_version}.tar.gz \ - rmd160 a769c4f2f72019e00978a60a1ac002cd993a81f7 \ - sha256 69c926bbf1b3fed93f361317a481910dae98f9700f58765b36c4875044bcc9d7 \ - size 29506649 + rmd160 a9c21d599f5de594a67b5005234c23c773634f7f \ + sha256 a46eea48eab01404eddd649f044bd30f5e4fb432df94be26345410590d1c3f53 \ + size 29910123 worksrcdir otp_src_${version} @@ -83,9 +83,8 @@ post-destroot { system "tar -C ${destroot}${prefix}/lib/erlang -zxvf [shellescape ${distpath}/otp_doc_html_${doc_version}${extract.suffix}]" system "tar -C ${destroot}${prefix}/lib/erlang -zxvf [shellescape ${distpath}/otp_doc_man_${doc_version}${extract.suffix}]" - set erts_dir erts-12.2 - set erl_interface_dir erl_interface-5.1 - set wx_dir wx-2.1.1 + set erts_dir [glob -tails -directory ${destroot}${prefix}/lib/erlang/lib/ erts-*] + set erl_interface_dir [glob -tails -directory ${destroot}${prefix}/lib/erlang/lib/ erl_interface-*] foreach x {dialyzer ear ecc elink epmd erl erlc escript run_erl start to_erl typer} { delete ${destroot}${prefix}/bin/${x} @@ -120,6 +119,10 @@ platform darwin { # also "-framework Appkit"? configure.ldflags-append -framework CoreFoundation } + + # asmjit fix for Sonoma annoying popup with JIT on amd64 + # Upstream didn't want to include it yet + patchfiles-append patch-asmjit-dualmap.diff } # FIXME: allow building with wxGTK on older systems. diff --git a/lang/erlang/files/patch-asmjit-dualmap.diff b/lang/erlang/files/patch-asmjit-dualmap.diff new file mode 100644 index 0000000000000..062079718e97f --- /dev/null +++ b/lang/erlang/files/patch-asmjit-dualmap.diff @@ -0,0 +1,457 @@ +diff --color=auto -ru erts/emulator/asmjit/core/globals.cpp asmjit.patched/core/globals.cpp +--- erts/emulator/asmjit/core/globals.cpp 2024-10-17 10:41:53 ++++ asmjit.patched/core/globals.cpp 2024-10-19 09:24:53 +@@ -87,6 +87,7 @@ + "ExpressionOverflow\0" + "FailedToOpenAnonymousMemory\0" + "FailedToOpenFile\0" ++ "ProtectionFailure\0" + "\0"; + + static const uint16_t sErrorIndex[] = { +@@ -94,7 +95,7 @@ + 247, 264, 283, 298, 314, 333, 352, 370, 392, 410, 429, 444, 460, 474, 488, + 508, 533, 551, 573, 595, 612, 629, 645, 661, 677, 694, 709, 724, 744, 764, + 784, 817, 837, 852, 869, 888, 909, 929, 943, 964, 978, 996, 1012, 1028, 1047, +- 1073, 1088, 1104, 1119, 1134, 1164, 1188, 1207, 1235, 1252 ++ 1073, 1088, 1104, 1119, 1134, 1164, 1188, 1207, 1235, 1252, 1270 + }; + // @EnumStringEnd@ + +diff --color=auto -ru erts/emulator/asmjit/core/globals.h asmjit.patched/core/globals.h +--- erts/emulator/asmjit/core/globals.h 2024-10-17 10:41:53 ++++ asmjit.patched/core/globals.h 2024-10-19 09:24:53 +@@ -330,6 +330,10 @@ + //! \note This is a generic error that is used by internal filesystem API. + kErrorFailedToOpenFile, + ++ //! Protection failure can be returned from a virtual memory allocator or when trying to change memory access ++ //! permissions. ++ kErrorProtectionFailure, ++ + // @EnumValuesEnd@ + + //! Count of AsmJit error codes. +diff --color=auto -ru erts/emulator/asmjit/core/virtmem.cpp asmjit.patched/core/virtmem.cpp +--- erts/emulator/asmjit/core/virtmem.cpp 2024-10-17 10:41:53 ++++ asmjit.patched/core/virtmem.cpp 2024-10-19 09:24:53 +@@ -76,8 +76,6 @@ + #define MAP_ANONYMOUS MAP_ANON + #endif + +- #define ASMJIT_ANONYMOUS_MEMORY_USE_FD +- + // Android NDK doesn't provide `shm_open()` and `shm_unlink()`. + #if !defined(__BIONIC__) && !defined(ASMJIT_NO_SHM_OPEN) + #define ASMJIT_HAS_SHM_OPEN +@@ -89,18 +87,60 @@ + #define ASMJIT_VM_SHM_DETECT 1 + #endif + +- #if defined(__APPLE__) && TARGET_OS_OSX && ASMJIT_ARCH_ARM >= 64 +- #define ASMJIT_HAS_PTHREAD_JIT_WRITE_PROTECT_NP ++ #if defined(__APPLE__) && TARGET_OS_OSX ++ #if ASMJIT_ARCH_X86 != 0 ++ #define ASMJIT_ANONYMOUS_MEMORY_USE_MACH_VM_REMAP ++ #endif ++ #if ASMJIT_ARCH_ARM >= 64 ++ #define ASMJIT_HAS_PTHREAD_JIT_WRITE_PROTECT_NP ++ #endif + #endif + ++ #if defined(__APPLE__) && ASMJIT_ARCH_X86 == 0 ++ #define ASMJIT_NO_DUAL_MAPPING ++ #endif ++ + #if defined(__NetBSD__) && defined(MAP_REMAPDUP) && defined(PROT_MPROTECT) +- #undef ASMJIT_ANONYMOUS_MEMORY_USE_FD + #define ASMJIT_ANONYMOUS_MEMORY_USE_REMAPDUP + #endif ++ ++ #if !defined(ASMJIT_ANONYMOUS_MEMORY_USE_REMAPDUP) && \ ++ !defined(ASMJIT_ANONYMOUS_MEMORY_USE_MACH_VM_REMAP) && \ ++ !defined(ASMJIT_NO_DUAL_MAPPING) ++ #define ASMJIT_ANONYMOUS_MEMORY_USE_FD ++ #endif + #endif + + #include + ++#if defined(ASMJIT_ANONYMOUS_MEMORY_USE_MACH_VM_REMAP) ++#include ++#include ++ ++extern "C" { ++ ++#ifdef mig_external ++mig_external ++#else ++extern ++#endif ++kern_return_t mach_vm_remap( ++ vm_map_t target_task, ++ mach_vm_address_t *target_address, ++ mach_vm_size_t size, ++ mach_vm_offset_t mask, ++ int flags, ++ vm_map_t src_task, ++ mach_vm_address_t src_address, ++ boolean_t copy, ++ vm_prot_t *cur_protection, ++ vm_prot_t *max_protection, ++ vm_inherit_t inheritance ++); ++ ++} // {extern "C"} ++#endif ++ + ASMJIT_BEGIN_SUB_NAMESPACE(VirtMem) + + // Virtual Memory Utilities +@@ -141,6 +181,11 @@ + return ::GetLargePageMinimum(); + } + ++static bool hasDualMappingSupport() noexcept { ++ // TODO: This assumption works on X86 platforms, this may not work on AArch64. ++ return true; ++} ++ + // Returns windows-specific protectFlags from \ref MemoryFlags. + static DWORD protectFlagsFromMemoryFlags(MemoryFlags memoryFlags) noexcept { + DWORD protectFlags; +@@ -165,7 +210,12 @@ + } + + static HardenedRuntimeFlags getHardenedRuntimeFlags() noexcept { +- return HardenedRuntimeFlags::kNone; ++ HardenedRuntimeFlags flags = HardenedRuntimeFlags::kNone; ++ ++ if (hasDualMappingSupport()) ++ flags |= HardenedRuntimeFlags::kDualMapping; ++ ++ return flags; + } + + Error alloc(void** p, size_t size, MemoryFlags memoryFlags) noexcept { +@@ -703,8 +753,8 @@ + + // Detects whether MAP_JIT is available. + static inline bool hasMapJitSupport() noexcept { +-#if defined(__APPLE__) && TARGET_OS_OSX && ASMJIT_ARCH_ARM >= 64 +- // OSX on AArch64 always uses hardened runtime + MAP_JIT: ++#if defined(__APPLE__) && TARGET_OS_OSX && ASMJIT_ARCH_X86 == 0 ++ // Apple platforms always use hardened runtime + MAP_JIT on non-x86 hardware: + // - https://developer.apple.com/documentation/apple_silicon/porting_just-in-time_compilers_to_apple_silicon + return true; + #elif defined(__APPLE__) && TARGET_OS_OSX +@@ -746,6 +796,14 @@ + #endif + } + ++static inline bool hasDualMappingSupport() noexcept { ++#if defined(ASMJIT_NO_DUAL_MAPPING) ++ return false; ++#else ++ return true; ++#endif ++} ++ + static HardenedRuntimeFlags getHardenedRuntimeFlags() noexcept { + HardenedRuntimeFlags flags = HardenedRuntimeFlags::kNone; + +@@ -755,6 +813,9 @@ + if (hasMapJitSupport()) + flags |= HardenedRuntimeFlags::kMapJit; + ++ if (hasDualMappingSupport()) ++ flags |= HardenedRuntimeFlags::kDualMapping; ++ + return flags; + } + +@@ -828,6 +889,7 @@ + // Virtual Memory [Posix] - Dual Mapping + // ===================================== + ++#if !defined(ASMJIT_NO_DUAL_MAPPING) + static Error unmapDualMapping(DualMapping* dm, size_t size) noexcept { + Error err1 = unmapMemory(dm->rx, size); + Error err2 = kErrorOk; +@@ -843,6 +905,7 @@ + dm->rw = nullptr; + return kErrorOk; + } ++#endif // !ASMJIT_NO_DUAL_MAPPING + + #if defined(ASMJIT_ANONYMOUS_MEMORY_USE_REMAPDUP) + static Error allocDualMappingUsingRemapdup(DualMapping* dmOut, size_t size, MemoryFlags memoryFlags) noexcept { +@@ -875,16 +938,105 @@ + } + #endif + +-Error allocDualMapping(DualMapping* dm, size_t size, MemoryFlags memoryFlags) noexcept { +- dm->rx = nullptr; +- dm->rw = nullptr; ++#if defined(ASMJIT_ANONYMOUS_MEMORY_USE_MACH_VM_REMAP) ++static Error asmjitErrorFromKernResult(kern_return_t result) noexcept { ++ switch (result) { ++ case KERN_PROTECTION_FAILURE: ++ return DebugUtils::errored(kErrorProtectionFailure); ++ case KERN_NO_SPACE: ++ return DebugUtils::errored(kErrorOutOfMemory); ++ case KERN_INVALID_ARGUMENT: ++ return DebugUtils::errored(kErrorInvalidArgument); ++ default: ++ return DebugUtils::errored(kErrorInvalidState); ++ } ++} + +- if (off_t(size) <= 0) +- return DebugUtils::errored(size == 0 ? kErrorInvalidArgument : kErrorTooLarge); ++static Error allocDualMappingUsingMachVmRemap(DualMapping* dmOut, size_t size, MemoryFlags memoryFlags) noexcept { ++ DualMapping dm {}; + +-#if defined(ASMJIT_ANONYMOUS_MEMORY_USE_REMAPDUP) +- return allocDualMappingUsingRemapdup(dm, size, memoryFlags); +-#elif defined(ASMJIT_ANONYMOUS_MEMORY_USE_FD) ++ MemoryFlags mmapFlags = MemoryFlags::kAccessReadWrite | (memoryFlags & MemoryFlags::kMapShared); ++ ASMJIT_PROPAGATE(mapMemory(&dm.rx, size, mmapFlags)); ++ ++ vm_prot_t curProt; ++ vm_prot_t maxProt; ++ ++ int rwProtectFlags = VM_PROT_READ | VM_PROT_WRITE; ++ int rxProtectFlags = VM_PROT_READ; ++ ++ if (Support::test(memoryFlags, MemoryFlags::kAccessExecute)) ++ rxProtectFlags |= VM_PROT_EXECUTE; ++ ++ kern_return_t result {}; ++ do { ++ vm_map_t task = mach_task_self(); ++ mach_vm_address_t remappedAddr {}; ++ ++#if defined(VM_FLAGS_RANDOM_ADDR) ++ int remapFlags = VM_FLAGS_ANYWHERE | VM_FLAGS_RANDOM_ADDR; ++#else ++ int remapFlags = VM_FLAGS_ANYWHERE; ++#endif ++ ++ // Try to remap the existing memory into a different address. ++ result = mach_vm_remap( ++ task, // target_task ++ &remappedAddr, // target_address ++ size, // size ++ 0, // mask ++ remapFlags, // flags ++ task, // src_task ++ (mach_vm_address_t)dm.rx, // src_address ++ false, // copy ++ &curProt, // cur_protection ++ &maxProt, // max_protection ++ VM_INHERIT_DEFAULT); // inheritance ++ ++ if (result != KERN_SUCCESS) ++ break; ++ ++ dm.rw = (void*)remappedAddr; ++ ++ // Now, try to change permissions of both map regions into RW and RX. The vm_protect() ++ // API is used twice as we also want to set maximum permissions, so nobody would be ++ // allowed to change the RX region back to RW or RWX (if RWX is allowed). ++ uint32_t i; ++ for (i = 0; i < 2; i++) { ++ bool setMaximum = (i == 0); ++ ++ result = vm_protect( ++ task, // target_task ++ (vm_address_t)dm.rx, // address ++ size, // size ++ setMaximum, // set_maximum ++ rxProtectFlags); // new_protection ++ ++ if (result != KERN_SUCCESS) ++ break; ++ ++ result = vm_protect(task, // target_task ++ (vm_address_t)dm.rw, // address ++ size, // size ++ setMaximum, // set_maximum ++ rwProtectFlags); // new_protection ++ ++ if (result != KERN_SUCCESS) ++ break; ++ } ++ } while (0); ++ ++ if (result != KERN_SUCCESS) { ++ unmapDualMapping(&dm, size); ++ return DebugUtils::errored(asmjitErrorFromKernResult(result)); ++ } ++ ++ *dmOut = dm; ++ return kErrorOk; ++} ++#endif // ASMJIT_ANONYMOUS_MEMORY_USE_MACH_VM_REMAP ++ ++#if defined(ASMJIT_ANONYMOUS_MEMORY_USE_FD) ++static Error allocDualMappingUsingFile(DualMapping* dm, size_t size, MemoryFlags memoryFlags) noexcept { + bool preferTmpOverDevShm = Support::test(memoryFlags, MemoryFlags::kMappingPreferTmp); + if (!preferTmpOverDevShm) { + AnonymousMemoryStrategy strategy; +@@ -910,13 +1062,39 @@ + dm->rx = ptr[0]; + dm->rw = ptr[1]; + return kErrorOk; ++} ++#endif // ASMJIT_ANONYMOUS_MEMORY_USE_FD ++ ++Error allocDualMapping(DualMapping* dm, size_t size, MemoryFlags memoryFlags) noexcept { ++ dm->rx = nullptr; ++ dm->rw = nullptr; ++ ++#if defined(ASMJIT_NO_DUAL_MAPPING) ++ DebugUtils::unused(size, memoryFlags); ++ return DebugUtils::errored(kErrorFeatureNotEnabled); + #else +- #error "[asmjit] VirtMem::allocDualMapping() doesn't have implementation for the target OS and compiler" ++ if (off_t(size) <= 0) ++ return DebugUtils::errored(size == 0 ? kErrorInvalidArgument : kErrorTooLarge); ++ ++#if defined(ASMJIT_ANONYMOUS_MEMORY_USE_REMAPDUP) ++ return allocDualMappingUsingRemapdup(dm, size, memoryFlags); ++#elif defined(ASMJIT_ANONYMOUS_MEMORY_USE_MACH_VM_REMAP) ++ return allocDualMappingUsingMachVmRemap(dm, size, memoryFlags); ++#elif defined(ASMJIT_ANONYMOUS_MEMORY_USE_FD) ++ return allocDualMappingUsingFile(dm, size, memoryFlags); ++#else ++ #error "[asmjit] VirtMem::allocDualMapping() doesn't have implementation for the target OS or architecture" + #endif ++#endif // ASMJIT_NO_DUAL_MAPPING + } + + Error releaseDualMapping(DualMapping* dm, size_t size) noexcept { ++#if defined(ASMJIT_NO_DUAL_MAPPING) ++ DebugUtils::unused(dm, size); ++ return DebugUtils::errored(kErrorFeatureNotEnabled); ++#else + return unmapDualMapping(dm, size); ++#endif // ASMJIT_NO_DUAL_MAPPING + } + #endif + +@@ -1017,8 +1195,9 @@ + + INFO("VirtMem::hardenedRuntimeInfo():"); + INFO(" flags:"); +- INFO(" kEnabled: %s", Support::test(hardenedFlags, VirtMem::HardenedRuntimeFlags::kEnabled) ? "true" : "false"); +- INFO(" kMapJit: %s", Support::test(hardenedFlags, VirtMem::HardenedRuntimeFlags::kMapJit) ? "true" : "false"); ++ INFO(" kEnabled: %s" , Support::test(hardenedFlags, VirtMem::HardenedRuntimeFlags::kEnabled ) ? "true" : "false"); ++ INFO(" kMapJit: %s" , Support::test(hardenedFlags, VirtMem::HardenedRuntimeFlags::kMapJit ) ? "true" : "false"); ++ INFO(" kDualMapping: %s", Support::test(hardenedFlags, VirtMem::HardenedRuntimeFlags::kDualMapping) ? "true" : "false"); + } + + ASMJIT_END_NAMESPACE +diff --color=auto -ru erts/emulator/asmjit/core/virtmem.h asmjit.patched/core/virtmem.h +--- erts/emulator/asmjit/core/virtmem.h 2024-10-17 10:41:53 ++++ asmjit.patched/core/virtmem.h 2024-10-19 09:24:53 +@@ -10,6 +10,7 @@ + #ifndef ASMJIT_NO_JIT + + #include "../core/globals.h" ++#include "../core/support.h" + + ASMJIT_BEGIN_NAMESPACE + +@@ -215,15 +216,31 @@ + //! architecture. + kEnabled = 0x00000001u, + +- //! Read+Write+Execute can only be allocated with MAP_JIT flag (Apple specific, only available on OSX). +- kMapJit = 0x00000002u ++ //! Read+Write+Execute can only be allocated with MAP_JIT flag (Apple specific, only available on Apple platforms). ++ kMapJit = 0x00000002u, ++ ++ //! Read+Write+Execute can be allocated with dual mapping approach (one region with RW and the other with RX). ++ kDualMapping = 0x00000004u + }; + ASMJIT_DEFINE_ENUM_FLAGS(HardenedRuntimeFlags) + + //! Hardened runtime information. + struct HardenedRuntimeInfo { ++ //! \name Members ++ //! \{ ++ + //! Hardened runtime flags. + HardenedRuntimeFlags flags; ++ ++ //! \} ++ ++ //! \name Accessors ++ //! \{ ++ ++ //! Tests whether the hardened runtime `flag` is set. ++ ASMJIT_INLINE_NODEBUG bool hasFlag(HardenedRuntimeFlags flag) const noexcept { return Support::test(flags, flag); } ++ ++ //! \} + }; + + //! Returns runtime features provided by the OS. +diff --color=auto -ru erts/emulator/asmjit/x86/x86emitter.h asmjit.patched/x86/x86emitter.h +--- erts/emulator/asmjit/x86/x86emitter.h 2024-10-17 10:41:53 ++++ asmjit.patched/x86/x86emitter.h 2024-10-19 09:24:53 +@@ -2827,7 +2827,7 @@ + ASMJIT_INST_3x(vpand, Vpand, Vec, Vec, Mem) // AVX+ + ASMJIT_INST_3x(vpandd, Vpandd, Vec, Vec, Vec) // AVX512_F{kz|b32} + ASMJIT_INST_3x(vpandd, Vpandd, Vec, Vec, Mem) // AVX512_F{kz|b32} +- ASMJIT_INST_3x(vpandn, Vpandn, Vec, Vec, Vec) // AV+ ++ ASMJIT_INST_3x(vpandn, Vpandn, Vec, Vec, Vec) // AVX+ + ASMJIT_INST_3x(vpandn, Vpandn, Vec, Vec, Mem) // AVX+ + ASMJIT_INST_3x(vpandnd, Vpandnd, Vec, Vec, Vec) // AVX512_F{kz|b32} + ASMJIT_INST_3x(vpandnd, Vpandnd, Vec, Vec, Mem) // AVX512_F{kz|b32} +@@ -3186,7 +3186,7 @@ + ASMJIT_INST_2x(vpopcntq, Vpopcntq, Vec, Mem) // AVX512_VPOPCNTDQ{kz|b64} + ASMJIT_INST_2x(vpopcntw, Vpopcntw, Vec, Vec) // AVX512_BITALG{kz|b32} + ASMJIT_INST_2x(vpopcntw, Vpopcntw, Vec, Mem) // AVX512_BITALG{kz|b32} +- ASMJIT_INST_3x(vpor, Vpor, Vec, Vec, Vec) // AV+ ++ ASMJIT_INST_3x(vpor, Vpor, Vec, Vec, Vec) // AVX+ + ASMJIT_INST_3x(vpor, Vpor, Vec, Vec, Mem) // AVX+ + ASMJIT_INST_3x(vpord, Vpord, Vec, Vec, Vec) // AVX512_F{kz|b32} + ASMJIT_INST_3x(vpord, Vpord, Vec, Vec, Mem) // AVX512_F{kz|b32} +--- erts/configure 2024-10-19 20:50:46 ++++ erts/configure 2024-10-19 20:51:39 +@@ -25482,32 +25482,7 @@ + + case "$ARCH" in + amd64) +- case "$OPSYS" in +- darwin) +- # macOS Sonoma introduced some very annoying popups when +- # dual-mapping memory through the documented APIs, and we did +- # not wish to start using undocumented functionality in a patch +- # release, so we have disabled the JIT by default on this +- # platform. +- # +- # The previous version, macOS Ventura, does not have the +- # annoying popups, so it is still possible to explicitly +- # enable the JIT. +- # +- # The ARM JIT is unaffected because it uses per-thread +- # permissions instead of dual-mapped memory. +- if test ${enable_jit} = yes; then +- JIT_ARCH=x86 +- else +- enable_jit=no +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: JIT disabled due to annoying popus on x86 Macs with Sononma" >&5 +-printf "%s\n" "$as_me: WARNING: JIT disabled due to annoying popus on x86 Macs with Sononma" >&2;} +- fi +- ;; +- *) +- JIT_ARCH=x86 +- ;; +- esac ++ JIT_ARCH=x86 + ;; + arm64) + case "$OPSYS" in From 91400eee1e82fffb9a8508699cf5aee8068a6769 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Tue, 22 Oct 2024 22:34:11 -0400 Subject: [PATCH 406/446] alacritty: update to 0.14.0 --- aqua/alacritty/Portfile | 285 ++++++++++++++++++++++------------------ 1 file changed, 156 insertions(+), 129 deletions(-) diff --git a/aqua/alacritty/Portfile b/aqua/alacritty/Portfile index b2276016ea8f4..29466abe1454a 100644 --- a/aqua/alacritty/Portfile +++ b/aqua/alacritty/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup cargo 1.0 PortGroup github 1.0 -github.setup alacritty alacritty 0.13.2 v +github.setup alacritty alacritty 0.14.0 v github.tarball_from archive revision 0 @@ -23,9 +23,9 @@ maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums ${distname}${extract.suffix} \ - rmd160 ed6e5e2bc8193d2d9c4cc117626d16ffa404b19c \ - sha256 e9a54aabc92bbdc25ab1659c2e5a1e9b76f27d101342c8219cc98a730fd46d90 \ - size 1636908 + rmd160 309886e579b0d0903d5639c7131ddf7876f87b15 \ + sha256 2919767177c010339502085b4ac5d3f9f15ca27e6befc39aa9d20fefb93ebcdf \ + size 1643797 depends_build-append \ port:scdoc @@ -100,196 +100,211 @@ if {[variant_isset nerdfont]} { cargo.crates \ adler 1.0.2 f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe \ ahash 0.8.11 e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 \ - aho-corasick 1.1.2 b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0 \ - android-activity 0.5.2 ee91c0c2905bae44f84bfa4e044536541df26b7703fd0888deeb9060fcc44289 \ + aho-corasick 1.1.3 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 \ + android-activity 0.6.0 ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046 \ android-properties 0.2.2 fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04 \ - anstream 0.6.13 d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb \ - anstyle 1.0.6 8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc \ - anstyle-parse 0.2.3 c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c \ - anstyle-query 1.0.0 5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b \ - anstyle-wincon 3.0.1 f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628 \ + anstream 0.6.14 418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b \ + anstyle 1.0.7 038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b \ + anstyle-parse 0.2.4 c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4 \ + anstyle-query 1.1.0 ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391 \ + anstyle-wincon 3.0.3 61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19 \ arrayref 0.3.7 6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545 \ arrayvec 0.7.4 96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711 \ as-raw-xcb-connection 1.0.1 175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b \ atomic-waker 1.1.2 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 \ - autocfg 1.1.0 d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa \ - base64 0.22.0 9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51 \ + autocfg 1.3.0 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0 \ + base64 0.22.1 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 \ bitflags 1.3.2 bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a \ - bitflags 2.4.2 ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf \ + bitflags 2.6.0 b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de \ block 0.1.6 0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a \ - block-sys 0.2.1 ae85a0696e7ea3b835a453750bf002770776609115e6d25c6d2ff28a8200f7e7 \ - block2 0.3.0 15b55663a85f33501257357e6421bb33e769d5c9ffb5ba0921c975a123e35e68 \ - bumpalo 3.15.4 7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa \ - bytemuck 1.15.0 5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15 \ - bytes 1.5.0 a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223 \ - calloop 0.12.4 fba7adb4dd5aa98e5553510223000e7148f621165ec5f9acd7113f6ca4995298 \ - calloop-wayland-source 0.2.0 0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02 \ - cc 1.0.90 8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5 \ + block2 0.5.1 2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f \ + bumpalo 3.16.0 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c \ + bytemuck 1.16.1 b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e \ + bytes 1.6.1 a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952 \ + calloop 0.13.0 b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec \ + calloop-wayland-source 0.3.0 95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20 \ + cc 1.1.5 324c74f2155653c90b04f25b2a47a8a631360cb908f92a772695f430c7e31052 \ cesu8 1.1.0 6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c \ cfg-if 1.0.0 baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd \ - cfg_aliases 0.1.1 fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e \ + cfg_aliases 0.2.1 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 \ cgl 0.3.2 0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff \ - clap 4.4.11 bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2 \ - clap_builder 4.4.11 a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb \ - clap_complete 4.4.4 bffe91f06a11b4b9420f62103854e90867812cd5d01557f853c5ee8e791b12ae \ - clap_derive 4.4.7 cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442 \ - clap_lex 0.6.0 702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1 \ + clap 4.5.9 64acc1846d54c1fe936a78dc189c34e28d3f5afc348403f28ecf53660b9b8462 \ + clap_builder 4.5.9 6fb8393d67ba2e7bfaf28a23458e4e2b543cc73a99595511eb207fdb8aede942 \ + clap_complete 4.5.8 5b4be9c4c4b1f30b78d8a750e0822b6a6102d97e62061c583a6c1dea2dfb33ae \ + clap_derive 4.5.8 2bac35c6dafb060fd4d275d9a4ffae97917c13a6327903a8be2153cd964f7085 \ + clap_lex 0.7.1 4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70 \ clipboard-win 3.1.1 9fdf5e01086b6be750428ba4a40619f847eb2e95756eee84b18e06e5f0b50342 \ - cmake 0.1.50 a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130 \ cocoa 0.25.0 f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c \ cocoa-foundation 0.1.2 8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7 \ - colorchoice 1.0.0 acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 \ - combine 4.6.6 35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4 \ - concurrent-queue 2.4.0 d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363 \ + colorchoice 1.0.1 0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422 \ + combine 4.6.7 ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd \ + concurrent-queue 2.5.0 4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973 \ copypasta 0.10.1 deb85422867ca93da58b7f95fb5c0c10f6183ed6e1ef8841568968a896d3a858 \ core-foundation 0.9.4 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f \ core-foundation-sys 0.8.6 06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f \ - core-graphics 0.23.1 970a29baf4110c26fedbc7f82107d42c23f7e88e404c4577ed73fe99ff85a212 \ + core-graphics 0.23.2 c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081 \ core-graphics-types 0.1.3 45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf \ core-text 20.1.0 c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5 \ - crc32fast 1.4.0 b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa \ - crossbeam-channel 0.5.12 ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95 \ - crossbeam-utils 0.8.19 248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345 \ - crossfont 0.7.0 e89c65306ecd118368d875f48d69394b5c3ff6bb7c57ae6deb638782735a093c \ + crc32fast 1.4.2 a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3 \ + crossbeam-channel 0.5.13 33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2 \ + crossbeam-utils 0.8.20 22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80 \ + crossfont 0.8.0 c44e28d120f3c9254800ea53349b09cbb45ac1f15f09215011a16241ae0289bc \ + cstr 0.2.12 68523903c8ae5aacfa32a0d9ae60cadeb764e1da14ee0d26b1f3089f13a54636 \ cursor-icon 1.1.0 96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991 \ dirs 5.0.1 44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225 \ dirs-sys 0.4.1 520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c \ dispatch 0.2.0 bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b \ dlib 0.5.2 330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412 \ - downcast-rs 1.2.0 9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650 \ + downcast-rs 1.2.1 75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2 \ + dpi 0.1.1 f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53 \ dwrote 0.11.0 439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b \ embed-resource 2.4.2 c6985554d0688b687c5cb73898a34fbe3ad6c24c58c238a4d91d5e840670ee9d \ equivalent 1.0.1 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 \ - errno 0.3.7 f258a7194e7f7c2a7837a8913aeab7fd8c383457034fa20ce4dd3dcb813e8eb8 \ - expat-sys 2.1.6 658f19728920138342f68408b7cf7644d90d4784353d8ebc32e7e8663dbe45fa \ - fastrand 2.0.1 25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5 \ + errno 0.3.9 534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba \ + fastrand 2.1.0 9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a \ fdeflate 0.3.4 4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645 \ - filetime 0.2.22 d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0 \ - flate2 1.0.28 46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e \ + filetime 0.2.23 1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd \ + flate2 1.0.30 5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae \ foreign-types 0.5.0 d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965 \ foreign-types-macros 0.2.3 1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742 \ foreign-types-shared 0.3.1 aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b \ - freetype-rs 0.26.0 74eadec9d0a5c28c54bb9882e54787275152a4e36ce206b45d7451384e5bf5fb \ - freetype-sys 0.13.1 a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a \ + freetype-rs 0.36.0 5442dee36ca09604133580dc0553780e867936bb3cbef3275859e889026d2b17 \ + freetype-sys 0.20.1 0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134 \ fsevent-sys 4.1.0 76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2 \ futures-io 0.3.30 a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1 \ gethostname 0.4.3 0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818 \ - getrandom 0.2.12 190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5 \ + getrandom 0.2.15 c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 \ gl_generator 0.14.0 1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d \ - glutin 0.31.3 18fcd4ae4e86d991ad1300b8f57166e5be0c95ef1f63f3f5b827f8a164548746 \ - glutin_egl_sys 0.6.0 77cc5623f5309ef433c3dd4ca1223195347fe62c413da8e2fdd0eb76db2d9bcd \ - glutin_glx_sys 0.5.0 a165fd686c10dcc2d45380b35796e577eacfd43d4660ee741ec8ebe2201b3b4f \ - glutin_wgl_sys 0.5.0 6c8098adac955faa2d31079b65dc48841251f69efd3ac25477903fc424362ead \ - hashbrown 0.14.3 290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604 \ - heck 0.4.1 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 \ - home 0.5.5 5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb \ - icrate 0.0.4 99d3aaff8a54577104bafdf686ff18565c3b6903ca5782a2026ef06e2c7aa319 \ - indexmap 2.2.5 7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4 \ + glutin 0.32.0 2491aa3090f682ddd920b184491844440fdd14379c7eef8f5bc10ef7fb3242fd \ + glutin_egl_sys 0.7.0 cae99fff4d2850dbe6fb8c1fa8e4fead5525bab715beaacfccf3fb994e01c827 \ + glutin_glx_sys 0.6.0 9c2b2d3918e76e18e08796b55eb64e8fe6ec67d5a6b2e2a7e2edce224ad24c63 \ + glutin_wgl_sys 0.6.0 0a4e1951bbd9434a81aa496fe59ccc2235af3820d27b85f9314e279609211e2c \ + hashbrown 0.14.5 e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 \ + heck 0.5.0 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea \ + hermit-abi 0.4.0 fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc \ + home 0.5.9 e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5 \ + indexmap 2.5.0 68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5 \ inotify 0.9.6 f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff \ inotify-sys 0.1.5 e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb \ - itoa 1.0.10 b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c \ + is_terminal_polyfill 1.70.0 f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800 \ + itoa 1.0.11 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b \ jni 0.21.1 1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97 \ jni-sys 0.3.0 8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130 \ - jobserver 0.1.28 ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6 \ + jobserver 0.1.31 d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e \ js-sys 0.3.69 29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d \ khronos_api 3.1.0 e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc \ kqueue 1.0.8 7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c \ kqueue-sys 1.0.4 ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b \ lazy-bytes-cast 5.0.1 10257499f089cd156ad82d0a9cd57d9501fa2c989068992a97eb3c27836f206b \ - lazy_static 1.4.0 e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 \ - libc 0.2.153 9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd \ - libloading 0.8.3 0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19 \ - libredox 0.0.1 85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8 \ + lazy_static 1.5.0 bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe \ + libc 0.2.155 97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c \ + libloading 0.8.4 e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d \ libredox 0.0.2 3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607 \ - linux-raw-sys 0.4.13 01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c \ - lock_api 0.4.11 3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45 \ - log 0.4.21 90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c \ + libredox 0.1.3 c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d \ + linux-raw-sys 0.4.14 78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89 \ + lock_api 0.4.12 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 \ + log 0.4.22 a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24 \ malloc_buf 0.0.6 62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb \ - memchr 2.7.1 523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149 \ + memchr 2.7.4 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 \ memmap2 0.9.4 fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322 \ - miniz_oxide 0.7.2 9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7 \ + miniz_oxide 0.7.4 b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08 \ mio 0.8.11 a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c \ miow 0.6.0 359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044 \ - ndk 0.8.0 2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7 \ + ndk 0.9.0 c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4 \ ndk-context 0.1.1 27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b \ - ndk-sys 0.5.0+25.2.9519653 8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691 \ + ndk-sys 0.6.0+11769913 ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873 \ notify 6.1.1 6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d \ num_enum 0.7.2 02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845 \ num_enum_derive 0.7.2 681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b \ objc 0.2.7 915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1 \ objc-foundation 0.1.1 1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9 \ - objc-sys 0.3.2 c7c71324e4180d0899963fc83d9d241ac39e699609fc1025a850aadac8257459 \ - objc2 0.4.1 559c5a40fdd30eb5e344fbceacf7595a81e242529fb4e21cf5f43fb4f11ff98d \ - objc2-encode 3.0.0 d079845b37af429bfe5dfa76e6d087d788031045b25cfc6fd898486fd9847666 \ + objc-sys 0.3.5 cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310 \ + objc2 0.5.2 46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804 \ + objc2-app-kit 0.2.2 e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff \ + objc2-cloud-kit 0.2.2 74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009 \ + objc2-contacts 0.2.2 a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889 \ + objc2-core-data 0.2.2 617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef \ + objc2-core-image 0.2.2 55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80 \ + objc2-core-location 0.2.2 000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781 \ + objc2-encode 4.0.3 7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8 \ + objc2-foundation 0.2.2 0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8 \ + objc2-link-presentation 0.2.2 a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398 \ + objc2-metal 0.2.2 dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6 \ + objc2-quartz-core 0.2.2 e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a \ + objc2-symbols 0.2.2 0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc \ + objc2-ui-kit 0.2.2 b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f \ + objc2-uniform-type-identifiers 0.2.2 44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe \ + objc2-user-notifications 0.2.2 76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3 \ objc_id 0.1.1 c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b \ once_cell 1.19.0 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 \ option-ext 0.2.0 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d \ orbclient 0.3.47 52f0d54bde9774d3a51dcf281a5def240c71996bc6ca05d2c847ec8b2b216166 \ - parking_lot 0.12.1 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f \ - parking_lot_core 0.9.9 4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e \ + parking_lot 0.12.3 f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27 \ + parking_lot_core 0.9.10 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 \ percent-encoding 2.3.1 e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e \ - pin-project-lite 0.2.13 8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58 \ - piper 0.2.1 668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4 \ + pin-project 1.1.5 b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3 \ + pin-project-internal 1.1.5 2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965 \ + pin-project-lite 0.2.14 bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02 \ + piper 0.2.3 ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391 \ pkg-config 0.3.30 d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec \ png 0.17.13 06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1 \ - polling 3.3.0 e53b6af1f60f36f8c2ac2aad5459d75a5a9b4be1e8cdd40264f315d78193e531 \ + polling 3.7.2 a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b \ proc-macro-crate 3.1.0 6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284 \ - proc-macro2 1.0.79 e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e \ - quick-xml 0.31.0 1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33 \ - quote 1.0.35 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef \ - raw-window-handle 0.5.2 f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9 \ - redox_syscall 0.3.5 567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29 \ + proc-macro2 1.0.86 5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77 \ + quick-xml 0.34.0 6f24d770aeca0eacb81ac29dfbc55ebcc09312fdd1f8bbecdc7e4a84e000e3b4 \ + quote 1.0.36 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 \ + raw-window-handle 0.6.2 20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539 \ redox_syscall 0.4.1 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa \ - redox_users 0.4.4 a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4 \ - regex-automata 0.4.6 86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea \ - regex-syntax 0.8.2 c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f \ + redox_syscall 0.5.3 2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4 \ + redox_users 0.4.5 bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891 \ + regex-automata 0.4.7 38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df \ + regex-syntax 0.8.4 7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b \ rustc_version 0.4.0 bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366 \ - rustix 0.38.25 dc99bc2d4f1fed22595588a013687477aedf3cdcfb26558c559edb67b4d9b22e \ + rustix 0.38.34 70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f \ rustix-openpty 0.1.1 a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12 \ - ryu 1.0.17 e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1 \ + ryu 1.0.18 f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f \ same-file 1.0.6 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 \ scoped-tls 1.0.1 e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294 \ scopeguard 1.2.0 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 \ - sctk-adwaita 0.8.1 82b2eaf3a5b264a521b988b2e73042e742df700c4f962cde845d1541adb46550 \ - semver 1.0.22 92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca \ - serde 1.0.197 3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2 \ - serde_derive 1.0.197 7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b \ - serde_json 1.0.114 c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0 \ - serde_spanned 0.6.5 eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1 \ - serde_yaml 0.9.33 a0623d197252096520c6f2a5e1171ee436e5af99a5d7caa2891e55e61950e6d9 \ - servo-fontconfig 0.5.1 c7e3e22fe5fd73d04ebf0daa049d3efe3eae55369ce38ab16d07ddd9ac5c217c \ - servo-fontconfig-sys 5.1.0 e36b879db9892dfa40f95da1c38a835d41634b825fbd8c4c418093d53c24b388 \ + sctk-adwaita 0.10.1 b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec \ + semver 1.0.23 61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b \ + serde 1.0.204 bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12 \ + serde_derive 1.0.204 e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222 \ + serde_json 1.0.120 4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5 \ + serde_spanned 0.6.7 eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d \ + serde_yaml 0.9.34+deprecated 6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47 \ signal-hook 0.3.17 8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801 \ - signal-hook-registry 1.4.1 d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1 \ + signal-hook-registry 1.4.2 a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1 \ simd-adler32 0.3.7 d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe \ slab 0.4.9 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 \ - smallvec 1.13.1 e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7 \ - smithay-client-toolkit 0.18.1 922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a \ - smithay-clipboard 0.7.1 c091e7354ea8059d6ad99eace06dd13ddeedbb0ac72d40a9a6e7ff790525882d \ - smol_str 0.2.1 e6845563ada680337a52d43bb0b29f396f2d911616f6573012645b9e3d048a49 \ + smallvec 1.13.2 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 \ + smithay-client-toolkit 0.19.2 3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016 \ + smithay-clipboard 0.7.2 cc8216eec463674a0e90f29e0ae41a4db573ec5b56b1c6c1c71615d249b6d846 \ + smol_str 0.2.2 dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead \ strict-num 0.1.1 6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731 \ - strsim 0.10.0 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 \ - syn 2.0.53 7383cd0e49fff4b6b90ca5670bfd3e9d6a733b3f90c686605aa7eec8c4996032 \ - thiserror 1.0.58 03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297 \ - thiserror-impl 1.0.58 c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7 \ + strsim 0.11.1 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f \ + syn 2.0.71 b146dcf730474b4bcd16c311627b31ede9ab149045db4d6088b3becaea046462 \ + tempfile 3.12.0 04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64 \ + thiserror 1.0.62 f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb \ + thiserror-impl 1.0.62 d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c \ tiny-skia 0.11.4 83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab \ tiny-skia-path 0.11.4 9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93 \ - toml 0.8.11 af06656561d28735e9c1cd63dfd57132c8155426aa6af24f36a00a351f88c48e \ - toml_datetime 0.6.5 3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1 \ + toml 0.8.14 6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335 \ + toml_datetime 0.6.8 0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41 \ toml_edit 0.21.1 6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1 \ - toml_edit 0.22.7 18769cd1cec395d70860ceb4d932812a0b4d06b1a4bb336745a4d21b9496e992 \ + toml_edit 0.22.21 3b072cee73c449a636ffd6f32bd8de3a9f7119139aff882f44943ce2986dc5cf \ tracing 0.1.40 c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef \ tracing-core 0.1.32 c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54 \ unicode-ident 1.0.12 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b \ unicode-segmentation 1.11.0 d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202 \ - unicode-width 0.1.11 e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85 \ + unicode-width 0.1.13 0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d \ unsafe-libyaml 0.2.11 673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861 \ - utf8parse 0.2.1 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a \ + utf8parse 0.2.2 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 \ version_check 0.9.4 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f \ vswhom 0.1.0 be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b \ vswhom-sys 0.1.2 d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18 \ vte 0.13.0 40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b \ - vte_generate_state_changes 0.1.1 d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff \ + vte_generate_state_changes 0.1.2 2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e \ walkdir 2.5.0 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b \ wasi 0.11.0+wasi-snapshot-preview1 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 \ wasm-bindgen 0.2.92 4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8 \ @@ -298,52 +313,64 @@ cargo.crates \ wasm-bindgen-macro 0.2.92 a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726 \ wasm-bindgen-macro-support 0.2.92 e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7 \ wasm-bindgen-shared 0.2.92 af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96 \ - wayland-backend 0.3.3 9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40 \ - wayland-client 0.31.2 82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f \ + wayland-backend 0.3.6 f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993 \ + wayland-client 0.31.5 7e321577a0a165911bdcfb39cf029302479d7527b517ee58ab0f6ad09edf0943 \ wayland-csd-frame 0.3.0 625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e \ - wayland-cursor 0.31.1 71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba \ - wayland-protocols 0.31.2 8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4 \ - wayland-protocols-plasma 0.2.0 23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479 \ - wayland-protocols-wlr 0.2.0 ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6 \ - wayland-scanner 0.31.1 63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283 \ - wayland-sys 0.31.1 15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af \ + wayland-cursor 0.31.5 6ef9489a8df197ebf3a8ce8a7a7f0a2320035c3743f3c1bd0bdbccf07ce64f95 \ + wayland-protocols 0.32.3 62989625a776e827cc0f15d41444a3cea5205b963c3a25be48ae1b52d6b4daaa \ + wayland-protocols-plasma 0.3.3 f79f2d57c7fcc6ab4d602adba364bf59a5c24de57bd194486bf9b8360e06bfc4 \ + wayland-protocols-wlr 0.3.3 fd993de54a40a40fbe5601d9f1fbcaef0aebcc5fda447d7dc8f6dcbaae4f8953 \ + wayland-scanner 0.31.4 d7b56f89937f1cf2ee1f1259cf2936a17a1f45d8f0aa1019fae6d470d304cfa6 \ + wayland-sys 0.31.4 43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148 \ web-sys 0.3.69 77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef \ - web-time 0.2.4 aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0 \ + web-time 1.1.0 5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb \ winapi 0.3.9 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 \ winapi-i686-pc-windows-gnu 0.4.0 ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 \ - winapi-util 0.1.6 f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596 \ + winapi-util 0.1.8 4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b \ winapi-x86_64-pc-windows-gnu 0.4.0 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f \ windows-sys 0.45.0 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0 \ windows-sys 0.48.0 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 \ + windows-sys 0.52.0 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d \ + windows-sys 0.59.0 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b \ windows-targets 0.42.2 8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071 \ windows-targets 0.48.5 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c \ + windows-targets 0.52.6 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 \ windows_aarch64_gnullvm 0.42.2 597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8 \ windows_aarch64_gnullvm 0.48.5 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 \ + windows_aarch64_gnullvm 0.52.6 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 \ windows_aarch64_msvc 0.42.2 e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43 \ windows_aarch64_msvc 0.48.5 dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc \ + windows_aarch64_msvc 0.52.6 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 \ windows_i686_gnu 0.42.2 c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f \ windows_i686_gnu 0.48.5 a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e \ + windows_i686_gnu 0.52.6 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b \ + windows_i686_gnullvm 0.52.6 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 \ windows_i686_msvc 0.42.2 44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060 \ windows_i686_msvc 0.48.5 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 \ + windows_i686_msvc 0.52.6 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 \ windows_x86_64_gnu 0.42.2 8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36 \ windows_x86_64_gnu 0.48.5 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e \ + windows_x86_64_gnu 0.52.6 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 \ windows_x86_64_gnullvm 0.42.2 26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3 \ windows_x86_64_gnullvm 0.48.5 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc \ + windows_x86_64_gnullvm 0.52.6 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d \ windows_x86_64_msvc 0.42.2 9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0 \ windows_x86_64_msvc 0.48.5 ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 \ - winit 0.29.15 0d59ad965a635657faf09c8f062badd885748428933dad8e8bdd64064d92e5ca \ + windows_x86_64_msvc 0.52.6 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec \ + winit 0.30.4 4225ddd8ab67b8b59a2fee4b34889ebf13c0460c1c3fa297c58e21eb87801b33 \ winnow 0.5.40 f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876 \ - winnow 0.6.5 dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8 \ + winnow 0.6.18 68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f \ winreg 0.52.0 a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5 \ wio 0.2.2 5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5 \ - x11-clipboard 0.9.2 b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286 \ + x11-clipboard 0.9.3 662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3 \ x11-dl 2.21.0 38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f \ - x11rb 0.13.0 f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a \ - x11rb-protocol 0.13.0 e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34 \ + x11rb 0.13.1 5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12 \ + x11rb-protocol 0.13.1 ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d \ xcursor 0.3.5 6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911 \ xdg 2.5.2 213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546 \ xkbcommon-dl 0.4.2 d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5 \ - xkeysym 0.2.0 054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621 \ - xml-rs 0.8.19 0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a \ - zerocopy 0.7.32 74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be \ - zerocopy-derive 0.7.32 9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6 + xkeysym 0.2.1 b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56 \ + xml-rs 0.8.20 791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193 \ + yeslogic-fontconfig-sys 5.0.0 ffb6b23999a8b1a997bf47c7bb4d19ad4029c3327bb3386ebe0a5ff584b33c7a \ + zerocopy 0.7.35 1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0 \ + zerocopy-derive 0.7.35 fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e From f7079ab48edaec49d5fa506fc290aaa2c2a9690a Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Tue, 22 Oct 2024 22:40:52 -0400 Subject: [PATCH 407/446] eksctl: update to 0.194.0 --- sysutils/eksctl/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/eksctl/Portfile b/sysutils/eksctl/Portfile index ddf5ed9386780..4507d53321e9a 100644 --- a/sysutils/eksctl/Portfile +++ b/sysutils/eksctl/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/weaveworks/eksctl 0.193.0 v +go.setup github.com/weaveworks/eksctl 0.194.0 v go.offline_build no github.tarball_from archive revision 0 @@ -24,9 +24,9 @@ maintainers {@szczad gmail.com:szczad} \ {gmail.com:herby.gillot @herbygillot} \ openmaintainer -checksums rmd160 1e73d523e8d1e6ecd4ce4e24ad9be7faeabc698e \ - sha256 0813b4256c3569793aa8a1012f0816465d8adff0e706b2b0218c559047a320e3 \ - size 11101256 +checksums rmd160 2c7693d1d69b30358557078f6ae4b9ce60f31154 \ + sha256 eeb89364e63e53d615e18d09be11e4002af0ca23a3580b4090621ed611834cf2 \ + size 11105799 build.cmd make build.target binary From 4c7c6872cd10a19e7c540ae881b01d65201743f9 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Tue, 22 Oct 2024 22:43:19 -0400 Subject: [PATCH 408/446] srgn: update to 0.13.3 --- devel/srgn/Portfile | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/devel/srgn/Portfile b/devel/srgn/Portfile index b8a5820d8332b..225aca4e81845 100644 --- a/devel/srgn/Portfile +++ b/devel/srgn/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup cargo 1.0 PortGroup github 1.0 -github.setup alexpovel srgn 0.13.2 srgn-v +github.setup alexpovel srgn 0.13.3 srgn-v github.tarball_from archive revision 0 @@ -21,9 +21,9 @@ maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums ${distname}${extract.suffix} \ - rmd160 29166104521150bba94b5775c2efe648e3a97f8e \ - sha256 cf7fea4756104cd9d955feb4dc07f62f2636e1b23a287394eb55116d2ea5dbd0 \ - size 2877696 + rmd160 19544453d3db961df991e2e91cfff6580fecabb0 \ + sha256 cdddd6d0ec47a80ea28fc7eb411e1723e355e08ffad0369436d9f192d96382d0 \ + size 2878541 set build_bin ${worksrcpath}/target/[cargo.rust_platform]/release/${name} @@ -76,7 +76,7 @@ cargo.crates \ cached_proc_macro 0.23.0 2f42a145ed2d10dce2191e1dcf30cfccfea9026660e143662ba5eec4017d5daa \ cached_proc_macro_types 0.1.1 ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0 \ caseless 0.2.1 808dab3318747be122cb31d36de18d4d1c81277a76f8332a02b81a3d73463d7f \ - cc 1.1.21 07b1695e2c7e8fc85310cde85aeaab7e3097f593c91d209d3f9df76c928100f0 \ + cc 1.1.23 3bbb537bb4a30b90362caddba8f360c0a56bc13d3a5570028e7197204cb54a17 \ cfg-if 1.0.0 baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd \ clap 4.5.13 0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc \ clap_builder 4.5.13 64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99 \ @@ -112,7 +112,7 @@ cargo.crates \ env_logger 0.11.5 e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d \ errno 0.3.8 a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 \ fancy-regex 0.13.0 531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2 \ - fastrand 2.0.1 25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5 \ + fastrand 2.1.1 e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6 \ fnv 1.0.7 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 \ fst 0.4.7 7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a \ getrandom 0.2.12 190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5 \ @@ -130,10 +130,10 @@ cargo.crates \ jobserver 0.1.31 d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e \ js-sys 0.3.69 29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d \ lazy_static 1.4.0 e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 \ - libc 0.2.153 9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd \ + libc 0.2.159 561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5 \ libm 0.2.8 4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058 \ linked-hash-map 0.5.6 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f \ - linux-raw-sys 0.4.13 01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c \ + linux-raw-sys 0.4.14 78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89 \ log 0.4.22 a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24 \ memchr 2.7.1 523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149 \ minimal-lexical 0.2.1 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a \ @@ -148,10 +148,10 @@ cargo.crates \ predicates-core 1.0.6 b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174 \ predicates-tree 1.0.9 368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf \ pretty_assertions 1.4.1 3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d \ - proc-macro2 1.0.79 e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e \ + proc-macro2 1.0.86 5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77 \ proptest 1.5.0 b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d \ quick-error 1.2.3 a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0 \ - quote 1.0.35 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef \ + quote 1.0.37 b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af \ rand 0.8.5 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 \ rand_chacha 0.3.1 e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 \ rand_core 0.6.4 ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c \ @@ -162,12 +162,12 @@ cargo.crates \ regex 1.10.6 4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619 \ regex-automata 0.4.6 86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea \ regex-syntax 0.8.4 7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b \ - relative-path 1.9.2 e898588f33fdd5b9420719948f9f2a32c922a246964576f71ba7f24f80610fbc \ - rstest 0.22.0 7b423f0e62bdd61734b67cd21ff50871dfaeb9cc74f869dcd6af974fbcb19936 \ - rstest_macros 0.22.0 c5e1711e7d14f74b12a58411c542185ef7fb7f2e7f8ee6e2940a883628522b42 \ + relative-path 1.9.3 ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2 \ + rstest 0.23.0 0a2c585be59b6b5dd66a9d2084aa1d8bd52fbdb806eafdeffb52791147862035 \ + rstest_macros 0.23.0 825ea780781b15345a146be27eaefb05085e337e869bff01b4306a4fd4a9ad5a \ rustc-demangle 0.1.23 d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76 \ - rustc_version 0.4.0 bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366 \ - rustix 0.38.31 6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949 \ + rustc_version 0.4.1 cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92 \ + rustix 0.38.37 8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811 \ rusty-fork 0.3.0 cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f \ same-file 1.0.6 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 \ semver 1.0.22 92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca \ @@ -177,8 +177,8 @@ cargo.crates \ similar 2.4.0 32fea41aca09ee824cc9724996433064c89f7777e60762749a4170a14abbfa21 \ slug 0.1.5 3bd94acec9c8da640005f8e135a39fc0372e74535e6b368b7a04b875f784c8c4 \ strsim 0.11.1 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f \ - syn 2.0.53 7383cd0e49fff4b6b90ca5670bfd3e9d6a733b3f90c686605aa7eec8c4996032 \ - tempfile 3.12.0 04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64 \ + syn 2.0.79 89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590 \ + tempfile 3.13.0 f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b \ termcolor 1.4.1 06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755 \ terminal_size 0.3.0 21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7 \ termtree 0.4.1 3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76 \ @@ -188,7 +188,7 @@ cargo.crates \ tinyvec_macros 0.1.1 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 \ titlecase 3.3.0 e0e20e744fbec1913fa168f3ffbef64324bbcb152c6cda8394baa79fa5ec9142 \ tree-sitter 0.23.0 20f4cd3642c47a85052a887d86704f4eac272969f61b686bdd3f772122aabaff \ - tree-sitter-c 0.23.0 e795ad541f7ae6a80d22975296340a75a12a29afd3a7089f4368021613728e17 \ + tree-sitter-c 0.23.1 c8b3fb515e498e258799a31d78e6603767cd6892770d9e2290ec00af5c3ad80b \ tree-sitter-c-sharp 0.23.0 04c0f6d2209a3cd6d0bb9d2934715da15a15710d3c09c7c1ecd4c9804c3ecd10 \ tree-sitter-go 0.23.1 caf57626e4c9b6d6efaf8a8d5ee1241c5f178ae7bfdf693713ae6a774f01424e \ tree-sitter-language 0.1.0 2545046bd1473dac6c626659cc2567c6c0ff302fc8b84a56c4243378276f7f57 \ @@ -198,11 +198,11 @@ cargo.crates \ typed-arena 2.0.2 6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a \ unarray 0.1.4 eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94 \ unescape 0.1.0 ccb97dac3243214f8d8507998906ca3e2e0b900bf9bf4870477f125b82e68f6e \ - unicode-ident 1.0.12 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b \ + unicode-ident 1.0.13 e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe \ unicode-normalization 0.1.24 5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956 \ unicode-xid 0.2.4 f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c \ unicode_categories 0.1.1 39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e \ - unicode_titlecase 2.3.0 c9f865ed539c93628813817ee7076cc4d636081e35c2a9ef70626c1ef853df34 \ + unicode_titlecase 2.4.0 8f38c16011df3a49175fa6d2aba98ce0de46dc8fbad136a4e34ab02d8613f844 \ utf8parse 0.2.1 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a \ version_check 0.9.4 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f \ wait-timeout 0.2.0 9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6 \ From 1edf3b7e84cd6baca348282b6fa0c60f24d72ebc Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Tue, 22 Oct 2024 22:48:26 -0400 Subject: [PATCH 409/446] qemu: update to 9.1.1 --- emulators/qemu/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/emulators/qemu/Portfile b/emulators/qemu/Portfile index b0bda05a2f8e1..787b507ed5cc0 100644 --- a/emulators/qemu/Portfile +++ b/emulators/qemu/Portfile @@ -8,7 +8,7 @@ PortGroup legacysupport 1.1 legacysupport.newest_darwin_requires_legacy 16 name qemu -version 9.1.0 +version 9.1.1 revision 0 categories emulators license GPL-2+ @@ -26,9 +26,9 @@ homepage https://www.qemu.org master_sites https://download.qemu.org/ use_xz yes -checksums rmd160 8b6b072a240b1b801d3f20dde0b2bf4d1cf019be \ - sha256 816b7022a8ba7c2ac30e2e0cf973e826f6bcc8505339603212c5ede8e94d7834 \ - size 132478356 +checksums rmd160 1ed64794bf33095ca63e9c0f6da7053e169bc006 \ + sha256 7dc0f9da5491ff449500f3310063a36b619f236ee45706fd0846eb37d4bba889 \ + size 132584840 set py_version 312 set py_branch \ From e55d73386add99b0e8f6e721f260274fad17b7cf Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 23 Oct 2024 03:08:43 +0200 Subject: [PATCH 410/446] starship: update to 1.21.1 --- sysutils/starship/Portfile | 299 ++++++++++++++++++------------------- 1 file changed, 147 insertions(+), 152 deletions(-) diff --git a/sysutils/starship/Portfile b/sysutils/starship/Portfile index 8314cf7c1c657..774fdbb165bb8 100644 --- a/sysutils/starship/Portfile +++ b/sysutils/starship/Portfile @@ -5,7 +5,7 @@ PortGroup cargo 1.0 PortGroup github 1.0 PortGroup openssl 1.0 -github.setup starship starship 1.20.1 v +github.setup starship starship 1.21.1 v github.tarball_from archive revision 0 @@ -23,9 +23,9 @@ maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums ${distname}${extract.suffix} \ - rmd160 24e7dd6e8431fb43c4d6f4890f30a153f18612f1 \ - sha256 851d84be69f9171f10890e3b58b8c5ec6057dd873dc83bfe0bdf965f9844b5dc \ - size 9414001 + rmd160 a9df04b2eb6d1ce45440083ca0eea8a9d29d3c80 \ + sha256 f543dfa3229441ca2a55b8a625ce4bad5756a896378b019f4d0f0e00cf34dcc8 \ + size 9435990 # crate:openssl-sys requires pkgconfig & libssl.dylib depends_build-append \ @@ -45,36 +45,34 @@ destroot { } cargo.crates \ - adler 1.0.2 f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe \ + adler2 2.0.0 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 \ ahash 0.8.11 e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 \ aho-corasick 1.1.3 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 \ allocator-api2 0.2.18 5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f \ android-tzdata 0.1.1 e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 \ android_system_properties 0.1.5 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 \ - anstream 0.6.7 4cd2405b3ac1faab2990b74d728624cd9fd115651fcecc7c2d8daf01376275ba \ - anstream 0.6.14 418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b \ - anstyle 1.0.7 038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b \ - anstyle-parse 0.2.4 c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4 \ - anstyle-query 1.1.0 ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391 \ - anstyle-wincon 3.0.3 61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19 \ - anyhow 1.0.86 b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da \ + anstream 0.6.15 64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526 \ + anstyle 1.0.8 1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1 \ + anstyle-parse 0.2.5 eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb \ + anstyle-query 1.1.1 6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a \ + anstyle-wincon 3.0.4 5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8 \ + anyhow 1.0.89 86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6 \ arc-swap 1.7.1 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457 \ arraydeque 0.5.1 7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236 \ - arrayvec 0.7.4 96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711 \ + arrayvec 0.7.6 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50 \ async-broadcast 0.7.1 20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e \ async-channel 2.3.1 89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a \ - async-executor 1.13.0 d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7 \ + async-executor 1.13.1 30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec \ async-fs 2.1.2 ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a \ - async-io 2.3.3 0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964 \ - async-lock 2.8.0 287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b \ + async-io 2.3.4 444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8 \ async-lock 3.4.0 ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18 \ - async-process 2.2.3 f7eda79bbd84e29c2b308d1dc099d7de8dcc7035e48f4bf5dc4a531a44ff5e2a \ + async-process 2.3.0 63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb \ async-recursion 1.1.1 3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11 \ - async-signal 0.2.9 dfb3634b73397aa844481f814fad23bbf07fdb0eabec10f2eb95e58944b1ec32 \ + async-signal 0.2.10 637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3 \ async-task 4.7.1 8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de \ - async-trait 0.1.81 6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107 \ + async-trait 0.1.83 721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd \ atomic-waker 1.1.2 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 \ - autocfg 1.3.0 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0 \ + autocfg 1.4.0 ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 \ base64 0.13.1 9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8 \ base64 0.22.1 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 \ bitflags 1.3.2 bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a \ @@ -83,41 +81,39 @@ cargo.crates \ block-buffer 0.9.0 4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4 \ block-buffer 0.10.4 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 \ blocking 1.6.1 703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea \ - bstr 1.9.1 05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706 \ + bstr 1.10.0 40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c \ bumpalo 3.16.0 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c \ + byteorder 1.5.0 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b \ bytesize 1.3.0 a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc \ - cc 1.1.6 2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f \ + cc 1.1.30 b16803a61b81d9eabb7eae2588776c4c1e584b738ede45fdbb4c972cec1e9945 \ cfg-if 1.0.0 baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd \ cfg_aliases 0.2.1 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 \ chrono 0.4.38 a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401 \ - clap 4.5.11 35723e6a11662c2afb578bcf0b88bf6ea8e21282a953428f240574fcc3a2b5b3 \ - clap_builder 4.5.11 49eb96cbfa7cfa35017b7cd548c75b14c3118c98b423041d70562665e07fb0fa \ - clap_complete 4.5.11 c6ae69fbb0833c6fcd5a8d4b8609f108c7ad95fc11e248d853ff2c42a90df26a \ - clap_derive 4.5.11 5d029b67f89d30bbb547c89fd5161293c0aec155fc691d7924b64550662db93e \ - clap_lex 0.7.1 4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70 \ + clap 4.5.20 b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8 \ + clap_builder 4.5.20 19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54 \ + clap_complete 4.5.33 9646e2e245bf62f45d39a0f3f36f1171ad1ea0d6967fd114bca72cb02a8fcdfb \ + clap_derive 4.5.18 4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab \ + clap_lex 0.7.2 1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97 \ clru 0.6.2 cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59 \ - cmake 0.1.50 a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130 \ - colorchoice 1.0.1 0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422 \ + cmake 0.1.51 fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a \ + colorchoice 1.0.2 d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0 \ concurrent-queue 2.5.0 4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973 \ const-random 0.1.18 87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359 \ const-random-macro 0.1.16 f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e \ - const_format 0.2.32 e3a214c7af3d04997541b18d432afaff4c455e79e2029079647e72fc2bd27673 \ - const_format_proc_macros 0.2.32 c7f6ff08fd20f4f299298a28e2dfa8a8ba1036e6cd2460ac1de7b425d76f2500 \ - core-foundation 0.9.4 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f \ - core-foundation-sys 0.8.6 06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f \ - cpufeatures 0.2.12 53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504 \ + const_format 0.2.33 50c655d81ff1114fb0dcdea9225ea9f0cc712a6f8d189378e82bdf62a473a64b \ + const_format_proc_macros 0.2.33 eff1a44b93f47b1bac19a27932f5c591e43d1ba357ee4f61526c8a25603f0eb1 \ + core-foundation 0.10.0 b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63 \ + core-foundation-sys 0.8.7 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b \ + cpufeatures 0.2.14 608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0 \ crc32fast 1.4.2 a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3 \ - crossbeam 0.8.4 1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8 \ crossbeam-channel 0.5.13 33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2 \ crossbeam-deque 0.8.5 613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d \ crossbeam-epoch 0.9.18 5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e \ - crossbeam-queue 0.3.11 df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35 \ crossbeam-utils 0.8.20 22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80 \ crunchy 0.2.2 7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7 \ crypto-common 0.1.6 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 \ deelevate 0.2.0 1c7397f8c48906dd9b5afc75001368c979418e5dff5575998a831eb2319b424e \ deranged 0.3.11 b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4 \ - derivative 2.2.0 fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b \ digest 0.9.0 d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066 \ digest 0.10.7 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 \ dirs 4.0.0 ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059 \ @@ -128,7 +124,7 @@ cargo.crates \ dirs-sys-next 0.1.2 4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d \ dlv-list 0.5.2 442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f \ downcast 0.11.0 1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1 \ - dunce 1.0.4 56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b \ + dunce 1.0.5 92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813 \ dyn-clone 1.0.17 0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125 \ either 1.13.0 60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0 \ encoding_rs 0.8.34 b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59 \ @@ -139,107 +135,105 @@ cargo.crates \ errno 0.2.8 f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1 \ errno 0.3.9 534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba \ errno-dragonfly 0.1.2 aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf \ - event-listener 2.5.3 0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0 \ - event-listener 4.0.1 84f2cdcf274580f2d63697192d744727b3198894b1bf02923643bf59e2c26712 \ event-listener 5.3.1 6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba \ - event-listener-strategy 0.4.0 958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3 \ event-listener-strategy 0.5.2 0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1 \ faster-hex 0.9.0 a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183 \ - fastrand 2.1.0 9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a \ + fastrand 2.1.1 e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6 \ filedescriptor 0.8.2 7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e \ - filetime 0.2.23 1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd \ - flate2 1.0.30 5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae \ + filetime 0.2.25 35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586 \ + flate2 1.0.34 a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0 \ fnv 1.0.7 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 \ form_urlencoded 1.2.1 e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 \ fragile 2.0.0 6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa \ - futures-core 0.3.30 dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d \ - futures-io 0.3.30 a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1 \ + futures-core 0.3.31 05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e \ + futures-io 0.3.31 9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6 \ futures-lite 2.3.0 52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5 \ - futures-sink 0.3.30 9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5 \ - futures-task 0.3.30 38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004 \ - futures-util 0.3.30 3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48 \ + futures-sink 0.3.31 e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7 \ + futures-task 0.3.31 f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988 \ + futures-util 0.3.31 9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81 \ generic-array 0.14.7 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a \ - gethostname 0.5.0 dc3655aa6818d65bc620d6911f05aa7b6aeb596291e1e9f79e52df85583d1e30 \ getrandom 0.2.15 c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 \ - gix 0.64.0 d78414d29fcc82329080166077e0f7689f4016551fdb334d787c3d040fe2634f \ - gix-actor 0.31.5 a0e454357e34b833cc3a00b6efbbd3dd4d18b24b9fb0c023876ec2645e8aa3f2 \ + gix 0.66.0 9048b8d1ae2104f045cb37e5c450fc49d5d8af22609386bfc739c11ba88995eb \ + gix-actor 0.32.0 fc19e312cd45c4a66cd003f909163dc2f8e1623e30a0c0c6df3776e89b308665 \ gix-bitmap 0.2.11 a371db66cbd4e13f0ed9dc4c0fea712d7276805fccc877f77e96374d317e87ae \ gix-chunk 0.4.8 45c8751169961ba7640b513c3b24af61aa962c967aaf04116734975cd5af0c52 \ gix-commitgraph 0.24.3 133b06f67f565836ec0c473e2116a60fb74f80b6435e21d88013ac0e3c60fc78 \ - gix-config 0.38.0 28f53fd03d1bf09ebcc2c8654f08969439c4556e644ca925f27cf033bc43e658 \ - gix-config-value 0.14.7 b328997d74dd15dc71b2773b162cb4af9a25c424105e4876e6d0686ab41c383e \ - gix-date 0.8.7 9eed6931f21491ee0aeb922751bd7ec97b4b2fe8fbfedcb678e2a2dce5f3b8c0 \ - gix-diff 0.44.1 1996d5c8a305b59709467d80617c9fde48d9d75fd1f4179ea970912630886c9d \ - gix-discover 0.33.0 67662731cec3cb31ba3ed2463809493f76d8e5d6c6d245de8b0560438c13450e \ + gix-config 0.40.0 78e797487e6ca3552491de1131b4f72202f282fb33f198b1c34406d765b42bb0 \ + gix-config-value 0.14.8 03f76169faa0dec598eac60f83d7fcdd739ec16596eca8fb144c88973dbe6f8c \ + gix-date 0.9.0 35c84b7af01e68daf7a6bb8bb909c1ff5edb3ce4326f1f43063a5a96d3c3c8a5 \ + gix-diff 0.46.0 92c9afd80fff00f8b38b1c1928442feb4cd6d2232a6ed806b6b193151a3d336c \ + gix-discover 0.35.0 0577366b9567376bc26e815fd74451ebd0e6218814e242f8e5b7072c58d956d2 \ gix-features 0.38.2 ac7045ac9fe5f9c727f38799d002a7ed3583cd777e3322a7c4b43e3cf437dc69 \ - gix-fs 0.11.2 6adf99c27cdf17b1c4d77680c917e0d94d8783d4e1c73d3be0d1d63107163d7a \ - gix-glob 0.16.4 fa7df15afa265cc8abe92813cd354d522f1ac06b29ec6dfa163ad320575cb447 \ + gix-fs 0.11.3 f2bfe6249cfea6d0c0e0990d5226a4cb36f030444ba9e35e0639275db8f98575 \ + gix-glob 0.16.5 74908b4bbc0a0a40852737e5d7889f676f081e340d5451a16e5b4c50d592f111 \ gix-hash 0.14.2 f93d7df7366121b5018f947a04d37f034717e113dcf9ccd85c34b58e57a74d5e \ gix-hashtable 0.5.2 7ddf80e16f3c19ac06ce415a38b8591993d3f73aede049cb561becb5b3a8e242 \ - gix-index 0.33.1 9a9a44eb55bd84bb48f8a44980e951968ced21e171b22d115d1cdcef82a7d73f \ + gix-index 0.35.0 0cd4203244444017682176e65fd0180be9298e58ed90bd4a8489a357795ed22d \ gix-lock 14.0.0 e3bc7fe297f1f4614774989c00ec8b1add59571dc9b024b4c00acb7dedd4e19d \ - gix-macros 0.1.5 999ce923619f88194171a67fb3e6d613653b8d4d6078b529b15a765da0edcc17 \ - gix-object 0.42.3 25da2f46b4e7c2fa7b413ce4dffb87f69eaf89c2057e386491f4c55cadbfe386 \ - gix-odb 0.61.1 20d384fe541d93d8a3bb7d5d5ef210780d6df4f50c4e684ccba32665a5e3bc9b \ - gix-pack 0.51.1 3e0594491fffe55df94ba1c111a6566b7f56b3f8d2e1efc750e77d572f5f5229 \ - gix-path 0.10.9 8d23d5bbda31344d8abc8de7c075b3cf26e5873feba7c4a15d916bce67382bd9 \ + gix-object 0.44.0 2f5b801834f1de7640731820c2df6ba88d95480dc4ab166a5882f8ff12b88efa \ + gix-odb 0.63.0 a3158068701c17df54f0ab2adda527f5a6aca38fd5fd80ceb7e3c0a2717ec747 \ + gix-pack 0.53.0 3223aa342eee21e1e0e403cad8ae9caf9edca55ef84c347738d10681676fd954 \ + gix-path 0.10.11 ebfc4febd088abdcbc9f1246896e57e37b7a34f6909840045a1767c6dafac7af \ gix-quote 0.4.12 cbff4f9b9ea3fa7a25a70ee62f545143abef624ac6aa5884344e70c8b0a1d9ff \ - gix-ref 0.45.0 636e96a0a5562715153fee098c217110c33a6f8218f08f4687ff99afde159bb5 \ - gix-refspec 0.23.1 6868f8cd2e62555d1f7c78b784bece43ace40dd2a462daf3b588d5416e603f37 \ - gix-revision 0.27.2 01b13e43c2118c4b0537ddac7d0821ae0dfa90b7b8dbf20c711e153fb749adce \ - gix-revwalk 0.13.2 1b030ccaab71af141f537e0225f19b9e74f25fefdba0372246b844491cab43e0 \ - gix-sec 0.10.7 1547d26fa5693a7f34f05b4a3b59a90890972922172653bcb891ab3f09f436df \ - gix-tempfile 14.0.1 006acf5a613e0b5cf095d8e4b3f48c12a60d9062aa2b2dd105afaf8344a5600c \ - gix-trace 0.1.9 f924267408915fddcd558e3f37295cc7d6a3e50f8bd8b606cee0808c3915157e \ - gix-traverse 0.39.2 e499a18c511e71cf4a20413b743b9f5bcf64b3d9e81e9c3c6cd399eae55a8840 \ - gix-url 0.27.4 e2eb9b35bba92ea8f0b5ab406fad3cf6b87f7929aa677ff10aa042c6da621156 \ + gix-ref 0.47.0 ae0d8406ebf9aaa91f55a57f053c5a1ad1a39f60fdf0303142b7be7ea44311e5 \ + gix-refspec 0.25.0 ebb005f82341ba67615ffdd9f7742c87787544441c88090878393d0682869ca6 \ + gix-revision 0.29.0 ba4621b219ac0cdb9256883030c3d56a6c64a6deaa829a92da73b9a576825e1e \ + gix-revwalk 0.15.0 b41e72544b93084ee682ef3d5b31b1ba4d8fa27a017482900e5e044d5b1b3984 \ + gix-sec 0.10.8 0fe4d52f30a737bbece5276fab5d3a8b276dc2650df963e293d0673be34e7a5f \ + gix-tempfile 14.0.2 046b4927969fa816a150a0cda2e62c80016fe11fb3c3184e4dddf4e542f108aa \ + gix-trace 0.1.10 6cae0e8661c3ff92688ce1c8b8058b3efb312aba9492bbe93661a21705ab431b \ + gix-traverse 0.41.0 030da39af94e4df35472e9318228f36530989327906f38e27807df305fccb780 \ + gix-url 0.27.5 fd280c5e84fb22e128ed2a053a0daeacb6379469be6a85e3d518a0636e160c89 \ gix-utils 0.1.12 35192df7fd0fa112263bad8021e2df7167df4cc2a6e6d15892e1e55621d3d4dc \ - gix-validate 0.8.5 82c27dd34a49b1addf193c92070bcbf3beaf6e10f16a78544de6372e146a0acf \ - guess_host_triple 0.1.3 b35a8ce923c7490629d84e12fa2f75e1733f1ec692a47c264f9b7fd632855afc \ + gix-validate 0.9.0 81f2badbb64e57b404593ee26b752c26991910fd0d81fe6f9a71c1a8309b6c86 \ + guess_host_triple 0.1.4 5dd62763349a2c83ed2ce9ce5429158085fa43e0cdd8c60011a7843765d04e18 \ hashbrown 0.12.3 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 \ hashbrown 0.14.5 e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 \ - hashlink 0.8.4 e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7 \ + hashbrown 0.15.0 1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb \ + hashlink 0.9.1 6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af \ heck 0.5.0 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea \ hermit-abi 0.4.0 fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc \ hex 0.4.3 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 \ home 0.5.9 e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5 \ - iana-time-zone 0.1.60 e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141 \ + iana-time-zone 0.1.61 235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220 \ iana-time-zone-haiku 0.1.2 f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f \ idna 0.5.0 634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6 \ indexmap 1.9.3 bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 \ - indexmap 2.2.6 168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26 \ + indexmap 2.6.0 707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da \ is-docker 0.2.0 928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3 \ is-wsl 0.4.0 173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5 \ is_debug 1.0.1 06d198e9919d9822d5f7083ba8530e04de87841eaf21ead9af8f2304efd57c89 \ - is_terminal_polyfill 1.70.0 f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800 \ + is_terminal_polyfill 1.70.1 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf \ itertools 0.13.0 413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186 \ itoa 1.0.11 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b \ - js-sys 0.3.69 29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d \ - jwalk 0.8.1 2735847566356cd2179a2a38264839308f7079fa96e6bd5a42d740460e003c56 \ + jiff 0.1.13 8a45489186a6123c128fdf6016183fcfab7113e1820eb813127e036e287233fb \ + jiff-tzdb 0.1.1 91335e575850c5c4c673b9bd467b0e025f164ca59d0564f69d0c2ee0ffad4653 \ + jiff-tzdb-platform 0.1.1 9835f0060a626fe59f160437bc725491a6af23133ea906500027d1bd2f8f4329 \ + js-sys 0.3.72 6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9 \ lazy_static 1.5.0 bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe \ lazycell 1.3.0 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 \ - libc 0.2.155 97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c \ + libc 0.2.159 561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5 \ libredox 0.1.3 c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d \ - libz-ng-sys 1.1.15 c6409efc61b12687963e602df8ecf70e8ddacf95bc6576bcf16e3ac6328083c5 \ - libz-sys 1.1.18 c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e \ + libz-ng-sys 1.1.16 4436751a01da56f1277f323c80d584ffad94a3d14aecd959dd0dff75aa73a438 \ + libz-sys 1.1.20 d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472 \ linux-raw-sys 0.4.14 78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89 \ lock_api 0.4.12 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 \ log 0.4.22 a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24 \ - mac-notification-sys 0.6.1 51fca4d74ff9dbaac16a01b924bc3693fa2bba0862c2c633abc73f9a8ea21f64 \ + mac-notification-sys 0.6.2 dce8f34f3717aa37177e723df6c1fc5fb02b2a1087374ea3fe0ea42316dc8f91 \ mach2 0.4.2 19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709 \ malloc_buf 0.0.6 62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb \ memchr 2.7.4 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 \ - memmap2 0.9.4 fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322 \ + memmap2 0.9.5 fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f \ memmem 0.1.1 a64a92489e2744ce060c349162be1c5f33c6969234104dbd99ddb5feb08b8c15 \ memoffset 0.9.1 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a \ minimal-lexical 0.2.1 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a \ - miniz_oxide 0.7.4 b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08 \ + miniz_oxide 0.8.0 e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1 \ mockall 0.13.0 d4c28b3fb6d753d28c20e826cd46ee611fda1cf3cde03a443a974043247c065a \ mockall_derive 0.13.0 341014e7f530314e9a1fdbc7400b244efea7122662c96bfa248c31da5bfb2020 \ nix 0.29.0 71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46 \ nom 5.1.3 08959a387a676302eebf4ddbcbc611da04285579f76f88ee0506c63b1a61dd4b \ nom 7.1.3 d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a \ - notify-rust 4.11.0 5312f837191c317644f313f7b2b39f9cb1496570c74f7c17152dd3961219551f \ + notify-rust 4.11.3 5134a72dc570b178bff81b01e81ab14a6fcc015391ed4b3b14853090658cd3a3 \ nu-ansi-term 0.50.1 d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399 \ num-conv 0.1.0 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 \ num-derive 0.3.3 876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d \ @@ -248,7 +242,7 @@ cargo.crates \ objc 0.2.7 915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1 \ objc-foundation 0.1.1 1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9 \ objc_id 0.1.1 c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b \ - once_cell 1.19.0 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 \ + once_cell 1.20.2 1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775 \ opaque-debug 0.3.1 c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381 \ open 5.3.0 61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3 \ option-ext 0.2.0 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d \ @@ -256,53 +250,52 @@ cargo.crates \ ordered-multimap 0.7.3 49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79 \ ordered-stream 0.2.0 9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50 \ os_info 3.8.2 ae99c7fa6dd38c7cafe1ec085e804f8f555a2f8659b0dbe03f1f9963a9b51092 \ - parking 2.2.0 bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae \ + parking 2.2.1 f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba \ parking_lot 0.12.3 f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27 \ parking_lot_core 0.9.10 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 \ path-slash 0.2.1 1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42 \ - pathdiff 0.2.1 8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd \ + pathdiff 0.2.2 d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361 \ pathsearch 0.2.0 da983bc5e582ab17179c190b4b66c7d76c5943a69c6d34df2a2b6bf8a2977b05 \ percent-encoding 2.3.1 e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e \ - pest 2.7.11 cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95 \ - pest_derive 2.7.11 2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a \ - pest_generator 2.7.11 3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183 \ - pest_meta 2.7.11 a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f \ + pest 2.7.14 879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442 \ + pest_derive 2.7.14 d214365f632b123a47fd913301e14c946c61d1c183ee245fa76eb752e59a02dd \ + pest_generator 2.7.14 eb55586734301717aea2ac313f50b2eb8f60d2fc3dc01d190eefa2e625f60c4e \ + pest_meta 2.7.14 b75da2a70cf4d9cb76833c990ac9cd3923c9a8905a8929789ce347c84564d03d \ phf 0.11.2 ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc \ phf_codegen 0.11.2 e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a \ phf_generator 0.11.2 48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0 \ phf_shared 0.11.2 90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b \ pin-project-lite 0.2.14 bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02 \ pin-utils 0.1.0 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 \ - piper 0.2.3 ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391 \ - pkg-config 0.3.30 d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec \ + piper 0.2.4 96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066 \ + pkg-config 0.3.31 953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2 \ plist 1.7.0 42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016 \ - polling 3.7.2 a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b \ + polling 3.7.3 cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511 \ powerfmt 0.2.0 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 \ - ppv-lite86 0.2.17 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de \ - predicates 3.1.0 68b87bfd4605926cdfefc1c3b5f8fe560e3feca9d5552cf68c466d3d8236c7e8 \ - predicates-core 1.0.6 b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174 \ - predicates-tree 1.0.9 368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf \ - proc-macro-crate 3.1.0 6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284 \ - proc-macro2 1.0.86 5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77 \ - process_control 4.1.0 4d18334c4a4b2770ee894e63cf466d5a9ea449cf29e321101b0b135a747afb6f \ + ppv-lite86 0.2.20 77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04 \ + predicates 3.1.2 7e9086cc7640c29a356d1a29fd134380bee9d8f79a17410aa76e7ad295f42c97 \ + predicates-core 1.0.8 ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931 \ + predicates-tree 1.0.11 41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13 \ + proc-macro-crate 3.2.0 8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b \ + proc-macro2 1.0.87 b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a \ + process_control 5.0.0 f32c4eb5a227708adf07971a8b0da3d7c8f7fb3e54de64aaaedc9bef72f70b62 \ prodash 28.0.0 744a264d26b88a6a7e37cbad97953fa233b94d585236310bcbc88474b4092d79 \ quick-xml 0.31.0 1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33 \ quick-xml 0.32.0 1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2 \ - quick-xml 0.36.1 96a05e2e8efddfa51a84ca47cec303fac86c8541b686d37cac5efc0e094417bc \ - quote 1.0.36 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 \ + quick-xml 0.36.2 f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe \ + quote 1.0.37 b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af \ rand 0.8.5 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 \ rand_chacha 0.3.1 e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 \ rand_core 0.6.4 ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c \ rayon 1.10.0 b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa \ rayon-core 1.12.1 1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2 \ - redox_syscall 0.4.1 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa \ - redox_syscall 0.5.3 2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4 \ - redox_users 0.4.5 bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891 \ - regex 1.10.5 b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f \ - regex-automata 0.4.7 38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df \ - regex-syntax 0.8.4 7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b \ - rust-ini 0.21.0 0d625ed57d8f49af6cfa514c42e1a71fadcff60eb0b1c517ff82fe41aa025b41 \ - rustix 0.38.34 70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f \ + redox_syscall 0.5.7 9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f \ + redox_users 0.4.6 ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43 \ + regex 1.11.0 38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8 \ + regex-automata 0.4.8 368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3 \ + regex-syntax 0.8.5 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c \ + rust-ini 0.21.1 4e310ef0e1b6eeb79169a1171daf9abcb87a2e17c03bee2c4bb100b55c75409f \ + rustix 0.38.37 8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811 \ ryu 1.0.18 f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f \ same-file 1.0.6 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 \ schemars 0.8.21 09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92 \ @@ -311,41 +304,42 @@ cargo.crates \ semver 0.11.0 f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6 \ semver 1.0.23 61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b \ semver-parser 0.10.2 00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7 \ - serde 1.0.204 bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12 \ - serde_derive 1.0.204 e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222 \ + serde 1.0.210 c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a \ + serde_derive 1.0.210 243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f \ serde_derive_internals 0.29.1 18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711 \ - serde_json 1.0.120 4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5 \ + serde_json 1.0.129 6dbcf9b78a125ee667ae19388837dd12294b858d101fdd393cb9d5501ef09eb2 \ serde_repr 0.1.19 6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9 \ - serde_spanned 0.6.7 eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d \ + serde_spanned 0.6.8 87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1 \ sha1 0.10.6 e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba \ sha1-asm 0.5.3 286acebaf8b67c1130aedffad26f594eff0c1292389158135327d2e23aed582b \ sha1_smol 1.0.1 bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d \ sha2 0.9.9 4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800 \ sha2 0.10.8 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 \ - shadow-rs 0.30.0 d253e54681d4be0161e965db57974ae642a0b6aaeb18a999424c4dab062be8c5 \ + shadow-rs 0.35.1 2311e39772c00391875f40e34d43efef247b23930143a70ca5fbec9505937420 \ shared_library 0.1.9 5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11 \ shell-words 1.1.0 24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde \ + shlex 1.3.0 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 \ signal-hook 0.1.17 7e31d442c16f047a671b5a71e2161d6e68814012b7f5379d269ebd915fac2729 \ signal-hook 0.3.17 8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801 \ signal-hook-registry 1.4.2 a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1 \ siphasher 0.3.11 38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d \ slab 0.4.9 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 \ smallvec 1.13.2 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 \ - starship-battery 0.9.1 da7915746794358b8f649d3032c8ce150f55b7a0cd41951f170162e82e6cf43f \ + starship-battery 0.10.0 9017a937879cf3db80807fa7c28f09eafd4981c998265233028ee7b75f898ed2 \ static_assertions 1.1.0 a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f \ strsim 0.11.1 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f \ syn 1.0.109 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 \ - syn 2.0.72 dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af \ + syn 2.0.79 89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590 \ systemstat 0.2.3 a24aec24a9312c83999a28e3ef9db7e2afd5c64bf47725b758cdc1cafd5b0bd2 \ tauri-winrt-notification 0.2.1 f89f5fb70d6f62381f5d9b2ba9008196150b40b75f3068eb24faeddf1c686871 \ - tempfile 3.10.1 85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1 \ - terminal_size 0.3.0 21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7 \ + tempfile 3.13.0 f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b \ + terminal_size 0.4.0 4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef \ terminfo 0.7.5 da31aef70da0f6352dbcb462683eb4dd2bfad01cf3fc96cf204547b9a839a585 \ termios 0.3.3 411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b \ termtree 0.4.1 3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76 \ termwiz 0.15.0 31ef6892cc0348a9b3b8c377addba91e0f6365863d92354bf27559dca81ee8c5 \ - thiserror 1.0.63 c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724 \ - thiserror-impl 1.0.63 a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261 \ + thiserror 1.0.64 d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84 \ + thiserror-impl 1.0.64 08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3 \ time 0.3.36 5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885 \ time-core 0.1.2 ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3 \ time-macros 0.2.18 3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf \ @@ -353,45 +347,46 @@ cargo.crates \ tinyvec 1.8.0 445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938 \ tinyvec_macros 0.1.1 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 \ toml 0.5.11 f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234 \ - toml 0.8.16 81967dd0dd2c1ab0bc3468bd7caecc32b8a4aa47d0c8c695d8c2b2108168d62c \ - toml_datetime 0.6.7 f8fb9f64314842840f1d940ac544da178732128f1c78c21772e876579e0da1db \ - toml_edit 0.21.1 6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1 \ - toml_edit 0.22.17 8d9f8729f5aea9562aac1cc0441f5d6de3cff1ee0c5d67293eeca5eb36ee7c16 \ + toml 0.8.19 a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e \ + toml_datetime 0.6.8 0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41 \ + toml_edit 0.22.22 4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5 \ tracing 0.1.40 c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef \ tracing-attributes 0.1.27 34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7 \ tracing-core 0.1.32 c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54 \ trim-in-place 0.1.7 343e926fc669bc8cde4fa3129ab681c63671bae288b1f1081ceee6d9d37904fc \ typenum 1.17.0 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 \ - ucd-trie 0.1.6 ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9 \ + ucd-trie 0.1.7 2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971 \ uds_windows 1.1.0 89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9 \ uluru 3.1.0 7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da \ unicase 2.7.0 f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89 \ - unicode-bidi 0.3.15 08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75 \ + unicode-bidi 0.3.17 5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893 \ unicode-bom 2.0.3 7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217 \ - unicode-ident 1.0.12 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b \ - unicode-normalization 0.1.23 a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5 \ - unicode-segmentation 1.11.0 d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202 \ - unicode-width 0.1.13 0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d \ - unicode-xid 0.2.4 f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c \ + unicode-ident 1.0.13 e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe \ + unicode-normalization 0.1.24 5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956 \ + unicode-segmentation 1.12.0 f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493 \ + unicode-width 0.2.0 1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd \ + unicode-xid 0.2.6 ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853 \ uom 0.36.0 ffd36e5350a65d112584053ee91843955826bf9e56ec0d1351214e01f6d7cd9c \ url 2.5.2 22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c \ urlencoding 2.1.3 daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da \ utf8parse 0.2.2 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 \ vcpkg 0.2.15 accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 \ - version_check 0.9.4 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f \ - versions 6.3.0 5fc28d1172a20e32754969ea1a873c2c6e68e36c449c6056aa3e2ee5fe69a794 \ + version_check 0.9.5 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a \ + versions 6.3.2 f25d498b63d1fdb376b4250f39ab3a5ee8d103957346abacd911e2d8b612c139 \ vtparse 0.6.2 6d9b2acfb050df409c972a37d3b8e08cdea3bddb0c09db9d53137e504cfabed0 \ walkdir 2.5.0 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b \ - wasi 0.11.0+wasi-snapshot-preview1 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 \ - wasm-bindgen 0.2.92 4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8 \ - wasm-bindgen-backend 0.2.92 614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da \ - wasm-bindgen-macro 0.2.92 a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726 \ - wasm-bindgen-macro-support 0.2.92 e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7 \ - wasm-bindgen-shared 0.2.92 af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96 \ - which 6.0.1 8211e4f58a2b2805adfbefbc07bab82958fc91e3836339b1ab7ae32465dce0d7 \ + wasi 0.11.0+wasi-snapshot-preview1 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 \ + wasite 0.1.0 b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b \ + wasm-bindgen 0.2.95 128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e \ + wasm-bindgen-backend 0.2.95 cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358 \ + wasm-bindgen-macro 0.2.95 e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56 \ + wasm-bindgen-macro-support 0.2.95 26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68 \ + wasm-bindgen-shared 0.2.95 65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d \ + which 6.0.3 b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f \ + whoami 1.5.2 372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d \ winapi 0.3.9 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 \ winapi-i686-pc-windows-gnu 0.4.0 ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 \ - winapi-util 0.1.8 4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b \ + winapi-util 0.1.9 cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb \ winapi-x86_64-pc-windows-gnu 0.4.0 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f \ windows 0.56.0 1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132 \ windows 0.58.0 dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6 \ @@ -407,6 +402,7 @@ cargo.crates \ windows-strings 0.1.0 4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10 \ windows-sys 0.48.0 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 \ windows-sys 0.52.0 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d \ + windows-sys 0.59.0 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b \ windows-targets 0.48.5 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c \ windows-targets 0.52.6 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 \ windows-version 0.1.1 6998aa457c9ba8ff2fb9f13e9d2a930dabcea28f1d0ab94d687d8b3654844515 \ @@ -425,12 +421,11 @@ cargo.crates \ windows_x86_64_gnullvm 0.52.6 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d \ windows_x86_64_msvc 0.48.5 ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 \ windows_x86_64_msvc 0.52.6 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec \ - winnow 0.5.40 f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876 \ - winnow 0.6.15 557404e450152cd6795bb558bca69e43c585055f4606e3bcae5894fc6dac9ba0 \ + winnow 0.6.20 36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b \ winres 0.1.12 b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c \ winsafe 0.0.19 d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904 \ - xdg-home 1.2.0 ca91dcf8f93db085f3a0a29358cd0b9d670915468f4290e8b85d118a34211ab8 \ - yaml-rust2 0.8.1 8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8 \ + xdg-home 1.3.0 ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6 \ + yaml-rust2 0.9.0 2a1a1c0bc9823338a3bdf8c61f994f23ac004c6fa32c08cd152984499b445e8d \ zbus 4.4.0 bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725 \ zbus_macros 4.4.0 267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e \ zbus_names 3.0.0 4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c \ From e2f0a7cb6f27f472b67b2f698e66126db83dfb5a Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Tue, 22 Oct 2024 23:17:11 -0400 Subject: [PATCH 411/446] procs: update to 0.14.7 --- sysutils/procs/Portfile | 90 +++++++++++++---------------------------- 1 file changed, 28 insertions(+), 62 deletions(-) diff --git a/sysutils/procs/Portfile b/sysutils/procs/Portfile index cd7e13460dfdc..392b9c7d1c0f9 100644 --- a/sysutils/procs/Portfile +++ b/sysutils/procs/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup cargo 1.0 PortGroup github 1.0 -github.setup dalance procs 0.14.6 v +github.setup dalance procs 0.14.7 v github.tarball_from archive revision 0 @@ -23,9 +23,9 @@ maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums ${distname}${extract.suffix} \ - rmd160 6083cbef88fc2747e9776dc01420eb11abb9a56a \ - sha256 3d5cd529c858ca637b166bac908e0d8429c33bdfa9d8db6282f36d5732e4e30a \ - size 1096894 + rmd160 f4140053fd4d3b1ad3c2d46c9e52b9e41bc0aadc \ + sha256 e8abcd188213ea68835cce92519cfcdb70315cc1821eb3f74cc6e967ddce28ca \ + size 1094487 depends_build-append \ port:asciidoctor @@ -53,31 +53,19 @@ cargo.crates \ anstyle-parse 0.2.5 eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb \ anstyle-query 1.1.1 6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a \ anstyle-wincon 3.0.4 5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8 \ - anyhow 1.0.86 b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da \ + anyhow 1.0.90 37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95 \ arrayvec 0.7.4 96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711 \ - async-channel 1.9.0 81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35 \ - async-channel 2.3.1 89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a \ - async-executor 1.13.0 d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7 \ - async-global-executor 2.4.1 05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c \ - async-io 1.13.0 0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af \ - async-io 2.3.3 0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964 \ - async-lock 2.8.0 287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b \ - async-lock 3.4.0 ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18 \ - async-std 1.12.0 62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d \ async-stream 0.3.5 cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51 \ async-stream-impl 0.3.5 16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193 \ - async-task 4.7.1 8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de \ async-trait 0.1.81 6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107 \ - atomic-waker 1.1.2 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 \ autocfg 1.3.0 0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0 \ backtrace 0.3.73 5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a \ base64 0.21.7 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567 \ bindgen 0.65.1 cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5 \ - bindgen 0.69.4 a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0 \ + bindgen 0.70.1 f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f \ bitflags 1.3.2 bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a \ bitflags 2.6.0 b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de \ bitvec 1.0.1 1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c \ - blocking 1.6.1 703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea \ borsh 1.5.1 a6362ed55def622cddc70a4746a68554d7b687713770de539e59a739b249f8ed \ borsh-derive 1.5.1 c3ef8005764f53cd4dca619f5bf64cafd4664dada50ece25e4d81de54c80cc0b \ bsd-kvm 0.1.5 94b4eb28b17b77a2974f6307a6f7f18c294d71543ceac0f021b89a4eb9e3ccbe \ @@ -100,13 +88,13 @@ cargo.crates \ clap_derive 4.5.11 5d029b67f89d30bbb547c89fd5161293c0aec155fc691d7924b64550662db93e \ clap_lex 0.7.2 1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97 \ colorchoice 1.0.2 d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0 \ - concurrent-queue 2.5.0 4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973 \ console 0.15.8 0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb \ core-foundation-sys 0.8.6 06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f \ crc32fast 1.4.2 a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3 \ crossbeam-channel 0.5.13 33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2 \ crossbeam-utils 0.8.20 22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80 \ crossterm 0.27.0 f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df \ + crossterm 0.28.1 829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6 \ crossterm_winapi 0.9.1 acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b \ directories 5.0.1 9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35 \ dirs 5.0.1 44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225 \ @@ -118,11 +106,6 @@ cargo.crates \ errno 0.2.8 f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1 \ errno 0.3.9 534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba \ errno-dragonfly 0.1.2 aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf \ - event-listener 2.5.3 0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0 \ - event-listener 5.3.1 6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba \ - event-listener-strategy 0.5.2 0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1 \ - fastrand 1.9.0 e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be \ - fastrand 2.1.0 9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a \ filetime 0.2.23 1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd \ flate2 1.0.30 5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae \ fnv 1.0.7 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 \ @@ -132,8 +115,6 @@ cargo.crates \ futures-channel 0.3.30 eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78 \ futures-core 0.3.30 dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d \ futures-io 0.3.30 a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1 \ - futures-lite 1.13.0 49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce \ - futures-lite 2.3.0 52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5 \ futures-macro 0.3.30 87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac \ futures-sink 0.3.30 9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5 \ futures-task 0.3.30 38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004 \ @@ -142,12 +123,10 @@ cargo.crates \ getrandom 0.2.15 c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 \ gimli 0.29.0 40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd \ glob 0.3.1 d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b \ - gloo-timers 0.2.6 9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c \ hashbrown 0.12.3 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 \ hashbrown 0.14.5 e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 \ heck 0.5.0 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea \ hermit-abi 0.3.9 d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024 \ - hermit-abi 0.4.0 fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc \ hex 0.4.3 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 \ home 0.5.9 e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5 \ http 0.2.12 601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1 \ @@ -160,21 +139,16 @@ cargo.crates \ iana-time-zone-haiku 0.1.2 f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f \ idna 0.5.0 634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6 \ indexmap 2.2.6 168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26 \ - instant 0.1.13 e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222 \ - io-lifetimes 1.0.11 eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2 \ - is-terminal 0.4.12 f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b \ is_terminal_polyfill 1.70.1 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf \ itertools 0.12.1 ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 \ itoa 1.0.11 49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b \ js-sys 0.3.69 29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d \ - kv-log-macro 1.0.7 0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f \ lazy_static 1.5.0 bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe \ lazycell 1.3.0 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 \ - libc 0.2.155 97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c \ + libc 0.2.161 8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1 \ libloading 0.8.5 4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4 \ - libproc 0.14.8 ae9ea4b75e1a81675429dafe43441df1caea70081e82246a8cccf514884a88bb \ + libproc 0.14.10 e78a09b56be5adbcad5aa1197371688dc6bb249a26da3bca2011ee2fb987ebfb \ libredox 0.1.3 c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d \ - linux-raw-sys 0.3.8 ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519 \ linux-raw-sys 0.4.14 78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89 \ lock_api 0.4.12 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 \ log 0.4.22 a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24 \ @@ -191,10 +165,9 @@ cargo.crates \ nom 7.1.3 d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a \ num-traits 0.2.19 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 \ object 0.36.2 3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e \ - once_cell 1.19.0 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 \ + once_cell 1.20.2 1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775 \ option-ext 0.2.0 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d \ pager 0.16.1 2599211a5c97fbbb1061d3dc751fa15f404927e4846e07c643287d6d1f462880 \ - parking 2.2.0 bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae \ parking_lot 0.12.3 f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27 \ parking_lot_core 0.9.10 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 \ peeking_take_while 0.1.2 19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099 \ @@ -203,17 +176,14 @@ cargo.crates \ pin-project-internal 1.1.5 2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965 \ pin-project-lite 0.2.14 bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02 \ pin-utils 0.1.0 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 \ - piper 0.2.3 ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391 \ - polling 2.8.0 4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce \ - polling 3.7.2 a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b \ ppv-lite86 0.2.17 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de \ prettyplease 0.2.20 5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e \ proc-macro-crate 3.1.0 6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284 \ proc-macro-error 1.0.4 da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c \ proc-macro-error-attr 1.0.4 a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869 \ proc-macro2 1.0.86 5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77 \ - procfs 0.16.0 731e0d9356b0c25f16f33b5be79b1c57b562f141ebfcdb0ad8ac2c13a24293b4 \ - procfs-core 0.16.0 2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29 \ + procfs 0.17.0 cc5b72d8145275d844d4b5f6d4e1eef00c8cd889edb6035c21675d1bb1f45c9f \ + procfs-core 0.17.0 239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec \ ptr_meta 0.1.4 0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1 \ ptr_meta_derive 0.1.4 16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac \ quote 1.0.36 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 \ @@ -224,22 +194,21 @@ cargo.crates \ redox_syscall 0.4.1 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa \ redox_syscall 0.5.3 2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4 \ redox_users 0.4.5 bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891 \ - regex 1.10.5 b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f \ - regex-automata 0.4.7 38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df \ - regex-syntax 0.8.4 7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b \ + regex 1.11.0 38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8 \ + regex-automata 0.4.8 368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3 \ + regex-syntax 0.8.5 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c \ rend 0.4.2 71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c \ rkyv 0.7.44 5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0 \ rkyv_derive 0.7.44 a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65 \ rust_decimal 1.35.0 1790d1c4c0ca81211399e0e0af16333276f375209e71a37b67698a373db5b47a \ rustc-demangle 0.1.24 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f \ rustc-hash 1.1.0 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 \ - rustix 0.37.27 fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2 \ rustix 0.38.34 70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f \ ryu 1.0.18 f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f \ scopeguard 1.2.0 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 \ seahash 4.1.0 1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b \ - serde 1.0.204 bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12 \ - serde_derive 1.0.204 e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222 \ + serde 1.0.210 c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a \ + serde_derive 1.0.210 243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f \ serde_json 1.0.121 4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609 \ serde_spanned 0.6.7 eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d \ shlex 1.3.0 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 \ @@ -249,7 +218,6 @@ cargo.crates \ simdutf8 0.1.4 f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a \ slab 0.4.9 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 \ smallvec 1.13.2 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 \ - socket2 0.4.10 9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d \ socket2 0.5.7 ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c \ strsim 0.11.1 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f \ syn 1.0.109 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 \ @@ -257,21 +225,21 @@ cargo.crates \ syn_derive 0.1.8 1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b \ tap 1.0.1 55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369 \ tar 0.4.41 cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909 \ - termbg 0.5.0 2c12e6e0bf9bc6ac887681aeddabfcc5dbdea20d3f43d6d18f237c34fe942dde \ + termbg 0.6.0 0a89303fd1e127e84c66ccb9326f102466810affc17b344fb9decd435d9ecc7a \ termios 0.3.3 411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b \ textwrap 0.16.1 23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9 \ thiserror 1.0.63 c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724 \ thiserror-impl 1.0.63 a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261 \ tinyvec 1.8.0 445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938 \ tinyvec_macros 0.1.1 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 \ - tokio 1.39.2 daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1 \ + tokio 1.40.0 e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998 \ tokio-macros 2.4.0 693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752 \ tokio-stream 0.1.15 267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af \ tokio-util 0.7.11 9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1 \ - toml 0.8.16 81967dd0dd2c1ab0bc3468bd7caecc32b8a4aa47d0c8c695d8c2b2108168d62c \ - toml_datetime 0.6.7 f8fb9f64314842840f1d940ac544da178732128f1c78c21772e876579e0da1db \ + toml 0.8.19 a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e \ + toml_datetime 0.6.8 0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41 \ toml_edit 0.21.1 6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1 \ - toml_edit 0.22.17 8d9f8729f5aea9562aac1cc0441f5d6de3cff1ee0c5d67293eeca5eb36ee7c16 \ + toml_edit 0.22.20 583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d \ tower-service 0.3.2 b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52 \ tracing 0.1.40 c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef \ tracing-core 0.1.32 c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54 \ @@ -279,32 +247,30 @@ cargo.crates \ unicode-bidi 0.3.15 08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75 \ unicode-ident 1.0.12 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b \ unicode-normalization 0.1.23 a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5 \ - unicode-width 0.1.13 0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d \ + unicode-width 0.1.14 7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af \ + unicode-width 0.2.0 1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd \ url 2.5.2 22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c \ utf8-width 0.1.7 86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3 \ utf8parse 0.2.2 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 \ uuid 1.10.0 81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314 \ - uzers 0.12.0 7d85875e16d59b3b1549efce83ff8251a64923b03bef94add0a1862847448de4 \ - value-bag 1.9.0 5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101 \ + uzers 0.12.1 4df81ff504e7d82ad53e95ed1ad5b72103c11253f39238bcc0235b90768a97dd \ version_check 0.9.5 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a \ - waker-fn 1.2.0 317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7 \ want 0.3.1 bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e \ wasi 0.11.0+wasi-snapshot-preview1 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 \ wasm-bindgen 0.2.92 4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8 \ wasm-bindgen-backend 0.2.92 614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da \ - wasm-bindgen-futures 0.4.42 76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0 \ wasm-bindgen-macro 0.2.92 a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726 \ wasm-bindgen-macro-support 0.2.92 e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7 \ wasm-bindgen-shared 0.2.92 af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96 \ - web-sys 0.3.69 77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef \ which 4.4.2 87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7 \ - which 6.0.2 3d9c5ed668ee1f17edb3b627225343d210006a90bb1e3745ce1f30b1fb115075 \ + which 6.0.3 b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f \ winapi 0.3.9 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 \ winapi-i686-pc-windows-gnu 0.4.0 ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 \ winapi-x86_64-pc-windows-gnu 0.4.0 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f \ windows-core 0.52.0 33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9 \ windows-sys 0.48.0 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 \ windows-sys 0.52.0 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d \ + windows-sys 0.59.0 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b \ windows-targets 0.48.5 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c \ windows-targets 0.52.6 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 \ windows_aarch64_gnullvm 0.48.5 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 \ @@ -323,7 +289,7 @@ cargo.crates \ windows_x86_64_msvc 0.48.5 ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 \ windows_x86_64_msvc 0.52.6 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec \ winnow 0.5.40 f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876 \ - winnow 0.6.16 b480ae9340fc261e6be3e95a1ba86d54ae3f9171132a73ce8d4bbaf68339507c \ + winnow 0.6.18 68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f \ winsafe 0.0.19 d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904 \ wyz 0.5.1 05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed \ xattr 1.3.1 8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f From b3816565c32c79891b3d4da30456edf4ffe66167 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 23 Oct 2024 00:34:09 -0400 Subject: [PATCH 412/446] flyctl: update to 0.3.27 --- devel/flyctl/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/flyctl/Portfile b/devel/flyctl/Portfile index 2a08e62107d46..a97875d9bf2f4 100644 --- a/devel/flyctl/Portfile +++ b/devel/flyctl/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/superfly/flyctl 0.3.18 v +go.setup github.com/superfly/flyctl 0.3.27 v go.offline_build no github.tarball_from archive revision 0 @@ -20,9 +20,9 @@ long_description ${name} is a command-line interface for fly.io. homepage https://fly.io -checksums rmd160 6bffd2a1f07f5cc403024752ece650701ace360f \ - sha256 a16761d5170f19e1111ded92b4df23a296e6624e873a354fb892d43d6f25414a \ - size 1790770 +checksums rmd160 d20e5a7e8a8b200d0f8077a9a51ac25d1a0c2572 \ + sha256 6157f40cd84bb6dd9eb0f66a86009a97d196c38fc2db7a501318d3f7c75271e3 \ + size 1791547 build.cmd "${go.bin} generate ./... && ${go.bin} build" From d7c85f439955211de9eca3a457ebadcfab17c8cc Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 23 Oct 2024 00:35:39 -0400 Subject: [PATCH 413/446] qsv: update to 0.137.0 --- textproc/qsv/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/qsv/Portfile b/textproc/qsv/Portfile index 96e1f753fa4f8..d9fbe637d789b 100644 --- a/textproc/qsv/Portfile +++ b/textproc/qsv/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup cargo 1.0 PortGroup github 1.0 -github.setup jqnatividad qsv 0.136.0 +github.setup jqnatividad qsv 0.137.0 github.tarball_from archive revision 0 @@ -21,9 +21,9 @@ license public-domain maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer -checksums rmd160 68e5b2536637d9beb7ef941ef20589018508ecf2 \ - sha256 12149c7d84a3f1a28a65bb6e82a5d87b3f2f886e1142be90233e1507158f94a0 \ - size 10887540 +checksums rmd160 812f6543c518dbd22e4f96202628225efe09a81b \ + sha256 46b29900bb439d11a61fbb2f856a47dc5653fa080c0d0282ad517ec7d1c39079 \ + size 10912802 build.args-append --features=feature_capable --bin ${name} cargo.offline_cmd From a736a8f1e750f25753837ee11cb99006abee3868 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 23 Oct 2024 00:37:33 -0400 Subject: [PATCH 414/446] tailscale: update to 1.76.3 --- net/tailscale/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/tailscale/Portfile b/net/tailscale/Portfile index 2324ef9c83488..0e3573479fa6b 100644 --- a/net/tailscale/Portfile +++ b/net/tailscale/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/tailscale/tailscale 1.76.0 v +go.setup github.com/tailscale/tailscale 1.76.3 v go.package tailscale.com go.offline_build no github.tarball_from archive @@ -23,9 +23,9 @@ license BSD maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer -checksums rmd160 cd1beb1cbd5d2135a6d252e8a91f44ef23906e40 \ - sha256 eaec1fa9a882d877ce6e5fb6ef47b3387124321a8963c66c4c37319106b5c5c2 \ - size 3282238 +checksums rmd160 ca44fd42e9271103d3bcf08a029d19f67572df7d \ + sha256 1cc2ef1b7b6491c48446ec4c20c413c2300e8b7e171b119d843af46d0ce3125f \ + size 3283713 startupitem.create yes startupitem.executable \ From 6ed81d63fd3bac14ab14285ca9ceb32d0bcd36c8 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 23 Oct 2024 00:42:59 -0400 Subject: [PATCH 415/446] trufflehog: update to 3.82.12 --- security/trufflehog/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/security/trufflehog/Portfile b/security/trufflehog/Portfile index 13d2ef2c73b36..77112b6894d7b 100644 --- a/security/trufflehog/Portfile +++ b/security/trufflehog/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/trufflesecurity/trufflehog 3.82.6 v +go.setup github.com/trufflesecurity/trufflehog 3.82.12 v go.package github.com/trufflesecurity/trufflehog/v3 go.offline_build no github.tarball_from archive @@ -25,9 +25,9 @@ maintainers {gmail.com:herby.gillot @herbygillot} \ build.args-append \ -ldflags \"-X ${go.package}/pkg/version.BuildVersion=${version}\" -checksums rmd160 b7518af00a8a43a68313d84bd3cb410353c5cd93 \ - sha256 b5dcae8b71d4b568211240f8e1b184fdffcc478370ca8237ed38f954a96dc636 \ - size 3493956 +checksums rmd160 3269179e2866d93c3af95df53ddb6f1070710df4 \ + sha256 8840d664ff4c6d40fa8df27523fc396488ced9139437f9ad9775488acd11674b \ + size 3522953 destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ From 4f3dc8967806f3434653cc7fc2416172f44435c6 Mon Sep 17 00:00:00 2001 From: Keto Date: Wed, 23 Oct 2024 00:38:00 -0400 Subject: [PATCH 416/446] ipsw: Update to 3.1.551 --- security/ipsw/Portfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/security/ipsw/Portfile b/security/ipsw/Portfile index 61540f65ec0b5..0728d35197f14 100644 --- a/security/ipsw/Portfile +++ b/security/ipsw/Portfile @@ -3,9 +3,9 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/blacktop/ipsw 3.1.549 v +go.setup github.com/blacktop/ipsw 3.1.551 v github.tarball_from archive -revision 1 +revision 0 categories security devel license MIT platforms {darwin >= 19} @@ -18,9 +18,9 @@ long_description {*}${description}. Everything you need to start \ homepage https://blacktop.github.io/ipsw -checksums rmd160 1b83c819232ecdcac31e922e397c715fb746db4e \ - sha256 036a2239d1f176852841208b312004e031bee4e90ad0d09976f1ba88ea2c5ea9 \ - size 12558873 +checksums rmd160 0c37c8ec9c704dea7714c73dd841f1d8660b1b5d \ + sha256 756fc0b50eec3ee8a008919f43163f4f905fb4cafc3f068f7bb01018b04b4f55 \ + size 12574751 depends_build-append path:bin/pkg-config:pkgconfig From 3c71d0b05a49d7423716653a009b42ddf26f82c0 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 23 Oct 2024 08:44:14 -0400 Subject: [PATCH 417/446] kubectl-1.30: update to 1.30.6 --- sysutils/kubectl/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/kubectl/Portfile b/sysutils/kubectl/Portfile index 694721775f22d..971e58ce9b17a 100644 --- a/sysutils/kubectl/Portfile +++ b/sysutils/kubectl/Portfile @@ -45,11 +45,11 @@ subport kubectl-1.30 { supported_archs x86_64 arm64 platforms {darwin >= 17} - set patchNumber 5 + set patchNumber 6 revision 0 - checksums rmd160 087f0984a7601124d175a3eda8d85948cae8c30a \ - sha256 e0c24a726a9a24180c9c51292d3a4ec9e1583537112661cf9504f92ed99e7aac \ - size 39609386 + checksums rmd160 9d3da8dddd1ec15b1c24a79efd768860f266578f \ + sha256 8ef8826088ab531e9162ae7e0c3e4f197f807a69b5f1903324cf6f2df84083e9 \ + size 39612960 } subport kubectl-1.29 { From c4424b84de04781b4673a9cbbed9e6b082ed128e Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 23 Oct 2024 15:34:30 +0200 Subject: [PATCH 418/446] openjdk11-temurin: update to 11.0.25 (#26273) --- java/openjdk11-temurin/Portfile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/java/openjdk11-temurin/Portfile b/java/openjdk11-temurin/Portfile index 919dbf4fef733..f41d6c264d96e 100644 --- a/java/openjdk11-temurin/Portfile +++ b/java/openjdk11-temurin/Portfile @@ -20,8 +20,8 @@ universal_variant no # https://adoptium.net/temurin/releases/?os=mac&version=11 supported_archs x86_64 arm64 -version ${feature}.0.24 -set build 8 +version ${feature}.0.25 +set build 9 revision 0 description Eclipse Temurin, based on OpenJDK ${feature} @@ -31,14 +31,14 @@ master_sites https://github.com/adoptium/temurin${feature}-binaries/releases/dow if {${configure.build_arch} eq "x86_64"} { distname OpenJDK${feature}U-jdk_x64_mac_hotspot_${version}_${build} - checksums rmd160 d9223baa629fe84d82bbe9a1a811784f3cc7dde2 \ - sha256 07a1be21f45f0951db05516e57602c414295c51a920f7e9b6ddeaa325d619b28 \ - size 187710109 + checksums rmd160 abd97d0101aa81f517fe555a5982e25ff1638303 \ + sha256 fa6f88ebd8c3d2b4f5146cd45e4ef875cb2d073b6e95b60de86a1ce0bfdb463a \ + size 187793518 } elseif {${configure.build_arch} eq "arm64"} { distname OpenJDK${feature}U-jdk_aarch64_mac_hotspot_${version}_${build} - checksums rmd160 651a5dda4c260e6d0574e973264fbb2c91a3cfc2 \ - sha256 8bcbb98e293fb3c4d5cae3539f240ed478fae85962311fccd4c628ebad3a90e4 \ - size 185018067 + checksums rmd160 162514abbfb3a876b4f8d1a603ba2f1242ddd2a0 \ + sha256 658f73050ab168109862d4e25eefeedb587063cc01128a78ea4081e8ec62edcf \ + size 185072722 } worksrcdir jdk-${version}+${build} From 27d94ed44dd393b130de145ccb8c556786d3b7ed Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 23 Oct 2024 09:36:03 -0400 Subject: [PATCH 419/446] kubectl-1.29: update to 1.29.10 --- sysutils/kubectl/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/kubectl/Portfile b/sysutils/kubectl/Portfile index 971e58ce9b17a..aa9ea9f5dcf30 100644 --- a/sysutils/kubectl/Portfile +++ b/sysutils/kubectl/Portfile @@ -58,11 +58,11 @@ subport kubectl-1.29 { supported_archs x86_64 arm64 platforms {darwin >= 17} - set patchNumber 9 + set patchNumber 10 revision 0 - checksums rmd160 fe5e14fe742c8bd80ab9f3d802d7cdbf4effb8ea \ - sha256 0fc31ce6edf55781d0f219f4e97b8cc83f408fa8944633c6bd98e6324c64fedc \ - size 41197679 + checksums rmd160 a72b72ac19ec46ac9dcbe32a51040a4b23e529a3 \ + sha256 0e02016e23619927ac095fe2e1f5d54ba801c0c7fdcf4eea98678855c0cda542 \ + size 41207307 } subport kubectl-1.28 { From 6f973de16a1cae89ff3ff73eb33a5c64b12c8aaf Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 23 Oct 2024 09:37:28 -0400 Subject: [PATCH 420/446] kubectl-1.31: update to 1.31.2 --- sysutils/kubectl/Portfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sysutils/kubectl/Portfile b/sysutils/kubectl/Portfile index aa9ea9f5dcf30..135c4cdf26aaa 100644 --- a/sysutils/kubectl/Portfile +++ b/sysutils/kubectl/Portfile @@ -32,11 +32,11 @@ subport kubectl-1.31 { supported_archs x86_64 arm64 platforms {darwin >= 17} - set patchNumber 1 + set patchNumber 2 revision 0 - checksums rmd160 7549e2777301c8b6308da0e8c90cf233dc196e48 \ - sha256 83094915698a9c24f93d1ffda3f17804a4024d3b65eabf681e77a62b35137208 \ - size 36559502 + checksums rmd160 d217a528958713edd114cff24751c6acbb692b0b \ + sha256 05007001f41176b388fcb01d6dc35e454db35a4e65b114db42b2b7340be8aed3 \ + size 36568544 } subport kubectl-1.30 { @@ -261,7 +261,7 @@ if {${subport} == ${name}} { PortGroup obsolete 1.0 replaced_by ${latestVersion} - version 1.31.1 + version 1.31.2 revision 0 } elseif {${subport} == "kubectl_select"} { From f645fb59c4efe11e81dcc7a05fbea6062a7439f3 Mon Sep 17 00:00:00 2001 From: JLindop Date: Wed, 23 Oct 2024 14:43:21 +0100 Subject: [PATCH 421/446] bun: update to 1.1.32 --- devel/bun/Portfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/bun/Portfile b/devel/bun/Portfile index 53c42fb09faed..dc3f0aadc2a88 100644 --- a/devel/bun/Portfile +++ b/devel/bun/Portfile @@ -6,7 +6,7 @@ PortGroup npm 1.0 npm.nodejs_version 22 name bun -version 1.1.31 +version 1.1.32 maintainers {johnlindop.com:git @JLindop} openmaintainer revision 0 @@ -20,6 +20,6 @@ categories devel homepage https://bun.sh license MIT -checksums rmd160 817093da541403ebabe2ebb9abd969c554228c6b \ - sha256 4bddce2af0af6a9163bafa304bdf8dc5f7c87ce928db0c26c25b5530b7a17eb2 \ +checksums rmd160 b0de304087bf4f365a634a7c8917adc6cc33e44a \ + sha256 a4257d776063d92b55f6e44c1ffdffaa1c2edb5b51d03153e2f83b4621f5d8e1 \ size 5395 From 32d067786244dcd4844ade8b6ce9406caa1914c1 Mon Sep 17 00:00:00 2001 From: Rolf Wuerdemann Date: Tue, 22 Oct 2024 21:45:35 +0200 Subject: [PATCH 422/446] py-pyphant: removal As upstream is gone, this port will be deleted --- python/py-pyphant/Portfile | 194 ------------------ python/py-pyphant/files/Info.plist | 30 --- ...imageprocessing.egg-info-requires.txt.diff | 9 - .../files/Pillow_patch-setup.py.diff | 11 - python/py-pyphant/files/Pyphant.icns | Bin 48127 -> 0 bytes python/py-pyphant/files/pyphant.quartz | 5 - 6 files changed, 249 deletions(-) delete mode 100644 python/py-pyphant/Portfile delete mode 100644 python/py-pyphant/files/Info.plist delete mode 100644 python/py-pyphant/files/Pillow_patch-pyphant.imageprocessing.egg-info-requires.txt.diff delete mode 100644 python/py-pyphant/files/Pillow_patch-setup.py.diff delete mode 100644 python/py-pyphant/files/Pyphant.icns delete mode 100755 python/py-pyphant/files/pyphant.quartz diff --git a/python/py-pyphant/Portfile b/python/py-pyphant/Portfile deleted file mode 100644 index f9ce5b2e78938..0000000000000 --- a/python/py-pyphant/Portfile +++ /dev/null @@ -1,194 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -PortGroup python 1.0 -PortGroup wxWidgets 1.0 - -name py-pyphant -version 1.0b3 -revision 1 -categories-append science -description python framework for analysing and managing scientific data -maintainers fmf.uni-freiburg.de:servicegruppe.wissinfo \ - {rowue @rowue} openmaintainer -long_description The python framework pyphant allows for the creation \ - and application of data flow models. The central idea \ - of this approach is to encapsulate each data processing \ - step in one unit which is called a worker. \ - A worker receives input via sockets and provides the \ - results of its data processing via plugs. These can be \ - inserted into other workers' sockets. The resulting \ - directed graph is called a recipe. Classes for these \ - objects comprise the Pyphant core. \ - To implement actual processing steps, Pyphant relies on \ - third party plug-ins, also referred to as toolboxes, \ - which extend the basic worker class, e.g. \ - py-pyphant-imageprocessing. \ - On top of the core, Pyphant offers a data exchange layer \ - on basis of numpy arrays which facilitates the \ - interoperability of the workers and fully supports \ - physical quantities with errors and units. \ - The third layer is a graphical user interface \ - allowing for the interactive construction of recipes \ - as well as the calculation and visualization of data \ - from any worker in the recipe. - -homepage http://www.fmf.uni-freiburg.de/service/servicegruppen/sg_wissinfo/projekte/Pyphant -license BSD - -platforms {darwin any} -supported_archs noarch - -distname pyphant -master_sites sourceforge:pyphant - -python.versions 27 - -if {${name} ne ${subport}} { - depends_build-append port:py${python.version}-setuptools - - if {[string match {py??-pyphant-*} ${subport}]} { - depends_lib-append port:py${python.version}-pyphant - } -} - -foreach python.vers ${python.versions} { - subport py${python.vers}-${distname} { - PortGroup app 1.0 - set python.version ${python.vers} - worksrcdir ${distname}-${version} - distfiles ${distname}-${version}${extract.suffix} - checksums rmd160 aa56f61a73300651730f867b249264e2ca63d200 \ - sha256 c873352467f9ecf96fac03082e3cbc4153d13f8103e5339e608897884867db53 - - app.name pyphant-${python.branch} - app.executable pyphant-${python.branch} - app.icon ${filespath}/Pyphant.icns - - wxWidgets.use wxPython-3.0 - - depends_lib-append port:py${python.version}-numpy \ - port:py${python.version}-scipy \ - port:py${python.version}-tables \ - port:py${python.version}-matplotlib \ - port:py${python.version}-simplejson \ - port:py${python.version}-paste \ - port:py${python.version}-mx-base \ - port:py${python.version}-sogl \ - port:py${python.version}-wxpython-3.0 - - depends_run-append port:py${python.version}-configobj \ - port:py${python.version}-tornado - - pre-destroot { - file copy ${filespath}/pyphant.quartz ${destroot}${prefix}/bin - file rename ${destroot}${prefix}/bin/pyphant.quartz ${destroot}${prefix}/bin/pyphant-${python.branch} - reinplace "s|@PREFIX@|${prefix}|" ${destroot}${prefix}/bin/pyphant-${python.branch} - reinplace "s|@PYTHONBRANCH@|${python.branch}|" ${destroot}${prefix}/bin/pyphant-${python.branch} - } - } - - subport py${python.vers}-${distname}-fmf { - set python.version ${python.vers} - description Full-Metadata Format toolbox for py${python.version}-pyphant - long_description This toolbox enables the py${python.version}-pyphant framework to read \ - files written in the Full-Metadata Format (FMF). \ - See http://arxiv.org/abs/0904.1299 for an introduction \ - to the FMF. There is also support for writing files \ - in the FMF, although this feature is currently not \ - accessible from the pyphant GUI. - - distname ${distname}.fmf-${version} - checksums rmd160 42d70609400f636b2c4ffced5e5f2192f76ac4ad \ - sha256 8ef7acf200f6a7a8805d4f91680fd771129f1c68178d8d710b7a9a322267cdfc - } - - subport py${python.vers}-${distname}-imageprocessing { - set python.version ${python.vers} - description imageprocessing toolbox for py${python.version}-pyphant - long_description This toolbox provides a set of imageprocessing workers, \ - i.e. encapsulated data processing steps for the \ - py${python.version}-pyphant framework. Currently there are 22 workers \ - providing operations varying from simple functions like \ - 'inversion' or some scipy.ndimage filters to more complex \ - operations, e.g. auto-focus evaluation of transmitted \ - light microscopy photographs. - - distname ${distname}.imageprocessing-${version} - checksums rmd160 e4d160989c0e5b07528577052dd451b47828a7d4 \ - sha256 9e1619cf3abbe94ce785b9b5b02383b5a31f9ba2ef0bc75922c785195620229f - revision 2 - - # numpy and scipy are already dependencies of pyphant - depends_lib-append port:py${python.version}-Pillow \ - port:py${python.version}-numpy \ - port:py${python.version}-scipy - - patchfiles Pillow_patch-setup.py.diff \ - Pillow_patch-pyphant.imageprocessing.egg-info-requires.txt.diff - - variant pil description {Use PIL instead of Pillow as the imaging library} { - depends_lib-replace port:py${python.version}-Pillow port:py${python.version}-pil - - patchfiles-delete Pillow_patch-setup.py.diff - patchfiles-delete Pillow_patch-pyphant.imageprocessing.egg-info-requires.txt.diff - } - - if {![catch {set pil_installed [lindex [registry_active py${python.version}-pil] 0]}]} { - default_variants +pil - } - } - - subport py${python.vers}-${distname}-osc { - set python.version ${python.vers} - description organic solar cells toolbox for py${python.version}-pyphant - long_description This Toolbox offers various workers for the \ - analysis of organic solar cells. It is joined \ - work with Kristian O. Sylvester-Hvid from the \ - Risø National Laboratory for Sustainable Energy. \ - The main purpose at the moment is the generation \ - of height maps for polymer based solar cells. \ - The developed workers are however applicable in \ - a wide range of problems. - - distname ${distname}.osc-${version} - checksums rmd160 1093b2a9b036648f76089f5d1b919186b7a2dd2c \ - sha256 ba573aaa5cb78c4f692798e2c6845f4a0b11b99d721905be56c47db1885d3e67 - - depends_lib-append port:py${python.version}-numpy \ - port:py${python.version}-scipy \ - port:py${python.version}-matplotlib - } - - subport py${python.vers}-${distname}-statistics { - set python.version ${python.vers} - description statistics toolbox for py${python.version}-pyphant - long_description This toolbox provides the histogram worker which enables \ - the py${python.version}-pyphant framework to obtain histograms from \ - array-like data. - - distname ${distname}.statistics-${version} - checksums rmd160 893f87f8d9b206a71a963ba30be37e2fd4bb002f \ - sha256 ae71e825508fe74c88693108a7bc0612416fdabb1e71442c815ccbfe2b37c7cb - - depends_lib-append port:py${python.version}-numpy \ - port:py${python.version}-scipy - } - - subport py${python.vers}-${distname}-tools { - set python.version ${python.vers} - description tools toolbox for py${python.version}-pyphant - long_description This toolbox currently provides two workers for the \ - py${python.version}-pyphant framework. These workers can be integrated \ - in a data flow model and simply serve as data sources for \ - data that is managed by a py${python.version}-pyphant core module called \ - KnowledgeManager (KM). The KM accumulates metadata in a \ - sqlite3 database and the above mentioned workers present \ - parameters to perform a metadata search and finally \ - load and provide the data that matched the search. - - distname ${distname}.tools-${version} - checksums rmd160 7eabbd970968bd118a9fd93670bf79e48790d130 \ - sha256 1d97e9b5b798047aa529148e8c5356cdbc61a3333394b5e72e8cf6b429c3b23f - } -} diff --git a/python/py-pyphant/files/Info.plist b/python/py-pyphant/files/Info.plist deleted file mode 100644 index 15cb6cfe5bbed..0000000000000 --- a/python/py-pyphant/files/Info.plist +++ /dev/null @@ -1,30 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleExecutable - Pyphant - CFBundleGetInfoString - Pyphant @VERSION@ by freiburger center of materials research. This program is licensed under the BSD license. - CFBundleIconFile - Pyphant.icns - CFBundleIdentifier - net.Pyphant - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - Pyphant - CFBundlePackageType - APPL - CFBundleShortVersionString - Pyphant @VERSION@ - CFBundleSignature - Pyphant - CFBundleVersion - @VERSION@ - CSResourcesFileMapped - - - diff --git a/python/py-pyphant/files/Pillow_patch-pyphant.imageprocessing.egg-info-requires.txt.diff b/python/py-pyphant/files/Pillow_patch-pyphant.imageprocessing.egg-info-requires.txt.diff deleted file mode 100644 index 24fd3b92d89bb..0000000000000 --- a/python/py-pyphant/files/Pillow_patch-pyphant.imageprocessing.egg-info-requires.txt.diff +++ /dev/null @@ -1,9 +0,0 @@ ---- pyphant.imageprocessing.egg-info/requires.txt.orig 2014-02-24 19:00:45.000000000 +0100 -+++ pyphant.imageprocessing.egg-info/requires.txt 2014-07-30 11:15:48.000000000 +0200 -@@ -1,4 +1,4 @@ - pyphant>=1.0b3 --PIL -+Pillow - numpy - scipy -\ No newline at end of file diff --git a/python/py-pyphant/files/Pillow_patch-setup.py.diff b/python/py-pyphant/files/Pillow_patch-setup.py.diff deleted file mode 100644 index 8f6dc6c2bd155..0000000000000 --- a/python/py-pyphant/files/Pillow_patch-setup.py.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2014-02-24 18:49:04.000000000 +0100 -+++ setup.py 2014-07-30 11:06:06.000000000 +0200 -@@ -25,7 +25,7 @@ - description=__doc__, - install_requires=[ - 'pyphant>=1.0b3', -- 'PIL', -+ 'Pillow', - 'numpy', - 'scipy', - ], diff --git a/python/py-pyphant/files/Pyphant.icns b/python/py-pyphant/files/Pyphant.icns deleted file mode 100644 index 437989ca34677725f9f01222b4573fdf0bdee5b5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 48127 zcmeIb2Vhji_CG%N?rtiCBE9z_1PEy~6?*{z5fUqis1#|^lTF#prgxI<+0AYOqzCoc z+Y_Hrl1+jHrAnT@rhxA~eLfT^yZ8S&ce7y=5?Ijh|Gn?`mw~f)?#!GrXU@!=J9p-0 z&B_g17<*4xvvT!l#`p)A$3bWbjt?pF=X>IXOTrfw7U3tM;*o_EPoFB-g;CE(3YX%S zrsg0%VJYIm;$oyb(v~h41pDGt3*w;>8wDZebeTnPTzq4Dydd0rc(P6qD$l&}#Fv6_ zK0Y4V|5L%^>fUt09>RVW!0r&f#&5jv1Dk^1Usw-?(E2;|BSE;#0`8;~FX!(_ihD~0 zl$WT)-xTo|YWRWUNEs^Th!+G0V?EA(eVL62dnIHevWb|IXOfe($}{*zw`QamF?cUcZU4{kMJfHGaK+ zR-n3k-c8gQb`-*xH1#G>|05`*%4>&0^9ch&YoS7C%zUc3p&7yA$}oLTu?x+O4b6?G zPBorzrDs_vW;Zn>xe-CUMT)^dF;nxY=Elb6Q>U6mbfoMwP^`J()TvXMAk~3#CY|L&=kFtR6iB!-}O>H>UT3_K8v&CGS zrfY7j)tQGTcF2Mk%wr;Zsc7F3F|%*`hX@zdCxra#b_mKLQqq#+C8 z0>F`_H=OxrVcPe?1%u&?nB4XAKd*uRNN4;FnPME8!I-blZ%DF>6f|(I<8Zd)8W|lyTp}(k#3eF9UiY<=x9j&z&4=gCHH(Rsh=_$mHkxo2 zMna#zEK0Ds3c9ZKzi&GCH8D6Vk61KGz7)hoU82SjOQS!oZYR&VLp7f`QBOzwB44#x4$B8tBqMmj?cCYQQy$bBOSO z=UcAN;pzvVbWeg4pW}GOaosqMo5guc=5sx~W^;bhQ5?@pkxqF85>R!;-L9Un>9kBY zGO5752N6pArUboAY;m#rQ+q z!eO=Cf}!tm_YG>~<_~S;9vI+jN>G{=PmEFnJJKC7380RHnjJMpDApXZ@V}+V%o44yX~wJ)ZSaU{yvU% znkZrF12Y9pi@r(z6k|r4I#4?#8Pdh}aLMg{1&(7)-i|N1hlcutZf88*)YlrNvec(0 zGoEvBF+oC4mmAa%=@Ry-yG1wWmk-Wb=O+^w>0qw#+DOO4%vom*_;DlB|jP zv^KI*UV33ptIpkJr#RI)&6s7M5cj}soR9QI?FjO7^H_kFoh62n>;g*+ao}q2dGFBW zl3w1ZL7OTN{cujkIi5~mFUsU@GZZIT>FSb=>f^d^FT3kLt0>QYPs-B|b3MJNZCe%G zNyJrvt`9(-+nJBV&XgenQ%)C{VXT8I9&>!)ech~gV%&2TZlOi>*})C<7ZQuJ+Ssy7 zUYAUC-L+RMWLk1N)xE2%Qj=`IE8&TIIe*fBJC0XZ!c~B-w*g>x>~Cz@SO+tWyTCs0 zyMPVgdxK2*Y}l8puuFcVALw=87}$nt6=f*@rP1;zXCq zj^QMnV{X(^!GN)mZ2Q%^cLhzAS;&B%N#;~jmXKPIDJ1ApTlbKG-WKX1qL>g|HI z!YJgyKK7rm2^)9G1w*B|)#gb)%4;vT>z>+4hkDRG+RM=|`gWV|eIq=XcSzoj0<}Ro zyK9hxB~1F7W%clDX#;d9v3`U@)56=b*#jLJyLZ9%4MLnDS=iV3o-i)%UZJ2xewU1$ z*$&B`*D_vF+0D8*jD6DI>Y`-JfDUI4-85`{HV98+)7C%+a26)lfMClZ0+?m8l z`ODL`KPb+t2H46*lR_AmI$szZf2Uw5H?``UY$y|Ql6=Mrv!E+A3i)V{G;_8PldEhU zUtw>K2U1rYSjm6MJFeWKPCQPy?DHx?v=Gn-A+N#F&#s z+j${xo6tLUw!o`Gg`o*|iE@&>WIM^2uc%M2&e|#rh?^tyikl^P$At>3H9N)eRnyY< zA;10Jlx4r??jJ%tJPD-7&gx1O64>zW4lXH7@K%KXFl+h!zw^0c=zea_fbV)N3v@i0 zyFrvM+L$PKDMG~gf`j~HmG=wA7W;AaVd@`i^LGk-LaX z=L+h*I+D?mYR(dRC)`GLbg(4Md60j4;v(b~igrQrlfOXyW2Zhr;Al=sKwT9?i*6cW)H|_fxRC>pCF%t#+DgO#^Y=ZPI&&Iv$iiW#6ccwa1xK?dx-+?4g_IeeD%F*2GQg^C;`-y^#&_ z`-R&y*}lxY19O#5P{Ynmm4%K3OO`{fOLWXnd)5xw1hJlp!H$rWM;)sS(T+TnwZ2g* z(Y58s6 zN+L#n&Mz8%fLk!^Rd)B_0v6sckA?KLa5MVv_MSDkcH;fP|GI0#qVM`W8d$&u_gT#b z`7eMzp2IbjP3rX)yJzqp*<)jVX3tKzjDBcm>n44}B1adnX}64LqMu48)nRbi8$E-~ zMLnK`tOR!=J`8CRfU69}DX$WB`V`Ors0Vz4v=0DpqvSq-1z-T|M)?vTzlAcjP{aXT zjVQMgKyi4&cV z0VRN403~1*;9kHG0QoC@0WkoQDHqV0>{NCMfM^nw0#X2lfR5^LGxECQ5Rdf$UjXqY zAlV39_lSydvI$yW=xkkqa0UTB0ubHR0BQ@OLsz<|ba(#0CQh_A09-O7dfnivTl<2P z?hT+eB->jFAekwh0$mpYehYh{I#XL>lar`-7Z2RtR3Q9bfC2#N1RLi>x(jiY0Vq(J zX8^yY{u5j1;&Ri0xz@0wniPq<6?sAp8*(>R15x|{3Zf`nN1CwMS`_Ta&1Caf@2jaCD;NDI* zBR}aT7eHja_kR){eX#p&f1jH zsSY%MQyWlQQ9pJ8)roXVK=~vu#pzlHSOxG05RJ}wAnT@r7qAGfN7q${u_(J8Pzm@Q zpac*Hcoy(@3#`PI;5h)6F8)X423axu-+U|6RjV!ybZMYV16>-po(5LWSpOoPR>*be z3csxexaatl^jPl-9OplC-mH-lyd>`E&8{EoIf|YlTLLFr_{L9myWMg2vjguoG#ok< z?8<4m&X`(j-+3i%;vtl!)&>rR%YPZ&)+h0qec5riHA!;N-p(`}e;M1F3$jyQm~q*0 zVJP`b2;3Htb{iD?Nm__#4g4g#;P_K{fS4ft^VQ`A``8oc7b6i-^tDMrf10B$J*ax^*m@&EI=UXH-bFtN8 z^yLodJAR-A7`M>l2gfG<(PFrkD?1=B*z4MoXI$CkuY4u&7P+@OATK!PyV0g7_q4+v z4I2EdmpUkKKh};s7P(#$sJpaw%PhTxF#t?EL3@!mHNd}>(vw;)_U8^*b{-kg*Um&Q{VXEqi+4AmC;8Z zPH2g9F`tpyG#vcwAVTd6{#Of+k}}uAA2^KJR`F^{?25-8d-mCt?S`CI`dyL#tOg#u zd%6--M%dx`6)n`$(`8)SP z@mg_@YYYqP*~7tR3>Vmt;euk$9fD#IuD$ONm`}W*7!ohA06}2hg76*Z{m0+)S>JE< zzVz;=1LMxIp5Gm36NH^?#hX8{O_!|fqwl|F%I*6ZqlK>y!kU%qLNMcWsD}=Udz{pw z2Rgaw3}VdOT-%)GJZNgi#UY-Mb)GOaTQJ)zr4GhqItFq!|=k6bMneX(n5cc0rvUs$YK>DaDSI5LZN zIns)9g(q^>I~L|V@0g#x((!oSddHLMjX#avdG~Fs`<17KtGHfCn1W~=H?@~NNuR0h zH)$B{&uSki<@M1IPj{@2-z4tOQ1~cHjSxJ)l1ZZJ#$Ad)(U7YJX39 z--5kwjtR;0&USw>C>rthN(klrB*GS5oUk!@hd}!qY5${Z4=vr(zEhIJ9WpJu4)lKH z)~jpNRss?*8T-d*U#7s~L+rhu7&Wh_Piy-Teqx_#Lmlq4UA!r+v;Fsw=~Up#JFmx| zR^TFGLjud2e3TXSdWah#d1<`!{TxY3izNrcm*0!J6^Q${X%BZc_H)x-Q0!k6b>S|X zD~_`czaO$_>h<^&4{z`|%{GnR&vFB3AF%Z}=GB}<}eX-DQ?y&3aNpsebu`D*Dzn$$F9>RKaV_Me4NcMI7$nK7m;%p(+ znj^%$mM0`yGF#i(wU5_TXOf5XqQ|+7Vaj{vadbw(voMnd$Q(=&@*%r_0PUA0JQ;qE z1TMQ>&_nkt)!T$#Nw*0*jVh5p?MY8J=Lk^-m9Snb7q;t_;@)(UW!D~UGyn9sYw>QM zNB1AG1;ZT@MabSEv&P486MBBoXZ}P-Tw$uPTDwEwafX5Ro5q?`ME==DdE!3#-U^&6 z!9LDN^}5#c6`E50cYe;hAnmIjsF;gAydlC9x$A{QoGGBbp(`tJ^is_E zk!=b*!k!xQ5%#p^vKjp%v4?vz8{e}Q_YG|Ei1z&Hel+&NM*C0fn>8$a?A9J*`#;2P z@ussfWTV+$)B2rR5&Pohr&Mcx4Bhn5SHo6>H*$}Ud51kR;(cz>@J~Zl-245q_%(kC zdiJhj>mFzh{1os!z=aov_(6b+t|wQLe_;y^Ts#URQHt7a zD}WY^M*v8M`vFAH6TYr8H7MT$;Asdz!FK?)fKh;109XA<9@Nn@syn>QM+YF%gb`Kxm#uL6&hWZQb&%4n;I@<%F>Bd!e zqCs&BpdZjrD+P0F5z)02)t}fD}L~U=F}tZrt8b_^5WsvLHkQ?|+a@69mTSLR#di}5&@3f3xeRp4QIOv_E!|@YM zC(bY>&aR~io^h|cy%znE_7jU?&=$wpXm3PA-LeJYfU9%Mk{yD59?%opG)8>$&R!k-`tW- z7w#j+-k1;CpbOvi6kkqq^Qn$O|F&O-PQG<3;`s5%N4b%kYiS6F;}@N^^`RbK*=H{Q z_*LUO?|=IJUy3u!zxc`iW7!bO=0bL;*3b1Cu&bt__M^8e_r3n)ww@7WsaR*Bhi zyj87l{J75Tz22KeSsU+I{t0#=>oUBhK7$qARR=XLf*)*PoL+wF!y(wjSH_- zo{fBc>un?0{qFBnKX#kw1Kz0}H4Dei-QM{%ij^kL2%8%kwBTiO<6q)NoxRdv4n?sK zuH@UMiHI#fjeEoy$|BOoPov(=_E6?7=OhxazWVLLWMxX~9CzaGg#Jt8YgTR<4bdJT z@q~EC!gr=#TyD4gyyJ?sT@jqKuKMBrU;6(r^@qXsNoyar_TT^6Tt9^~A9Tp|q^Yq@ z0G+~r(yJhg121>*sZWa?UoW)?g2j%Hk|NjgkIXE3Lu5a5{6v=LFJ{^>al3&WGhnek zZb=iR*>FzhO|&sCVvqcK+{XK7F5d{Jaoj;KEsvzN2Y5uuY)u zRTK2wz45-&2Dk{MPP#i-P-v1{&#Th+0PyU8IohDQQ`WzmJAt0K`H(Fi`JwcM0YUhJ z2<4qxrQ9gu(s@_cxqMnX$la}eq4(s$?)Vg6$ENj+WsAGb?nCF~eI-~2$q;h(8AKW` ze0nZltBaZ~>C>_sMO z@nO|7wC>>=LT&+`i^^ij@b3E`Ub*!4?6*6XVW_d4(Yg;^c__>uiD$24C$+x+*h zKm2qb%xd|bUF+VfuX(@bbxr2JFc!ICzH`p4=uTg92#Fsb=)8AY!oE}%Dc-j$5X$jR0PFP%9R1}HsX$T*!}oC% zOeW>Ldv$Z>sCb3whw*#?3Z!7K81{#8S`_3^YuT{*FD_Q(WW03WC`l^P$WW1OK+#kj zr{_5}-44fR+*c|Md2t0MoxyB1J+tDO`|r7H&Rr2}*KdyB@%$V*xvd9EGV_u}`c+L} z{4V-3hBSOzfu%qbqtU8;G#YijP90?^=B-u>XSMnj7Mcr8mg2|3QU}yT=EJkmmo^LO zOq$EEZX2*UJyoOTH5z@QR;tlwZqz2JIgQ3kt+uYkYM|DMBVl)+eC%L2<8p|hk7C0# zU8+H&bs`lgG7YI(S-y1}mJl@}0zO1BGuua>4{qx$Q%70T^cr5PjZ4(ZG=}6vqlSuG zl)V}1P0ErrMJ`#(B-yM7&*tw<9sW>pvO%jcMr9ZhfMHBXHfqwee4c4DiIYTMGnp}p zNphGk$9kk2G$HXB8gDHSl2k@bf|l3qRHtjbG=}KB8H~>tIp8BMJg0<`alF}=XA#zX zL#irI=S5iYX$B>+NsKShq-$lmJk@G!r4!N6G6_sF2=z+AH-lI}hF+uP^?IEGx-!J( z=~P;Nvs#xyno~tdsWMrx7O$S(sWhO^v8Xw%7TQeEN_0tTV1Y|qicymR>5Osl_+nR{ zhyryz3p+?Aq-QMZEUi?xYpX$%sr6EupWlj)T2QfUP-YvurO=Y<7PC58%jvYD+{zTO zsHWhB&3>+;p!guvn@GCyLsLPH1dY_7PSR_XT3#d9kV3c0gO3LtX!{VNTRtOyWO)q0s|)Hp8OU zY6=pnPK0kULu*ovP7|X`MSJcbwVR@uw~VZP7kxK_S5dP(XHkQbZq>op*y19!*f?=X z22B!*8zSk1s*9g_>g;@Wj}=%_ea=p@W2Hu_E7+MY z8k;G|iDh7ZqQ*6b^gi$Af{Nu$vA))-!tr{@+}Oh$EXTI`OUs%X7JD?ycIG|J>sZ&9(HJPS2z z@{3*=^autu7FMY43k@2Q6&ca;B|($N4e9OOEwR8D4KaYKloIML44vID!tu;YQIKy| zcE`Q5Kll@F+^zzH6|DpJiDLuN9P%8!v;SfbE9nNy`aTnqnAZ|>zA+8v&+}gNt`3%l zy6R)|wfUxLXjzC8Xi^(v(hca3IyKsjkhAb^i}i`SvoBr``%RBB!_p?TSi)kfxQN091?f%rE7j=2A5t5XH91V!b#v>h^6KRm|2DQ$e1t_&&xbkSdm0pks|enWxXU z&TAnsU#*MTZiGUmYRhdd0zEl4Vg3e;;|02WgGIBDp{S#O}+s6t9h1`SgRbL~39^ zw(r%L>ZTOq9Onc9)pJ}DO zc(Rxu@m&v|CjwZnH3)mrFE}(j(y}mkA`kgSWc=wr0ypCXIB~E=^rl0TPzHUF-=K0{ zxg@$3lSE~ZD*@ekdG#C9zi&@jtM-x^PMQD(jR|BKj@;k2WP@)^%=WF@H!gc1Xhe@e zg9i5Q)@#79k%Na$m>l424zwFRQveGm{>R|gYx3fqs*JQ9YIDJ^M5QV*UYVebi;9-V z#YD#_)1&(_o}2>s6VspGybv!kMSnsvb&WF5u-lwlvCq4zs=BgdXJUpdE>0PzNKs_@ zX!6pd6SlT=R25CZb5b+ceh354rD1pY$`tJ$SyfeeUU@}AnY5}Ty>y?nva+JGTCvZ! zx_V!wGHw-~e4K8AuUC}(UrNVrI49Z6n`c4M>U=|mqKvC7SCxC0RTU*wl$Mnzm3fy} zr^KzohZbpuO<>r!-9Ik<@DsI5#xmHJAIHW=>0%###Z*L?WlkA^8_Z{9A5qUW;ekD%~ z;WJ5hY_HvsocAm~63Mu9>c|UH_gTVMzH6*1FRRWjtV#evwbocwmR9anTA7}RZcKA_ z67yfLQlv)9Q|}tsgK?=O>%g4_)nyMGtfk)Nz%}Tq%M!}@imcM~a<8(gUFNtgGN-hd zPkeSJOXK4cRSB|`6a~Dm6dL_+&#o-3G8y((coBZSxk^dA_3C|P>E+%Pd)4Xkfz*&x zVT|9&}N?lIONEarU4^L6@ z2?;8nq@?8d#V=rR6&@7-y=hftnLv3(o}|Ro>l7Ehif>e6f=^uBTOWRW>?Ov-GvwL* zrpmJ9a;~CWtf!{HiMUUmz8!NLA*!e$pH5S4wf*w%6=S6EY`GPvCK|MiD~D3cDoYKO zWy*5CET$`nVg`~W^Vjovo8BkSaEy*R7 zl~tKE)n(bJZCo-w6hv*SqQ>kIpP+2M^b+$*BVs|x%5wkGJawMFG_l;8{&J|iz=%$8O7ygdD<#y ziY$0l@&Y%+p{ZNT?f5=XI_u}Xx{&ZpZ=U}=b}wSp*1YU=O=X%>S!mIOwW_%;Lxk76 zBu#$i8*~|{6^>Qxo(kV`V84F8$nbKR542TTRbIIdw$E4WE>)I$SMHA96nASYKF0E5Ekg8a-ZU3R5{I)`>gA|`PnlZF9hLy96X zb}*CBS0*ttvNL#oKi_DtTL)CIa!=s?zeO2j_pw!bo;7vN<~tdopJc8 z8Iek*K0ZDbJv@cFgM!Amaocs(rTf%75@M312?+`nI;me-RoI1eI@MVp7bW z^2*%Zl~lcI-43NV^3!ZhvcWxHo~BT$mJROiC+jw5UUYIrS+#L{VuDJMz$@Y_AzEb~ zge{H5$P!&zUY%>Mf>f17+tWtEFce%SO=)<*C1QPGXvxaN9T_{eZCblonVeryR=Foi zl^|8cB~^(A1i>oGE944Af{#j}tS)^exfl&9iAi}{LJkT&9IHh4fytJPGvK+k56>RT zRIa}(sieS|Zz!oMtE!BRA)R@HhAK9_x=d_b&ECqgDn*>i4`WzdY;o1D46-!;3PpU{ z#@iFMtcFJD1|!nfqct zFPBwA6&kgytgJdImMACgO#7X#Si7&R52m=X%6Nq`IWs*eUcO`fibd1=a!O2UJ;PR~ zWN!5{2pROa-R+q~g|&P{WhLg-g48(GOAn46G-Beyw507>#buhkWmTHjiYw4e3S|#f zl&*Mtj>b@-R~Nr*-KO+aDB|N3%7ny}G{20Dg!M}wTJYqi_;hJfl5!+;ok_EjWJ1K& zn3Sx{_%%xx&KfRLlKuk|lFq!B{jsI0GPycK6&Ib9nA|5dH9c;JYEwf^=KjB_cgH1X zrlzE(%Q7<3l9ch%xHv^psw6EfCDBWzO5ZV*@#Iv)slax2JPJwc8 zzBoP^CYwUV#5{^238)Du@TdRZ;if%J;n%sT<)nc`mI%EhaEo-n?}$!{-@Igcpw#)qBl@EKXTCW3wJ^r#lBxJj zh)@(16&eyaqfu#)=}r1r<8H2~21g@ad5A_Y4`slm~LE(e^yfT@O&kP86d-^WDw-I>hsnC&;FNo8p8@&u>W&WcR zCFFx*^++-;JaB5bEF>f>Jh)#P)veFkBE2~)U0dKqsEOHTC9zCPvKZ2hvI1?&mMQ*D zT+TOy3kl^yLlhyhVBaBF?1Fz4xXWZPnz(`j1+-#H&=#nS{7!vAhSA$#N{tU`@#sX) zwOg1fL>d}0cA_8oR!gm<8H36wDM;4?8$1&;3JruC>l- zl8GK&z!s}M%P1|-Mw<BhfV)th5-Cja-3I ztXgs=p~(!Eby1-(O0sF`*znN6TO|Ga`$+Kg8<-(j$s4d>-G zJ#1p1f&LlfIR!jnF?2T?^{OOQntq#cm)vTS8I6{BbwRe#%bdOPLHN?t-ib8VjGj43 z#Djx5c&AlwG-oFtJ`lYl&ty)H$%iUa%!Vweqj<~w`>^6hXn5%C78=YC7|=VD_2Yt2 zFQYlD^mNSzEnPv@sw z4L)c#li6spz?%62wH{do`a2%J2W?F}QyA|Hp8fmxNF&d#cZ3CsC`@_l&x>NM(4)jq zU`PN@L#z_owIl@13=}&*Q%mEC$golk%(uoWbCa_BEL;g<9p# zLW2}aFy~6c!ftW%N&C(S4he@(m;{3eOe9K0i;}E?q0=5VgHmsUd9yM{W44+Lw0T*o z*tpbqlSn@$IK%hBqP%6 z(Jd@w`fO#y?4ZekGaprodVF9?m=XiSl;?}|P%%k{)x<}qg!+L);A6$Qq8<58JuM0v zM=M$4au$68njhIi^dI4p&Ir0=#!h{DQe1|qP*+g=#N;q8B*Z&77&2~XA)Bl<>5G;J zh7s8*%e1D1m_i8eZ?HxN&IlaX%il{XQ86VHFX=I9c3;tVFYfz+6~>*EgCK z(`SZ-hTRe#4gyG&D50I~1IaW$y0d z?p?5Q{l;bYj2+asJDzEJ-7@u|ud5T@%C{D8&EB&1Dd3{rB+4}3GaT3P_LjhbS8@K#Z>lwQ;~Sed zt_+``m?{aGJ}po&alquMQ*NEJ>M5=6@jE7t8PubDK(GG8#!bO=!_AnX3ik?~I*85* zh%O@eCrZ&xqA<$s&=w^e-oJNG7Ens)LowJW(x z16>;E(mMNiuKYC3E|H);X9av>o=ZHIFMxA;;EmV{?4 zxsz6MItWlt&y7uXoE*A*iNa-<7_O^bc!xGa-E81qf1W*bTCih*rz0ZRq`2}gI7@g5 z610RCK}2cj=NCaktGzcD@CNp_K|ctWQLot@{1FBT8&@aTudcL97V&xs@4d0Eep3N| z36iZ5ei4LAct?yKqiqAv#(gVXyi)ZxY_Hs05_DLaZHwyZUH4v01?IwK;rCb)Y#U&d zhlPt*_;eb(h$e9Fp>4@@e#f)BO0rmja1m!ag@5#+Eo$yT!gL<77f@>3%?QA;?N4=M z%c%a2OTr4YqPqatWGuLy)$FwP$Z!b1jK4~K?p5hLE@Ahe@wj6WV>450 zf%+S%f5FZ0m$1m)Y<&xVyYTlYVTp?j-b?=Iar1-1b{Ar+_#Q+!mb-$@6xle0uXo?g z{`G{5%nda^TJFJ{8vqteX0l_XXNPb<0o3R z{^%uT1BIvP)u}TydfxmF;XHN%wbHzS2n~7E0CwSPd{p22U#@|iXX7t=-uw>X>@~c% z>xhFd2%-J#!admRl_3;Ag}1QuL6TJ-4}LhcEPRQLCfDK9SvIyyqJLi&tYF%!SvZ7^ zjqvwa$qn%DX!h)k-PP$5Rwdxe_!lQ)Fns2Hu^q8L<}1&eACj(h^_#27UpIwkx1p&o z;k}@g;eZXRwQ2?Av`pNV9+l7W-Q+wD!fL)l^(u!Uz+4I2%CG&no>yu(6Y@0X+ z9rb78V-*{5*7NEEb6Y3;>D8_$fnzcn?Jnb73Y38}reEOB<8X;KLv_H0_C$IZBy0iM zn_c*L-P2KN@BVZn>`@lSu_fZusLOuAmJU_T7~>&-bh>w)0*JM?-$3nw;1Ck=(%s35 zlj7_Zhi7EG;!lJ><6+=g_$B(=6L=EBL!Q&^r6;Y9{$j_~4dW2LdE1(}?z#H{`?t2Z zcjOm>aL_~cWP)+Rg)8o^!}ZkVnJQd}j&p}}OGfzJGU<`bKMRiY*qz~V;J88oT%AEw zz`x(kE&k|dYL;sUhyC)Uix)0jyd-K6AJ_QX4}^c|ywFJBJ@7P0*pr7^8J#~?v8E3l zAG_nPf|IW6PkT_CAdbKCfwn@EU3Pl!z;qxBl90TPOTS#eu+;k90Z(K=cj0f}Vchp} zfofU!VCp-x(!z#Z*A2CQ^M-o&J4b$O6`mp(&eMB{bBQOson@qM9Ts*hTC|ksXXkwS z&+|Y3{N2$5Rh9zfhNW|F9XT=ho_p?|x2^KX4?n%L1iMfu_>PTCuCo2*`=5TkaOu)d zCCdlWX@VOGV&}#7SSL9;PDCfg*|-(EUi}n*o8r^=-YBzL@=|uLiCp~HGwas9_)_Zb zcWUcj-8O3wFZCZV;qE7+^Y*^J|9}mD!{W30(#_r5JWXC#5Gp-x-LA6NUoXkqG=CDj zG0cV>>%Q%?KOR3!-`#0E)bz#CqsPBI)r?QLh~easLyZlGPo1nSD|_P)pPgtvb^J&Z z{@MzKhR^?|yDm%j0$@MK+HmsN=S@vt96NdZvo}+x@Qn9f`1Z+$+Lk}PA`-UQ>RJQ7 zH-tZuQdigb#TQKn>+5O{9H?z*I`a8J8~${Ot>I&wT6X7f%{b5el8zp2sH+1_Vo~38 zys0dA&s#^E+`nh!{4_zk-+CJu*VQ!~Y&v@Kc>U|vsy`e(Vr#&ckg$92nmpYydDgA) zRGs@@T)`i%`Qq4-rk1L=W9fcd*Ld{A$rDGvX#Dui!tL`$c{54BIi{oa2To>rZv8lW zU_Ei5!B$sKRd-RhK^d-iXV-e$37bj2`q872^aoUTb9t4~o(0p0j zPoUC}Ont)<1-^{X5;zI{^?1yDtlQhKjq|wrFg?YWwWx_@!SuNcw(M{7 zmt(H*>L6C%@WnFh7n2~+i3gV)sQ9369<3Yyr z&M#rle+jEU`V>PgP!nc_`Fa%Uj^l_?Yo*&n+#HcM=~v%K*v!xI*O-ny*|Lhtu|f~| z*B`98$)`>?DR?&EJ@m3;kJE8N3i$Z4hy3e~CwEqTHwM>^!t=BqtE)S)3Ol%622|`R z|C7)BYW{G0PS(|Zsl>Byu(%jtg1H!YR zwVv63{h{}9wE5cVy-u!#J$$s@cKF@C_&Q$0?oA^=PQvau>Y4f1os9gI)yI+72K>FU z!*?;(=c7pHfB}u1yzZ1ky|eBZPJdsge%H>%>9+DCb@hi|kx5uoF`giZ9M6(Yc)}l@ zZ-i6gYcshvMz8&3Oyw&WS%x zf$#TZ0&c`lh-=kGE7G&uku5zy8SVU#We32I&uCP3!AFIhpPv zCSfZ)F~8a`UvyzyRV$AZ9{ijd8h?cE$^-MOJz@Cu+Gne&quUPK-q&35 z6+D@J>JOZ#!l_t~>)BbsJ%{V-YmZol;#jU5vC`|ce_i9Lz4$moXH-2;N9)%g{1B(W z#77M$9?!CmU9lkJ8*Jo+n1*jwy^m?=hF`+>O<+nT9@fOuWLso zzc|?V^)7eSqY&m}!yn;$xB5Ty&>{XINs82c@p&%3mEgH^(-GU&v^^hvl6jRK;WG!D z4u09>{QH%7kom0X@aJC~Io#BAxaqUczbwaFdbieUC3RB~{uV5CyIG!-2pq@J8{cj^ zdIS%9N55#;|JEC?mhFA*?YCZk_rq78l>K(xN!J}VBzdmA=B(ePO^(|zZ|Z=6ZazHc z*Q2|CFFat}z>?ZcsiX_3O9NdR=+Z!!2D&uRrGYLDbZMYV16>;E(m Date: Tue, 22 Oct 2024 21:46:41 +0200 Subject: [PATCH 423/446] py-sogl: removal As upstream is gone long time, this port is removed --- python/py-sogl/Portfile | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 python/py-sogl/Portfile diff --git a/python/py-sogl/Portfile b/python/py-sogl/Portfile deleted file mode 100644 index 08aadb0693759..0000000000000 --- a/python/py-sogl/Portfile +++ /dev/null @@ -1,30 +0,0 @@ -# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 - -PortSystem 1.0 -PortGroup python 1.0 - -name py-sogl -version 0.2.1 -categories-append science -license wxwidgets -maintainers fmf.uni-freiburg.de:servicegruppe.wissinfo {rowue @rowue} openmaintainer -description slightly modified version of the object graphics library -long_description The object graphics library is a canvas library inside the \ - wxWidgets project. This version has been modified to \ - better suit the needs of our own project, the pyphant. -homepage http://www.fmf.uni-freiburg.de/service/servicegruppen/sg_wissinfo/projekte/Pyphant - -platforms {darwin any} -supported_archs noarch - -checksums rmd160 0311bc50552e3a0e2729a0f422b3b6ea0abfdedb \ - sha256 b9bee189a15c4ab0ed43e0e154d383973db746aaf73a32d29cf90b28118b07c5 - -python.versions 27 - -if {${name} ne ${subport}} { - depends_build-append \ - port:py${python.version}-setuptools - depends_lib-append \ - port:py${python.version}-wxpython-3.0 -} From b27475822c87a97dd7bc4966da729e858da4e547 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Sun, 20 Oct 2024 13:11:53 -0400 Subject: [PATCH 424/446] yash: update to 2.57 --- shells/yash/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shells/yash/Portfile b/shells/yash/Portfile index b2588b1a61b34..9d37371ef5450 100644 --- a/shells/yash/Portfile +++ b/shells/yash/Portfile @@ -6,7 +6,7 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup muniversal 1.0 -github.setup magicant yash 2.56.1 +github.setup magicant yash 2.57 github.tarball_from releases revision 0 @@ -29,9 +29,9 @@ depends_lib-append port:gettext \ port:ncurses use_xz yes -checksums rmd160 080cdbfdc24e594fd23b1036726119cd90e76df4 \ - sha256 f7f5a1ffd246692568e4823a59b20357317d92663573bd1099254c0c89de71f5 \ - size 768752 +checksums rmd160 23fb8d541f6e33ad95fdff1d802d144b69d5b1ef \ + sha256 f5ff3334dcfa0fdde3882f5df002623f46a0a4f2b2335e7d91715520d8fb1dab \ + size 771228 patchfiles respect-destdir.patch From 0cbea10345e4f5f0929b5be01e1778144d72580f Mon Sep 17 00:00:00 2001 From: Mark Mentovai Date: Tue, 22 Oct 2024 13:41:42 -0400 Subject: [PATCH 425/446] py-bitarray: update to 3.0.0, add py313 subport --- python/py-bitarray/Portfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python/py-bitarray/Portfile b/python/py-bitarray/Portfile index 62d3202cce26a..ce8ff402f7f03 100644 --- a/python/py-bitarray/Portfile +++ b/python/py-bitarray/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup python 1.0 name py-bitarray -version 2.9.0 +version 3.0.0 revision 0 categories-append math @@ -22,11 +22,11 @@ long_description \ homepage https://github.com/ilanschnell/bitarray -checksums rmd160 3eb4be3e28b561e676c417ae1c634649e2bdce91 \ - sha256 41f6b46f01bc59abfc38653d203565113b6e7dd04d0ec688774ed28e6d9755db \ - size 132895 +checksums rmd160 b9c0aac79b8241230a927028d14c6df5253087f4 \ + sha256 a2083dc20f0d828a7cdf7a16b20dae56aab0f43dc4f347a3b3039f6577992b03 \ + size 126627 -python.versions 38 39 310 311 312 +python.versions 38 39 310 311 312 313 python.test_framework From 74c4b7a3b4a3093259063c01b8a8b5373de8adeb Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 23 Oct 2024 15:56:17 +0200 Subject: [PATCH 426/446] openjdk17-temurin: fix checksum for arm64 (#26274) closes https://trac.macports.org/ticket/71157 --- java/openjdk17-temurin/Portfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/java/openjdk17-temurin/Portfile b/java/openjdk17-temurin/Portfile index d6ac092f39d78..be3ca279b51c8 100644 --- a/java/openjdk17-temurin/Portfile +++ b/java/openjdk17-temurin/Portfile @@ -36,9 +36,9 @@ if {${configure.build_arch} eq "x86_64"} { size 179980449 } elseif {${configure.build_arch} eq "arm64"} { distname OpenJDK${feature}U-jdk_aarch64_mac_hotspot_${version}_${build} - checksums rmd160 d0bfb3664cbde6c1bdd322346e7bb473c5a39a94 \ - sha256 f89fdb3d6b8ad55127c2f6cc3e2c3df5d303e9cf0429c4533ff0995ff72e854d \ - size 185238298 + checksums rmd160 c73a11e0e2151f8ff5588d275d300d28fe4d2c8e \ + sha256 d8b2f77f755d06e81a540834c5be22ed86f3c8a51a20396606c074303f8f9e2d \ + size 185240495 } worksrcdir jdk-${version}+${build} From 6a2c8c0389312a0003584473f3a24e0bd63357ef Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Tue, 27 Aug 2024 22:11:54 +0800 Subject: [PATCH 427/446] gmtk: use wxGTK on < 10.7 --- science/gmtk/Portfile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/science/gmtk/Portfile b/science/gmtk/Portfile index 4c9c74dee8739..58ce0e79a18ab 100644 --- a/science/gmtk/Portfile +++ b/science/gmtk/Portfile @@ -3,13 +3,16 @@ PortSystem 1.0 PortGroup wxWidgets 1.0 -wxWidgets.use wxWidgets-3.0 +if {${os.platform} eq "darwin" && ${os.major} > 11} { + wxWidgets.use wxWidgets-3.0 +} else { + wxWidgets.use wxGTK-3.0 +} name gmtk version 1.4.3 -revision 16 +revision 17 categories science -platforms darwin license OSL-3 maintainers uw.edu:rprogers openmaintainer description Graphical Models Toolkit @@ -19,7 +22,8 @@ homepage https://j.ee.washington.edu/trac/gmtk master_sites http://melodi.ee.washington.edu/downloads/gmtk/ checksums rmd160 3cd7597094301dc8848ff06358cc19de5af011a7 \ - sha256 d0c40d0fca6b8756ffbe33b4ae7e066fa4a87dd80c1788f7d5160fd8ec070876 + sha256 d0c40d0fca6b8756ffbe33b4ae7e066fa4a87dd80c1788f7d5160fd8ec070876 \ + size 3433613 depends_build path:libexec/coreutils/libstdbuf.so:coreutils depends_lib port:hdf5 \ From 0ef327f7359a692606001c9a4e9e23e3614e789b Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 23 Oct 2024 16:12:27 +0200 Subject: [PATCH 428/446] openjdk21-temurin: fix livecheck (#26276) --- java/openjdk21-temurin/Portfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/openjdk21-temurin/Portfile b/java/openjdk21-temurin/Portfile index 45423155bd2e6..c9d3ba41ae4f4 100644 --- a/java/openjdk21-temurin/Portfile +++ b/java/openjdk21-temurin/Portfile @@ -46,8 +46,8 @@ worksrcdir jdk-${version}+${build} homepage https://adoptium.net livecheck.type regex -livecheck.url https://github.com/adoptium/temurin${feature}-binaries/releases -livecheck.regex OpenJDK${feature}U-jdk_.*_mac_hotspot_(\[0-9\.\]+)_\[0-9\]+.tar.gz +livecheck.url https://github.com/adoptium/temurin${feature}-binaries +livecheck.regex jdk-(${feature}\[\.0-9\]+)\+ use_configure no build {} From 0535c41f053d2b41c867919116dd09c48fdb335c Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 23 Oct 2024 16:12:50 +0200 Subject: [PATCH 429/446] openjdk17-temurin: fix livecheck (#26275) --- java/openjdk17-temurin/Portfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/openjdk17-temurin/Portfile b/java/openjdk17-temurin/Portfile index be3ca279b51c8..072fc67b24216 100644 --- a/java/openjdk17-temurin/Portfile +++ b/java/openjdk17-temurin/Portfile @@ -46,8 +46,8 @@ worksrcdir jdk-${version}+${build} homepage https://adoptium.net livecheck.type regex -livecheck.url https://github.com/adoptium/temurin${feature}-binaries/releases -livecheck.regex OpenJDK${feature}U-jdk_.*_mac_hotspot_(\[0-9\.\]+)_\[0-9\]+.tar.gz +livecheck.url https://github.com/adoptium/temurin${feature}-binaries +livecheck.regex jdk-(${feature}\[\.0-9\]+)\+ use_configure no build {} From 05978b85cc693e7150222d79089d69e024a707ed Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 23 Oct 2024 16:18:39 +0200 Subject: [PATCH 430/446] openjdk23-temurin: fix livecheck (#26277) --- java/openjdk23-temurin/Portfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/openjdk23-temurin/Portfile b/java/openjdk23-temurin/Portfile index acdbbf34644ca..209e39a4ed22d 100644 --- a/java/openjdk23-temurin/Portfile +++ b/java/openjdk23-temurin/Portfile @@ -42,8 +42,8 @@ worksrcdir jdk-${version}+${build} homepage https://adoptium.net livecheck.type regex -livecheck.url https://github.com/adoptium/temurin${feature}-binaries/releases -livecheck.regex OpenJDK${feature}U-jdk_.*_mac_hotspot_(\[0-9\.\]+)_\[0-9\]+.tar.gz +livecheck.url https://github.com/adoptium/temurin${feature}-binaries +livecheck.regex jdk-(${feature}\[\.0-9\]+)\+ use_configure no build {} From dda7316b93436f3289e1ae47a836782e709c74d8 Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Wed, 4 Sep 2024 20:17:07 +0800 Subject: [PATCH 431/446] autoconf: use system Perl only on Darwin, fix Linux builds Closes: https://trac.macports.org/ticket/70673 --- devel/autoconf/Portfile | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/devel/autoconf/Portfile b/devel/autoconf/Portfile index c04b68be352bb..f18841b9fa32a 100644 --- a/devel/autoconf/Portfile +++ b/devel/autoconf/Portfile @@ -44,9 +44,16 @@ post-patch { touch ${worksrcpath}/man/autoreconf.1 } -# It should be safe to use the system Perl, since the scripts only use -# core modules. The README prescribes 5.6 or later, and Tiger has 5.8.6. -configure.perl /usr/bin/perl +if {${os.platform} eq "darwin"} { + # It should be safe to use the system Perl, since the scripts only use + # core modules. The README prescribes 5.6 or later, and Tiger has 5.8.6. + configure.perl /usr/bin/perl +} else { + depends_build-append \ + port:perl5 + # https://trac.macports.org/ticket/70673 + configure.perl ${prefix}/bin/perl5 +} test.run yes test.env CC=${configure.cc} From 0824e71d3e52d78250db50a39c3c0ab134edf51c Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Wed, 4 Sep 2024 20:26:56 +0800 Subject: [PATCH 432/446] autoconf: use help2man on Linux --- devel/autoconf/Portfile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/autoconf/Portfile b/devel/autoconf/Portfile index f18841b9fa32a..61ac47d8e4a6a 100644 --- a/devel/autoconf/Portfile +++ b/devel/autoconf/Portfile @@ -50,6 +50,7 @@ if {${os.platform} eq "darwin"} { configure.perl /usr/bin/perl } else { depends_build-append \ + port:help2man \ port:perl5 # https://trac.macports.org/ticket/70673 configure.perl ${prefix}/bin/perl5 From 65ce2121e36fc4cbf8d04c85f541c71d60bab184 Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Wed, 4 Sep 2024 23:18:50 +0800 Subject: [PATCH 433/446] libtool: depend on help2man on non-Darwin OS --- devel/libtool/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/libtool/Portfile b/devel/libtool/Portfile index ba2618ec73d64..70b7a428b0a0a 100644 --- a/devel/libtool/Portfile +++ b/devel/libtool/Portfile @@ -49,7 +49,7 @@ configure.env M4=${prefix}/bin/gm4 if {${os.platform} eq "darwin"} { configure.env-append GREP=/usr/bin/grep SED=/usr/bin/sed } else { - depends_lib-append port:grep port:gsed + depends_lib-append port:grep port:gsed port:help2man } # Don't look for broken compilers (#23684, #32321). From 685edbdd0fb61b44ebdab948c3409c9a83254622 Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 23 Oct 2024 16:21:00 +0200 Subject: [PATCH 434/446] openjdk11-temurin: fix livecheck (#26278) --- java/openjdk11-temurin/Portfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/openjdk11-temurin/Portfile b/java/openjdk11-temurin/Portfile index f41d6c264d96e..70dc9b7ef6a0b 100644 --- a/java/openjdk11-temurin/Portfile +++ b/java/openjdk11-temurin/Portfile @@ -46,8 +46,8 @@ worksrcdir jdk-${version}+${build} homepage https://adoptium.net livecheck.type regex -livecheck.url https://github.com/adoptium/temurin${feature}-binaries/releases -livecheck.regex OpenJDK${feature}U-jdk_.*_mac_hotspot_(\[0-9\.\]+)_\[0-9\]+.tar.gz +livecheck.url https://github.com/adoptium/temurin${feature}-binaries +livecheck.regex jdk-(${feature}\[\.0-9\]+)\+ use_configure no build {} From 2b70041571276d979f52c287fc0dba901afeb939 Mon Sep 17 00:00:00 2001 From: Thomas Nyman Date: Fri, 18 Oct 2024 22:09:21 +0200 Subject: [PATCH 435/446] vim, MacVim: update to vim version 9.1.0727 * update Vim to v9.1.0727 * update MacVim to release-180 * add python312, python313, ruby32, and ruby33 variants for Vim and MacVim * remove variants python36, python37, and python38 corresponding to EOL Python versions from Vim and MacVim --- editors/MacVim/Portfile | 44 +++++++++++++++++++++++++++-------------- editors/vim/Portfile | 44 +++++++++++++++++++++++++++-------------- 2 files changed, 58 insertions(+), 30 deletions(-) diff --git a/editors/MacVim/Portfile b/editors/MacVim/Portfile index 6dc4b2a48fcf6..a8fecdcd9b2a8 100644 --- a/editors/MacVim/Portfile +++ b/editors/MacVim/Portfile @@ -8,7 +8,7 @@ PortGroup compiler_blacklist_versions 1.0 # is because they both share the same set of configuration files and ensures # that the user's configuration files will always work with both. set vim_version 9.1 -set release 179 +set release 180 github.setup macvim-dev macvim ${release} release- revision 0 name MacVim @@ -25,9 +25,9 @@ long_description \ homepage https://macvim.org -checksums rmd160 692664e7643b05385025b01bf32133c2651d8aff \ - sha256 1b58bfff65afb3cf448c7134afcaf156d16d982f28288f7595a41a458b00cd6c \ - size 25330222 +checksums rmd160 fb34366d9059f09ef73a56dd215ff504951cad42 \ + sha256 bcc84a691ab2344942b18d2dbedd20aab4ecd4d6ac928ac8842f6d1b0c7d70f7 \ + size 25822029 depends_lib-append port:gettext \ port:libiconv \ @@ -130,7 +130,7 @@ variant perl description {Enable Perl scripting} { depends_lib-append path:bin/perl:perl5 } -set pythons_suffixes {27 36 37 38 39 310 311} +set pythons_suffixes {27 39 310 311 312 313} set pythons_ports {} foreach s ${pythons_suffixes} { @@ -158,52 +158,52 @@ foreach s ${pythons_suffixes} { } variant ruby requires ruby18 description {Compatibility variant, requires +ruby18} {} -variant ruby18 conflicts ruby19 ruby20 ruby21 ruby22 ruby23 ruby24 ruby25 ruby30 ruby31 description {Enable Ruby scripting} { +variant ruby18 conflicts ruby19 ruby20 ruby21 ruby22 ruby23 ruby24 ruby25 ruby30 ruby31 ruby32 ruby33 description {Enable Ruby scripting} { configure.args-append --enable-rubyinterp configure.args-append --with-ruby-command=${prefix}/bin/ruby1.8 depends_lib-append port:ruby } -variant ruby19 conflicts ruby18 ruby20 ruby21 ruby22 ruby23 ruby24 ruby25 ruby30 ruby31 description {Enable Ruby scripting} { +variant ruby19 conflicts ruby18 ruby20 ruby21 ruby22 ruby23 ruby24 ruby25 ruby30 ruby31 ruby32 ruby33 description {Enable Ruby scripting} { configure.args-append --enable-rubyinterp configure.args-append --with-ruby-command=${prefix}/bin/ruby1.9 depends_lib-append port:ruby19 } -variant ruby20 conflicts ruby18 ruby19 ruby21 ruby22 ruby23 ruby24 ruby25 ruby30 ruby31 description {Enable Ruby scripting} { +variant ruby20 conflicts ruby18 ruby19 ruby21 ruby22 ruby23 ruby24 ruby25 ruby30 ruby31 ruby32 ruby33 description {Enable Ruby scripting} { configure.args-append --enable-rubyinterp configure.args-append --with-ruby-command=${prefix}/bin/ruby2.0 depends_lib-append port:ruby20 } -variant ruby21 conflicts ruby18 ruby19 ruby20 ruby22 ruby23 ruby24 ruby25 ruby30 ruby31 description {Enable Ruby scripting} { +variant ruby21 conflicts ruby18 ruby19 ruby20 ruby22 ruby23 ruby24 ruby25 ruby30 ruby31 ruby32 ruby33 description {Enable Ruby scripting} { configure.args-append --enable-rubyinterp configure.args-append --with-ruby-command=${prefix}/bin/ruby2.1 depends_lib-append port:ruby21 } -variant ruby22 conflicts ruby18 ruby19 ruby20 ruby21 ruby23 ruby24 ruby25 ruby30 ruby31 description {Enable Ruby scripting} { +variant ruby22 conflicts ruby18 ruby19 ruby20 ruby21 ruby23 ruby24 ruby25 ruby30 ruby31 ruby32 ruby33 description {Enable Ruby scripting} { configure.args-append --enable-rubyinterp configure.args-append --with-ruby-command=${prefix}/bin/ruby2.2 depends_lib-append port:ruby22 } -variant ruby23 conflicts ruby18 ruby19 ruby20 ruby21 ruby22 ruby24 ruby25 ruby30 ruby31 description {Enable Ruby scripting} { +variant ruby23 conflicts ruby18 ruby19 ruby20 ruby21 ruby22 ruby24 ruby25 ruby30 ruby31 ruby32 ruby33 description {Enable Ruby scripting} { configure.args-append --enable-rubyinterp configure.args-append --with-ruby-command=${prefix}/bin/ruby2.3 depends_lib-append port:ruby23 } -variant ruby24 conflicts ruby18 ruby19 ruby20 ruby21 ruby22 ruby23 ruby25 ruby30 ruby31 description {Enable Ruby scripting} { +variant ruby24 conflicts ruby18 ruby19 ruby20 ruby21 ruby22 ruby23 ruby25 ruby30 ruby31 ruby32 ruby33 description {Enable Ruby scripting} { configure.args-append --enable-rubyinterp configure.args-append --with-ruby-command=${prefix}/bin/ruby2.4 depends_lib-append port:ruby24 } -variant ruby25 conflicts ruby18 ruby19 ruby20 ruby21 ruby22 ruby23 ruby24 ruby30 ruby31 description {Enable Ruby scripting} { +variant ruby25 conflicts ruby18 ruby19 ruby20 ruby21 ruby22 ruby23 ruby24 ruby30 ruby31 ruby32 ruby33 description {Enable Ruby scripting} { configure.args-append --enable-rubyinterp configure.args-append --with-ruby-command=${prefix}/bin/ruby2.5 depends_lib-append port:ruby25 } -variant ruby30 conflicts ruby18 ruby19 ruby20 ruby21 ruby22 ruby23 ruby24 ruby25 ruby31 description {Enable Ruby scripting} { +variant ruby30 conflicts ruby18 ruby19 ruby20 ruby21 ruby22 ruby23 ruby24 ruby25 ruby31 ruby32 ruby33 description {Enable Ruby scripting} { configure.args-append --enable-rubyinterp configure.args-append --with-ruby-command=${prefix}/bin/ruby3.0 depends_lib-append port:ruby30 } -variant ruby31 conflicts ruby18 ruby19 ruby20 ruby21 ruby22 ruby23 ruby24 ruby25 ruby30 description {Enable Ruby scripting} { +variant ruby31 conflicts ruby18 ruby19 ruby20 ruby21 ruby22 ruby23 ruby24 ruby25 ruby30 ruby32 ruby33 description {Enable Ruby scripting} { configure.args-append --enable-rubyinterp configure.args-append --with-ruby-command=${prefix}/bin/ruby3.1 depends_lib-append port:ruby31 @@ -212,6 +212,20 @@ variant ruby31 conflicts ruby18 ruby19 ruby20 ruby21 ruby22 ruby23 ruby24 ruby25 compiler.blacklist-append \ *gcc-4.0 *gcc-4.2 } +variant ruby32 conflicts ruby18 ruby19 ruby20 ruby21 ruby22 ruby23 ruby24 ruby25 ruby30 ruby31 ruby33 description {Enable Ruby scripting} { + configure.args-append --enable-rubyinterp + configure.args-append --with-ruby-command=${prefix}/bin/ruby3.2 + depends_lib-append port:ruby32 + compiler.blacklist-append \ + *gcc-4.0 *gcc-4.2 +} +variant ruby33 conflicts ruby18 ruby19 ruby20 ruby21 ruby22 ruby23 ruby24 ruby25 ruby30 ruby31 ruby32 description {Enable Ruby scripting} { + configure.args-append --enable-rubyinterp + configure.args-append --with-ruby-command=${prefix}/bin/ruby3.3 + depends_lib-append port:ruby33 + compiler.blacklist-append \ + *gcc-4.0 *gcc-4.2 +} variant tcl description {Enable Tcl scripting} { configure.args-append --enable-tclinterp \ diff --git a/editors/vim/Portfile b/editors/vim/Portfile index f0c306e1ea8dc..f3f5f2c860273 100644 --- a/editors/vim/Portfile +++ b/editors/vim/Portfile @@ -7,7 +7,7 @@ PortGroup github 1.0 # is because they both share the same set of configuration files and ensures # that the user's configuration files will always work with both. set vim_version 9.1 -set vim_patchlevel 0000 +set vim_patchlevel 0727 github.setup vim vim ${vim_version}.${vim_patchlevel} v revision 0 categories editors @@ -22,9 +22,9 @@ long_description Vim is an advanced text editor that seeks to provide \ homepage https://www.vim.org -checksums rmd160 aed3a40e2fb0a96fc22c554b2fd102fb3369d560 \ - sha256 f0cdc73963122d052a666d88f787ec5b295f75ebdc3dfa5aa5a48f8afa92d98f \ - size 17604158 +checksums rmd160 862555466b868c9d99943f29d9384c440c67711e \ + sha256 dfc41f36c2415acc00d1faef5e50d053be3c5a50b0c569d8ac4c73820be7c731 \ + size 18094755 depends_lib-append port:gettext \ port:libiconv \ @@ -111,7 +111,7 @@ variant perl description {Enable Perl scripting} { depends_lib-append path:bin/perl:perl5 } -set pythons_suffixes {27 36 37 38 39 310 311} +set pythons_suffixes {27 39 310 311 312 313} set pythons_ports {} foreach s ${pythons_suffixes} { @@ -139,52 +139,52 @@ foreach s ${pythons_suffixes} { } variant ruby requires ruby18 description {Compatibility variant, requires +ruby18} {} -variant ruby18 conflicts ruby19 ruby20 ruby21 ruby22 ruby23 ruby24 ruby25 ruby30 ruby31 description {Enable Ruby scripting} { +variant ruby18 conflicts ruby19 ruby20 ruby21 ruby22 ruby23 ruby24 ruby25 ruby30 ruby31 ruby32 ruby33 description {Enable Ruby scripting} { configure.args-append --enable-rubyinterp configure.args-append --with-ruby-command=${prefix}/bin/ruby1.8 depends_lib-append port:ruby } -variant ruby19 conflicts ruby18 ruby20 ruby21 ruby22 ruby23 ruby24 ruby25 ruby30 ruby31 description {Enable Ruby scripting} { +variant ruby19 conflicts ruby18 ruby20 ruby21 ruby22 ruby23 ruby24 ruby25 ruby30 ruby31 ruby32 ruby33 description {Enable Ruby scripting} { configure.args-append --enable-rubyinterp configure.args-append --with-ruby-command=${prefix}/bin/ruby1.9 depends_lib-append port:ruby19 } -variant ruby20 conflicts ruby18 ruby19 ruby21 ruby22 ruby23 ruby24 ruby25 ruby30 ruby31 description {Enable Ruby scripting} { +variant ruby20 conflicts ruby18 ruby19 ruby21 ruby22 ruby23 ruby24 ruby25 ruby30 ruby31 ruby32 ruby33 description {Enable Ruby scripting} { configure.args-append --enable-rubyinterp configure.args-append --with-ruby-command=${prefix}/bin/ruby2.0 depends_lib-append port:ruby20 } -variant ruby21 conflicts ruby18 ruby19 ruby20 ruby22 ruby23 ruby24 ruby25 ruby30 ruby31 description {Enable Ruby scripting} { +variant ruby21 conflicts ruby18 ruby19 ruby20 ruby22 ruby23 ruby24 ruby25 ruby30 ruby31 ruby32 ruby33 description {Enable Ruby scripting} { configure.args-append --enable-rubyinterp configure.args-append --with-ruby-command=${prefix}/bin/ruby2.1 depends_lib-append port:ruby21 } -variant ruby22 conflicts ruby18 ruby19 ruby20 ruby21 ruby23 ruby24 ruby25 ruby30 ruby31 description {Enable Ruby scripting} { +variant ruby22 conflicts ruby18 ruby19 ruby20 ruby21 ruby23 ruby24 ruby25 ruby30 ruby31 ruby32 ruby33 description {Enable Ruby scripting} { configure.args-append --enable-rubyinterp configure.args-append --with-ruby-command=${prefix}/bin/ruby2.2 depends_lib-append port:ruby22 } -variant ruby23 conflicts ruby18 ruby19 ruby20 ruby21 ruby22 ruby24 ruby25 ruby30 ruby31 description {Enable Ruby scripting} { +variant ruby23 conflicts ruby18 ruby19 ruby20 ruby21 ruby22 ruby24 ruby25 ruby30 ruby31 ruby32 ruby33 description {Enable Ruby scripting} { configure.args-append --enable-rubyinterp configure.args-append --with-ruby-command=${prefix}/bin/ruby2.3 depends_lib-append port:ruby23 } -variant ruby24 conflicts ruby18 ruby19 ruby20 ruby21 ruby22 ruby23 ruby25 ruby30 ruby31 description {Enable Ruby scripting} { +variant ruby24 conflicts ruby18 ruby19 ruby20 ruby21 ruby22 ruby23 ruby25 ruby30 ruby31 ruby32 ruby33 description {Enable Ruby scripting} { configure.args-append --enable-rubyinterp configure.args-append --with-ruby-command=${prefix}/bin/ruby2.4 depends_lib-append port:ruby24 } -variant ruby25 conflicts ruby18 ruby19 ruby20 ruby21 ruby22 ruby23 ruby24 ruby30 ruby31 description {Enable Ruby scripting} { +variant ruby25 conflicts ruby18 ruby19 ruby20 ruby21 ruby22 ruby23 ruby24 ruby30 ruby31 ruby32 ruby33 description {Enable Ruby scripting} { configure.args-append --enable-rubyinterp configure.args-append --with-ruby-command=${prefix}/bin/ruby2.5 depends_lib-append port:ruby25 } -variant ruby30 conflicts ruby18 ruby19 ruby20 ruby21 ruby22 ruby23 ruby24 ruby25 ruby31 description {Enable Ruby scripting} { +variant ruby30 conflicts ruby18 ruby19 ruby20 ruby21 ruby22 ruby23 ruby24 ruby25 ruby31 ruby32 ruby33 description {Enable Ruby scripting} { configure.args-append --enable-rubyinterp configure.args-append --with-ruby-command=${prefix}/bin/ruby3.0 depends_lib-append port:ruby30 } -variant ruby31 conflicts ruby18 ruby19 ruby20 ruby21 ruby22 ruby23 ruby24 ruby25 ruby30 description {Enable Ruby scripting} { +variant ruby31 conflicts ruby18 ruby19 ruby20 ruby21 ruby22 ruby23 ruby24 ruby25 ruby30 ruby32 ruby33 description {Enable Ruby scripting} { configure.args-append --enable-rubyinterp configure.args-append --with-ruby-command=${prefix}/bin/ruby3.1 depends_lib-append port:ruby31 @@ -193,6 +193,20 @@ variant ruby31 conflicts ruby18 ruby19 ruby20 ruby21 ruby22 ruby23 ruby24 ruby25 compiler.blacklist-append \ *gcc-4.0 *gcc-4.2 } +variant ruby32 conflicts ruby18 ruby19 ruby20 ruby21 ruby22 ruby23 ruby24 ruby25 ruby30 ruby31 ruby33 description {Enable Ruby scripting} { + configure.args-append --enable-rubyinterp + configure.args-append --with-ruby-command=${prefix}/bin/ruby3.2 + depends_lib-append port:ruby32 + compiler.blacklist-append \ + *gcc-4.0 *gcc-4.2 +} +variant ruby33 conflicts ruby18 ruby19 ruby20 ruby21 ruby22 ruby23 ruby24 ruby25 ruby30 ruby31 ruby32 description {Enable Ruby scripting} { + configure.args-append --enable-rubyinterp + configure.args-append --with-ruby-command=${prefix}/bin/ruby3.3 + depends_lib-append port:ruby33 + compiler.blacklist-append \ + *gcc-4.0 *gcc-4.2 +} variant tcl description {Enable Tcl scripting} { configure.args-append --enable-tclinterp \ From 4025d7c797cf96d78dccd3ad187f6dc58e42cb9c Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Wed, 23 Oct 2024 10:07:58 -0400 Subject: [PATCH 436/446] py-control: fix destroot phase Closes: https://trac.macports.org/ticket/71153 --- python/py-control/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/py-control/Portfile b/python/py-control/Portfile index a0031849db491..e553471994181 100644 --- a/python/py-control/Portfile +++ b/python/py-control/Portfile @@ -40,7 +40,7 @@ if {${name} ne ${subport}} { post-destroot { xinstall -d ${destroot}${prefix}/share/doc/${subport} - xinstall -m 0644 -W ${worksrcpath} ChangeLog LICENSE Pending \ + xinstall -m 0644 -W ${worksrcpath} ChangeLog LICENSE \ README.rst ${destroot}${prefix}/share/doc/${subport} xinstall -m 0644 {*}[glob ${worksrcpath}/examples/*] \ ${destroot}${prefix}/share/doc/${subport}/examples From c55f7c083ad578d8697169cbdcb52fc5cde947f4 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Wed, 23 Oct 2024 10:11:06 -0400 Subject: [PATCH 437/446] py-wordcloud: add missing build dependencies Closes: https://trac.macports.org/ticket/71154 --- python/py-wordcloud/Portfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python/py-wordcloud/Portfile b/python/py-wordcloud/Portfile index a35d6978848f4..042b919718c2b 100644 --- a/python/py-wordcloud/Portfile +++ b/python/py-wordcloud/Portfile @@ -22,6 +22,10 @@ checksums rmd160 bf30a119dd95c332699166a5db7b0282b3a84339 \ python.versions 39 310 311 312 if {${name} ne ${subport}} { + depends_build-append \ + port:py${python.version}-cython \ + port:py${python.version}-setuptools_scm + depends_run-append \ port:py${python.version}-matplotlib \ port:py${python.version}-numpy \ From 0ed87345852de04b9443c143945b92e28178d446 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Wed, 23 Oct 2024 10:16:25 -0400 Subject: [PATCH 438/446] py-yt: use cython-compat as build dependency Closes: https://trac.macports.org/ticket/71155 --- python/py-yt/Portfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python/py-yt/Portfile b/python/py-yt/Portfile index 9a69f70035246..8b754ba8042fe 100644 --- a/python/py-yt/Portfile +++ b/python/py-yt/Portfile @@ -32,7 +32,11 @@ python.versions 312 if {${name} ne ${subport}} { depends_build-append \ - port:py${python.version}-cython + port:py${python.version}-cython-compat + + set compat_path [string replace ${python.pkgd} 0 [string length ${python.prefix}]-1 ${prefix}/lib/py${python.version}-cython-compat] + build.env-append PYTHONPATH=${compat_path} + destroot.env-append PYTHONPATH=${compat_path} depends_lib-append \ port:py${python.version}-numpy \ From 2aadab6016f25ae0a4a9f4a4931d0566491104ff Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 23 Oct 2024 16:33:34 +0200 Subject: [PATCH 439/446] openjdk22-temurin: fix livecheck (#26280) --- java/openjdk22-temurin/Portfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/java/openjdk22-temurin/Portfile b/java/openjdk22-temurin/Portfile index 461bc5bb516b9..0e7a45295889e 100644 --- a/java/openjdk22-temurin/Portfile +++ b/java/openjdk22-temurin/Portfile @@ -19,7 +19,7 @@ version ${feature}.0.2 set build 9 revision 0 -description Eclipse Temurin, based on OpenJDK ${feature} +description Eclipse Temurin, based on OpenJDK ${feature} (Short Term Support until September 2024) long_description Eclipse Temurin provides secure, TCK-tested and compliant, \ production-ready Java runtimes. @@ -42,8 +42,8 @@ worksrcdir jdk-${version}+${build} homepage https://adoptium.net livecheck.type regex -livecheck.url https://github.com/adoptium/temurin${feature}-binaries/releases -livecheck.regex OpenJDK${feature}U-jdk_.*_mac_hotspot_(\[0-9\.\]+)_\[0-9\]+.tar.gz +livecheck.url https://github.com/adoptium/temurin${feature}-binaries +livecheck.regex jdk-(${feature}\[\.0-9\]+)\+ use_configure no build {} From 7fcbbe186dff0a38684891ef22a77ebb5b1d5fbf Mon Sep 17 00:00:00 2001 From: Ken Cunningham Date: Wed, 23 Oct 2024 08:01:44 -0700 Subject: [PATCH 440/446] pan2: update to 0.161 --- news/pan2/Portfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/news/pan2/Portfile b/news/pan2/Portfile index 314410d4aa987..ed818624ecee4 100644 --- a/news/pan2/Portfile +++ b/news/pan2/Portfile @@ -8,7 +8,7 @@ PortGroup compiler_blacklist_versions 1.0 PortGroup gitlab 1.0 gitlab.instance https://gitlab.gnome.org -gitlab.setup GNOME pan 0.160 v +gitlab.setup GNOME pan 0.161 v name pan2 revision 0 categories news @@ -20,9 +20,9 @@ long_description Pan2 is a newsreader for GTK+ that is based on \ the Agent newsreader for Windows OSes. use_bzip2 yes -checksums rmd160 02a4f4ff5a77d82d39d8dea1755386cf3026d6e8 \ - sha256 f57486d4b5bf35e13abf3de9a9ee1f91aaef3d6cdcdd754c5822d33f584855fe \ - size 1813244 +checksums rmd160 e29de977eda08858d1b133eced0d985bf6208f9c \ + sha256 791fb35303c2c304a26cdd82094f55630c066b4e71a9b2c0c0b3699a3c472c0c \ + size 1812053 depends_build-append \ port:pkgconfig \ @@ -32,7 +32,7 @@ depends_lib-append port:desktop-file-utils \ port:gmime3 \ path:lib/pkgconfig/gnutls.pc:gnutls \ path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \ - port:gtkspell3 \ + port:gspell \ port:libiconv \ port:zlib From cd7ce03bf66ffef349a7e8d7dc6f2f1586cb892b Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 23 Oct 2024 13:44:48 -0400 Subject: [PATCH 441/446] ox: update to 0.6.8 --- editors/ox/Portfile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/editors/ox/Portfile b/editors/ox/Portfile index 252de5005d8d5..2ebbaa6548f66 100644 --- a/editors/ox/Portfile +++ b/editors/ox/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup cargo 1.0 -github.setup curlpipe ox 0.6.7 +github.setup curlpipe ox 0.6.8 github.tarball_from archive revision 0 @@ -25,9 +25,9 @@ maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums ${distname}${extract.suffix} \ - rmd160 24eea6494df48eacebc83b0ee9aff6b592738b6d \ - sha256 cfed456ebe31dbe5fd13fc87ec4cb7e24d8b989f5878e14963c0a534ca5259e7 \ - size 144530 + rmd160 cc31be326c9522d012e641dd83b3687693a3e5a6 \ + sha256 b9abee1d63057df8417968751c7a9fb57420a3c03cdeac26f19b598df0face32 \ + size 155206 cargo.offline_cmd @@ -48,7 +48,7 @@ cargo.crates \ bitflags 2.6.0 b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de \ bstr 1.10.0 40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c \ byteorder 1.5.0 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b \ - cc 1.1.30 b16803a61b81d9eabb7eae2588776c4c1e584b738ede45fdbb4c972cec1e9945 \ + cc 1.1.31 c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f \ cfg-if 1.0.0 baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd \ crossterm 0.28.1 829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6 \ crossterm_winapi 0.9.1 acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b \ @@ -61,7 +61,7 @@ cargo.crates \ home 0.5.9 e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5 \ if_chain 1.0.2 cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed \ jargon-args 0.2.7 b9d38e5712e29fb0c2caeb33b1803c8feade6e3380c7a92788fb219999b2849e \ - libc 0.2.159 561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5 \ + libc 0.2.161 8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1 \ libredox 0.1.3 c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d \ linux-raw-sys 0.4.14 78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89 \ lock_api 0.4.12 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 \ @@ -79,7 +79,7 @@ cargo.crates \ parking_lot_core 0.9.10 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 \ pkg-config 0.3.31 953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2 \ ppv-lite86 0.2.20 77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04 \ - proc-macro2 1.0.87 b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a \ + proc-macro2 1.0.88 7c3a7fc5db1e57d5a779a352c8cdb57b29aa4c40cc69c3a68a7fedc815fbf2f9 \ quick-error 2.0.1 a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3 \ quote 1.0.37 b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af \ rand 0.8.5 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 \ @@ -104,8 +104,8 @@ cargo.crates \ smallvec 1.13.2 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 \ str_indices 0.4.3 e9557cb6521e8d009c51a8666f09356f4b817ba9ba0981a305bd86aee47bd35c \ sugars 3.0.1 cc0db74f9ee706e039d031a560bd7d110c7022f016051b3d33eeff9583e3e67a \ - syn 2.0.79 89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590 \ - synoptic 2.0.8 1397c98697342b5b76b1dce4ecf2a912dc6407257b7db8c3006ab7d9b69b5b70 \ + syn 2.0.80 e6e185e337f816bc8da115b8afcb3324006ccc82eeaddf35113888d3bd8e44ac \ + synoptic 2.2.1 b0ed930df773aaac411d90bbf1e20b1538514c981f0dc1231f5feea1ef2910f0 \ thiserror 1.0.64 d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84 \ thiserror-impl 1.0.64 08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3 \ unicode-ident 1.0.13 e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe \ From 87783f1e901371d6930919e4b5a11094210ef24f Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Wed, 23 Oct 2024 14:03:22 -0400 Subject: [PATCH 442/446] rust-analyzer: update to 2024-10-21 --- devel/rust-analyzer/Portfile | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/devel/rust-analyzer/Portfile b/devel/rust-analyzer/Portfile index 8bf5ecfa78d9a..994900ab38180 100644 --- a/devel/rust-analyzer/Portfile +++ b/devel/rust-analyzer/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup cargo 1.0 PortGroup github 1.0 -github.setup rust-analyzer rust-analyzer 2024-10-14 +github.setup rust-analyzer rust-analyzer 2024-10-21 github.tarball_from archive version [string map { {-} {} } ${github.version}] revision 0 @@ -25,9 +25,9 @@ maintainers @fabius \ openmaintainer checksums ${distname}${extract.suffix} \ - rmd160 9f7cfd102b555f47da7cdadde66d204d728639ae \ - sha256 e2ae77d15f906752b97560d17964522197136d65fba2187b99b6f8770e56f19e \ - size 3108421 + rmd160 b05d1ffbcb9fa66ee8fef765fc6ad34442dec3d5 \ + sha256 efd5517bd78d67cb013a97f033ab4c0e20a99a19db394462a65dfcc7525b799a \ + size 3126974 destroot { xinstall -m 0755 \ @@ -108,7 +108,7 @@ cargo.crates \ libloading 0.8.5 4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4 \ libmimalloc-sys 0.1.39 23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44 \ libredox 0.1.3 c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d \ - line-index 0.1.1 67d61795376ae2683928c218fda7d7d7db136fd38c06b7552904667f0d55580a \ + line-index 0.1.2 3e27e0ed5a392a7f5ba0b3808a2afccff16c64933312c84b57618b49d1209bd2 \ linked-hash-map 0.5.6 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f \ lock_api 0.4.12 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 \ log 0.4.22 a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24 \ @@ -128,6 +128,7 @@ cargo.crates \ nu-ansi-term 0.50.1 d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399 \ num-conv 0.1.0 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 \ num_cpus 1.16.0 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 \ + num_threads 0.1.7 5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9 \ object 0.33.0 d8dd6c0cdf9429bce006e1362bfce61fa1bfd8c898a643ed8d2b471934701d3d \ object 0.36.3 27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9 \ once_cell 1.19.0 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 \ @@ -145,17 +146,17 @@ cargo.crates \ ppv-lite86 0.2.20 77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04 \ proc-macro2 1.0.86 5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77 \ process-wrap 8.0.2 38ee68ae331824036479c84060534b18254c864fa73366c58d86db3b7b811619 \ - protobuf 3.2.0 b55bad9126f378a853655831eb7363b7b01b81d19f8cb1218861086ca4a1a61e \ - protobuf-support 3.2.0 a5d4d7b8601c814cfb36bcebb79f0e61e45e1e93640cf778837833bbed05c372 \ + protobuf 3.7.1 a3a7c64d9bf75b1b8d981124c14c179074e8caa7dfe7b6a12e6222ddcd0c8f72 \ + protobuf-support 3.7.1 b088fd20b938a875ea00843b6faf48579462630015c3788d397ad6a786663252 \ pulldown-cmark 0.9.6 57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b \ pulldown-cmark-to-cmark 10.0.4 0194e6e1966c23cc5fd988714f85b18d548d773e81965413555d96569931833d \ quote 1.0.36 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 \ - ra-ap-rustc_abi 0.68.0 2a8cb51bb4534ac3e9c74f1d9bd90e607e60f94f734b1cf1a66f753ad2af6ed7 \ - ra-ap-rustc_index 0.68.0 8b640fba2b7ef4f875459e2e76daeb846ef341d1d376fa758962ac0eba79bce6 \ - ra-ap-rustc_index_macros 0.68.0 faef502419ba5ac9d3079b1a835c6e5b4e605388254bbe55eb5683936f541be9 \ - ra-ap-rustc_lexer 0.68.0 5da7f9d533b8d5be6704558da741ff20b982ad4647b1e9e08632853e4fecf9d5 \ - ra-ap-rustc_parse_format 0.68.0 94389cf81c651b1bda9ac45d3de6a2d851bb6fd4cb893875daa44e419c94205f \ - ra-ap-rustc_pattern_analysis 0.68.0 3679d8dd0114ed6000918309f843782738e51c99d8e4baec0d0f706e4d948819 \ + ra-ap-rustc_abi 0.71.0 c6999d098000b98415939f13158dac78cb3eeeb7b0c073847f3e4b623866e27c \ + ra-ap-rustc_index 0.71.0 ae9fb312d942817dab10790881f555928c1f6a11a85186e8e573ad4a86c7d3be \ + ra-ap-rustc_index_macros 0.71.0 766e3990eb1066a06deefc561b5a01b32ca5c9211feea31cbf4ed50611519872 \ + ra-ap-rustc_lexer 0.71.0 f4afa98eb7889c137d5a3f1cd189089e16da04d1e4837d358a67aa3dab10ffbe \ + ra-ap-rustc_parse_format 0.71.0 d9234c96ffb0565286790407fb7eb7f55ebf69267de4db382fdec0a17f14b0e2 \ + ra-ap-rustc_pattern_analysis 0.71.0 273d5f72926a58c7eea27aebc898d1d5b32d23d2342f692a94a2cf8746aa4a2f \ rand 0.8.5 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 \ rand_chacha 0.3.1 e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 \ rand_core 0.6.4 ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c \ @@ -169,7 +170,7 @@ cargo.crates \ rustc_apfloat 0.2.1+llvm-462a31f5a5ab 886d94c63c812a8037c4faca2607453a0fa4cf82f734665266876b022244543f \ ryu 1.0.18 f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f \ same-file 1.0.6 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 \ - scip 0.3.3 e5dc1bd66649133af84ab62436ddd2856c2605182b02dec2cd197f684dfe15ef \ + scip 0.5.1 8dfafd2fa14c6237fa1fc4310f739d02fa915d92977fa069426591f1de046f81 \ scoped-tls 1.0.1 e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294 \ scopeguard 1.2.0 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 \ semver 1.0.23 61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b \ @@ -196,6 +197,7 @@ cargo.crates \ tikv-jemallocator 0.5.4 965fe0c26be5c56c94e38ba547249074803efd52adfb66de62107d95aab3eaca \ time 0.3.36 5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885 \ time-core 0.1.2 ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3 \ + time-macros 0.2.18 3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf \ tinyvec 1.8.0 445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938 \ tinyvec_macros 0.1.1 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 \ toml 0.8.19 a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e \ From 9df3e09d77297a80a63b9a48701996feac5b6aad Mon Sep 17 00:00:00 2001 From: Oleg Derevenetz Date: Wed, 23 Oct 2024 20:50:40 +0300 Subject: [PATCH 443/446] fheroes2: update to 1.1.3 --- games/fheroes2/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/games/fheroes2/Portfile b/games/fheroes2/Portfile index 63233d4e83006..49b8ea86dd84d 100644 --- a/games/fheroes2/Portfile +++ b/games/fheroes2/Portfile @@ -7,7 +7,7 @@ PortGroup cmake 1.1 PortGroup legacysupport 1.1 PortGroup compiler_blacklist_versions 1.0 -github.setup ihhub fheroes2 1.1.2 +github.setup ihhub fheroes2 1.1.3 categories games maintainers {@oleg-derevenetz gmail.com:oleg.derevenetz} openmaintainer @@ -19,9 +19,9 @@ long_description \ homepage https://ihhub.github.io/fheroes2/ -checksums rmd160 14682592ddd442816b1981896740fad1d6690e96 \ - sha256 1d3bbb1a807ff79aab5e13df17619f912928c85ffa777fa928d89b11beb20480 \ - size 12226866 +checksums rmd160 79503d91e34a8b826c201501576bae00c945c6cc \ + sha256 5a42bf62b362cb8c3f472d0ea337af540336b87938eae8d4955d86e0abd5be7e \ + size 12251131 depends_build-append \ port:gettext From 97f09e08a18d9d499e9a86a8b32e3f9cc828adff Mon Sep 17 00:00:00 2001 From: Jan Wielemaker Date: Wed, 23 Oct 2024 18:52:51 +0200 Subject: [PATCH 444/446] swi-prolog: Updated to version 9.2.8 --- lang/swi-prolog/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/swi-prolog/Portfile b/lang/swi-prolog/Portfile index f805c6477ab82..f691a79a10524 100644 --- a/lang/swi-prolog/Portfile +++ b/lang/swi-prolog/Portfile @@ -6,7 +6,7 @@ PortGroup cmake 1.1 name swi-prolog conflicts swi-prolog-devel epoch 20051223 -version 9.2.7 +version 9.2.8 revision 0 categories lang @@ -31,9 +31,9 @@ master_sites https://www.swi-prolog.org/download/stable/src/ distname swipl-${version} dist_subdir swi-prolog -checksums rmd160 2c44bbd750fc4c8a785e0e4f1d98237b0e80d3ba \ - sha256 fd4126f047e0784112741a874e2f7f8c68b5edd6426ded621df355c62d18c96f \ - size 12291404 +checksums rmd160 ae8ad4247aca413704eb50f82fc56b9415f719ea \ + sha256 b331637a57c913c49edcfcb10ddcf6c031278ce93d2411d54542778531abb5c7 \ + size 12331792 depends_build-append \ port:pkgconfig From cb69623c14928b9ba7762ab2bb47fc3676928a71 Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 23 Oct 2024 22:35:12 +0200 Subject: [PATCH 445/446] py-pyobjc: fix Quartz module on macOS 15 (#26229) closes https://trac.macports.org/ticket/71103 --- python/py-pyobjc/Portfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python/py-pyobjc/Portfile b/python/py-pyobjc/Portfile index e7f4a2fff8dab..e8601c1fdd5f7 100644 --- a/python/py-pyobjc/Portfile +++ b/python/py-pyobjc/Portfile @@ -6,7 +6,7 @@ PortGroup github 1.0 PortGroup compiler_blacklist_versions 1.0 github.setup ronaldoussoren pyobjc 10.1 v -revision 0 +revision 1 checksums rmd160 4ed3e4de68817e52920dc72bc9d2a3e667c56b80 \ sha256 079c59f41c75c36fbbbc9b72f49b6afdaeedbc503f6263c9c8d7542303d93c89 \ @@ -56,6 +56,12 @@ if {${name} ne ${subport}} { use_xcode yes compiler.blacklist-append {clang < 900} + # Quartz module uses CGWindowListCreateImageFromArray which is no longer available on macOS 15 + # See https://trac.macports.org/ticket/71103 + if {${os.platform} eq "darwin" && [vercmp ${macosx_deployment_target} >= 15.0]} { + macosx_deployment_target 14.0 + } + post-patch { reinplace \ "s/sphinx-build /sphinx-build-${python.branch} /g" \ From ac3359bb6dc81dd1cf98e18e8b5c4c1de8d3a3cb Mon Sep 17 00:00:00 2001 From: Nils Breunese Date: Wed, 23 Oct 2024 22:36:11 +0200 Subject: [PATCH 446/446] openjdk8-temurin: fix livecheck (#26279) --- java/openjdk8-temurin/Portfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/openjdk8-temurin/Portfile b/java/openjdk8-temurin/Portfile index a049ab42636c0..388f43c91588f 100644 --- a/java/openjdk8-temurin/Portfile +++ b/java/openjdk8-temurin/Portfile @@ -38,8 +38,8 @@ checksums rmd160 5f8860f55c3cc25de4e5a348aa8c946c7d646255 \ homepage https://adoptium.net livecheck.type regex -livecheck.url https://github.com/adoptium/temurin${feature}-binaries/releases -livecheck.regex OpenJDK${feature}U-jdk_x64_mac_hotspot_(${feature}u\[0-9\]+)b\[0-9\]+\.tar\.gz +livecheck.url https://github.com/adoptium/temurin${feature}-binaries +livecheck.regex jdk(${feature}u\[0-9\]+)-b use_configure no build {}