mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
f2ae3eb417
Changes: 6c2dd251bb...f586d79d18
24 lines
645 B
Makefile
24 lines
645 B
Makefile
# Created by: Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
|
|
|
|
# Run update.sh to update to the latest nightly
|
|
PORTVERSION= 1.55.0.${NIGHTLY_DATE:C,-,,g}
|
|
# Always set PORTREVISION explicitly as otherwise it is inherited from lang/rust
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -nightly
|
|
DISTNAME= rustc-nightly-src
|
|
|
|
ONLY_FOR_ARCHS= amd64
|
|
ONLY_FOR_ARCHS_REASON= upstream does not provide bootstraps for other architectures
|
|
|
|
CONFLICTS_INSTALL= rust
|
|
|
|
MASTERDIR= ${.CURDIR}/../rust
|
|
PATCHDIR= ${.CURDIR}/files
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
NIGHTLY_DATE= 2021-06-14
|
|
BOOTSTRAPS_DATE= 2021-05-23
|
|
RUST_BOOTSTRAP_VERSION= beta
|
|
|
|
.include "${MASTERDIR}/Makefile"
|