[150701] contrib/mp-buildbot

ryandesign at macports.org ryandesign at macports.org
Tue Jul 26 22:37:18 PDT 2016


Revision: 150701
          https://trac.macports.org/changeset/150701
Author:   ryandesign at macports.org
Date:     2016-07-26 22:37:18 -0700 (Tue, 26 Jul 2016)
Log Message:
-----------
mp-buildbot: fix typo in help text

Modified Paths:
--------------
    contrib/mp-buildbot/mpbb-install-dependencies
    contrib/mp-buildbot/mpbb-install-port

Modified: contrib/mp-buildbot/mpbb-install-dependencies
===================================================================
--- contrib/mp-buildbot/mpbb-install-dependencies	2016-07-27 05:33:55 UTC (rev 150700)
+++ contrib/mp-buildbot/mpbb-install-dependencies	2016-07-27 05:37:18 UTC (rev 150701)
@@ -6,7 +6,7 @@
 
 
 install-dependencies-help() {
-    echo "Builds and installs all dependencies of port --port."
+    echo "Build and install all dependencies of port --port."
 }
 
 install-dependencies() {
@@ -21,7 +21,6 @@
     fi
 
     if ! "${option_prefix}/bin/port" -d install --unrequested depof:"${option_port}"; then
-
         echo "Build failed, cleaning up..."
         cleanup
         return 1

Modified: contrib/mp-buildbot/mpbb-install-port
===================================================================
--- contrib/mp-buildbot/mpbb-install-port	2016-07-27 05:33:55 UTC (rev 150700)
+++ contrib/mp-buildbot/mpbb-install-port	2016-07-27 05:37:18 UTC (rev 150701)
@@ -6,7 +6,7 @@
 
 
 install-port-help() {
-    echo "Builds and install the port --port itself."
+    echo "Build and install the port --port itself."
 }
 
 install-port() {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160726/af2d352d/attachment.html>


More information about the macports-changes mailing list