summaryrefslogtreecommitdiff
path: root/lang/mawk
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2021-03-02 02:53:40 +0000
committergutteridge <gutteridge@pkgsrc.org>2021-03-02 02:53:40 +0000
commita16809db3eeb46682e0153952d5e8d49a2f6f789 (patch)
tree1122bf550cdd2c9fa62dcda7474af20ce1089153 /lang/mawk
parent0d76922171c184e7a06f9c68c1a3848fce35d8c9 (diff)
downloadpkgsrc-a16809db3eeb46682e0153952d5e8d49a2f6f789.tar.gz
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 (limited to 'lang/mawk')
-rw-r--r--lang/mawk/Makefile4
-rw-r--r--lang/mawk/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/mawk/Makefile b/lang/mawk/Makefile
index 1115a76913a..070f2485f5e 100644
--- a/lang/mawk/Makefile
+++ b/lang/mawk/Makefile
@@ -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 --git a/lang/mawk/distinfo b/lang/mawk/distinfo
index 43c80c03e2f..18ebe123717 100644
--- a/lang/mawk/distinfo
+++ b/lang/mawk/distinfo
@@ -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