pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/mawk



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue Mar  2 02:53:40 UTC 2021

Modified Files:
        pkgsrc/lang/mawk: Makefile distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/lang/mawk/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/mawk/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/mawk/Makefile
diff -u pkgsrc/lang/mawk/Makefile:1.33 pkgsrc/lang/mawk/Makefile:1.34
--- pkgsrc/lang/mawk/Makefile:1.33      Sat Jun 22 11:37:13 2019
+++ pkgsrc/lang/mawk/Makefile   Tue Mar  2 02:53:40 2021
@@ -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/

Index: pkgsrc/lang/mawk/distinfo
diff -u pkgsrc/lang/mawk/distinfo:1.19 pkgsrc/lang/mawk/distinfo:1.20
--- pkgsrc/lang/mawk/distinfo:1.19      Fri Feb 15 19:51:43 2019
+++ pkgsrc/lang/mawk/distinfo   Tue Mar  2 02:53:40 2021
@@ -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