1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/devel/racer/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

136 lines
2.7 KiB
Makefile

# Created by: Timothy Beyer <beyert@cs.ucr.edu>
# $FreeBSD$
PORTNAME= racer
DISTVERSIONPREFIX= v
DISTVERSION= 2.1.27
CATEGORIES= devel
MAINTAINER= beyert@cs.ucr.edu
COMMENT= Rust code completion helper
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE-MIT
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= racer-rust
PLIST_FILES= bin/racer
MAKE_ENV= RUSTC_BOOTSTRAP=1
CARGO_CRATES= aho-corasick-0.7.6 \
annotate-snippets-0.6.1 \
ansi_term-0.11.0 \
arrayvec-0.4.11 \
atty-0.2.13 \
autocfg-0.1.6 \
bitflags-1.1.0 \
byteorder-1.3.2 \
c2-chacha-0.2.2 \
cfg-if-0.1.9 \
clap-2.33.0 \
cloudabi-0.0.3 \
crossbeam-deque-0.2.0 \
crossbeam-epoch-0.3.1 \
crossbeam-utils-0.2.2 \
crossbeam-utils-0.6.6 \
derive_more-0.13.0 \
either-1.5.2 \
ena-0.13.0 \
env_logger-0.6.2 \
fuchsia-cprng-0.1.1 \
getrandom-0.1.12 \
humantime-1.2.0 \
indexmap-1.1.0 \
itertools-0.8.0 \
itoa-0.4.4 \
jobserver-0.1.17 \
kernel32-sys-0.2.2 \
lazy_static-1.4.0 \
lazycell-1.2.1 \
libc-0.2.62 \
lock_api-0.1.5 \
log-0.4.8 \
memchr-2.2.1 \
memoffset-0.2.1 \
nodrop-0.1.13 \
num_cpus-1.10.1 \
owning_ref-0.4.0 \
parking_lot-0.7.1 \
parking_lot_core-0.4.0 \
ppv-lite86-0.2.5 \
proc-macro2-0.4.30 \
proc-macro2-1.0.3 \
quick-error-1.2.2 \
quote-0.6.13 \
quote-1.0.2 \
rand-0.6.5 \
rand-0.7.0 \
rand_chacha-0.1.1 \
rand_chacha-0.2.1 \
rand_core-0.3.1 \
rand_core-0.4.2 \
rand_core-0.5.1 \
rand_hc-0.1.0 \
rand_hc-0.2.0 \
rand_isaac-0.1.1 \
rand_jitter-0.1.4 \
rand_os-0.1.3 \
rand_pcg-0.1.2 \
rand_xorshift-0.1.1 \
rdrand-0.4.0 \
redox_syscall-0.1.56 \
regex-1.3.1 \
regex-syntax-0.6.12 \
remove_dir_all-0.5.2 \
rls-span-0.5.2 \
rustc-ap-arena-583.0.0 \
rustc-ap-graphviz-583.0.0 \
rustc-ap-rustc_data_structures-583.0.0 \
rustc-ap-rustc_errors-583.0.0 \
rustc-ap-rustc_lexer-583.0.0 \
rustc-ap-rustc_macros-583.0.0 \
rustc-ap-rustc_target-583.0.0 \
rustc-ap-serialize-583.0.0 \
rustc-ap-syntax-583.0.0 \
rustc-ap-syntax_pos-583.0.0 \
rustc-hash-1.0.1 \
rustc-rayon-0.2.0 \
rustc-rayon-core-0.2.0 \
rustc_version-0.2.3 \
ryu-1.0.0 \
scoped-tls-1.0.0 \
scopeguard-0.3.3 \
semver-0.9.0 \
semver-parser-0.7.0 \
serde-1.0.99 \
serde_derive-1.0.99 \
serde_json-1.0.40 \
smallvec-0.6.10 \
stable_deref_trait-1.1.1 \
strsim-0.8.0 \
syn-0.15.44 \
syn-1.0.5 \
synstructure-0.10.2 \
tempfile-3.1.0 \
term_size-0.3.1 \
termcolor-1.0.5 \
textwrap-0.11.0 \
thread_local-0.3.6 \
unicode-width-0.1.6 \
unicode-xid-0.1.0 \
unicode-xid-0.2.0 \
vec_map-0.8.1 \
wasi-0.7.0 \
winapi-0.2.8 \
winapi-0.3.8 \
winapi-build-0.1.1 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-util-0.1.2 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
wincolor-1.0.2
.include <bsd.port.mk>