most recent changes, diff for gnome-python-extras

Index: gnome/gnome-python-extras/Portfile
--- gnome/gnome-python-extras/Portfile (revision 33695)
+++ gnome/gnome-python-extras/Portfile (revision 33696)
@@ -1,8 +1,9 @@
# $Id$

PortSystem 1.0
+
name gnome-python-extras
-version 2.14.2
+version 2.19.1
categories gnome python
maintainers landonf@macports.org openmaintainer

@@ -10,13 +11,31 @@
long_description ${description}
homepage http://www.pygtk.org/

-master_sites gnome:sources/gnome-python-extras/2.14
-checksums md5 039e1300368df17de9867685e9705091
+master_sites gnome:sources/gnome-python-extras/2.19
+checksums md5 08896c63d71ce44d20fafbaf9c0edc78

use_bzip2 yes

-depends_lib port:py25-gnome port:libgda
+depends_lib port:py25-gnome \
+ port:gdl \
+ port:libgda3 \
+ port:libgtkhtml

patchfiles patch-pygobject

configure.env PYTHON=${prefix}/bin/python2.5
+
+platform darwin 9 {
+ post-patch {
+ reinplace "s|-export-symbols-regex.*||g" \
+ ${worksrcpath}/egg/recent/Makefile.in \
+ ${worksrcpath}/egg/tray/Makefile.in \
+ ${worksrcpath}/gda/Makefile.in \
+ ${worksrcpath}/gdl/Makefile.in \
+ ${worksrcpath}/gksu/Makefile.in \
+ ${worksrcpath}/gksu2/Makefile.in \
+ ${worksrcpath}/gtkhtml2/Makefile.in \
+ ${worksrcpath}/gtkmozembed/Makefile.in \
+ ${worksrcpath}/gtkspell/Makefile.in
+ }
+}