diff options
author | jmmv <jmmv> | 2004-04-01 18:17:29 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-04-01 18:17:29 +0000 |
commit | 7c90957b3da53712f75bb880c36ed91f36484fd3 (patch) | |
tree | 486766e95d4d6db21e669b72a6fcf45d690b951e /devel/GConf2/Makefile.common | |
parent | ed9a9cb1f95b40d59c976c35c94c58810394338e (diff) | |
download | pkgsrc-7c90957b3da53712f75bb880c36ed91f36484fd3.tar.gz |
Update to 2.6.0. Summary of changes unavailable since the previous stable
version (just the ChangeLog, but it's usually meaningless). AFAICT, this
comes with a new XML backend, aside bug fixes.
Diffstat (limited to 'devel/GConf2/Makefile.common')
-rw-r--r-- | devel/GConf2/Makefile.common | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/GConf2/Makefile.common b/devel/GConf2/Makefile.common index 1d57a27f9ee..ca15624c9c9 100644 --- a/devel/GConf2/Makefile.common +++ b/devel/GConf2/Makefile.common @@ -1,13 +1,13 @@ -# $NetBSD: Makefile.common,v 1.16 2004/02/14 18:26:27 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.17 2004/04/01 18:17:29 jmmv Exp $ # -DISTNAME= GConf-2.4.0.1 +DISTNAME= GConf-2.6.0 CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/2.4/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/2.6/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmmv@NetBSD.org -HOMEPAGE= http://advogato.org/proj/GConf/ +HOMEPAGE= http://www.gnome.org/projects/gconf/ COMMENT= Configuration database system used by GNOME (v2) BUILD_USES_MSGFMT= yes |