[69322] contrib/port-depgraph/port-depgraph

ryandesign at macports.org ryandesign at macports.org
Wed Jun 30 02:41:31 PDT 2010


Revision: 69322
          http://trac.macports.org/changeset/69322
Author:   ryandesign at macports.org
Date:     2010-06-30 02:41:28 -0700 (Wed, 30 Jun 2010)
Log Message:
-----------
port-depgraph: tweak the formatting of the edge lines a little

Modified Paths:
--------------
    contrib/port-depgraph/port-depgraph

Modified: contrib/port-depgraph/port-depgraph
===================================================================
--- contrib/port-depgraph/port-depgraph	2010-06-30 09:35:37 UTC (rev 69321)
+++ contrib/port-depgraph/port-depgraph	2010-06-30 09:41:28 UTC (rev 69322)
@@ -82,9 +82,9 @@
         }
 
         if {!$verbose} {
-            puts [format {"%s" -> "%s" [ style=%s ] } $portName $aPort $style]
+            puts [format {"%s" -> "%s" [style="%s"]} $portName $aPort $style]
         } else {
-            puts [format {"%s" -> "%s" [ label="%s",style="%s",color="%s" ]} $portName $aPort $aBy $style $color]
+            puts [format {"%s" -> "%s" [style="%s", label="%s", color="%s"]} $portName $aPort $style $aBy $color]
         }
 
         print_dependencies portDependencies $aPort $verbose
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100630/fa01119b/attachment.html>


More information about the macports-changes mailing list