[134898] users/devans/GNOME-3/stable/dports/gnome/at-spi2-core

devans at macports.org devans at macports.org
Fri Apr 10 04:42:26 PDT 2015


Revision: 134898
          https://trac.macports.org/changeset/134898
Author:   devans at macports.org
Date:     2015-04-10 04:42:26 -0700 (Fri, 10 Apr 2015)
Log Message:
-----------
GNOME-3/stable: at-spi2-core, update to version 2.16.0, reconfigure using autogen.sh for intltool 0.51 compatibility, dependencies, maintainers.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/at-spi2-core/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/stable/dports/gnome/at-spi2-core/files/autogen.sh

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/gnome/at-spi2-core/


Property changes on: users/devans/GNOME-3/stable/dports/gnome/at-spi2-core
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/at-spi2-core:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/at-spi2-core:125621-132133
/users/devans/GNOME-3/unstable/dports/gnome/at-spi2-core:119550-125620
/users/rmstonecipher/gnome/at-spi2-core:102363-103172
   + /branches/mld-qt-481/dports/gnome/at-spi2-core:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/at-spi2-core:125621-134889
/users/devans/GNOME-3/unstable/dports/gnome/at-spi2-core:119550-125620,128305-134374
/users/rmstonecipher/gnome/at-spi2-core:102363-103172

Modified: users/devans/GNOME-3/stable/dports/gnome/at-spi2-core/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/at-spi2-core/Portfile	2015-04-10 11:36:50 UTC (rev 134897)
+++ users/devans/GNOME-3/stable/dports/gnome/at-spi2-core/Portfile	2015-04-10 11:42:26 UTC (rev 134898)
@@ -6,9 +6,9 @@
 
 name                at-spi2-core
 # you probably want to keep this at the same version as at-spi2-atk
-version             2.14.1
-checksums           rmd160  24c686b3da0313dd9ca91394db25e5deec2e744a \
-                    sha256  eef9660b14fdf0fb1f30d1be7c72d591fa7cbb87b00ca3a444425712f46ce657
+version             2.16.0
+checksums           rmd160  3ea5a06cf42365275dddfbd80e0ea0fa5398edbf \
+                    sha256  1c0b77fb8ce81abbf1d80c0afee9858b3f9229f673b7881995fe0fc16b1a74d0
 
 license             LGPL
 set branch          [join [lrange [split ${version} .] 0 1] .]
@@ -17,7 +17,7 @@
    'at-spi' is a part of the Gnome Accessibility Project.  It provides a \
    Service Provider Interface for the Assistive Technologies available on \
    the GNOME platform, and a library against which applications can be linked.
-maintainers         cal devans openmaintainer
+maintainers         devans openmaintainer
 categories          gnome
 platforms           darwin
 homepage            http://a11y.org/
@@ -26,28 +26,29 @@
 use_xz              yes
 
 depends_build       port:pkgconfig \
-                    port:intltool
+                    port:intltool \
+                    port:gtk-doc \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
 depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                    port:lib/pkgconfig/dbus-1.pc:dbus \
-                    port:dbus-glib \
+                    port:dbus \
                     port:xorg-libX11 \
+                    port:xorg-libXi \
+                    port:xorg-libXtst \
                     port:xorg-libice \
-                    port:xorg-libsm \
-                    port:xorg-libXtst \
-                    port:xorg-libXi \
-                    port:xorg-libXevie \
+                    port:xorg-libsm
 
 gobject_introspection yes
 
-# update m4/intltool.m4 and autoreconf
-
-pre-configure {
-    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+# reconfigure using autogen.sh for intltool 0.51 compatibility
+                  
+post-patch {
+    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
 }
 
-use_autoreconf      yes
-autoreconf.args     -fvi
+configure.cmd       ./autogen.sh
 
 configure.args      --disable-xevie \
                     --x-includes=${prefix}/include \

Copied: users/devans/GNOME-3/stable/dports/gnome/at-spi2-core/files/autogen.sh (from rev 134374, users/devans/GNOME-3/unstable/dports/gnome/at-spi2-core/files/autogen.sh)
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/at-spi2-core/files/autogen.sh	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/at-spi2-core/files/autogen.sh	2015-04-10 11:42:26 UTC (rev 134898)
@@ -0,0 +1,20 @@
+#!/bin/sh
+
+test -n "$srcdir" || srcdir=`dirname "$0"`
+test -n "$srcdir" || srcdir=.
+
+olddir=`pwd`
+cd "$srcdir"
+
+# run gtkdocize
+gtkdocize || exit 1
+
+intltoolize --force --copy --automake || exit 1
+
+# gnome-autogen.sh runs configure, so do likewise.
+autoreconf -vif
+
+cd "$olddir"
+
+test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150410/360e1a91/attachment.html>


More information about the macports-changes mailing list