Changeset View
Changeset View
Standalone View
Standalone View
lang/rust-bootstrap/Makefile
| # Once the bootstraps are available on pkg.FreeBSD.org run sync.sh | # Once the bootstraps are available on pkg.FreeBSD.org run sync.sh | ||||
| # to upload them to ~/public_distfiles on freefall in preparation | # to upload them to ~/public_distfiles on freefall in preparation | ||||
| # for the next lang/rust update. | # for the next lang/rust update. | ||||
| PORTNAME= rust | PORTNAME= rust | ||||
| PORTVERSION= 1.56.0 | PORTVERSION= 1.57.0 | ||||
| CATEGORIES= lang | CATEGORIES= lang | ||||
| MASTER_SITES= https://static.rust-lang.org/dist/ | MASTER_SITES= https://static.rust-lang.org/dist/ | ||||
| PKGNAMEPREFIX= ${FLAVOR:S/_/-/g}- | PKGNAMEPREFIX= ${FLAVOR:S/_/-/g}- | ||||
| PKGNAMESUFFIX= -bootstrap | PKGNAMESUFFIX= -bootstrap | ||||
| DISTNAME= ${PORTNAME}c-${PORTVERSION}-src | DISTNAME= ${PORTNAME}c-${PORTVERSION}-src | ||||
| DIST_SUBDIR= rust | DIST_SUBDIR= rust | ||||
| MAINTAINER= rust@FreeBSD.org | MAINTAINER= rust@FreeBSD.org | ||||
| ▲ Show 20 Lines • Show All 152 Lines • Show Last 20 Lines | |||||