diff options
author | wiz <wiz@pkgsrc.org> | 2006-04-02 22:48:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-04-02 22:48:31 +0000 |
commit | 4663a05805cb29fac84777c83798439556e77bdf (patch) | |
tree | 7232f17ca475e5c78b56632536edee9ec82a65e0 /databases/libgnomedb/Makefile | |
parent | 913dccc7fd06f92db7592b0fc5a683f0dd26b02e (diff) | |
download | pkgsrc-4663a05805cb29fac84777c83798439556e77bdf.tar.gz |
Update to 1.902:
libgnomedb 1.9.102, 2006-03-24
------------------------------
- More respectfull of standard naming conventions (Juan Manuel)
- Moved all the objects not depending on GTK+ to Libgda (Vivien)
- Improved tests (Vivien)
- Fixed #327798 (Thierry)
- Login widget now uses usaename and password when provided in the
configuration
- Grammar corrections (Thierry)
- Updated sample application
- Bug fixes and various improvements
- Translations:
- new Chinese (Taiwan) translation (Chao-Hsiung)
- es (Francisco Javier)
- fi (Ilkka)
- nl (Vincent)
- cs (Stanislav)
- vi (Clytie)
- en_CA (Adam)
- eu (IƱaki)
- zh_TW (Chao-Hsiung)
- de (Frank)
- pt_BR (Raphael)
Diffstat (limited to 'databases/libgnomedb/Makefile')
-rw-r--r-- | databases/libgnomedb/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/libgnomedb/Makefile b/databases/libgnomedb/Makefile index 2a2c05dcf96..381628d57e2 100644 --- a/databases/libgnomedb/Makefile +++ b/databases/libgnomedb/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2006/03/21 06:00:44 jlam Exp $ +# $NetBSD: Makefile,v 1.50 2006/04/02 22:48:31 wiz Exp $ # -DISTNAME= libgnomedb-1.9.100 -PKGREVISION= 3 +DISTNAME= libgnomedb-1.9.102 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomedb/1.9/} EXTRACT_SUFX= .tar.bz2 |