[52552] trunk/dports/gnome/gnome-python-extras

devans at macports.org devans at macports.org
Thu Jun 18 13:10:26 PDT 2009


Revision: 52552
          http://trac.macports.org/changeset/52552
Author:   devans at macports.org
Date:     2009-06-18 13:10:25 -0700 (Thu, 18 Jun 2009)
Log Message:
-----------
gnome-python-extras:

  * update to version 2.25.3
  * change dependency on libgda3 to libgda4 (#19926)

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

Added Paths:
-----------
    trunk/dports/gnome/gnome-python-extras/files/patch-configure.diff

Removed Paths:
-------------
    trunk/dports/gnome/gnome-python-extras/files/patch-gdl-gdl.override.diff

Modified: trunk/dports/gnome/gnome-python-extras/Portfile
===================================================================
--- trunk/dports/gnome/gnome-python-extras/Portfile	2009-06-18 20:03:19 UTC (rev 52551)
+++ trunk/dports/gnome/gnome-python-extras/Portfile	2009-06-18 20:10:25 UTC (rev 52552)
@@ -4,8 +4,7 @@
 PortSystem	1.0
 
 name		gnome-python-extras
-version		2.19.1
-revision 	1
+version		2.25.3
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories	gnome python
 platforms       darwin
@@ -16,19 +15,22 @@
 homepage	http://www.pygtk.org/
 
 master_sites	gnome:sources/${name}/${branch}
-checksums	md5 08896c63d71ce44d20fafbaf9c0edc78
 
+checksums       md5     9f3b7ec5c57130b96061cb486b79c076 \
+                sha1    e69e5288466c960ed6f985bb10c9969b21ed85a4 \
+                rmd160  e09bc0152512e2caa61626a7dc788d7336f24e46
+
 use_bzip2	yes
 
 depends_lib	port:py25-gnome \
 		port:gdl \
-		port:libgda3 \
+		port:libgda4 \
 		port:libgtkhtml
 
-patchfiles	patch-pygobject \
-		patch-gdl-gdl.override.diff
+patchfiles	patch-configure.diff \
+                patch-pygobject
 
-configure.env	PYTHON=${prefix}/bin/python2.5
+configure.python ${prefix}/bin/python2.5
 
 platform darwin 9 {
     post-patch {

Added: trunk/dports/gnome/gnome-python-extras/files/patch-configure.diff
===================================================================
--- trunk/dports/gnome/gnome-python-extras/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/gnome/gnome-python-extras/files/patch-configure.diff	2009-06-18 20:10:25 UTC (rev 52552)
@@ -0,0 +1,11 @@
+--- configure.orig	2009-06-17 17:14:14.000000000 -0700
++++ configure	2009-06-17 17:15:10.000000000 -0700
+@@ -20725,7 +20725,7 @@
+         python_path=`dirname $PYTHON | sed "s,/bin.*$,,"`
+         for i in "$python_path/lib/python$PYTHON_VERSION/config/" "$python_path/lib/python$PYTHON_VERSION/" "$python_path/lib/python/config/" "$python_path/lib/python/" "$python_path/" ; do
+ 		if test -e "$i"; then
+-	                python_path=`find $i -type f -name libpython$PYTHON_VERSION.* -print | sed "1q"`
++	                python_path=`find $i -type l -name libpython$PYTHON_VERSION.* -print | sed "1q"`
+         	        if test -n "$python_path" ; then
+ 				python_lib="python$PYTHON_VERSION"
+                 	        break

Deleted: trunk/dports/gnome/gnome-python-extras/files/patch-gdl-gdl.override.diff
===================================================================
--- trunk/dports/gnome/gnome-python-extras/files/patch-gdl-gdl.override.diff	2009-06-18 20:03:19 UTC (rev 52551)
+++ trunk/dports/gnome/gnome-python-extras/files/patch-gdl-gdl.override.diff	2009-06-18 20:10:25 UTC (rev 52552)
@@ -1,10 +0,0 @@
---- gdl/gdl.override.orig	2007-06-05 16:52:30.000000000 +0200
-+++ gdl/gdl.override	2009-01-11 13:14:55.000000000 +0100
-@@ -6,7 +6,6 @@
- #include <pygtk/pygtk.h>
- #include <gdl/gdl-dock.h>
- #include <gdl/libgdltypebuiltins.h>
--#include <gdl/gdl-icons.h>
- #ifndef HAVE_GDL_0_7
- # include <gdl/gdl-dock-bar.h>
- #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090618/4d718369/attachment.html>


More information about the macports-changes mailing list