diff options
author | wiz <wiz@pkgsrc.org> | 2012-05-29 14:16:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-05-29 14:16:24 +0000 |
commit | d5a9fc6f69cae658e2728ce26835b32c20539ec8 (patch) | |
tree | 27cd5ae1ff2872abad92416d0fa7cd65292e8758 /lang/gawk | |
parent | cc65ac168f72669cb16051f35826789545eb6137 (diff) | |
download | pkgsrc-d5a9fc6f69cae658e2728ce26835b32c20539ec8.tar.gz |
Update to 4.0.1:
Changes from 4.0.0 to 4.0.1
---------------------------
1. The default handling of backslash in sub() and gsub() has been reverted to
the behavior of 3.1. It was silly to think I could break compatibility that
way, even for standards compliance.
2. Completed the implementation of Rational Range Interpretation.
3. Failure to get the group set is no longer a fatal error.
4. Lots of minor bugs fixed and portability clean-ups along the way. See
the ChangeLog for details.
Diffstat (limited to 'lang/gawk')
-rw-r--r-- | lang/gawk/Makefile | 6 | ||||
-rw-r--r-- | lang/gawk/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile index ecae8a9d275..acfc2de46a9 100644 --- a/lang/gawk/Makefile +++ b/lang/gawk/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.46 2012/03/17 03:16:20 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2012/05/29 14:16:24 wiz Exp $ -DISTNAME= gawk-4.0.0 +DISTNAME= gawk-4.0.1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=gawk/} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gawk/gawk.html diff --git a/lang/gawk/distinfo b/lang/gawk/distinfo index 90b67570b00..098c4f918b4 100644 --- a/lang/gawk/distinfo +++ b/lang/gawk/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2012/03/17 03:16:20 wiz Exp $ +$NetBSD: distinfo,v 1.22 2012/05/29 14:16:24 wiz Exp $ -SHA1 (gawk-4.0.0.tar.bz2) = 9e1b7d86b5e80c85e699c269d59d6711753c51d1 -RMD160 (gawk-4.0.0.tar.bz2) = 4e2f91f4dd80c03311fd249422c29b503b907bb4 -Size (gawk-4.0.0.tar.bz2) = 2063647 bytes +SHA1 (gawk-4.0.1.tar.xz) = 9be956d124e0c0794836055846aea78d2dc547ad +RMD160 (gawk-4.0.1.tar.xz) = c983291eff8e86121fd4bb0ede6319017d7878df +Size (gawk-4.0.1.tar.xz) = 1612448 bytes SHA1 (patch-Makefile.in) = 385439fbf84b253bd9edd9a940673c11a26d5ecc |