diff --git a/net/wireshark4/Portfile b/net/wireshark4/Portfile index fdd4bda5692cc..b1574ef1d3c61 100644 --- a/net/wireshark4/Portfile +++ b/net/wireshark4/Portfile @@ -29,12 +29,12 @@ if { ${os.platform} eq "darwin" && ${os.major} < 16 } { } } -version 4.4.1 +version 4.4.2 revision 0 -checksums sha256 2b9e96572a7002c3e53b79683cf92f8172217e64c17ecaaf612eb68c2a7556ec \ - sha1 18672f1faaf5bdd878a45fc8af9d527fd034152e \ - size 46748700 +checksums sha256 6053d97499c83feb87ce1d7f732d9c889c6c18bb334de67e65dca11483b0514e \ + sha1 95e8dbc57e19c52ec8b41a06e49cfd70298d0037 \ + size 46763620 livecheck.type regex livecheck.url ${homepage}download/src/ @@ -160,7 +160,7 @@ variant chmodbpf description {Enable Wireshark to access macOS capture devices} depends_run port:wireshark-chmodbpf } -set pythons_suffixes {38 39 310 311 312} +set pythons_suffixes {39 310 311 312 313} set pythons_ports {} foreach py_ver_nodot ${pythons_suffixes} { @@ -190,7 +190,7 @@ foreach py_ver_nodot ${pythons_suffixes} { ## if no python3* variant is specified, add +python311 ## XYZZY: it would be better to detect which python3* is already installed and use that... if {!${python_isset}} { - default_variants-append +python312 + default_variants-append +python313 }