diff options
author | wiz <wiz@pkgsrc.org> | 2003-05-18 13:10:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-05-18 13:10:57 +0000 |
commit | e7f76e0b640d2944676885d8d34363c53506c5d6 (patch) | |
tree | 289b2db6a5b56c3ee7ee4977d03c828a6dc92f72 /devel/automake | |
parent | 2ae1e9897884dfc4694e3f2e027aa341c9c164ab (diff) | |
download | pkgsrc-e7f76e0b640d2944676885d8d34363c53506c5d6.tar.gz |
Update to 1.7.5:
Bugs fixed in 1.7.5:
* Update install-sh's license to remove an advertising clause.
(Debian bug #191717)
* Fix a bug introduced in 1.7.4, related to BUILT_SOURCE handling,
that caused invalid Makefile.ins to be generated.
* Make sure AM_MAKE_INCLUDE doesn't fail when a `doit' file exists.
* New FAQ entry: renamed objects.
Bugs fixed in 1.7.4:
* Tweak the TAGS rule to support Exuberant Ctags (in addition to
the Emacs implementation)
* Fix output of aclocal.m4 dependencies in subdirectories.
* Use `mv -f' instead of `mv' in fastdep rules.
* Upgrade mdate-sh to work on OS/2.
* Don't byte-compile elisp files when ELCFILES is set empty.
(this documented feature was broken by 1.7.3)
* Diagnose trailing backslashes on last line of Makefile.am.
* Diagnose whitespace following trailing backslashes.
* Multiple tests are now correctly supported in DEJATOOL. (PR/388)
* Fix rebuilt rules for AC_CONFIG_FILES([Makefile:Makefile.in:Makefile.bot])
Makefiles. (PR/389)
* `make install' will build `BUILT_SOURCES' first.
* Minor documentation fixes.
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 de7a5017a1e..16131ec3788 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2003/02/24 07:40:04 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2003/05/18 13:10:57 wiz Exp $ # -DISTNAME= automake-1.7.3 +DISTNAME= automake-1.7.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=automake/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/automake/distinfo b/devel/automake/distinfo index 5cb4d75014c..df6aa20e77c 100644 --- a/devel/automake/distinfo +++ b/devel/automake/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2003/02/24 07:39:04 wiz Exp $ +$NetBSD: distinfo,v 1.12 2003/05/18 13:10:57 wiz Exp $ -SHA1 (automake-1.7.3.tar.bz2) = 36f50bbbd7c1ef63832785199a4e909a99b4decf -Size (automake-1.7.3.tar.bz2) = 549386 bytes +SHA1 (automake-1.7.5.tar.bz2) = 5a12ca97b0989809bf9490b1d9d8b89f72150877 +Size (automake-1.7.5.tar.bz2) = 555516 bytes SHA1 (patch-aa) = 1c13380a46dc6c3bbd233164da547526c9cc5679 |