pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/gawk Update to 4.0.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0704bf16a65
branches:  trunk
changeset: 604322:e0704bf16a65
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 29 14:16:24 2012 +0000

description:
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:

 lang/gawk/Makefile |  6 +++---
 lang/gawk/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 6fb93dfa493f -r e0704bf16a65 lang/gawk/Makefile
--- a/lang/gawk/Makefile        Tue May 29 14:14:39 2012 +0000
+++ b/lang/gawk/Makefile        Tue May 29 14:16:24 2012 +0000
@@ -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@localhost
 HOMEPAGE=      http://www.gnu.org/software/gawk/gawk.html
diff -r 6fb93dfa493f -r e0704bf16a65 lang/gawk/distinfo
--- a/lang/gawk/distinfo        Tue May 29 14:14:39 2012 +0000
+++ b/lang/gawk/distinfo        Tue May 29 14:16:24 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index