diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-10-08 17:17:36 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-10-08 17:17:36 +0000 |
commit | 87b3095d8d5abc9ab3624a6166b664c412029b82 (patch) | |
tree | 290467ad39bbf5d4cb6f0a30722f6364c8e0df85 /devel | |
parent | ae761d8410b8ac3bf588e555e89f61f32c2d87da (diff) | |
download | pkgsrc-87b3095d8d5abc9ab3624a6166b664c412029b82.tar.gz |
Update to 2.12.0:
2005-09-20 James Henstridge <james@jamesh.id.au>
* macros2/gnome-autogen.sh (configure_files): when searching for
configure.in files, skip directories starting with a dot. This
avoids Bzr, Quilt and Subversion bookkeeping directories among
others. Fixes bug #311951.
2005-08-17 Stepan Kasal <kasal@ucw.cz>
* macros2/gnome-autogen.sh (add_to_cm_macrodirs): New function,
prevents duplicates in $cm_macrodirs.
(check_m4macros): Use it. Read the dirlist file, if it is supported
by the version of Automake actually in use.
2005-08-17 Stepan Kasal <kasal@ucw.cz>
* macros2/gnome-autogen.sh (version_check): Set $variable_VERSION
to the actual version number of the tool.
2005-08-17 James Henstridge <james@jamesh.id.au>
* macros2/gnome-autogen.sh: pass --force to gnome-doc-prepare to
match other tools. Fixes bug #311775.
* macros2/gnome-autogen.sh: don't use syntax that non-GNU greps
don't understand. Fixes bug #313531.
2005-08-16 James Henstridge <james@jamesh.id.au>
* macros2/gnome-autogen.sh: add checks for gnome-common macro
names, and call require_m4macro for the appropriate names. This
can help detect $ACLOCAL_FLAGS problems earlier. Addresses bug
#312125.
2005-07-25 James Henstridge <james@jamesh.id.au>
* configure.in: bump release number.
2005-07-19 Shaun McCance <shaunm@gnome.org>
* macros2/gnome-autogen.sh:
- Bumped up the default required version of gnome-doc-utils
2005-07-18 Christian Persch <chpe@cvs.gnome.org>
* macros2/gnome-autogen.sh:
When configure.{in,ac} contains GNOME_DOC_INIT, actually call
gnome-doc-prepare.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnome-common/Makefile | 7 | ||||
-rw-r--r-- | devel/gnome-common/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile index e17382425eb..58943c0ab29 100644 --- a/devel/gnome-common/Makefile +++ b/devel/gnome-common/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:45:24 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/10/08 17:17:36 jmmv Exp $ # -DISTNAME= gnome-common-2.8.0 +DISTNAME= gnome-common-2.12.0 CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-common/2.8/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-common/2.12/} +EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnome.org/ diff --git a/devel/gnome-common/distinfo b/devel/gnome-common/distinfo index 1bd7123f17f..df42e5f9b36 100644 --- a/devel/gnome-common/distinfo +++ b/devel/gnome-common/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/02/23 22:24:15 agc Exp $ +$NetBSD: distinfo,v 1.5 2005/10/08 17:17:36 jmmv Exp $ -SHA1 (gnome-common-2.8.0.tar.gz) = 09e7470f3cf1f56a29a4cc5e0351a59b600a50cd -RMD160 (gnome-common-2.8.0.tar.gz) = bb4b6b4871c99dc76098fb7189c55df1cd75ae6f -Size (gnome-common-2.8.0.tar.gz) = 70342 bytes +SHA1 (gnome-common-2.12.0.tar.bz2) = 5483bad8bcded040946f776c655507caf05946af +RMD160 (gnome-common-2.12.0.tar.bz2) = cbd83180027c69b88737b02bef2f2b99e4c2968c +Size (gnome-common-2.12.0.tar.bz2) = 60283 bytes |