[Lunar-commits] <moonbase> m4: version bumped to 1.4.13.
Florin Braescu
florin at lunar-linux.org
Thu Apr 2 05:24:34 CEST 2009
commit 5bc42cfe53ef639ca41b0834a1daefdd4f70d080
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu Apr 2 06:24:34 2009 +0300
m4: version bumped to 1.4.13.
Changes:
* 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' 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'.
* 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.
---
devel/m4/BUILD | 2 +-
devel/m4/DETAILS | 12 ++++++------
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/devel/m4/BUILD b/devel/m4/BUILD
index 9c3be3f..0ad1c71 100644
--- a/devel/m4/BUILD
+++ b/devel/m4/BUILD
@@ -1,6 +1,6 @@
(
- sedit "s/\infodir = \$(prefix)\/info/infodir = \$(prefix)\/share\/info/" Makefile.in &&
+ sedit "s/\infodir = \$(prefix)\/info/infodir = \$(prefix)\/share\/info/" Makefile.in &&
./configure --build=$BUILD \
--prefix=/usr \
$OPTS &&
diff --git a/devel/m4/DETAILS b/devel/m4/DETAILS
index 8652453..567211a 100644
--- a/devel/m4/DETAILS
+++ b/devel/m4/DETAILS
@@ -1,12 +1,12 @@
MODULE=m4
- VERSION=1.4.12
+ VERSION=1.4.13
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=$GNU_URL/$MODULE/
- SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
- SOURCE_VFY=sha1:013ca38511e17835dc1a1381cbe8e39179637a49
- WEB_SITE=http://www.gnu.org/software/$MODULE/
+ SOURCE_URL[0]=$GNU_URL/$MODULE
+ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
+ SOURCE_VFY=sha1:75aba989a6dfaa0bbe43d3bcf8d1d47bcd03e39a
+ WEB_SITE=http://www.gnu.org/software/$MODULE
ENTERED=20010922
- UPDATED=20081012
+ UPDATED=20090402
SHORT="GNU m4 macro processor"
cat << EOF
More information about the Lunar-commits
mailing list