[70513] trunk/dports/gnome/at-spi

devans at macports.org devans at macports.org
Wed Aug 11 17:26:09 PDT 2010


Revision: 70513
          http://trac.macports.org/changeset/70513
Author:   devans at macports.org
Date:     2010-08-11 17:26:08 -0700 (Wed, 11 Aug 2010)
Log Message:
-----------
at-spi: update to version 1.30.1, use python26, update dependencies.

Modified Paths:
--------------
    trunk/dports/gnome/at-spi/Portfile

Added Paths:
-----------
    trunk/dports/gnome/at-spi/files/
    trunk/dports/gnome/at-spi/files/patch-pyatspi-Makefile.in.diff

Modified: trunk/dports/gnome/at-spi/Portfile
===================================================================
--- trunk/dports/gnome/at-spi/Portfile	2010-08-12 00:22:36 UTC (rev 70512)
+++ trunk/dports/gnome/at-spi/Portfile	2010-08-12 00:26:08 UTC (rev 70513)
@@ -4,8 +4,7 @@
 PortSystem 1.0
 
 name                at-spi
-version             1.26.0
-revision            1
+version             1.30.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Gnome Accesibility Technology Service
 long_description \
@@ -18,9 +17,9 @@
 homepage            http://developer.gnome.org/projects/gap/
 master_sites        gnome:sources/${name}/${branch}/
 
-checksums           md5     3f2f7d29b45eff08adf56af0d31d3984 \
-                    sha1    814871ea8a04570d44003ceffc166cbe44a8bb7c \
-                    rmd160  e8cc5da683ec4289f552bbc07a08ee70cac5c3c7
+checksums           md5     29fdf7934e98efda5fe0ab74ab4d3f29 \
+                    sha1    d7bf78555e8025e42325437d7809e1c98a35389e \
+                    rmd160  f317c5ad38a6f79b1917f3173e77e4746f79408b
 
 depends_build       port:p5-xml-parser \
                     port:pkgconfig
@@ -28,11 +27,17 @@
 depends_lib         port:atk \
                     port:gtk2 \
                     port:libbonobo \
-                    port:python25 \
+                    port:py26-gnome \
                     port:xorg-libXtst
 
 use_bzip2           yes
 
+patchfiles          patch-pyatspi-Makefile.in.diff
+
+post-patch          {
+                        reinplace "s|__MP_PYTHON_EXEC_DIR__|${prefix}//Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages|" ${worksrcpath}/pyatspi/Makefile.in
+                    }
+
 configure.args      --enable-static \
                     --disable-xevie \
                     --with-x \
@@ -40,7 +45,7 @@
                     --x-libraries=${prefix}/lib \
                     --disable-schemas-install
  
-configure.python    ${prefix}/bin/python2.5
+configure.python    ${prefix}/bin/python2.6
 
 variant no_x11 {
    pre-fetch {

Added: trunk/dports/gnome/at-spi/files/patch-pyatspi-Makefile.in.diff
===================================================================
--- trunk/dports/gnome/at-spi/files/patch-pyatspi-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/gnome/at-spi/files/patch-pyatspi-Makefile.in.diff	2010-08-12 00:26:08 UTC (rev 70513)
@@ -0,0 +1,15 @@
+--- pyatspi/Makefile.in.orig	2010-08-11 13:25:06.000000000 -0700
++++ pyatspi/Makefile.in	2010-08-11 13:28:09.000000000 -0700
+@@ -269,6 +269,12 @@
+ 	registry.py \
+ 	utils.py
+ 
++#
++# Override broken configuration for MacPorts
++#
++
++pyexecdir = __MP_PYTHON_EXEC_DIR__
++
+ @RELOCATE_FALSE at pyatspidir = $(pyexecdir)/pyatspi
+ @RELOCATE_TRUE at pyatspidir = $(pyexecdir)/pyatspi_corba
+ all: all-am
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100811/39f99dfa/attachment.html>


More information about the macports-changes mailing list