summaryrefslogtreecommitdiff
path: root/lang/gawk/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-05-29 14:16:24 +0000
committerwiz <wiz@pkgsrc.org>2012-05-29 14:16:24 +0000
commitd5a9fc6f69cae658e2728ce26835b32c20539ec8 (patch)
tree27cd5ae1ff2872abad92416d0fa7cd65292e8758 /lang/gawk/Makefile
parentcc65ac168f72669cb16051f35826789545eb6137 (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--lang/gawk/Makefile6
1 files changed, 3 insertions, 3 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