[80586] trunk/base/src/package1.0/portarchivefetch.tcl

jmr at macports.org jmr at macports.org
Fri Jul 15 07:07:22 PDT 2011


Revision: 80586
          http://trac.macports.org/changeset/80586
Author:   jmr at macports.org
Date:     2011-07-15 07:07:20 -0700 (Fri, 15 Jul 2011)
Log Message:
-----------
don't use subdir when fetching archive from an explicit porturl

Modified Paths:
--------------
    trunk/base/src/package1.0/portarchivefetch.tcl

Modified: trunk/base/src/package1.0/portarchivefetch.tcl
===================================================================
--- trunk/base/src/package1.0/portarchivefetch.tcl	2011-07-15 13:44:24 UTC (rev 80585)
+++ trunk/base/src/package1.0/portarchivefetch.tcl	2011-07-15 14:07:20 UTC (rev 80586)
@@ -78,6 +78,7 @@
     }
     if {[file rootname [file tail $porturl]] == [file rootname [file tail [get_portimage_path]]]} {
         lappend ret [string range $porturl 0 end-[string length [file tail $porturl]]]
+        archive.subdir
     }
     return $ret
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110715/ea9d13f4/attachment.html>


More information about the macports-changes mailing list