From a62cae757688a808afa976415de0ad1de2fca4b9 Mon Sep 17 00:00:00 2001 From: kwm Date: Sat, 30 Jul 2011 09:20:22 +0000 Subject: Update the glib and gtk stack to the lastest stable releases. Add new ports for the new stable releases of gtk+-3.0. Update vala to the newest stable release 0.12.1. Thanks to pav@ for doing multiple exp-runs, and marcus@ for repo-copies. Full contributors acknowledgment will be given in the GNOME 3 import. --- accessibility/atk/Makefile | 10 +++++----- accessibility/atk/distinfo | 4 ++-- accessibility/atk/pkg-plist | 3 +++ 3 files changed, 10 insertions(+), 7 deletions(-) (limited to 'accessibility/atk') diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index 1906ac051c15..ba7b69b834ee 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -3,11 +3,11 @@ # Whom: Maxim Sobolev # # $FreeBSD$ -# $MCom: ports/accessibility/atk/Makefile,v 1.108 2010/09/27 08:35:36 kwm Exp $ +# $MCom: ports/accessibility/atk/Makefile,v 1.114 2011/06/13 20:32:27 kwm Exp $ # PORTNAME= atk -PORTVERSION= 1.32.0 +PORTVERSION= 2.0.1 PORTREVISION?= 0 CATEGORIES= accessibility devel MASTER_SITES= GNOME @@ -16,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A GNOME accessibility toolkit (ATK) -USE_BZIP2= yes +USE_XZ= yes .if !defined(REFERENCE_PORT) @@ -30,8 +30,8 @@ USE_GNOME= gnomehack glib20 ltverhack referencehack CONFIGURE_ARGS= --enable-static \ --disable-gtk-doc \ --with-html-dir=${PREFIX}/share/doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ +CPPFLAGS= -I${LOCALBASE}/include +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ AUTOCONF=${TRUE} AUTOMAKE=${TRUE} post-patch: diff --git a/accessibility/atk/distinfo b/accessibility/atk/distinfo index 5a2a09bdbea6..2b2e3c1a3b4f 100644 --- a/accessibility/atk/distinfo +++ b/accessibility/atk/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/atk-1.32.0.tar.bz2) = e9a3e598f75c4db1af914f8b052dd9f7e89e920a96cc187c18eb06b8339cb16e -SIZE (gnome2/atk-1.32.0.tar.bz2) = 688186 +SHA256 (gnome2/atk-2.0.1.tar.xz) = 4588867bb9eb788b2cf3399d3a2d5e4898193a9027436f6cffc9c18a627452a1 +SIZE (gnome2/atk-2.0.1.tar.xz) = 586516 diff --git a/accessibility/atk/pkg-plist b/accessibility/atk/pkg-plist index cf19e3d2f373..bb957f46ffbe 100644 --- a/accessibility/atk/pkg-plist +++ b/accessibility/atk/pkg-plist @@ -128,10 +128,13 @@ share/locale/yi/LC_MESSAGES/atk10.mo share/locale/zh_CN/LC_MESSAGES/atk10.mo share/locale/zh_HK/LC_MESSAGES/atk10.mo share/locale/zh_TW/LC_MESSAGES/atk10.mo +share/locale/zu/LC_MESSAGES/atk10.mo @dirrm include/atk-1.0/atk @dirrm include/atk-1.0 @dirrmtry share/gir-1.0 @dirrmtry lib/girepository-1.0 +@dirrmtry share/locale/zu/LC_MESSAGES +@dirrmtry share/locale/zu @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @dirrmtry share/locale/yi/LC_MESSAGES -- cgit