diff options
author | wiz <wiz> | 2004-09-21 12:21:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-09-21 12:21:05 +0000 |
commit | 7d8088456e154bb1b59ffabe6991bd4da4cf5fc7 (patch) | |
tree | 7aaae5d236fa3238344e28c6626f8282c6dc30fb /devel/automake | |
parent | 570d92004573e9e1b14b912fb8dde839f109fd48 (diff) | |
download | pkgsrc-7d8088456e154bb1b59ffabe6991bd4da4cf5fc7.tar.gz |
Updated automake to 1.9.2:
Bugs fixed in 1.9.2 (10th anniversary release):
* Sort rm commands output for mostlyclean-generic, clean-generic,
distclean-generic and maintainer-clean-generic, so that the produced
Makefile is not sensible to the way Perl sorts its hashes.
* Support `+' in the name of directories given to `include'.
* Preserve spaces in the arguments of `compile'.
* `missing' will no longer try to emulate a tool that is run
with `--version' or `--help' as argument.
* Noteworthy manual update:
- There is a new chapter about the history of Automake.
Diffstat (limited to 'devel/automake')
-rw-r--r-- | devel/automake/Makefile | 4 | ||||
-rw-r--r-- | devel/automake/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile index c79f265c725..d62e9b68e5f 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.55 2004/08/13 13:27:06 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2004/09/21 12:21:05 wiz Exp $ # -DISTNAME= automake-1.9.1 +DISTNAME= automake-1.9.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=automake/} \ ftp://sources.redhat.com/pub/automake/ diff --git a/devel/automake/distinfo b/devel/automake/distinfo index f4532842a8d..0d305444a74 100644 --- a/devel/automake/distinfo +++ b/devel/automake/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.20 2004/08/13 13:27:06 wiz Exp $ +$NetBSD: distinfo,v 1.21 2004/09/21 12:21:05 wiz Exp $ -SHA1 (automake-1.9.1.tar.bz2) = faf275ff5b01c8a24f4b53a91f3c8e26669466da -Size (automake-1.9.1.tar.bz2) = 697785 bytes +SHA1 (automake-1.9.2.tar.bz2) = 08ffd24981591d414089046aa14afe88e469f954 +Size (automake-1.9.2.tar.bz2) = 731007 bytes |