[146676] branches/vcs-fetch/base/src/port1.0/portfetch.tcl

raimue at macports.org raimue at macports.org
Tue Mar 15 05:38:32 PDT 2016


Revision: 146676
          https://trac.macports.org/changeset/146676
Author:   raimue at macports.org
Date:     2016-03-15 05:38:32 -0700 (Tue, 15 Mar 2016)
Log Message:
-----------
Add dependency on xz for fetch.type git

Modified Paths:
--------------
    branches/vcs-fetch/base/src/port1.0/portfetch.tcl

Modified: branches/vcs-fetch/base/src/port1.0/portfetch.tcl
===================================================================
--- branches/vcs-fetch/base/src/port1.0/portfetch.tcl	2016-03-15 12:35:52 UTC (rev 146675)
+++ branches/vcs-fetch/base/src/port1.0/portfetch.tcl	2016-03-15 12:38:32 UTC (rev 146676)
@@ -194,7 +194,10 @@
             git {
                 depends_fetch-append bin:git:git
                 default distname {${name}-${git.branch}}
+                # xz will not be used for non-tarballable fetches,
+                # but we cannot decide this yet, so we just add it anyway
                 use_xz yes
+                depends_fetch-append bin:xz:xz
             }
             hg {
                 depends_fetch-append bin:hg:mercurial
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160315/ec238a3b/attachment.html>


More information about the macports-changes mailing list