diff options
author | wiz <wiz@pkgsrc.org> | 2009-04-20 09:57:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-04-20 09:57:37 +0000 |
commit | 48be8d78a92849bf07d7709d8227fc7a1945377f (patch) | |
tree | 3ab4f7a64ee3c952ceb1b81bbd89651b6ee6df8b /devel/m4/Makefile | |
parent | c496deb6e5a6eb14431cc1e8a5c42524250dfa1b (diff) | |
download | pkgsrc-48be8d78a92849bf07d7709d8227fc7a1945377f.tar.gz |
Update to 1.4.13. Set LICENSE (gnu-gpl-v3).
* Noteworthy changes in Version 1.4.13 (2009-04-01) [stable]
Released by Eric Blake, based on git version 1.4.12.*
** The manual is now distributed under the terms of FDL 1.3.
** The `divert' and `undivert' builtins have been made more efficient
when using temporary files for large diversions.
** The `translit' builtin has been made more efficient when the second
argument is short.
** The input engine has been optimized for faster processing.
** The command line option `--debugfile', introduced in 1.4.7, now
treats its argument as optional, in order to allow setting the debug
output back to stderr when used without an argument; and order is now
significant with respect to command line files. You must therefore use
`m4 --debugfile=trace file', not `m4 file --debugfile trace'. This
change does not affect the deprecated `-o'/`--error-output' option.
** The `syscmd' and `esyscmd' builtins can be configured to use an
alternate shell, via the new `configure' option `--with-syscmd-shell'.
** A number of portability improvements inherited from gnulib.
Diffstat (limited to 'devel/m4/Makefile')
-rw-r--r-- | devel/m4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/m4/Makefile b/devel/m4/Makefile index ae8a333b3d2..40a01a090ca 100644 --- a/devel/m4/Makefile +++ b/devel/m4/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.57 2008/10/14 12:29:10 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2009/04/20 09:57:37 wiz Exp $ -DISTNAME= m4-1.4.12 +DISTNAME= m4-1.4.13 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=m4/} @@ -13,7 +13,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes INFO_FILES= yes -#LICENSE= GPLv3 +LICENSE= gnu-gpl-v3 TEST_TARGET= check |