summaryrefslogtreecommitdiff
path: root/devel/GConf/Makefile.common
diff options
context:
space:
mode:
authorjmcneill <jmcneill>2009-03-17 08:54:30 +0000
committerjmcneill <jmcneill>2009-03-17 08:54:30 +0000
commit9c60565d4bfc101c82345324e3e76f26fe9ceaaa (patch)
tree200c8f60563b2dc141c3c4579961fc411c8798c9 /devel/GConf/Makefile.common
parent0d60ed58f9876276924386974e65e3ed7519d33a (diff)
downloadpkgsrc-9c60565d4bfc101c82345324e3e76f26fe9ceaaa.tar.gz
Update GConf and GConf-ui to 2.26.0.
2.26.0 ====== Fixes - Correct url to gconf website (Kjartan Maraas) - Plug memory leak in error path (Matthias Clasen, Tommi Rantal) - Remove deprecated GTK+ api (Matthias Clasen) Translation updates (as, bg, bn_IN, ca, cs, da, de, el, en_GB, es, eu, fi, fr, gl, gu, he, hi, hu, it, ja, kn, ko, lt, lv, ml, mr, nb, nl, or, pl, pt, pt_BR, ro, ru, sv, ta, te, th, tr, zh_HK, zh_TW) 2.25.2 ====== Fixes - Correct location of system settings in path configuration (Ray Strode) 2.25.1 ====== Fixes - Missing return in gconftool.c/do_toggle (Magnus Boman) - Fix xml-backend symbol exports on Cygwin (Vincent Untz) - Win32 build fixes (Tor Lillqvist) - Optimizations in the markup backend (Michael Meeks) - Don't hardcode paths in the defaults mechanism (Vincent Untz) - Fix dbus policy for the defaults mechanism (Vincent Untz) Translation updates (bg, ca, de, eu, fi, fr, gu, hu, ja, ko, nl, or, pt. th, vi, zh_HK, zh_TW) 2.25.0 ====== Fixes - Fix various format string warnings (Christian Persch) - Sync saved state to disk before closing (Ray Strode) Features - Add --search-key-regex option to gconftool (Christian Persch) - Add --toggle option to gconftool (Matthias Clasen) Translation updates (ar, da, dz, es, fi, he, nb, pt_BR, sv, uk)
Diffstat (limited to 'devel/GConf/Makefile.common')
-rw-r--r--devel/GConf/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/GConf/Makefile.common b/devel/GConf/Makefile.common
index c8b64b4064a..4262ca42798 100644
--- a/devel/GConf/Makefile.common
+++ b/devel/GConf/Makefile.common
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile.common,v 1.5 2008/10/09 20:53:48 wiz Exp $
+# $NetBSD: Makefile.common,v 1.6 2009/03/17 08:54:30 jmcneill Exp $
#
# used by devel/GConf/Makefile
# used by devel/GConf-ui/Makefile
-GCONF_VERSION= 2.24.0
+GCONF_VERSION= 2.26.0
DISTNAME= GConf-${GCONF_VERSION}
CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/2.24/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/2.26/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org