[73332] trunk/base/src/package1.0/portarchive.tcl

afb at macports.org afb at macports.org
Wed Nov 10 02:21:16 PST 2010


Revision: 73332
          http://trac.macports.org/changeset/73332
Author:   afb at macports.org
Date:     2010-11-10 02:21:11 -0800 (Wed, 10 Nov 2010)
Log Message:
-----------
use default lzma level, in case using xz

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

Modified: trunk/base/src/package1.0/portarchive.tcl
===================================================================
--- trunk/base/src/package1.0/portarchive.tcl	2010-11-10 10:07:03 UTC (rev 73331)
+++ trunk/base/src/package1.0/portarchive.tcl	2010-11-10 10:21:11 UTC (rev 73332)
@@ -193,7 +193,7 @@
                         set level 9
                     } elseif {[regexp {lz$} ${archive.type}]} {
                         set gzip "lzma"
-                        set level 7
+                        set level ""
                     } elseif {[regexp {xz$} ${archive.type}]} {
                         set gzip "xz"
                         set level 6
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101110/dad31824/attachment.html>


More information about the macports-changes mailing list