<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository mpbb.
</pre>
<p><a href="https://github.com/macports/mpbb/commit/a6c808a27a012f3c012ab5abd2e87d71e8c5d239">https://github.com/macports/mpbb/commit/a6c808a27a012f3c012ab5abd2e87d71e8c5d239</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit a6c808a27a012f3c012ab5abd2e87d71e8c5d239
</span>Author: Ryan Schmidt <git@ryandesign.com>
AuthorDate: Thu Jun 6 19:40:47 2019 -0500
<span style='display:block; white-space:pre;color:#404040;'> Rename uninstall-old-ports.tcl to uninstall-unneeded-ports.tcl
</span>---
mpbb-cleanup | 4 ++--
tools/{uninstall-old-ports.tcl => uninstall-unneeded-ports.tcl} | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mpbb-cleanup b/mpbb-cleanup
</span><span style='display:block; white-space:pre;color:#808080;'>index a94b1ec..84570c0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mpbb-cleanup
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mpbb-cleanup
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -58,10 +58,10 @@ cleanup() {
</span> "${option_prefix}/bin/port" -fp deactivate active
fi
echo
<span style='display:block; white-space:pre;background:#ffe0e0;'>- echo "----> Uninstalling obsolete ports"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ echo "----> Uninstalling unneeded ports"
</span> # $thisdir is set by mpbb and points to the directory in which this script resides
# shellcheck disable=SC2154
<span style='display:block; white-space:pre;background:#ffe0e0;'>- "${option_prefix}/bin/port-tclsh" "${thisdir}/tools/uninstall-old-ports.tcl"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ "${option_prefix}/bin/port-tclsh" "${thisdir}/tools/uninstall-unneeded-ports.tcl"
</span> if [ ! -L "${option_prefix}/var/macports/distfiles" ]; then
echo
echo "----> Deleting distfiles"
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/tools/uninstall-old-ports.tcl b/tools/uninstall-unneeded-ports.tcl
</span>similarity index 98%
rename from tools/uninstall-old-ports.tcl
rename to tools/uninstall-unneeded-ports.tcl
<span style='display:block; white-space:pre;color:#808080;'>index eda239a..9015dce 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/tools/uninstall-old-ports.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/tools/uninstall-unneeded-ports.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,7 +34,7 @@ package require macports
</span> mportinit
if {$showVersion} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- puts "uninstall-old-ports.tcl version $MY_VERSION"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ puts "uninstall-unneeded-ports.tcl version $MY_VERSION"
</span> puts "MacPorts version [macports::version]"
exit 0
}
</pre><pre style='margin:0'>
</pre>