git: 9400f68f0dc7 - main - lang/rust*: Remove superfluous 'Changes' from commit log template
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Feb 2022 14:07:54 UTC
The branch main has been updated by tobik:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9400f68f0dc7f44caefdf35f4f46203592328a4e
commit 9400f68f0dc7f44caefdf35f4f46203592328a4e
Author: Tobias Kortkamp <tobik@FreeBSD.org>
AuthorDate: 2022-02-03 14:02:32 +0000
Commit: Tobias Kortkamp <tobik@FreeBSD.org>
CommitDate: 2022-02-03 14:02:32 +0000
lang/rust*: Remove superfluous 'Changes' from commit log template
---
lang/rust-nightly/update.sh | 2 +-
lang/rust/update.sh | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/lang/rust-nightly/update.sh b/lang/rust-nightly/update.sh
index 6976d9424982..2a8f325ad255 100644
--- a/lang/rust-nightly/update.sh
+++ b/lang/rust-nightly/update.sh
@@ -22,4 +22,4 @@ fetch -qo - https://raw.githubusercontent.com/rust-lang/rust/${new_commit}/src/s
make makesum
echo "lang/rust-nightly: Update to $(make -V PORTVERSION)
-Changes: https://github.com/rust-lang/rust/compare/${prev_commit}...${new_commit}" >rust-nightly.msg
+https://github.com/rust-lang/rust/compare/${prev_commit}...${new_commit}" >rust-nightly.msg
diff --git a/lang/rust/update.sh b/lang/rust/update.sh
index a2cf1ec8f3fa..64ac7180b0b7 100644
--- a/lang/rust/update.sh
+++ b/lang/rust/update.sh
@@ -24,7 +24,8 @@ make -C ../rust-bootstrap makesum
echo "lang/rust: Update to ${version}
-Changes: https://blog.rust-lang.org/FIXME/Rust-${version}.html
+https://blog.rust-lang.org/FIXME/Rust-${version}.html
+
PR: FIXME
Exp-run by: antoine
Differential Revision: FIXME" >rust.msg