diff options
| author | Tobias Kortkamp <tobik@FreeBSD.org> | 2022-01-12 09:38:51 +0000 |
|---|---|---|
| committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2022-01-17 11:56:32 +0000 |
| commit | 183588879e6bae37e4fd11e4b3336c49d6e64e0f (patch) | |
| tree | d30b6e7a0d61145c97b7c802edf9fcf6c8b1a453 /lang/rust-bootstrap | |
| parent | 62484c7cf83a5a7ec9144ff7ae76e471c2b54385 (diff) | |
Diffstat (limited to 'lang/rust-bootstrap')
| -rw-r--r-- | lang/rust-bootstrap/Makefile | 4 | ||||
| -rw-r--r-- | lang/rust-bootstrap/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/rust-bootstrap/Makefile b/lang/rust-bootstrap/Makefile index 115fb7fe206c..f95e8c6cd935 100644 --- a/lang/rust-bootstrap/Makefile +++ b/lang/rust-bootstrap/Makefile @@ -2,7 +2,7 @@ # to upload them to ~/public_distfiles on freefall in preparation # for the next lang/rust update. PORTNAME= rust -PORTVERSION= 1.57.0 +PORTVERSION= 1.58.0 CATEGORIES= lang MASTER_SITES= https://static.rust-lang.org/dist/ PKGNAMEPREFIX= ${FLAVOR:S/_/-/g}- @@ -153,7 +153,7 @@ do-configure: do-build: @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} x.py dist --jobs=${MAKE_JOBS_NUMBER} \ - cargo src/librustc library/std + cargo rustc rust-std do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/rust-bootstrap/${FLAVOR} diff --git a/lang/rust-bootstrap/distinfo b/lang/rust-bootstrap/distinfo index 6080a9d6b614..e91fbdaa6252 100644 --- a/lang/rust-bootstrap/distinfo +++ b/lang/rust-bootstrap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638276833 -SHA256 (rust/rustc-1.57.0-src.tar.xz) = fad07ea1daf9c6195c32e6e9c43ece4565c5f2f1de3c3771574790d6abbc9704 -SIZE (rust/rustc-1.57.0-src.tar.xz) = 122681768 +TIMESTAMP = 1641979674 +SHA256 (rust/rustc-1.58.0-src.tar.xz) = 37dce222b82a438e550ccd5e45ca9bad1c57aa7acc7adfec6a897c4ff94b6485 +SIZE (rust/rustc-1.58.0-src.tar.xz) = 124348768 |
