[88299] trunk/dports/python/py25-wxpython

Ryan Schmidt ryandesign at macports.org
Thu Dec 29 13:51:34 PST 2011


On Dec 27, 2011, at 09:59, jwa at macports.org wrote:

> Revision: 88299
>          http://trac.macports.org/changeset/88299
> Author:   jwa at macports.org
> Date:     2011-12-27 07:59:08 -0800 (Tue, 27 Dec 2011)
> Log Message:
> -----------
> version bump to 2.8.12.1, changing to python25 group
> 
> Modified Paths:
> --------------
>    trunk/dports/python/py25-wxpython/Portfile
> 
> Added Paths:
> -----------
>    trunk/dports/python/py25-wxpython/files/
>    trunk/dports/python/py25-wxpython/files/patch-config.py.diff
> 
> Modified: trunk/dports/python/py25-wxpython/Portfile
> ===================================================================
> --- trunk/dports/python/py25-wxpython/Portfile	2011-12-27 15:41:28 UTC (rev 88298)
> +++ trunk/dports/python/py25-wxpython/Portfile	2011-12-27 15:59:08 UTC (rev 88299)
> @@ -1,9 +1,10 @@
> # $Id$
> 
> PortSystem 1.0
> +PortGroup	python25 1.0
> 
> name		py25-wxpython
> -version		2.8.9.1
> +version		2.8.12.1
> epoch     1
> categories	python graphics
> platforms	darwin
> @@ -21,14 +22,14 @@
> master_sites	sourceforge:wxpython
> distname	wxPython-src-${version}
> use_bzip2	yes
> -checksums           md5     4ad9a64e05529097618c7e48fbb10a84 \
> -                    sha1    7359af790d58082330c867f5c10f51b6382d9a35 \
> -                    rmd160  2b193c867a028985f8ead4084a9c1f024a1d37c6
> 
> +checksums           md5     8c06c5941477beee213b4f2fa78be620 \
> +                    sha1    05688dc03d61631750f5904273122bb40a2115f5 \
> +                    rmd160  94eae06087bdd930e21bf90cc6672f93a1f5a17a
> +
> #patchfiles		patch-config.py
> 
> -depends_lib	port:python25 \
> -    port:wxWidgets
> +depends_lib-append	port:wxWidgets
> 
> # wxWidgets is 32-bit only
> supported_archs	i386 ppc
> @@ -37,16 +38,17 @@
> 
> extract.post_args	"| tar -xf - ${worksrcdir} ${distname}/docs"
> 
> -use_configure	no
> +universal_variant	no
> +configure.build_arch	i386

Explicitly setting build_arch to i386 contradicts the earlier line that says the port supports both i386 and ppc.




More information about the macports-dev mailing list