[34419] trunk/base/src/port/port.tcl

raimue at macports.org raimue at macports.org
Sun Feb 24 06:15:05 PST 2008


Revision: 34419
          http://trac.macosforge.org/projects/macports/changeset/34419
Author:   raimue at macports.org
Date:     2008-02-24 06:15:03 -0800 (Sun, 24 Feb 2008)

Log Message:
-----------
port/port.tcl
Report errors on stderr

Modified Paths:
--------------
    trunk/base/src/port/port.tcl

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2008-02-24 14:02:28 UTC (rev 34418)
+++ trunk/base/src/port/port.tcl	2008-02-24 14:15:03 UTC (rev 34419)
@@ -1932,15 +1932,15 @@
 
             # XXX is this the right place to verify an entry?
             if {![info exists portinfo(name)]} {
-                puts "Invalid port entry, missing portname"
+                puts stderr "Invalid port entry, missing portname"
                 continue
             }
             if {![info exists portinfo(description)]} {
-                puts "Invalid port entry for $portinfo(name), missing description"
+                puts stderr "Invalid port entry for $portinfo(name), missing description"
                 continue
             }
             if {![info exists portinfo(version)]} {
-                puts "Invalid port entry for $portinfo(name), missing version"
+                puts stderr "Invalid port entry for $portinfo(name), missing version"
                 continue
             }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080224/21371ba3/attachment.html 


More information about the macports-changes mailing list