diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-06 00:35:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-06 00:35:40 +0000 |
commit | aa3d619cf869e35390b425d4841a32a48ccb2735 (patch) | |
tree | 65ddd571d2c046f869caa937624c95d0d6516aad /textproc/gsed/Makefile | |
parent | d4042caa3f9a0ad42fcf8bdcc460f022680cd102 (diff) | |
download | pkgsrc-aa3d619cf869e35390b425d4841a32a48ccb2735.tar.gz |
Update to 4.2.2:
Sed 4.2.2
* don't misbehave (truncate input) for lines of length 2^31 and longer
* fix endless loop on incomplete multibyte sequences
* -u also does unbuffered input, rather than unbuffered output only
* New command `F' to print current input file name
* sed -i, s///w, and the `w' and `W' commands also obey the --binary option
(and create CR/LF-terminated files if the option is absent)
* --posix fails for scripts (or fragments as passed to the -e option) that
end in a backslash, as they are not portable.
* New option -z (--null-data) to separate lines by ASCII NUL characters.
* \x26 (and similar escaped sequences) produces a literal & in the
replacement argument of the s/// command, rather than including the
matched text.
Diffstat (limited to 'textproc/gsed/Makefile')
-rw-r--r-- | textproc/gsed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile index 9d6926b2ab5..2ea2688dade 100644 --- a/textproc/gsed/Makefile +++ b/textproc/gsed/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2012/12/31 00:27:37 sbd Exp $ +# $NetBSD: Makefile,v 1.44 2013/01/06 00:35:40 wiz Exp $ # -DISTNAME= sed-4.2.1 +DISTNAME= sed-4.2.2 PKGNAME= g${DISTNAME} PKGREVISION= 4 CATEGORIES= textproc editors |