Date: Sat, 1 Apr 2017 20:00:33 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437465 - head/accessibility/at-spi2-core Message-ID: <201704012000.v31K0XqQ046374@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Apr 1 20:00:33 2017 New Revision: 437465 URL: https://svnweb.freebsd.org/changeset/ports/437465 Log: Update to 2.24.0 Move the default config file to share/default like upstream expects, the one in sysconfdir will be still looked at Modified: head/accessibility/at-spi2-core/Makefile head/accessibility/at-spi2-core/distinfo head/accessibility/at-spi2-core/pkg-plist Modified: head/accessibility/at-spi2-core/Makefile ============================================================================== --- head/accessibility/at-spi2-core/Makefile Sat Apr 1 19:54:12 2017 (r437464) +++ head/accessibility/at-spi2-core/Makefile Sat Apr 1 20:00:33 2017 (r437465) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= at-spi2-core -PORTVERSION= 2.18.3 +PORTVERSION= 2.24.0 CATEGORIES= accessibility x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,14 +16,15 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus PORTSCOUT= limitw:1,even -USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz +USES= gettext gmake gnome localbase libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 intlhack introspection:build USE_XORG= x11 xi xtst xext USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-xevie -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip +post-install: + ${RM} -r ${STAGEDIR}${PREFIX}/lib/systemd + .include <bsd.port.mk> Modified: head/accessibility/at-spi2-core/distinfo ============================================================================== --- head/accessibility/at-spi2-core/distinfo Sat Apr 1 19:54:12 2017 (r437464) +++ head/accessibility/at-spi2-core/distinfo Sat Apr 1 20:00:33 2017 (r437465) @@ -1,2 +1,3 @@ -SHA256 (gnome3/at-spi2-core-2.18.3.tar.xz) = ada26add94155f97d0f601a20cb7a0e3fd3ba1588c3520b7288316494027d629 -SIZE (gnome3/at-spi2-core-2.18.3.tar.xz) = 451408 +TIMESTAMP = 1491076488 +SHA256 (gnome3/at-spi2-core-2.24.0.tar.xz) = 6179f314fbd903b3cd3477a57b6b1fecca88b76ce769ce777fda0d3e5f61afcd +SIZE (gnome3/at-spi2-core-2.24.0.tar.xz) = 454160 Modified: head/accessibility/at-spi2-core/pkg-plist ============================================================================== --- head/accessibility/at-spi2-core/pkg-plist Sat Apr 1 19:54:12 2017 (r437464) +++ head/accessibility/at-spi2-core/pkg-plist Sat Apr 1 20:00:33 2017 (r437465) @@ -1,4 +1,3 @@ -etc/at-spi2/accessibility.conf etc/xdg/autostart/at-spi-dbus-bus.desktop include/at-spi-2.0/atspi/atspi-accessible.h include/at-spi-2.0/atspi/atspi-action.h @@ -41,6 +40,7 @@ libexec/at-spi-bus-launcher libexec/at-spi2-registryd share/dbus-1/accessibility-services/org.a11y.atspi.Registry.service share/dbus-1/services/org.a11y.Bus.service +share/defaults/at-spi2/accessibility.conf share/gir-1.0/Atspi-2.0.gir share/gtk-doc/html/libatspi/AtspiAccessible.html share/gtk-doc/html/libatspi/AtspiDeviceListener.html @@ -107,10 +107,12 @@ share/locale/fi/LC_MESSAGES/at-spi2-core share/locale/fr/LC_MESSAGES/at-spi2-core.mo share/locale/fur/LC_MESSAGES/at-spi2-core.mo share/locale/ga/LC_MESSAGES/at-spi2-core.mo +share/locale/gd/LC_MESSAGES/at-spi2-core.mo share/locale/gl/LC_MESSAGES/at-spi2-core.mo share/locale/gu/LC_MESSAGES/at-spi2-core.mo share/locale/he/LC_MESSAGES/at-spi2-core.mo share/locale/hi/LC_MESSAGES/at-spi2-core.mo +share/locale/hr/LC_MESSAGES/at-spi2-core.mo share/locale/hu/LC_MESSAGES/at-spi2-core.mo share/locale/id/LC_MESSAGES/at-spi2-core.mo share/locale/it/LC_MESSAGES/at-spi2-core.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704012000.v31K0XqQ046374>