freebsd-ports/sysutils/hexyl/Makefile
Tobias Kortkamp deaa22d85c lang/rust: Update to 1.38.0
- Force rebuild all consumers to catch regressions early

Thanks to Mikaël Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/09/26/Rust-1.38.0.html
Tested by:	jbeich, mikael.urankar@gmail.com, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D21778
2019-09-27 09:35:20 +00:00

52 lines
973 B
Makefile

# $FreeBSD$
PORTNAME= hexyl
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.1
PORTREVISION= 3
CATEGORIES= sysutils
MAINTAINER= tobik@FreeBSD.org
COMMENT= Command-line hex viewer
LICENSE= APACHE20 MIT
LICENSE_COMB= dual
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= sharkdp
CARGO_CRATES= ansi_term-0.11.0 \
atty-0.2.11 \
bitflags-1.0.4 \
cc-1.0.37 \
cfg-if-0.1.9 \
clap-2.33.0 \
ctrlc-3.1.2 \
kernel32-sys-0.2.2 \
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.2 \
textwrap-0.11.0 \
unicode-width-0.1.5 \
vec_map-0.8.1 \
void-1.0.2 \
winapi-0.2.8 \
winapi-0.3.7 \
winapi-build-0.1.1 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-x86_64-pc-windows-gnu-0.4.0
PLIST_FILES= bin/hexyl
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/hexyl
.include <bsd.port.mk>