Sun Apr 10 18:59:27 2016 UTC ()
Update at-spi2-core to 2.20.0

* Support a stateless configuration by default (bgo#763540).
* Don't display warnings when connecting to an app that no longer exists.
* Don't display warning if unable to connect when logged in via ssh
  (bgo#761600).
* at-spi-bus-launcher: register with session manager (bgo#753931).
* Disable xevie by default--it probably doesn't do anything anyhow.
* get_index_in_parent: Don't crash if parent is defunct.
* Don't crash when trying to set an invalid state (bgo#757915).
* Don't crash if we get a children-changed event with a non-existent
  child (bgo#755951).
* atspi_hyperlink_get_index_range: don't return random values if the
  call fails (bgo#755727).
* Fixed some atspi_text_ functions (bgo#755731).
* Fixed crash during removal of last application in registryd (bgo#756513).
* Modified the cache API to specify an object's index and child count
  rather than its children. This eliminates the need for the application
  to enumerate its children, improving performance in some places with
  large lists (bgo#650090).
* Functions shouldn't try to return values (bgo#749330).
* Fix atspi_table_cell_get_position.


(prlw1)
diff -r1.19 -r1.20 pkgsrc/devel/at-spi2-core/Makefile
diff -r1.16 -r1.17 pkgsrc/devel/at-spi2-core/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/devel/at-spi2-core/Makefile (expand / switch to context diff)
--- pkgsrc/devel/at-spi2-core/Makefile 2015/06/10 23:12:07 1.19
+++ pkgsrc/devel/at-spi2-core/Makefile 2016/04/10 18:59:27 1.20
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2015/06/10 23:12:07 prlw1 Exp $
+# $NetBSD: Makefile,v 1.20 2016/04/10 18:59:27 prlw1 Exp $
 
-DISTNAME=	at-spi2-core-2.16.0
+DISTNAME=	at-spi2-core-2.20.0
 CATEGORIES=	devel gnome
 MASTER_SITES=	${MASTER_SITE_GNOME:=sources/at-spi2-core/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=	.tar.xz
@@ -40,6 +40,5 @@
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../sysutils/dbus/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libXevie/buildlink3.mk"
 .include "../../x11/libXtst/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

cvs diff -r1.16 -r1.17 pkgsrc/devel/at-spi2-core/distinfo (expand / switch to context diff)
--- pkgsrc/devel/at-spi2-core/distinfo 2015/11/03 03:27:15 1.16
+++ pkgsrc/devel/at-spi2-core/distinfo 2016/04/10 18:59:27 1.17
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2015/11/03 03:27:15 agc Exp $
+$NetBSD: distinfo,v 1.17 2016/04/10 18:59:27 prlw1 Exp $
 
-SHA1 (at-spi2-core-2.16.0.tar.xz) = efff62fb8cb8f629d5cdb2fca3e249fa69a12899
+SHA1 (at-spi2-core-2.20.0.tar.xz) = b5360afbec2ff000c86db1ee6bf152160536e30d
-RMD160 (at-spi2-core-2.16.0.tar.xz) = 3ea5a06cf42365275dddfbd80e0ea0fa5398edbf
+RMD160 (at-spi2-core-2.20.0.tar.xz) = 87a29c3e07b9449042e6a1ab86f24560b57bafd8
-SHA512 (at-spi2-core-2.16.0.tar.xz) = b61cb6dad15e2a6f6cd4788e6b63fed37d0098a56d1417b43aed2ba111a7dd7fccbe7c393f0be794bcaf900f38decbd3974c36e395548000d429086f8717df57
+SHA512 (at-spi2-core-2.20.0.tar.xz) = 316d721f18904115663c9a64ae4138f4f49e3d2b4fed1fbb317b2f1131b10ff018acd4f62f58985c41563f819f788d5fc5e615c698b1ecfc68edd3817d6b2538
-Size (at-spi2-core-2.16.0.tar.xz) = 455264 bytes
+Size (at-spi2-core-2.20.0.tar.xz) = 452664 bytes