diff options
Diffstat (limited to '')
-rw-r--r-- | textproc/tokay/Makefile | 59 |
1 files changed, 32 insertions, 27 deletions
diff --git a/textproc/tokay/Makefile b/textproc/tokay/Makefile index 7081e7df71c8..cf87d56807dc 100644 --- a/textproc/tokay/Makefile +++ b/textproc/tokay/Makefile @@ -1,7 +1,6 @@ PORTNAME= tokay DISTVERSIONPREFIX= v -DISTVERSION= 0.6.8 -PORTREVISION= 2 +DISTVERSION= 0.6.12 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org @@ -27,15 +26,15 @@ CARGO_CRATES= aho-corasick-1.1.3 \ atty-0.2.14 \ autocfg-1.4.0 \ bitflags-1.2.1 \ - bitflags-2.8.0 \ - cc-1.2.15 \ + bitflags-2.9.0 \ + cc-1.2.21 \ cfg-if-1.0.0 \ cfg_aliases-0.2.1 \ charclass-0.3.0 \ clap-2.34.0 \ - clap-4.5.31 \ - clap_builder-4.5.31 \ - clap_derive-4.5.28 \ + clap-4.5.37 \ + clap_builder-4.5.37 \ + clap_derive-4.5.32 \ clap_lex-0.7.4 \ clipboard-win-4.5.0 \ clipboard-win-5.4.0 \ @@ -45,29 +44,31 @@ CARGO_CRATES= aho-corasick-1.1.3 \ dirs-sys-next-0.1.2 \ endian-type-0.1.2 \ env_filter-0.1.3 \ - env_logger-0.11.6 \ + env_logger-0.11.8 \ equivalent-1.0.2 \ - errno-0.3.10 \ + errno-0.3.11 \ error-code-2.3.1 \ - error-code-3.3.1 \ + error-code-3.3.2 \ fd-lock-2.0.0 \ - fd-lock-4.0.2 \ - getrandom-0.2.15 \ - ghost-0.1.18 \ + fd-lock-4.0.4 \ + getrandom-0.2.16 \ + ghost-0.1.19 \ glob-0.3.2 \ - hashbrown-0.15.2 \ + half-1.8.3 \ + hashbrown-0.15.3 \ heck-0.5.0 \ hermit-abi-0.1.19 \ home-0.5.11 \ - humantime-2.1.0 \ - indexmap-2.7.1 \ + indexmap-2.9.0 \ inventory-0.1.11 \ inventory-impl-0.1.11 \ is_terminal_polyfill-1.70.1 \ - libc-0.2.170 \ + jiff-0.2.13 \ + jiff-static-0.2.13 \ + libc-0.2.172 \ libredox-0.1.3 \ - linux-raw-sys-0.4.15 \ - log-0.4.26 \ + linux-raw-sys-0.9.4 \ + log-0.4.27 \ memchr-2.7.4 \ memoffset-0.6.5 \ nibble_vec-0.1.0 \ @@ -81,31 +82,36 @@ CARGO_CRATES= aho-corasick-1.1.3 \ num-parse-0.1.2 \ num-rational-0.4.2 \ num-traits-0.2.19 \ - once_cell-1.20.3 \ - proc-macro2-1.0.93 \ - quote-1.0.38 \ + once_cell-1.21.3 \ + portable-atomic-1.11.0 \ + portable-atomic-util-0.2.4 \ + proc-macro2-1.0.95 \ + quote-1.0.40 \ radix_trie-0.2.1 \ redox_users-0.4.6 \ regex-1.11.1 \ regex-automata-0.4.9 \ regex-syntax-0.8.5 \ - rustix-0.38.44 \ + rustix-1.0.7 \ rustyline-8.2.0 \ rustyline-15.0.0 \ scopeguard-1.2.0 \ + serde-1.0.219 \ + serde_cbor-0.11.2 \ + serde_derive-1.0.219 \ shlex-1.3.0 \ - smallvec-1.14.0 \ + smallvec-1.15.0 \ str-buf-1.0.6 \ strsim-0.8.0 \ strsim-0.11.1 \ syn-1.0.109 \ - syn-2.0.98 \ + syn-2.0.101 \ textwrap-0.11.0 \ thiserror-1.0.69 \ thiserror-impl-1.0.69 \ tokay-0.4.0 \ tokay-macros-0.5.0 \ - unicode-ident-1.0.17 \ + unicode-ident-1.0.18 \ unicode-segmentation-1.12.0 \ unicode-width-0.1.14 \ unicode-width-0.2.0 \ @@ -115,7 +121,6 @@ CARGO_CRATES= aho-corasick-1.1.3 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-sys-0.52.0 \ windows-sys-0.59.0 \ windows-targets-0.52.6 \ windows_aarch64_gnullvm-0.52.6 \ |