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

raimue at macports.org raimue at macports.org
Fri Feb 22 23:34:33 PST 2008


Revision: 34402
          http://trac.macosforge.org/projects/macports/changeset/34402
Author:   raimue at macports.org
Date:     2008-02-22 23:34:33 -0800 (Fri, 22 Feb 2008)

Log Message:
-----------
port/port.tcl:
Fix separation of ports in rewritten port info

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

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2008-02-23 06:17:00 UTC (rev 34401)
+++ trunk/base/src/port/port.tcl	2008-02-23 07:34:33 UTC (rev 34402)
@@ -1173,8 +1173,9 @@
 
     set separator ""
     foreachport $portlist {
-    # If we have a url, use that, since it's most specific
-    # otherwise try to map the portname to a url
+        puts -nonewline $separator
+        # If we have a url, use that, since it's most specific
+        # otherwise try to map the portname to a url
         if {$porturl eq ""} {
         # Verify the portname, getting portinfo to map to a porturl
             if {[catch {mportsearch $portname no exact} result]} {
@@ -1364,7 +1365,6 @@
                 puts "Maintainers: [unobscure_maintainers $portinfo(maintainers)]"
             }
         }
-        puts -nonewline $separator
         set separator "--\n"
     }
     

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080222/3cb27142/attachment.html 


More information about the macports-changes mailing list