[88901] trunk/dports/python/py-transaction/Portfile

dports at macports.org dports at macports.org
Sat Jan 14 15:49:59 PST 2012


Revision: 88901
          http://trac.macports.org/changeset/88901
Author:   dports at macports.org
Date:     2012-01-14 15:49:59 -0800 (Sat, 14 Jan 2012)
Log Message:
-----------
py-transaction: condition should be {$name != $subport} not ==
(fixes use of ${python.version} in stub port; see #32840)

Modified Paths:
--------------
    trunk/dports/python/py-transaction/Portfile

Modified: trunk/dports/python/py-transaction/Portfile
===================================================================
--- trunk/dports/python/py-transaction/Portfile	2012-01-14 23:47:55 UTC (rev 88900)
+++ trunk/dports/python/py-transaction/Portfile	2012-01-14 23:49:59 UTC (rev 88901)
@@ -25,6 +25,6 @@
 checksums           rmd160  a042c6f7f49f7aa7fb3ca1f71573cc7f917ca806 \
                     sha256  41ac906c58c4cbf3635956f0cf5b4dee783dec285ac037852484f0a21181c773
 
-if {$name == $subport} {
+if {$name != $subport} {
     depends_build       port:py${python.version}-distribute
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120114/2eeb70f2/attachment.html>


More information about the macports-changes mailing list