Changeset View
Changeset View
Standalone View
Standalone View
lang/rust/Makefile
| # Created by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> | # Created by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= rust | PORTNAME= rust | ||||
| PORTVERSION?= 1.29.0 | PORTVERSION?= 1.29.1 | ||||
| PORTREVISION?= 1 | PORTREVISION?= 0 | ||||
| CATEGORIES= lang | CATEGORIES= lang | ||||
| MASTER_SITES= http://static.rust-lang.org/dist/:src \ | MASTER_SITES= http://static.rust-lang.org/dist/:src \ | ||||
| LOCAL/dumbbell/rust:rust_bootstrap \ | LOCAL/dumbbell/rust:rust_bootstrap \ | ||||
| https://static.rust-lang.org/dist/:rust_bootstrap \ | https://static.rust-lang.org/dist/:rust_bootstrap \ | ||||
| LOCAL/dumbbell/rust:cargo_bootstrap \ | LOCAL/dumbbell/rust:cargo_bootstrap \ | ||||
| https://static.rust-lang.org/dist/:cargo_bootstrap \ | https://static.rust-lang.org/dist/:cargo_bootstrap \ | ||||
| https://s3.amazonaws.com/rust-lang-ci/cargo-builds/:cargo_bootstrap \ | https://s3.amazonaws.com/rust-lang-ci/cargo-builds/:cargo_bootstrap \ | ||||
| LOCAL/marino:bootstrap | LOCAL/marino:bootstrap | ||||
| ▲ Show 20 Lines • Show All 392 Lines • Show Last 20 Lines | |||||