git: 865be5c1f320 - main - lang/rust-bootstrap: Fix typo in bootstrap sync script

Tobias Kortkamp tobik at FreeBSD.org
Sat Apr 24 11:20:07 UTC 2021


The branch main has been updated by tobik:

URL: https://cgit.FreeBSD.org/ports/commit/?id=865be5c1f320fa34c37595f45742923d81079619

commit 865be5c1f320fa34c37595f45742923d81079619
Author:     Tobias Kortkamp <tobik at FreeBSD.org>
AuthorDate: 2021-04-24 11:12:36 +0000
Commit:     Tobias Kortkamp <tobik at FreeBSD.org>
CommitDate: 2021-04-24 11:18:37 +0000

    lang/rust-bootstrap: Fix typo in bootstrap sync script
---
 lang/rust-bootstrap/sync.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/rust-bootstrap/sync.sh b/lang/rust-bootstrap/sync.sh
index cea7120c8126..e1b9c327c72f 100644
--- a/lang/rust-bootstrap/sync.sh
+++ b/lang/rust-bootstrap/sync.sh
@@ -7,7 +7,7 @@ set -xeu
 : "${PORTSDIR=/usr/ports}"
 : "${DATADIR=/tmp/rust-bootstrap}"
 
-version=$(make -C "${PORTSDIR}/lang/rust" PORTVERSION)
+version=$(make -C "${PORTSDIR}/lang/rust" -V PORTVERSION)
 date=$(fetch -qo- https://static.rust-lang.org/dist/channel-rust-stable-date.txt)
 
 export ABI=FreeBSD:13:amd64


More information about the dev-commits-ports-all mailing list