[99561] trunk/dports/graphics/wxWidgets-python

raimue at macports.org raimue at macports.org
Fri Nov 9 16:05:04 PST 2012


Revision: 99561
          http://trac.macports.org//changeset/99561
Author:   raimue at macports.org
Date:     2012-11-09 16:05:04 -0800 (Fri, 09 Nov 2012)
Log Message:
-----------
graphics/wxWidgets-python:
Update to version 2.8.12.0, closes #29388

Modified Paths:
--------------
    trunk/dports/graphics/wxWidgets-python/Portfile

Removed Paths:
-------------
    trunk/dports/graphics/wxWidgets-python/files/changeset_r61009.diff

Modified: trunk/dports/graphics/wxWidgets-python/Portfile
===================================================================
--- trunk/dports/graphics/wxWidgets-python/Portfile	2012-11-10 00:00:14 UTC (rev 99560)
+++ trunk/dports/graphics/wxWidgets-python/Portfile	2012-11-10 00:05:04 UTC (rev 99561)
@@ -5,8 +5,7 @@
 
 name            wxWidgets-python
 conflicts       wxgtk wxWidgets
-version         2.8.10.1
-revision        3
+version         2.8.12.0
 categories      graphics devel
 license         wxwidgets
 platforms       darwin
@@ -28,9 +27,9 @@
 
 distname        wxPython-src
 distfiles       ${distname}-${version}${extract.suffix}
-checksums           md5     65d5ef166f23fe8b4c67f58df164f93e \
-                    sha1    6598fbafd979a91f20100171fa23a91779f6dc62 \
-                    rmd160  bb606046d140623041b988e64ab268ced9aa958f
+checksums       md5     402e0b81e06f596d849e221a7a76acc6 \
+                sha1    f9ce806dcb5517beb6e3d2ee0ecbf8e569b7f8e4 \
+                rmd160  6420a8e6e59386b344ac058435a4ae6693c2c04b
 
 depends_build \
     port:pkgconfig
@@ -48,10 +47,6 @@
 
 extract.only    ${distname}-${version}${extract.suffix}
 
-patchfiles  changeset_r61009.diff
-patch.dir   ${workpath}/${distname}-${version}
-patch.pre_args  -p4
-
 configure.cmd       ../configure
 configure.ldflags   -L${build.dir}/lib -L${prefix}/lib
 configure.args      --mandir=${prefix}/share/man \

Deleted: trunk/dports/graphics/wxWidgets-python/files/changeset_r61009.diff
===================================================================
--- trunk/dports/graphics/wxWidgets-python/files/changeset_r61009.diff	2012-11-10 00:00:14 UTC (rev 99560)
+++ trunk/dports/graphics/wxWidgets-python/files/changeset_r61009.diff	2012-11-10 00:05:04 UTC (rev 99561)
@@ -1,16 +0,0 @@
-Index: /wxWidgets/branches/WX_2_8_BRANCH/src/gtk/gsockgtk.cpp
-===================================================================
---- /wxWidgets/branches/WX_2_8_BRANCH/src/gtk/gsockgtk.cpp (revision 37159)
-+++ /wxWidgets/branches/WX_2_8_BRANCH/src/gtk/gsockgtk.cpp (revision 61009)
-@@ -16,6 +16,11 @@
- #include <stdio.h>
- 
-+// newer versions of glib define its own GSocket but we unfortunately use this
-+// name in our own (semi-)public header and so can't change it -- rename glib
-+// one instead
-+#define GSocket GlibGSocket
- #include <gdk/gdk.h>
- #include <glib.h>
-+#undef GSocket
- 
- #include "wx/gsocket.h"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121109/b83e5bda/attachment.html>


More information about the macports-changes mailing list