[93512] trunk/base/src/port1.0/portinstall.tcl

jmr at macports.org jmr at macports.org
Thu May 24 12:56:40 PDT 2012


Revision: 93512
          https://trac.macports.org/changeset/93512
Author:   jmr at macports.org
Date:     2012-05-24 12:56:40 -0700 (Thu, 24 May 2012)
Log Message:
-----------
use canonical case in pkgdep lines

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

Modified: trunk/base/src/port1.0/portinstall.tcl
===================================================================
--- trunk/base/src/port1.0/portinstall.tcl	2012-05-24 19:54:21 UTC (rev 93511)
+++ trunk/base/src/port1.0/portinstall.tcl	2012-05-24 19:56:40 UTC (rev 93512)
@@ -303,7 +303,7 @@
                      array set portinfo [lindex $dep 1]
                      set depver $portinfo(version)
                      set deprev $portinfo(revision)
-                     puts $fd "@pkgdep ${depname}-${depver}_${deprev}"
+                     puts $fd "@pkgdep $portinfo(name)-${depver}_${deprev}"
                  }
              }
          }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120524/f5e0615e/attachment.html>


More information about the macports-changes mailing list