aboutsummaryrefslogblamecommitdiff
path: root/lang/rust-nightly/Makefile
blob: b3b8ab296639cc39bbf3a2e90d61c06b4bebc10a (plain) (tree)
1
2
3
4
5
6
7
8
                                               
                                             
                                                                                
                 
                        
                                 
 
                     



                                                                                    
                                  
                                
                                   
 

                                  
                            
 
                                
# Run update.sh to update to the latest nightly
PORTVERSION=	1.80.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=		2024-05-07
BOOTSTRAPS_DATE=	2024-04-29
RUST_BOOTSTRAP_VERSION=	beta

.include "${MASTERDIR}/Makefile"