mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
lang/rust*: Remove superfluous 'Changes' from commit log template
This commit is contained in:
parent
d64a2a380f
commit
9400f68f0d
2 changed files with 3 additions and 2 deletions
|
@ -22,4 +22,4 @@ fetch -qo - https://raw.githubusercontent.com/rust-lang/rust/${new_commit}/src/s
|
||||||
make makesum
|
make makesum
|
||||||
echo "lang/rust-nightly: Update to $(make -V PORTVERSION)
|
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
|
||||||
|
|
|
@ -24,7 +24,8 @@ make -C ../rust-bootstrap makesum
|
||||||
|
|
||||||
echo "lang/rust: Update to ${version}
|
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
|
PR: FIXME
|
||||||
Exp-run by: antoine
|
Exp-run by: antoine
|
||||||
Differential Revision: FIXME" >rust.msg
|
Differential Revision: FIXME" >rust.msg
|
||||||
|
|
Loading…
Add table
Reference in a new issue