diff options
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 \ |