diff options
Diffstat (limited to 'sysutils/hexyl/Makefile')
-rw-r--r-- | sysutils/hexyl/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/hexyl/Makefile b/sysutils/hexyl/Makefile index 9bfae47551ba..b909a10c9e2b 100644 --- a/sysutils/hexyl/Makefile +++ b/sysutils/hexyl/Makefile @@ -2,7 +2,7 @@ PORTNAME= hexyl DISTVERSIONPREFIX= v -DISTVERSION= 0.3.1 +DISTVERSION= 0.4.0 CATEGORIES= sysutils MAINTAINER= tobik@FreeBSD.org @@ -20,9 +20,13 @@ GH_ACCOUNT= sharkdp CARGO_CRATES= ansi_term-0.11.0 \ atty-0.2.11 \ bitflags-1.0.4 \ + cc-1.0.28 \ + cfg-if-0.1.6 \ clap-2.32.0 \ + ctrlc-3.1.1 \ kernel32-sys-0.2.2 \ libc-0.2.46 \ + nix-0.11.0 \ redox_syscall-0.1.50 \ redox_termios-0.1.1 \ strsim-0.7.0 \ @@ -31,6 +35,7 @@ CARGO_CRATES= ansi_term-0.11.0 \ textwrap-0.10.0 \ unicode-width-0.1.5 \ vec_map-0.8.1 \ + void-1.0.2 \ winapi-0.2.8 \ winapi-0.3.6 \ winapi-build-0.1.1 \ |