[63937] trunk/dports/python

snc at macports.org snc at macports.org
Thu Feb 18 13:21:12 PST 2010


Revision: 63937
          http://trac.macports.org/changeset/63937
Author:   snc at macports.org
Date:     2010-02-18 13:21:11 -0800 (Thu, 18 Feb 2010)
Log Message:
-----------
fix arch in test string, #23653

Modified Paths:
--------------
    trunk/dports/python/py26-sqlite/Portfile
    trunk/dports/python/py27-sqlite/Portfile

Modified: trunk/dports/python/py26-sqlite/Portfile
===================================================================
--- trunk/dports/python/py26-sqlite/Portfile	2010-02-18 18:54:02 UTC (rev 63936)
+++ trunk/dports/python/py26-sqlite/Portfile	2010-02-18 21:21:11 UTC (rev 63937)
@@ -24,6 +24,6 @@
 
 patchfiles          patch-setup.py
 
-test.dir            "${worksrcpath}/build/lib.macosx-${macosx_deployment_target}-${os.arch}-${python.branch}"
+test.dir            "${worksrcpath}/build/lib.macosx-${macosx_deployment_target}-${configure.build_arch}-${python.branch}"
 test.run            yes
 test.cmd            ${python.bin} -c "'from pysqlite2.test import test; test()'"

Modified: trunk/dports/python/py27-sqlite/Portfile
===================================================================
--- trunk/dports/python/py27-sqlite/Portfile	2010-02-18 18:54:02 UTC (rev 63936)
+++ trunk/dports/python/py27-sqlite/Portfile	2010-02-18 21:21:11 UTC (rev 63937)
@@ -24,6 +24,6 @@
 
 patchfiles          patch-setup.py.diff
 
-test.dir            "${worksrcpath}/build/lib.macosx-${macosx_deployment_target}-${os.arch}-${python.branch}"
+test.dir            "${worksrcpath}/build/lib.macosx-${macosx_deployment_target}-${configure.build_arch}-${python.branch}"
 test.run            yes
 test.cmd            ${python.bin} -c "'from pysqlite2.test import test; test()'"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100218/80430a68/attachment.html>


More information about the macports-changes mailing list