diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2023-12-15 09:02:03 +0100 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2023-12-15 09:30:10 +0100 |
commit | 3d5df240baf6d44855d6cc060552493aeedf2429 (patch) | |
tree | cc7cc13ca29af3bd9475f3982e4e8708afad99e7 /sysutils/hexyl/Makefile | |
parent | 3a9f6ec9730b5fe15d4d73da4d13c0374059a199 (diff) | |
download | freebsd-ports-3d5df240baf6d44855d6cc060552493aeedf2429.zip |
sysutils/hexyl: Update to 0.14.0
Changes:
https://github.com/sharkdp/hexyl/releases/tag/v0.14.0
Diffstat (limited to 'sysutils/hexyl/Makefile')
-rw-r--r-- | sysutils/hexyl/Makefile | 77 |
1 files changed, 1 insertions, 76 deletions
diff --git a/sysutils/hexyl/Makefile b/sysutils/hexyl/Makefile index cfff7beeac95..8085c2acb6af 100644 --- a/sysutils/hexyl/Makefile +++ b/sysutils/hexyl/Makefile @@ -1,7 +1,6 @@ PORTNAME= hexyl DISTVERSIONPREFIX= v -DISTVERSION= 0.13.1 -PORTREVISION= 3 +DISTVERSION= 0.14.0 CATEGORIES= sysutils MAINTAINER= mikael@FreeBSD.org @@ -17,80 +16,6 @@ USES= cargo USE_GITHUB= yes GH_ACCOUNT= sharkdp -CARGO_CRATES= aho-corasick-1.0.2 \ - anstream-0.3.2 \ - anstyle-1.0.1 \ - anstyle-parse-0.2.1 \ - anstyle-query-1.0.0 \ - anstyle-wincon-1.0.1 \ - anyhow-1.0.72 \ - assert_cmd-2.0.12 \ - autocfg-1.1.0 \ - bitflags-1.3.2 \ - bitflags-2.3.3 \ - bstr-1.6.0 \ - cc-1.0.79 \ - clap-4.3.19 \ - clap_builder-4.3.19 \ - clap_lex-0.5.0 \ - colorchoice-1.0.0 \ - const_format-0.2.31 \ - const_format_proc_macros-0.2.31 \ - diff-0.1.13 \ - difflib-0.4.0 \ - doc-comment-0.3.3 \ - either-1.9.0 \ - errno-0.3.1 \ - errno-dragonfly-0.1.2 \ - float-cmp-0.9.0 \ - hermit-abi-0.3.2 \ - io-lifetimes-1.0.11 \ - is-terminal-0.4.9 \ - is_ci-1.1.1 \ - itertools-0.10.5 \ - libc-0.2.147 \ - linux-raw-sys-0.3.8 \ - linux-raw-sys-0.4.3 \ - memchr-2.5.0 \ - normalize-line-endings-0.3.0 \ - num-traits-0.2.16 \ - once_cell-1.18.0 \ - owo-colors-3.5.0 \ - predicates-2.1.5 \ - predicates-3.0.3 \ - predicates-core-1.0.6 \ - predicates-tree-1.0.9 \ - pretty_assertions-1.4.0 \ - proc-macro2-1.0.66 \ - quote-1.0.32 \ - regex-1.9.1 \ - regex-automata-0.3.3 \ - regex-syntax-0.7.4 \ - rustix-0.37.23 \ - rustix-0.38.4 \ - serde-1.0.175 \ - strsim-0.10.0 \ - supports-color-2.0.0 \ - syn-2.0.27 \ - terminal_size-0.2.6 \ - termtree-0.4.1 \ - thiserror-1.0.44 \ - thiserror-impl-1.0.44 \ - unicode-ident-1.0.11 \ - unicode-xid-0.2.4 \ - utf8parse-0.2.1 \ - wait-timeout-0.2.0 \ - windows-sys-0.48.0 \ - windows-targets-0.48.1 \ - windows_aarch64_gnullvm-0.48.0 \ - windows_aarch64_msvc-0.48.0 \ - windows_i686_gnu-0.48.0 \ - windows_i686_msvc-0.48.0 \ - windows_x86_64_gnu-0.48.0 \ - windows_x86_64_gnullvm-0.48.0 \ - windows_x86_64_msvc-0.48.0 \ - yansi-0.5.1 - PLIST_FILES= bin/hexyl post-install: |