<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-base.
</pre>
<p><a href="https://github.com/macports/macports-base/commit/278dd2e4e0709691663c9ae850dd75cbc50414cd">https://github.com/macports/macports-base/commit/278dd2e4e0709691663c9ae850dd75cbc50414cd</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 278dd2e4e macports1.0: Sort variables in macports::autoconf
</span>278dd2e4e is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 278dd2e4e0709691663c9ae850dd75cbc50414cd
</span>Author: Clemens Lang <cal@macports.org>
AuthorDate: Sat Jun 6 16:59:07 2020 +0200
<span style='display:block; white-space:pre;color:#404040;'> macports1.0: Sort variables in macports::autoconf
</span>---
src/macports1.0/macports_autoconf.tcl.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/macports1.0/macports_autoconf.tcl.in b/src/macports1.0/macports_autoconf.tcl.in
</span><span style='display:block; white-space:pre;color:#808080;'>index f3c349d49..398df3e32 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/macports1.0/macports_autoconf.tcl.in
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/macports1.0/macports_autoconf.tcl.in
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,14 +37,16 @@ namespace eval macports::autoconf {
</span> variable chown_path "@CHOWN@"
variable gzip_path "@GZIP_BIN@"
variable macports_conf_path "@MPCONFIGDIR_EXPANDED@"
<span style='display:block; white-space:pre;background:#ffe0e0;'>- variable macports_version "@MACPORTS_VERSION@"
</span> variable macports_user_dir "~/.macports"
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ variable macports_version "@MACPORTS_VERSION@"
</span> variable macportsuser "@RUNUSR@"
variable man_path "@MAN@"
variable mdfind_path "@MDFIND@"
variable mdls_path "@MDLS@"
variable open_path "@OPEN@"
variable openssl_path "@OPENSSL@"
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ variable os_major "@OS_MAJOR@"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ variable os_platform "@OS_PLATFORM@"
</span> variable pax_path "@PAX@"
variable rsync_path "@RSYNC@"
variable tar_command "@TAR_CMD@"
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -55,6 +57,4 @@ namespace eval macports::autoconf {
</span> variable xcode_select_path "@XCODE_SELECT@"
variable xcodebuild_path "@XCODEBUILD@"
variable xcrun_path "@XCRUN@"
<span style='display:block; white-space:pre;background:#ffe0e0;'>- variable os_platform "@OS_PLATFORM@"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- variable os_major "@OS_MAJOR@"
</span> }
</pre><pre style='margin:0'>
</pre>