From d5a9fc6f69cae658e2728ce26835b32c20539ec8 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 29 May 2012 14:16:24 +0000 Subject: 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. --- lang/gawk/Makefile | 6 +++--- lang/gawk/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'lang/gawk') 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 -- cgit v1.2.3