pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/mawk mawk: update to 20200120



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87abe76a8655
branches:  trunk
changeset: 447990:87abe76a8655
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Tue Mar 02 02:53:40 2021 +0000

description:
mawk: update to 20200120

20200120
        + resync with my-autoconf.
        + fix typos found with codespell.
        + when reading input in interactive mode, provide for extending the
          buffer size for very long lines (Original-Mawk #59).

20200106
        + correct line-number shown in too-many-arguments error message for
          the case where the function is a forward reference (report by
          "mukti").
        + fix install for manpage when configure --srcdir option is used
          (report by Rajeev V Pillai).
        + use both CFLAGS/LDFLAGS when linking in makefile (report by
          Rajeev V Pillai).
        + fix clang-9 warning in bi_funct.c (report by Rajeev V Pillai).
        + minor improvement to gcc warning options, from vile

20191231
        + updated configure macros
        + update config.guess and config.sub

20190203
        + improve manpage formatting, e.g., for man2html
        + improve debug-traces

20190129
        + eliminate non-portable tdestroy() from zmalloc no-leaks code.
        + updated configure macros
        + update config.guess and config.sub

20181114
        + revert a change for memory-leaks which made the forced-exit via a
          user function inconsistent with earlier versions (report by Sihera
          Andre).
        + amend a change for memory-leaks to avoid a double-free (Original-Mawk
          #56).

diffstat:

 lang/mawk/Makefile |   4 ++--
 lang/mawk/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 261f13877159 -r 87abe76a8655 lang/mawk/Makefile
--- a/lang/mawk/Makefile        Tue Mar 02 01:56:01 2021 +0000
+++ b/lang/mawk/Makefile        Tue Mar 02 02:53:40 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2019/06/22 11:37:13 nia Exp $
+# $NetBSD: Makefile,v 1.34 2021/03/02 02:53:40 gutteridge Exp $
 
-DISTNAME=      mawk-1.3.4-20171017
+DISTNAME=      mawk-1.3.4-20200120
 PKGNAME=       ${DISTNAME:S/-20/.20/}
 CATEGORIES=    lang
 MASTER_SITES=  ftp://ftp.invisible-island.net/mawk/
diff -r 261f13877159 -r 87abe76a8655 lang/mawk/distinfo
--- a/lang/mawk/distinfo        Tue Mar 02 01:56:01 2021 +0000
+++ b/lang/mawk/distinfo        Tue Mar 02 02:53:40 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2019/02/15 19:51:43 wiz Exp $
+$NetBSD: distinfo,v 1.20 2021/03/02 02:53:40 gutteridge Exp $
 
-SHA1 (mawk-1.3.4-20171017.tgz) = 06bae1055464c86c6f679a28e61626ed80f579c4
-RMD160 (mawk-1.3.4-20171017.tgz) = 1c2d5dbcf0f3e69177c3039d6b702d9725040462
-SHA512 (mawk-1.3.4-20171017.tgz) = 4ed6ca0ecca12e7409d3d364b72dc6a2b411c61bf53fe8aa0b0cac65a3bdb941921c0b81d94f34c8ac9f4922c8c7566d347b5e6b5c74518ae3a88904f9e20f27
-Size (mawk-1.3.4-20171017.tgz) = 460819 bytes
+SHA1 (mawk-1.3.4-20200120.tgz) = 502ce0f90a0379d248b3c6c8fb67bed88061306e
+RMD160 (mawk-1.3.4-20200120.tgz) = 4b845606dae6ae259f507f9ad3f08d02c4f48586
+SHA512 (mawk-1.3.4-20200120.tgz) = 14d9a6642ce931bf6457d248fc2d6da4f0ea7541976ca282ea708b26df048f86fdf92c27f72d497501ccd43a244d1d1a606f1a2f266a7558306fea35dcc3041b
+Size (mawk-1.3.4-20200120.tgz) = 468855 bytes



Home | Main Index | Thread Index | Old Index