[64333] trunk/base/src/port/port.tcl
jmr at macports.org
jmr at macports.org
Tue Mar 2 12:51:54 PST 2010
Revision: 64333
http://trac.macports.org/changeset/64333
Author: jmr at macports.org
Date: 2010-03-02 12:51:54 -0800 (Tue, 02 Mar 2010)
Log Message:
-----------
fix action_location when using reg2
Modified Paths:
--------------
trunk/base/src/port/port.tcl
Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl 2010-03-02 20:26:32 UTC (rev 64332)
+++ trunk/base/src/port/port.tcl 2010-03-02 20:51:54 UTC (rev 64333)
@@ -1856,9 +1856,10 @@
set version [lindex $ilist 1]
set revision [lindex $ilist 2]
set variants [lindex $ilist 3]
+ set epoch [lindex $ilist 5]
}
- set ref [registry::open_entry $portname $version $revision $variants]
+ set ref [registry::open_entry $portname $version $revision $variants $epoch]
if { [string equal [registry::property_retrieve $ref installtype] "image"] } {
set imagedir [registry::property_retrieve $ref imagedir]
if {![macports::ui_isset ports_quiet]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100302/a8753ef8/attachment.html>
More information about the macports-changes
mailing list