Hi,

here's an update to the latest mawk release, which removes a patch.

Changes:
--8<--
20130803
        + minor updates to configure script
        + add limit-checks, improve index computation in scan.c to fix old
          1.3.3 problems with very long string-literals in the parsed script
          (report by Marcin Krol).
        + update config.guess and config.sub
-->8--

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/mawk/Makefile,v
retrieving revision 1.24
diff -u -p -r1.24 Makefile
--- Makefile    11 May 2013 21:00:23 -0000      1.24
+++ Makefile    20 Aug 2013 12:19:40 -0000
@@ -2,8 +2,8 @@
 
 COMMENT=       fast POSIX-compliant awk
 
-DISTNAME=      mawk-1.3.4-20130219
-PKGNAME=       mawk-1.3.4.20130219
+DISTNAME=      mawk-1.3.4-20130803
+PKGNAME=       mawk-1.3.4.20130803
 CATEGORIES=    lang
 MASTER_SITES=  ftp://invisible-island.net/mawk/
 EXTRACT_SUFX=  .tgz
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/mawk/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    11 May 2013 21:00:23 -0000      1.4
+++ distinfo    20 Aug 2013 12:19:47 -0000
@@ -1,2 +1,2 @@
-SHA256 (mawk-1.3.4-20130219.tgz) = A4KqxxFPQJr+iObxkSjsof68YKGtYbRNusxpv47g+T4=
-SIZE (mawk-1.3.4-20130219.tgz) = 354004
+SHA256 (mawk-1.3.4-20130803.tgz) = pE4ilKTqesM6ISzCOmgWMbOvSb875TPG0z2p7SfXn30=
+SIZE (mawk-1.3.4-20130803.tgz) = 354125
Index: patches/patch-configure
===================================================================
RCS file: patches/patch-configure
diff -N patches/patch-configure

Reply via email to