most recent changes, diff for gnome-python-desktop

Index: gnome/gnome-python-desktop/Portfile
--- gnome/gnome-python-desktop/Portfile (revision 35768)
+++ gnome/gnome-python-desktop/Portfile (revision 35769)
@@ -1,32 +1,41 @@
# $Id$

PortSystem 1.0
-name gnome-python-desktop
-version 2.20.0
-revision 2
-categories gnome python
-maintainers nomaintainer
-description Python modules for some GNOME Desktop libraries.
+
+name gnome-python-desktop
+version 2.22.0
+categories gnome python
+maintainers nomaintainer
+description Python modules for some GNOME Desktop libraries.
long_description ${description}
-homepage http://www.pygtk.org/
-master_sites gnome:sources/gnome-python-desktop/2.20
-checksums md5 02b177f488091d27bf0648ec4660d8f7
-use_bzip2 yes
+platforms darwin
+homepage http://www.pygtk.org/
+master_sites gnome:sources/gnome-python-desktop/2.22
+checksums md5 504877a973f6abc0788283232cd703cb
+use_bzip2 yes
depends_lib \
- port:gnome-platform-suite \
- port:py25-gnome \
- port:gtksourceview \
- port:libwnck \
- port:metacity
-#patchfiles \
-# rsvg_rsvg.override.patch \
-# gnomekeyring_gnomekeyring.override.patch
+ port:py25-gnome \
+ port:gnome-panel \
+ port:libgnomeprintui \
+ port:evolution-data-server \
+ port:gnome-keyring \
+ port:gtksourceview \
+ port:libgtop \
+ port:bug-buddy \
+ port:libwnck \
+ port:metacity \
+ port:gnome-media \
+ port:totem-pl-parser \
+ port:librsvg
+# TODO port:nautilus-cd-burner
+
configure.args --enable-metacity
configure.python ${prefix}/bin/python2.5

-platform darwin 9 {
- post-patch {
+platform darwin 9 {
+ post-patch {
reinplace "s| -export-symbols-regex.*||g" \
+ ${worksrcpath}/evolution/Makefile.in \
${worksrcpath}/gnomeapplet/Makefile.in \
${worksrcpath}/gnomedesktop/Makefile.in \
${worksrcpath}/gnomekeyring/Makefile.in \