Skip to content

Commit

Permalink
wireshark4: update to 4.4.2
Browse files Browse the repository at this point in the history
Add and default to python313, drop python38
  • Loading branch information
i0ntempest committed Jan 5, 2025
1 parent 2b7518f commit 8bad777
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions net/wireshark4/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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} {
Expand Down Expand Up @@ -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
}


Expand Down

0 comments on commit 8bad777

Please sign in to comment.