[101707] trunk/dports/python/py-baker/Portfile

cal at macports.org cal at macports.org
Thu Jan 17 11:54:38 PST 2013


Revision: 101707
          https://trac.macports.org/changeset/101707
Author:   cal at macports.org
Date:     2013-01-17 11:54:38 -0800 (Thu, 17 Jan 2013)
Log Message:
-----------
py-baker: fix parse error: "can't read "python.version": no such variable", openmaintainer

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

Modified: trunk/dports/python/py-baker/Portfile
===================================================================
--- trunk/dports/python/py-baker/Portfile	2013-01-17 19:48:47 UTC (rev 101706)
+++ trunk/dports/python/py-baker/Portfile	2013-01-17 19:54:38 UTC (rev 101707)
@@ -24,9 +24,8 @@
 checksums           rmd160  9fe09881a78c1234979094d082fda204aa6d21eb \
                     sha256  2d81e99af7d7d6441297a0c13de023fe3f1510718e89d2baacea917ee09d154d
 
-depends_lib-append	port:py${python.version}-distribute
-
 if {${name} != ${subport}} {
+    depends_lib-append	port:py${python.version}-distribute
     distname            ${my_name}-${version}
     livecheck.type      none
 } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130117/0ad654be/attachment.html>


More information about the macports-changes mailing list