[133081] users/pixilla/scripts/mp-port-livecheck
pixilla at macports.org
pixilla at macports.org
Thu Feb 19 20:06:46 PST 2015
Revision: 133081
https://trac.macports.org/changeset/133081
Author: pixilla at macports.org
Date: 2015-02-19 20:06:45 -0800 (Thu, 19 Feb 2015)
Log Message:
-----------
users/pixilla:
- Use -q to suppress messaging.
Modified Paths:
--------------
users/pixilla/scripts/mp-port-livecheck
Modified: users/pixilla/scripts/mp-port-livecheck
===================================================================
--- users/pixilla/scripts/mp-port-livecheck 2015-02-20 03:17:18 UTC (rev 133080)
+++ users/pixilla/scripts/mp-port-livecheck 2015-02-20 04:06:45 UTC (rev 133081)
@@ -8,7 +8,7 @@
echo "mp-port-livecheck dependentof:zlib"
exit 1
fi
-for port in $(port echo $@)
+for port in $(port -q echo $@)
do
status=$(port -d livecheck $port 2>&1 | grep -E "cannot check|^$port" | awk '{if ($2 == "The") print " "$(NF-1)" "$(NF);else if ($2 == "Port") print " "$0;else print $0;}' | sed -e 's,DEBUG: ,,g' -e 's,Error: ,,g' | uniq);
echo $status;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150219/7983fe46/attachment.html>
More information about the macports-changes
mailing list