summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-12-17 06:36:25 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-12-17 06:36:25 +0800
commit92ae1634e1ec761b7526940631055db59c98f876 (patch)
tree1bfb31c35be1219beb79da27fa266b16a490091a
parentd5273fbef6ce4d45bc5f3a942f3b6411a8c2dbb2 (diff)
downloadmarcuscom-ports-92ae1634e1ec761b7526940631055db59c98f876.tar
marcuscom-ports-92ae1634e1ec761b7526940631055db59c98f876.tar.gz
marcuscom-ports-92ae1634e1ec761b7526940631055db59c98f876.tar.bz2
marcuscom-ports-92ae1634e1ec761b7526940631055db59c98f876.tar.lz
marcuscom-ports-92ae1634e1ec761b7526940631055db59c98f876.tar.xz
marcuscom-ports-92ae1634e1ec761b7526940631055db59c98f876.tar.zst
marcuscom-ports-92ae1634e1ec761b7526940631055db59c98f876.zip
Update -core to 2.6.3, -atk to 2.6.2.
Add portscout macro to ignore uneven versions. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17169 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--accessibility/at-spi2-atk/Makefile11
-rw-r--r--accessibility/at-spi2-atk/distinfo4
-rw-r--r--accessibility/at-spi2-core/Makefile7
-rw-r--r--accessibility/at-spi2-core/distinfo4
-rw-r--r--accessibility/at-spi2-core/pkg-plist2
5 files changed, 18 insertions, 10 deletions
diff --git a/accessibility/at-spi2-atk/Makefile b/accessibility/at-spi2-atk/Makefile
index 00589f5bf..1c05301a2 100644
--- a/accessibility/at-spi2-atk/Makefile
+++ b/accessibility/at-spi2-atk/Makefile
@@ -1,9 +1,9 @@
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/accessibility/at-spi2-atk/Makefile,v 1.36 2012/05/31 11:24:18 kwm Exp $
+# $MCom: ports/accessibility/at-spi2-atk/Makefile,v 1.37 2012/10/07 09:01:52 kwm Exp $
PORTNAME= at-spi2-atk
-PORTVERSION= 2.6.0
+PORTVERSION= 2.6.2
CATEGORIES= accessibility x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -13,19 +13,22 @@ COMMENT= Assisted Technology Provider module for GTK+
LICENSE= LGPL21
-BUILD_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at-spi2-core
+BUILD_DEPENDS= at-spi2-core>=2.1.4:${PORTSDIR}/accessibility/at-spi2-core
LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus
-RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at-spi2-core
+RUN_DEPENDS= at-spi2-core>=2.1.4:${PORTSDIR}/accessibility/at-spi2-core
CONFLICTS= at-spi-1.[0-9]*
+PORTSCOUT= limitw:1,even
USE_XZ= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomehier intlhack glib20 atk
+USE_PKGCONFIG= build
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+CONFIGURE_ARGS= --enable-p2p
GLIB_SCHEMAS= org.a11y.atspi.gschema.xml
.include <bsd.port.mk>
diff --git a/accessibility/at-spi2-atk/distinfo b/accessibility/at-spi2-atk/distinfo
index a3545e929..e325fa4f0 100644
--- a/accessibility/at-spi2-atk/distinfo
+++ b/accessibility/at-spi2-atk/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/at-spi2-atk-2.6.0.tar.xz) = 2cfcb5e29aa6db5e8982add072dffecadd81d6ef04845afa2336be1b515bdc1f
-SIZE (gnome3/at-spi2-atk-2.6.0.tar.xz) = 274760
+SHA256 (gnome3/at-spi2-atk-2.6.2.tar.xz) = 496c8432e8ab82735145f9af5d45209e9b708bf3c94e527ee091d08641a9bcfa
+SIZE (gnome3/at-spi2-atk-2.6.2.tar.xz) = 274748
diff --git a/accessibility/at-spi2-core/Makefile b/accessibility/at-spi2-core/Makefile
index 46ea6c156..a09059602 100644
--- a/accessibility/at-spi2-core/Makefile
+++ b/accessibility/at-spi2-core/Makefile
@@ -1,9 +1,9 @@
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/accessibility/at-spi2-core/Makefile,v 1.39 2012/05/31 11:18:19 kwm Exp $
+# $MCom: ports/accessibility/at-spi2-core/Makefile,v 1.40 2012/10/07 09:01:52 kwm Exp $
PORTNAME= at-spi2-core
-PORTVERSION= 2.6.0
+PORTVERSION= 2.6.3
CATEGORIES= accessibility x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -16,10 +16,13 @@ LICENSE= LGPL21
BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus
+PORTSCOUT= limitw:1,even
+
USE_XZ= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomehier glib20 intlhack
+USE_PKGCONFIG= build
USE_XORG= x11 xi xtst xext
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
diff --git a/accessibility/at-spi2-core/distinfo b/accessibility/at-spi2-core/distinfo
index 9075c0fba..6304e38a0 100644
--- a/accessibility/at-spi2-core/distinfo
+++ b/accessibility/at-spi2-core/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/at-spi2-core-2.6.0.tar.xz) = 8d7e685c7cda6e2831b31c66ec796dc344c5eb29d8311f69b0a47529194ec559
-SIZE (gnome3/at-spi2-core-2.6.0.tar.xz) = 443552
+SHA256 (gnome3/at-spi2-core-2.6.3.tar.xz) = fc4487ae46e847cfd057b329b852cf99923772ecd2ddc29f29670c9f2b15d0ea
+SIZE (gnome3/at-spi2-core-2.6.3.tar.xz) = 445084
diff --git a/accessibility/at-spi2-core/pkg-plist b/accessibility/at-spi2-core/pkg-plist
index 819cf0f1e..09efc89e6 100644
--- a/accessibility/at-spi2-core/pkg-plist
+++ b/accessibility/at-spi2-core/pkg-plist
@@ -57,6 +57,7 @@ share/gtk-doc/html/libatspi/index.html
share/gtk-doc/html/libatspi/index.sgml
share/gtk-doc/html/libatspi/left.png
share/gtk-doc/html/libatspi/libatspi-AtspiApplication.html
+share/gtk-doc/html/libatspi/libatspi-atspi-action.html
share/gtk-doc/html/libatspi/libatspi-atspi-collection.html
share/gtk-doc/html/libatspi/libatspi-atspi-component.html
share/gtk-doc/html/libatspi/libatspi-atspi-constants.html
@@ -124,6 +125,7 @@ share/locale/pt/LC_MESSAGES/at-spi2-core.mo
share/locale/pt_BR/LC_MESSAGES/at-spi2-core.mo
share/locale/ro/LC_MESSAGES/at-spi2-core.mo
share/locale/ru/LC_MESSAGES/at-spi2-core.mo
+share/locale/sk/LC_MESSAGES/at-spi2-core.mo
share/locale/sl/LC_MESSAGES/at-spi2-core.mo
share/locale/sq/LC_MESSAGES/at-spi2-core.mo
share/locale/sr/LC_MESSAGES/at-spi2-core.mo