[33696] trunk/dports/gnome/gnome-python-extras/Portfile

gui_dos at macports.org gui_dos at macports.org
Sun Feb 3 08:39:38 PST 2008


Revision: 33696
          http://trac.macosforge.org/projects/macports/changeset/33696
Author:   gui_dos at macports.org
Date:     2008-02-03 08:39:29 -0800 (Sun, 03 Feb 2008)

Log Message:
-----------
gnome-python-extras:
 * Update to version 2.19.1
 * Updated dependency on libgda3
 * Added depndency on libgtkhtml and gdl
 * Workaround for missing symbols in Leopard

Modified Paths:
--------------
    trunk/dports/gnome/gnome-python-extras/Portfile

Modified: trunk/dports/gnome/gnome-python-extras/Portfile
===================================================================
--- trunk/dports/gnome/gnome-python-extras/Portfile	2008-02-03 16:20:48 UTC (rev 33695)
+++ trunk/dports/gnome/gnome-python-extras/Portfile	2008-02-03 16:39:29 UTC (rev 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 at 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
+    }
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080203/0228f3b2/attachment-0001.html


More information about the macports-changes mailing list