[70163] trunk/base/src/port1.0/portlint.tcl

jmr at macports.org jmr at macports.org
Sat Jul 31 01:35:18 PDT 2010


Revision: 70163
          http://trac.macports.org/changeset/70163
Author:   jmr at macports.org
Date:     2010-07-31 01:35:15 -0700 (Sat, 31 Jul 2010)
Log Message:
-----------
switch ui_msg to ui_notice in portlint since the former changed to being printed when -q is used (#25880)

Modified Paths:
--------------
    trunk/base/src/port1.0/portlint.tcl

Modified: trunk/base/src/port1.0/portlint.tcl
===================================================================
--- trunk/base/src/port1.0/portlint.tcl	2010-07-31 05:24:59 UTC (rev 70162)
+++ trunk/base/src/port1.0/portlint.tcl	2010-07-31 08:35:15 UTC (rev 70163)
@@ -90,7 +90,7 @@
 
 proc portlint::lint_start {args} {
     global UI_PREFIX name
-    ui_msg "$UI_PREFIX [format [msgcat::mc "Verifying Portfile for %s"] ${name}]"
+    ui_notice "$UI_PREFIX [format [msgcat::mc "Verifying Portfile for %s"] ${name}]"
 }
 
 proc portlint::lint_main {args} {
@@ -532,7 +532,7 @@
     ui_debug "Archs: $portarch"
     ###################################################################
 
-    ui_msg "$UI_PREFIX [format [msgcat::mc "%d errors and %d warnings found."] $errors $warnings]"
+    ui_notice "$UI_PREFIX [format [msgcat::mc "%d errors and %d warnings found."] $errors $warnings]"
 
     return {$errors > 0}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100731/7600b87f/attachment.html>


More information about the macports-changes mailing list