Tue Nov 13 21:43:16 2012 UTC ()
Changes 2.6.2:
* Don't output a warning when a p2p connection isn't available.
* Don't distribute dbind-config.h


(adam)
diff -r1.9 -r1.10 pkgsrc/devel/at-spi2-core/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/at-spi2-core/PLIST
diff -r1.7 -r1.8 pkgsrc/devel/at-spi2-core/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/devel/at-spi2-core/Makefile (switch to unified diff)

--- pkgsrc/devel/at-spi2-core/Makefile 2012/10/31 11:16:38 1.9
+++ pkgsrc/devel/at-spi2-core/Makefile 2012/11/13 21:43:16 1.10
@@ -1,46 +1,43 @@ @@ -1,46 +1,43 @@
1# $NetBSD: Makefile,v 1.9 2012/10/31 11:16:38 asau Exp $ 1# $NetBSD: Makefile,v 1.10 2012/11/13 21:43:16 adam Exp $
2# 
3 2
4DISTNAME= at-spi2-core-2.6.1 3DISTNAME= at-spi2-core-2.6.2
5CATEGORIES= devel 4CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi2-core/2.6/} 5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi2-core/${PKGVERSION_NOREV:R}//}
7EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
8 7
9MAINTAINER= prlw1@cam.ac.uk 8MAINTAINER= prlw1@cam.ac.uk
10HOMEPAGE= http://www.linuxfoundation.org/collaborate/workgroups/accessibility/atk/at-spi/at-spi_on_d-bus 9HOMEPAGE= http://www.linuxfoundation.org/collaborate/workgroups/accessibility/atk/at-spi/at-spi_on_d-bus
11COMMENT= Assistive Technology Service Provider Interface Core 10COMMENT= Assistive Technology Service Provider Interface Core
12LICENSE= gnu-lgpl-v2 11LICENSE= gnu-lgpl-v2
13 12
14GNU_CONFIGURE= yes 13USE_LIBTOOL= yes
15USE_LIBTOOL= yes 
16USE_TOOLS+= gmake intltool msgfmt pkg-config 
17USE_PKGLOCALEDIR= yes 14USE_PKGLOCALEDIR= yes
18 15USE_TOOLS+= gmake intltool msgfmt pkg-config
19PKGCONFIG_OVERRIDE+= atspi-2.pc.in 16GNU_CONFIGURE= yes
20 
21CONFIGURE_ARGS+= --localstatedir=${VARBASE} 17CONFIGURE_ARGS+= --localstatedir=${VARBASE}
22CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE} 18CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
23 19
 20PKGCONFIG_OVERRIDE+= atspi-2.pc.in
 21
24BUILD_DEFS+= VARBASE PKG_SYSCONFBASE 22BUILD_DEFS+= VARBASE PKG_SYSCONFBASE
25 23
26EGDIR= ${PREFIX}/share/examples/at-spi2-core 24EGDIR= ${PREFIX}/share/examples/at-spi2-core
27PKG_SYSCONFSUBDIR= at-spi2 25PKG_SYSCONFSUBDIR= at-spi2
28busconfigdir= ${PKG_SYSCONFDIR} 26busconfigdir= ${PKG_SYSCONFDIR}
29eg_busconfigdir= ${EGDIR}/at-spi2 27eg_busconfigdir= ${EGDIR}/at-spi2
30default_sessiondir= ${PKG_SYSCONFBASE}/xdg/autostart 28default_sessiondir= ${PKG_SYSCONFBASE}/xdg/autostart
31eg_default_sessiondir= ${EGDIR}/xdg/autostart 29eg_default_sessiondir= ${EGDIR}/xdg/autostart
32 30
33INSTALL_MAKE_FLAGS+= sysconfdir=${EGDIR} 31INSTALL_MAKE_FLAGS+= sysconfdir=${EGDIR}
34 32
35CONF_FILES= ${eg_busconfigdir}/accessibility.conf \ 33CONF_FILES= ${eg_busconfigdir}/accessibility.conf \
36 ${busconfigdir}/accessibility.conf \ 34 ${busconfigdir}/accessibility.conf
37 ${eg_default_sessiondir}/at-spi-dbus-bus.desktop \ 35CONF_FILES+= ${eg_default_sessiondir}/at-spi-dbus-bus.desktop \
38 ${default_sessiondir}/at-spi-dbus-bus.desktop 36 ${default_sessiondir}/at-spi-dbus-bus.desktop
39 37
40.include "../../devel/glib2/buildlink3.mk" 38.include "../../devel/glib2/buildlink3.mk"
41.include "../../devel/gobject-introspection/buildlink3.mk" 39.include "../../devel/gobject-introspection/buildlink3.mk"
42.include "../../sysutils/dbus/buildlink3.mk" 40.include "../../sysutils/dbus/buildlink3.mk"
43.include "../../x11/libX11/buildlink3.mk" 41.include "../../x11/libX11/buildlink3.mk"
44.include "../../x11/libXtst/buildlink3.mk" 42.include "../../x11/libXtst/buildlink3.mk"
45 
46.include "../../mk/bsd.pkg.mk" 43.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/at-spi2-core/PLIST (switch to unified diff)

--- pkgsrc/devel/at-spi2-core/PLIST 2012/06/12 17:16:13 1.2
+++ pkgsrc/devel/at-spi2-core/PLIST 2012/11/13 21:43:16 1.3
@@ -1,139 +1,140 @@ @@ -1,139 +1,140 @@
1@comment $NetBSD: PLIST,v 1.2 2012/06/12 17:16:13 prlw1 Exp $ 1@comment $NetBSD: PLIST,v 1.3 2012/11/13 21:43:16 adam Exp $
2include/at-spi-2.0/atspi/atspi-accessible.h 2include/at-spi-2.0/atspi/atspi-accessible.h
3include/at-spi-2.0/atspi/atspi-action.h 3include/at-spi-2.0/atspi/atspi-action.h
4include/at-spi-2.0/atspi/atspi-application.h 4include/at-spi-2.0/atspi/atspi-application.h
5include/at-spi-2.0/atspi/atspi-collection.h 5include/at-spi-2.0/atspi/atspi-collection.h
6include/at-spi-2.0/atspi/atspi-component.h 6include/at-spi-2.0/atspi/atspi-component.h
7include/at-spi-2.0/atspi/atspi-constants.h 7include/at-spi-2.0/atspi/atspi-constants.h
8include/at-spi-2.0/atspi/atspi-device-listener-private.h 8include/at-spi-2.0/atspi/atspi-device-listener-private.h
9include/at-spi-2.0/atspi/atspi-device-listener.h 9include/at-spi-2.0/atspi/atspi-device-listener.h
10include/at-spi-2.0/atspi/atspi-document.h 10include/at-spi-2.0/atspi/atspi-document.h
11include/at-spi-2.0/atspi/atspi-editabletext.h 11include/at-spi-2.0/atspi/atspi-editabletext.h
12include/at-spi-2.0/atspi/atspi-event-listener-private.h 12include/at-spi-2.0/atspi/atspi-event-listener-private.h
13include/at-spi-2.0/atspi/atspi-event-listener.h 13include/at-spi-2.0/atspi/atspi-event-listener.h
14include/at-spi-2.0/atspi/atspi-gmain.c 14include/at-spi-2.0/atspi/atspi-gmain.c
15include/at-spi-2.0/atspi/atspi-gmain.h 15include/at-spi-2.0/atspi/atspi-gmain.h
16include/at-spi-2.0/atspi/atspi-hyperlink.h 16include/at-spi-2.0/atspi/atspi-hyperlink.h
17include/at-spi-2.0/atspi/atspi-hypertext.h 17include/at-spi-2.0/atspi/atspi-hypertext.h
18include/at-spi-2.0/atspi/atspi-image.h 18include/at-spi-2.0/atspi/atspi-image.h
19include/at-spi-2.0/atspi/atspi-matchrule.h 19include/at-spi-2.0/atspi/atspi-matchrule.h
20include/at-spi-2.0/atspi/atspi-misc.h 20include/at-spi-2.0/atspi/atspi-misc.h
21include/at-spi-2.0/atspi/atspi-object.h 21include/at-spi-2.0/atspi/atspi-object.h
22include/at-spi-2.0/atspi/atspi-private.h 22include/at-spi-2.0/atspi/atspi-private.h
23include/at-spi-2.0/atspi/atspi-registry.h 23include/at-spi-2.0/atspi/atspi-registry.h
24include/at-spi-2.0/atspi/atspi-relation.h 24include/at-spi-2.0/atspi/atspi-relation.h
25include/at-spi-2.0/atspi/atspi-selection.h 25include/at-spi-2.0/atspi/atspi-selection.h
26include/at-spi-2.0/atspi/atspi-stateset.h 26include/at-spi-2.0/atspi/atspi-stateset.h
27include/at-spi-2.0/atspi/atspi-table.h 27include/at-spi-2.0/atspi/atspi-table.h
28include/at-spi-2.0/atspi/atspi-text.h 28include/at-spi-2.0/atspi/atspi-text.h
29include/at-spi-2.0/atspi/atspi-types.h 29include/at-spi-2.0/atspi/atspi-types.h
30include/at-spi-2.0/atspi/atspi-value.h 30include/at-spi-2.0/atspi/atspi-value.h
31include/at-spi-2.0/atspi/atspi.h 31include/at-spi-2.0/atspi/atspi.h
32lib/girepository-1.0/Atspi-2.0.typelib 32lib/girepository-1.0/Atspi-2.0.typelib
33lib/libatspi.la 33lib/libatspi.la
34lib/pkgconfig/atspi-2.pc 34lib/pkgconfig/atspi-2.pc
35libexec/at-spi-bus-launcher 35libexec/at-spi-bus-launcher
36libexec/at-spi2-registryd 36libexec/at-spi2-registryd
37share/dbus-1/services/org.a11y.Bus.service 37share/dbus-1/services/org.a11y.Bus.service
38share/dbus-1/services/org.a11y.atspi.Registry.service 38share/dbus-1/services/org.a11y.atspi.Registry.service
39share/examples/at-spi2-core/at-spi2/accessibility.conf 39share/examples/at-spi2-core/at-spi2/accessibility.conf
40share/examples/at-spi2-core/xdg/autostart/at-spi-dbus-bus.desktop 40share/examples/at-spi2-core/xdg/autostart/at-spi-dbus-bus.desktop
41share/gir-1.0/Atspi-2.0.gir 41share/gir-1.0/Atspi-2.0.gir
42share/gtk-doc/html/libatspi/AtspiAccessible.html 42share/gtk-doc/html/libatspi/AtspiAccessible.html
43share/gtk-doc/html/libatspi/AtspiDeviceListener.html 43share/gtk-doc/html/libatspi/AtspiDeviceListener.html
44share/gtk-doc/html/libatspi/AtspiEventListener.html 44share/gtk-doc/html/libatspi/AtspiEventListener.html
45share/gtk-doc/html/libatspi/AtspiHyperlink.html 45share/gtk-doc/html/libatspi/AtspiHyperlink.html
46share/gtk-doc/html/libatspi/AtspiMatchRule.html 46share/gtk-doc/html/libatspi/AtspiMatchRule.html
47share/gtk-doc/html/libatspi/AtspiObject.html 47share/gtk-doc/html/libatspi/AtspiObject.html
48share/gtk-doc/html/libatspi/AtspiRelation.html 48share/gtk-doc/html/libatspi/AtspiRelation.html
49share/gtk-doc/html/libatspi/AtspiStateSet.html 49share/gtk-doc/html/libatspi/AtspiStateSet.html
50share/gtk-doc/html/libatspi/annotation-glossary.html 50share/gtk-doc/html/libatspi/annotation-glossary.html
51share/gtk-doc/html/libatspi/api-index-full.html 51share/gtk-doc/html/libatspi/api-index-full.html
52share/gtk-doc/html/libatspi/ch01.html 52share/gtk-doc/html/libatspi/ch01.html
53share/gtk-doc/html/libatspi/home.png 53share/gtk-doc/html/libatspi/home.png
54share/gtk-doc/html/libatspi/index.html 54share/gtk-doc/html/libatspi/index.html
55share/gtk-doc/html/libatspi/index.sgml 55share/gtk-doc/html/libatspi/index.sgml
56share/gtk-doc/html/libatspi/left.png 56share/gtk-doc/html/libatspi/left.png
57share/gtk-doc/html/libatspi/libatspi-AtspiApplication.html 57share/gtk-doc/html/libatspi/libatspi-AtspiApplication.html
58share/gtk-doc/html/libatspi/libatspi-atspi-collection.html 58share/gtk-doc/html/libatspi/libatspi-atspi-collection.html
59share/gtk-doc/html/libatspi/libatspi-atspi-component.html 59share/gtk-doc/html/libatspi/libatspi-atspi-component.html
60share/gtk-doc/html/libatspi/libatspi-atspi-constants.html 60share/gtk-doc/html/libatspi/libatspi-atspi-constants.html
61share/gtk-doc/html/libatspi/libatspi-atspi-document.html 61share/gtk-doc/html/libatspi/libatspi-atspi-document.html
62share/gtk-doc/html/libatspi/libatspi-atspi-editabletext.html 62share/gtk-doc/html/libatspi/libatspi-atspi-editabletext.html
63share/gtk-doc/html/libatspi/libatspi-atspi-hypertext.html 63share/gtk-doc/html/libatspi/libatspi-atspi-hypertext.html
64share/gtk-doc/html/libatspi/libatspi-atspi-image.html 64share/gtk-doc/html/libatspi/libatspi-atspi-image.html
65share/gtk-doc/html/libatspi/libatspi-atspi-listener-private.html 65share/gtk-doc/html/libatspi/libatspi-atspi-listener-private.html
66share/gtk-doc/html/libatspi/libatspi-atspi-misc-private.html 66share/gtk-doc/html/libatspi/libatspi-atspi-misc-private.html
67share/gtk-doc/html/libatspi/libatspi-atspi-misc.html 67share/gtk-doc/html/libatspi/libatspi-atspi-misc.html
68share/gtk-doc/html/libatspi/libatspi-atspi-registry.html 68share/gtk-doc/html/libatspi/libatspi-atspi-registry.html
69share/gtk-doc/html/libatspi/libatspi-atspi-selection.html 69share/gtk-doc/html/libatspi/libatspi-atspi-selection.html
70share/gtk-doc/html/libatspi/libatspi-atspi-table.html 70share/gtk-doc/html/libatspi/libatspi-atspi-table.html
71share/gtk-doc/html/libatspi/libatspi-atspi-text.html 71share/gtk-doc/html/libatspi/libatspi-atspi-text.html
72share/gtk-doc/html/libatspi/libatspi-atspi-types.html 72share/gtk-doc/html/libatspi/libatspi-atspi-types.html
73share/gtk-doc/html/libatspi/libatspi-atspi-value.html 73share/gtk-doc/html/libatspi/libatspi-atspi-value.html
74share/gtk-doc/html/libatspi/libatspi.devhelp2 74share/gtk-doc/html/libatspi/libatspi.devhelp2
75share/gtk-doc/html/libatspi/object-tree.html 75share/gtk-doc/html/libatspi/object-tree.html
76share/gtk-doc/html/libatspi/right.png 76share/gtk-doc/html/libatspi/right.png
77share/gtk-doc/html/libatspi/style.css 77share/gtk-doc/html/libatspi/style.css
78share/gtk-doc/html/libatspi/up.png 78share/gtk-doc/html/libatspi/up.png
79share/locale/an/LC_MESSAGES/at-spi2-core.mo 79share/locale/an/LC_MESSAGES/at-spi2-core.mo
80share/locale/as/LC_MESSAGES/at-spi2-core.mo 80share/locale/as/LC_MESSAGES/at-spi2-core.mo
81share/locale/ast/LC_MESSAGES/at-spi2-core.mo 81share/locale/ast/LC_MESSAGES/at-spi2-core.mo
82share/locale/be/LC_MESSAGES/at-spi2-core.mo 82share/locale/be/LC_MESSAGES/at-spi2-core.mo
83share/locale/bg/LC_MESSAGES/at-spi2-core.mo 83share/locale/bg/LC_MESSAGES/at-spi2-core.mo
84share/locale/bn_IN/LC_MESSAGES/at-spi2-core.mo 84share/locale/bn_IN/LC_MESSAGES/at-spi2-core.mo
85share/locale/ca/LC_MESSAGES/at-spi2-core.mo 85share/locale/ca/LC_MESSAGES/at-spi2-core.mo
86share/locale/ca@valencia/LC_MESSAGES/at-spi2-core.mo 86share/locale/ca@valencia/LC_MESSAGES/at-spi2-core.mo
87share/locale/cs/LC_MESSAGES/at-spi2-core.mo 87share/locale/cs/LC_MESSAGES/at-spi2-core.mo
88share/locale/da/LC_MESSAGES/at-spi2-core.mo 88share/locale/da/LC_MESSAGES/at-spi2-core.mo
89share/locale/de/LC_MESSAGES/at-spi2-core.mo 89share/locale/de/LC_MESSAGES/at-spi2-core.mo
90share/locale/el/LC_MESSAGES/at-spi2-core.mo 90share/locale/el/LC_MESSAGES/at-spi2-core.mo
91share/locale/en_CA/LC_MESSAGES/at-spi2-core.mo 91share/locale/en_CA/LC_MESSAGES/at-spi2-core.mo
92share/locale/en_GB/LC_MESSAGES/at-spi2-core.mo 92share/locale/en_GB/LC_MESSAGES/at-spi2-core.mo
93share/locale/eo/LC_MESSAGES/at-spi2-core.mo 93share/locale/eo/LC_MESSAGES/at-spi2-core.mo
94share/locale/es/LC_MESSAGES/at-spi2-core.mo 94share/locale/es/LC_MESSAGES/at-spi2-core.mo
95share/locale/et/LC_MESSAGES/at-spi2-core.mo 95share/locale/et/LC_MESSAGES/at-spi2-core.mo
96share/locale/eu/LC_MESSAGES/at-spi2-core.mo 96share/locale/eu/LC_MESSAGES/at-spi2-core.mo
97share/locale/fa/LC_MESSAGES/at-spi2-core.mo 97share/locale/fa/LC_MESSAGES/at-spi2-core.mo
98share/locale/fi/LC_MESSAGES/at-spi2-core.mo 98share/locale/fi/LC_MESSAGES/at-spi2-core.mo
99share/locale/fr/LC_MESSAGES/at-spi2-core.mo 99share/locale/fr/LC_MESSAGES/at-spi2-core.mo
100share/locale/gl/LC_MESSAGES/at-spi2-core.mo 100share/locale/gl/LC_MESSAGES/at-spi2-core.mo
101share/locale/gu/LC_MESSAGES/at-spi2-core.mo 101share/locale/gu/LC_MESSAGES/at-spi2-core.mo
102share/locale/he/LC_MESSAGES/at-spi2-core.mo 102share/locale/he/LC_MESSAGES/at-spi2-core.mo
103share/locale/hi/LC_MESSAGES/at-spi2-core.mo 103share/locale/hi/LC_MESSAGES/at-spi2-core.mo
104share/locale/hu/LC_MESSAGES/at-spi2-core.mo 104share/locale/hu/LC_MESSAGES/at-spi2-core.mo
105share/locale/id/LC_MESSAGES/at-spi2-core.mo 105share/locale/id/LC_MESSAGES/at-spi2-core.mo
106share/locale/it/LC_MESSAGES/at-spi2-core.mo 106share/locale/it/LC_MESSAGES/at-spi2-core.mo
107share/locale/ja/LC_MESSAGES/at-spi2-core.mo 107share/locale/ja/LC_MESSAGES/at-spi2-core.mo
108share/locale/km/LC_MESSAGES/at-spi2-core.mo 108share/locale/km/LC_MESSAGES/at-spi2-core.mo
109share/locale/kn/LC_MESSAGES/at-spi2-core.mo 109share/locale/kn/LC_MESSAGES/at-spi2-core.mo
110share/locale/ko/LC_MESSAGES/at-spi2-core.mo 110share/locale/ko/LC_MESSAGES/at-spi2-core.mo
111share/locale/lt/LC_MESSAGES/at-spi2-core.mo 111share/locale/lt/LC_MESSAGES/at-spi2-core.mo
112share/locale/lv/LC_MESSAGES/at-spi2-core.mo 112share/locale/lv/LC_MESSAGES/at-spi2-core.mo
113share/locale/ml/LC_MESSAGES/at-spi2-core.mo 113share/locale/ml/LC_MESSAGES/at-spi2-core.mo
114share/locale/mr/LC_MESSAGES/at-spi2-core.mo 114share/locale/mr/LC_MESSAGES/at-spi2-core.mo
115share/locale/ms/LC_MESSAGES/at-spi2-core.mo 115share/locale/ms/LC_MESSAGES/at-spi2-core.mo
116share/locale/nb/LC_MESSAGES/at-spi2-core.mo 116share/locale/nb/LC_MESSAGES/at-spi2-core.mo
117share/locale/nl/LC_MESSAGES/at-spi2-core.mo 117share/locale/nl/LC_MESSAGES/at-spi2-core.mo
118share/locale/or/LC_MESSAGES/at-spi2-core.mo 118share/locale/or/LC_MESSAGES/at-spi2-core.mo
119share/locale/pa/LC_MESSAGES/at-spi2-core.mo 119share/locale/pa/LC_MESSAGES/at-spi2-core.mo
120share/locale/pl/LC_MESSAGES/at-spi2-core.mo 120share/locale/pl/LC_MESSAGES/at-spi2-core.mo
121share/locale/pt/LC_MESSAGES/at-spi2-core.mo 121share/locale/pt/LC_MESSAGES/at-spi2-core.mo
122share/locale/pt_BR/LC_MESSAGES/at-spi2-core.mo 122share/locale/pt_BR/LC_MESSAGES/at-spi2-core.mo
123share/locale/ro/LC_MESSAGES/at-spi2-core.mo 123share/locale/ro/LC_MESSAGES/at-spi2-core.mo
124share/locale/ru/LC_MESSAGES/at-spi2-core.mo 124share/locale/ru/LC_MESSAGES/at-spi2-core.mo
 125share/locale/sk/LC_MESSAGES/at-spi2-core.mo
125share/locale/sl/LC_MESSAGES/at-spi2-core.mo 126share/locale/sl/LC_MESSAGES/at-spi2-core.mo
126share/locale/sq/LC_MESSAGES/at-spi2-core.mo 127share/locale/sq/LC_MESSAGES/at-spi2-core.mo
127share/locale/sr/LC_MESSAGES/at-spi2-core.mo 128share/locale/sr/LC_MESSAGES/at-spi2-core.mo
128share/locale/sr@latin/LC_MESSAGES/at-spi2-core.mo 129share/locale/sr@latin/LC_MESSAGES/at-spi2-core.mo
129share/locale/sv/LC_MESSAGES/at-spi2-core.mo 130share/locale/sv/LC_MESSAGES/at-spi2-core.mo
130share/locale/ta/LC_MESSAGES/at-spi2-core.mo 131share/locale/ta/LC_MESSAGES/at-spi2-core.mo
131share/locale/te/LC_MESSAGES/at-spi2-core.mo 132share/locale/te/LC_MESSAGES/at-spi2-core.mo
132share/locale/tr/LC_MESSAGES/at-spi2-core.mo 133share/locale/tr/LC_MESSAGES/at-spi2-core.mo
133share/locale/ug/LC_MESSAGES/at-spi2-core.mo 134share/locale/ug/LC_MESSAGES/at-spi2-core.mo
134share/locale/uk/LC_MESSAGES/at-spi2-core.mo 135share/locale/uk/LC_MESSAGES/at-spi2-core.mo
135share/locale/uz@cyrillic/LC_MESSAGES/at-spi2-core.mo 136share/locale/uz@cyrillic/LC_MESSAGES/at-spi2-core.mo
136share/locale/vi/LC_MESSAGES/at-spi2-core.mo 137share/locale/vi/LC_MESSAGES/at-spi2-core.mo
137share/locale/zh_CN/LC_MESSAGES/at-spi2-core.mo 138share/locale/zh_CN/LC_MESSAGES/at-spi2-core.mo
138share/locale/zh_HK/LC_MESSAGES/at-spi2-core.mo 139share/locale/zh_HK/LC_MESSAGES/at-spi2-core.mo
139share/locale/zh_TW/LC_MESSAGES/at-spi2-core.mo 140share/locale/zh_TW/LC_MESSAGES/at-spi2-core.mo

cvs diff -r1.7 -r1.8 pkgsrc/devel/at-spi2-core/distinfo (switch to unified diff)

--- pkgsrc/devel/at-spi2-core/distinfo 2012/10/18 10:12:26 1.7
+++ pkgsrc/devel/at-spi2-core/distinfo 2012/11/13 21:43:16 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2012/10/18 10:12:26 prlw1 Exp $ 1$NetBSD: distinfo,v 1.8 2012/11/13 21:43:16 adam Exp $
2 2
3SHA1 (at-spi2-core-2.6.1.tar.xz) = 3abd83405b19522521a16d7cf196f3482c43e1a0 3SHA1 (at-spi2-core-2.6.2.tar.xz) = 5caeb04314edc0befbf680fdc8b0640ca9e85e03
4RMD160 (at-spi2-core-2.6.1.tar.xz) = 1042f08ee9137ed88e7a22d137a7074ee60a616d 4RMD160 (at-spi2-core-2.6.2.tar.xz) = de00564ed9d5d135515a9eb79a184a8ecddd0501
5Size (at-spi2-core-2.6.1.tar.xz) = 443684 bytes 5Size (at-spi2-core-2.6.2.tar.xz) = 443900 bytes