diff options
author | ryoon <ryoon@pkgsrc.org> | 2017-01-14 01:03:39 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2017-01-14 01:03:39 +0000 |
commit | 5347c6c2bc06618fcd3f466d95f0377f6b325d2e (patch) | |
tree | 8852f2f165dc9908303721bdafb3ed2f486437d9 /lang/gawk | |
parent | 0c0892c34cbea95a97166ff9d37c4c6aceb115af (diff) | |
download | pkgsrc-5347c6c2bc06618fcd3f466d95f0377f6b325d2e.tar.gz |
Update to 4.1.4
Changelog:
Changes from 4.1.3 to 4.1.4
---------------------------
1. Updated to GNU autoconf 2.69, automake 1.15, gettext 0.19.7,
texinfo 6.1, texinfo.tex 2016-02-05.07, libtool 2.4.6.
2. z/OS support updated.
3. At the beginning of each statement, the debugger now checks and
reports watchpoints that have fired before checking for breakpoints.
This gives more natural behavior to the user.
4. The "exit" command has been added to the debugger as an alias
for "quit".
5. AIX 7.1 should pass the test suite now. Similar for Minix.
6. VMS support has been updated.
7. The profiler / pretty-printer now chains else-if statements instead
of causing cascading elses.
8. The return value of system() has been enhanced to convey more information.
See the doc.
9. Attempting to write to the "to" end of a two-way pipe that has been
closed is now a fatal error. Similarly, so is reading from the "from"
end that has been closed.
10. MinGW support has been updated.
11. The -d option now allows -d- to print to standard output.
12. Error messages for --help and in other instances should now get
translated correctly.
13. A new environment variable GAWK_LOCALE_DIR may be set to locate the .mo
file for gawk itself.
14. The DJGPP port is now officially deprecated.
15. A number of bugs have been fixed. See the ChangeLog.
Diffstat (limited to 'lang/gawk')
-rw-r--r-- | lang/gawk/Makefile | 4 | ||||
-rw-r--r-- | lang/gawk/PLIST | 4 | ||||
-rw-r--r-- | lang/gawk/distinfo | 10 |
3 files changed, 10 insertions, 8 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile index 34d17cfd214..997b3dc26dc 100644 --- a/lang/gawk/Makefile +++ b/lang/gawk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.63 2015/05/28 06:35:25 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2017/01/14 01:03:39 ryoon Exp $ -DISTNAME= gawk-4.1.3 +DISTNAME= gawk-4.1.4 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=gawk/} EXTRACT_SUFX= .tar.xz diff --git a/lang/gawk/PLIST b/lang/gawk/PLIST index cd4a39009ea..9cdcd4f5b6c 100644 --- a/lang/gawk/PLIST +++ b/lang/gawk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.23 2015/05/01 02:02:40 wen Exp $ +@comment $NetBSD: PLIST,v 1.24 2017/01/14 01:03:39 ryoon Exp $ bin/gawk bin/${PKGNAME} bin/igawk @@ -64,6 +64,7 @@ share/locale/de/LC_MESSAGES/gawk.mo share/locale/es/LC_MESSAGES/gawk.mo share/locale/fi/LC_MESSAGES/gawk.mo share/locale/fr/LC_MESSAGES/gawk.mo +share/locale/id/LC_MESSAGES/gawk.mo share/locale/it/LC_MESSAGES/gawk.mo share/locale/ja/LC_MESSAGES/gawk.mo share/locale/ms/LC_MESSAGES/gawk.mo @@ -71,3 +72,4 @@ share/locale/nl/LC_MESSAGES/gawk.mo share/locale/pl/LC_MESSAGES/gawk.mo share/locale/sv/LC_MESSAGES/gawk.mo share/locale/vi/LC_MESSAGES/gawk.mo +share/locale/zh_CN/LC_MESSAGES/gawk.mo diff --git a/lang/gawk/distinfo b/lang/gawk/distinfo index d7bfe766147..b2bffa83877 100644 --- a/lang/gawk/distinfo +++ b/lang/gawk/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.37 2016/09/08 16:16:15 jperkin Exp $ +$NetBSD: distinfo,v 1.38 2017/01/14 01:03:39 ryoon Exp $ -SHA1 (gawk-4.1.3.tar.xz) = 76b0acbbdeaa0e58466675c5faf68895eedd8306 -RMD160 (gawk-4.1.3.tar.xz) = b092cbbcb48db2e5a0cef0638f85f3657b2a9fee -SHA512 (gawk-4.1.3.tar.xz) = 8b9470a1bba397353f10e4e652e8589a637a49e8235fb39ca7681ae662fd27cd140c193d0634179c800f99e19b0e49aef55dfa6612f9695ba80760a36936a1c3 -Size (gawk-4.1.3.tar.xz) = 2311268 bytes +SHA1 (gawk-4.1.4.tar.xz) = d67e00e2f6178e9cbd2c0ba923ae157bc0b3b570 +RMD160 (gawk-4.1.4.tar.xz) = 7f0b1ec45c207cf365bc9b93c7e0b247e6c57186 +SHA512 (gawk-4.1.4.tar.xz) = 6a0e9cf086544212f54b54261dcd517b611aaf495ef99c4b7740d07e363bb00c5632f3d7fd5e12a954d5aa9793764162a57453e0e18884b29c6c54b5f444c097 +Size (gawk-4.1.4.tar.xz) = 2367832 bytes SHA1 (patch-Makefile.in) = 8330ac068dcb712539465a467a42f713ee4a8a73 SHA1 (patch-awk.h) = 2292be5ec392e7fea5688fbb18012a735e43803f SHA1 (patch-debug.c) = 40c423e2ddbb7de1eb35bb4b7b4452f8f2ebec01 |