diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-05-31 06:23:29 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-05-31 06:23:29 +0000 |
commit | 5a96140d76376caf207183877df0eabbbd9462b4 (patch) | |
tree | 98532a3e5c75e8210b77432c711d7515feede8de /sysutils/hexyl/Makefile | |
parent | 340dec9e952ece5607f5985a469c9a5b40cc7933 (diff) | |
download | freebsd-ports-5a96140d76376caf207183877df0eabbbd9462b4.zip |
sysutils/hexyl: Update to 0.5.1
- Pet portclippy while here
Changes: https://github.com/sharkdp/hexyl/releases/tag/v0.5.1
Diffstat (limited to 'sysutils/hexyl/Makefile')
-rw-r--r-- | sysutils/hexyl/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sysutils/hexyl/Makefile b/sysutils/hexyl/Makefile index e5b88200e91c..ebc5d9b130b0 100644 --- a/sysutils/hexyl/Makefile +++ b/sysutils/hexyl/Makefile @@ -2,17 +2,16 @@ PORTNAME= hexyl DISTVERSIONPREFIX= v -DISTVERSION= 0.5.0 -PORTREVISION= 2 +DISTVERSION= 0.5.1 CATEGORIES= sysutils MAINTAINER= tobik@FreeBSD.org COMMENT= Command-line hex viewer -LICENSE= MIT APACHE20 +LICENSE= APACHE20 MIT LICENSE_COMB= dual -LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE +LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT USES= cargo USE_GITHUB= yes @@ -21,18 +20,19 @@ GH_ACCOUNT= sharkdp CARGO_CRATES= ansi_term-0.11.0 \ atty-0.2.11 \ bitflags-1.0.4 \ - cc-1.0.35 \ - cfg-if-0.1.7 \ + cc-1.0.37 \ + cfg-if-0.1.9 \ clap-2.33.0 \ - ctrlc-3.1.1 \ + ctrlc-3.1.2 \ kernel32-sys-0.2.2 \ - libc-0.2.51 \ - nix-0.11.0 \ + libc-0.2.55 \ + nix-0.13.0 \ + numtoa-0.1.0 \ redox_syscall-0.1.54 \ redox_termios-0.1.1 \ strsim-0.8.0 \ term_size-0.3.1 \ - termion-1.5.1 \ + termion-1.5.2 \ textwrap-0.11.0 \ unicode-width-0.1.5 \ vec_map-0.8.1 \ |