[114702] trunk/dports/_resources/port1.0/group/github-1.0.tcl

ryandesign at macports.org ryandesign at macports.org
Fri Dec 13 17:46:39 PST 2013


Revision: 114702
          https://trac.macports.org/changeset/114702
Author:   ryandesign at macports.org
Date:     2013-12-13 17:46:39 -0800 (Fri, 13 Dec 2013)
Log Message:
-----------
github-1.0.tcl: move the extracted directory to ${workpath}/${distname} instead of ${worksrcpath}, thus allowing ports using this portgroup to finally modify worksrcdir if desired

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/github-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/github-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/github-1.0.tcl	2013-12-14 01:35:30 UTC (rev 114701)
+++ trunk/dports/_resources/port1.0/group/github-1.0.tcl	2013-12-14 01:46:39 UTC (rev 114702)
@@ -87,7 +87,7 @@
                 [llength [glob -nocomplain ${workpath}/*]] > 0} {
             if {[file exists [glob ${workpath}/${github.author}-${github.project}-*]] && \
                 [file isdirectory [glob ${workpath}/${github.author}-${github.project}-*]]} {
-                move [glob ${workpath}/${github.author}-${github.project}-*] ${worksrcpath}
+                move [glob ${workpath}/${github.author}-${github.project}-*] ${workpath}/${distname}
             }
         }
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131213/d665f18a/attachment.html>


More information about the macports-changes mailing list