summaryrefslogtreecommitdiff
path: root/devel/atk/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2006-03-30 20:48:02 +0000
committerjmmv <jmmv@pkgsrc.org>2006-03-30 20:48:02 +0000
commit280a9fe111cf1c2c004a7fc0c0273cc7bd5bb35e (patch)
treeeadf96fa9600236838e0133147335cc5512fba4a /devel/atk/Makefile
parent0c22caa64a3f7daf8afd376dadfed0646518b335 (diff)
downloadpkgsrc-280a9fe111cf1c2c004a7fc0c0273cc7bd5bb35e.tar.gz
Update to 1.11.3:
Changes in version 1.11.3: ========================= * Fix for localization bug #317458 from Kazuzi IWAMOTO. * Included docs in tarball as appropriate. Changes in version 1.11.0: ========================= Added new APIs - minor enhancements to AtkImage, AtkDocument, AtkObject, AtkComponent, AtkState. Significant API additions: Added locale attribute to AtkImage instances, and Document instances. Added the ability to assign weakly-typed attributes to AtkObject as name-value pairs; also added similar name-value pairs to AtkDocument for attributes which are intended to be valid over the entire document. Minor documentation fixes (thanks to Bill Abt). Added 'tt' (Tatar) locale, Simos Xenitellis
Diffstat (limited to 'devel/atk/Makefile')
-rw-r--r--devel/atk/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/atk/Makefile b/devel/atk/Makefile
index 2694d913d00..7bf2e019c89 100644
--- a/devel/atk/Makefile
+++ b/devel/atk/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.45 2006/03/10 07:35:12 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2006/03/30 20:48:02 jmmv Exp $
#
-DISTNAME= atk-1.10.3
-PKGREVISION= 1
+DISTNAME= atk-1.11.3
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atk/1.10/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atk/1.11/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= wiz@NetBSD.org