[88410] trunk/dports/python/py-wxpython/Portfile

jwa at macports.org jwa at macports.org
Sat Dec 31 06:08:35 PST 2011


Revision: 88410
          http://trac.macports.org/changeset/88410
Author:   jwa at macports.org
Date:     2011-12-31 06:08:32 -0800 (Sat, 31 Dec 2011)
Log Message:
-----------
version bump to 2.8.12.1

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

Modified: trunk/dports/python/py-wxpython/Portfile
===================================================================
--- trunk/dports/python/py-wxpython/Portfile	2011-12-31 13:52:43 UTC (rev 88409)
+++ trunk/dports/python/py-wxpython/Portfile	2011-12-31 14:08:32 UTC (rev 88410)
@@ -1,9 +1,10 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup	python24 1.0
 
 name			py-wxpython
-version			2.8.9.2
+version			2.8.12.1
 categories		python graphics
 platforms		darwin
 maintainers		jwa
@@ -20,10 +21,11 @@
 master_sites	sourceforge:wxpython
 distname		wxPython-src-${version}
 use_bzip2		yes
-checksums           md5     e3d89746af98b9279e4ff39a57f6dc63 \
-                    sha1    a0d58d8b9606d04a35b9853da15eb7dfb08d5637 \
-                    rmd160  93a9bd35b59e16674375b1431e24d47b58a824d2
 
+checksums           md5     8c06c5941477beee213b4f2fa78be620 \
+                    sha1    05688dc03d61631750f5904273122bb40a2115f5 \
+                    rmd160  94eae06087bdd930e21bf90cc6672f93a1f5a17a
+
 #patchfiles		patch-config.py
 
 depends_lib		port:python24 \
@@ -36,16 +38,16 @@
 
 extract.post_args	"| tar -xf - ${worksrcdir} ${distname}/docs"
 
-use_configure	no
+universal_variant	no
 
 build.env		UNICODE="1" WXPORT="mac" PATH="${prefix}/lib/wx-devel/bin:$env(PATH)"
-build.cmd		${prefix}/bin/python2.4 setup.py
-build.target	build
 
 destroot.env	UNICODE="1" WXPORT="mac" PATH="${prefix}/lib/wx-devel/bin:$env(PATH)"
-destroot.cmd	${build.cmd}
-destroot.destdir	--prefix=${prefix} --root=${destroot}
 
+if {${os.platform} == "darwin" && ${os.major} >= 10} {
+    patchfiles		patch-config.py.diff
+}
+
 post-destroot {
     xinstall -d -m 755 ${destroot}${prefix}/share/doc/
     file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
@@ -55,4 +57,4 @@
 
 livecheck.type	regex
 livecheck.url	${homepage}
-livecheck.regex	wxPython (2\.\[0-9\]+\.\[0-9\]+\.\[0-9\]+)
+livecheck.regex	wxPython (2\\.\[0-9\]+\\.\[0-9\]+\\.\[0-9\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111231/b904a38a/attachment.html>


More information about the macports-changes mailing list