[73333] trunk/base/src/port1.0

afb at macports.org afb at macports.org
Wed Nov 10 02:32:29 PST 2010


Revision: 73333
          http://trac.macports.org/changeset/73333
Author:   afb at macports.org
Date:     2010-11-10 02:32:25 -0800 (Wed, 10 Nov 2010)
Log Message:
-----------
still use lzma binary, for consistency with package1.0 (and it's shorter than: xz --format=lzma)

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

Modified: trunk/base/src/port1.0/portextract.tcl
===================================================================
--- trunk/base/src/port1.0/portextract.tcl	2010-11-10 10:21:11 UTC (rev 73332)
+++ trunk/base/src/port1.0/portextract.tcl	2010-11-10 10:32:25 UTC (rev 73333)
@@ -87,7 +87,7 @@
     if {[tbool use_bzip2]} {
         option extract.cmd [findBinary bzip2 ${portutil::autoconf::bzip2_path}]
     } elseif {[tbool use_lzma]} {
-        option extract.cmd [binaryInPath "xz"]
+        option extract.cmd [binaryInPath "lzma"]
     } elseif {[tbool use_xz]} {
         option extract.cmd [binaryInPath "xz"]
     } elseif {[tbool use_zip]} {

Modified: trunk/base/src/port1.0/portfetch.tcl
===================================================================
--- trunk/base/src/port1.0/portfetch.tcl	2010-11-10 10:21:11 UTC (rev 73332)
+++ trunk/base/src/port1.0/portfetch.tcl	2010-11-10 10:32:25 UTC (rev 73333)
@@ -144,7 +144,7 @@
             }
             use_lzma {
                 set extract.suffix .tar.lzma
-                depends_extract-append bin:xz:xz
+                depends_extract-append bin:lzma:xz
             }
             use_xz {
                 set extract.suffix .tar.xz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101110/6f9d322f/attachment.html>


More information about the macports-changes mailing list