[66842] trunk/base/src/registry2.0/receipt_flat.tcl

jmr at macports.org jmr at macports.org
Fri Apr 23 07:29:19 PDT 2010


Revision: 66842
          http://trac.macports.org/changeset/66842
Author:   jmr at macports.org
Date:     2010-04-23 07:29:15 -0700 (Fri, 23 Apr 2010)
Log Message:
-----------
fix receipt_flat::list_depends backward compatibility

Modified Paths:
--------------
    trunk/base/src/registry2.0/receipt_flat.tcl

Modified: trunk/base/src/registry2.0/receipt_flat.tcl
===================================================================
--- trunk/base/src/registry2.0/receipt_flat.tcl	2010-04-23 14:17:02 UTC (rev 66841)
+++ trunk/base/src/registry2.0/receipt_flat.tcl	2010-04-23 14:29:15 UTC (rev 66842)
@@ -764,7 +764,7 @@
 }
 
 # List all ports this one depends on
-proc list_depends {name version revision variants} {
+proc list_depends {name {version ""} {revision ""} {variants 0}} {
 	variable dep_map
 	if { [llength $dep_map] < 1 && [info exists dep_map] } {
 		open_dep_map
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100423/7f24672d/attachment.html>


More information about the macports-changes mailing list