From 3b4cd94cdf2ebde9f5733a18d31ae89fd2aac384 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Mon, 19 Jan 2026 21:36:20 -0500 Subject: [PATCH] binwalk2: use Python 3.14 --- cross/binwalk2/Portfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cross/binwalk2/Portfile b/cross/binwalk2/Portfile index 08d6270d167..4e8e407aa41 100644 --- a/cross/binwalk2/Portfile +++ b/cross/binwalk2/Portfile @@ -7,7 +7,7 @@ PortGroup github 1.0 github.setup OSPG binwalk 2.4.3 v github.tarball_from archive name ${github.project}[lindex [split ${version} .] 0] -revision 1 +revision 2 conflicts binwalk categories cross @@ -23,7 +23,8 @@ checksums rmd160 f383269e08d0cc11064e543e1de2f51af84c8bff \ size 39746820 python.default_version \ - 313 + 314 -depends_lib-append port:py${python.default_version}-setuptools \ - port:py${python.default_version}-pylzma +depends_lib-append port:py${python.default_version}-pylzma + +test.run yes