[101542] trunk/dports/_resources/port1.0/group/python-1.0.tcl

cal at macports.org cal at macports.org
Sun Jan 13 05:00:07 PST 2013


Revision: 101542
          https://trac.macports.org/changeset/101542
Author:   cal at macports.org
Date:     2013-01-13 05:00:07 -0800 (Sun, 13 Jan 2013)
Log Message:
-----------
python portgroup: don't overwrite $distfiles outside subport but overwrite fetch, checksum and extract instead

Overwriting $distfiles will make googlecode's livecheck fail, because it
needs the $distfiles variable. The livecheck would work in subports, but
we usually disable livecheck in subports.

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

Modified: trunk/dports/_resources/port1.0/group/python-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/python-1.0.tcl	2013-01-13 12:56:29 UTC (rev 101541)
+++ trunk/dports/_resources/port1.0/group/python-1.0.tcl	2013-01-13 13:00:07 UTC (rev 101542)
@@ -97,7 +97,9 @@
         }
         if {$subport == $name || $subport == ""} {
             # set up py-foo as a stub port that depends on the default pyXY-foo
-            distfiles
+            fetch {}
+            checksum {}
+            extract {}
             supported_archs noarch
             global python.default_version
             if {${python.default_version} == "24"} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130113/d447c03e/attachment.html>


More information about the macports-changes mailing list