Files
ports/lang/rust-nightly/Makefile
T
Dmitry Marakasov 90519e82f2 lang/rust-nightly: update 1.98.0.20260608 → 1.98.0.20260621
Approved by:	rust (implicit)
2026-06-22 22:06:32 +03:00

25 lines
664 B
Makefile

# Run update.sh to update to the latest nightly
PORTVERSION= 1.98.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 rust188
MASTERDIR= ${.CURDIR}/../rust
PATCHDIR= ${.CURDIR}/files
DISTINFO_FILE= ${.CURDIR}/distinfo
NIGHTLY_DATE= 2026-06-21
BOOTSTRAPS_DATE= 2026-05-31
RUST_BOOTSTRAP_VERSION= beta
post-extract:
@${FIND} -d ${WRKSRC} -name .github -exec ${RM} -r {} \;
.include "${MASTERDIR}/Makefile"