summaryrefslogtreecommitdiff
path: root/lang/gawk/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-01-30 05:34:16 +0000
committerminskim <minskim@pkgsrc.org>2005-01-30 05:34:16 +0000
commitf28a1a750274cc5823df4df46b14690e3c9fe038 (patch)
treebfba33d64a053d01cf262908fdefc04d8cb55697 /lang/gawk/Makefile
parentac354a8e8d991cfd8a2e15fab738f11ee939cd53 (diff)
downloadpkgsrc-f28a1a750274cc5823df4df46b14690e3c9fe038.tar.gz
Fix two bugs in gawk bracket handling under UTF-8 locale. Patches
borrowed from Debian. Reported by Hiramatsu Yoshifumi and Kibum Han on tech-pkg@. Bump PKGREVISION.
Diffstat (limited to 'lang/gawk/Makefile')
-rw-r--r--lang/gawk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile
index 2568a0ce8db..267262e5ba8 100644
--- a/lang/gawk/Makefile
+++ b/lang/gawk/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2004/10/14 03:24:21 minskim Exp $
+# $NetBSD: Makefile,v 1.27 2005/01/30 05:34:16 minskim Exp $
#
DISTNAME= gawk-3.1.4
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=gawk/}
EXTRACT_SUFX= .tar.bz2