Tue Nov 22 19:37:35 2011 UTC ()
Update mksh to 40c.

* [tg, Wouter Verhelst] Fix ${foo%\?} in -o sh
* [jonthn, Snader_LB] Fix spelling mistakes
* [cnuke] Fix bugs spotted during porting to OPENSTEP
* [tg, jg71] Unbreak building stristr with MKSH_ASSUME_UTF8 defined
* [tg] Fix most of the issues Jerker Bäck encountered on Interix
* [tg] Wrap access(2) as it may return false positive for X_OK on root
* [OpenBSD] Upper bound Emacs mode command repeat by input line length
* [tg] Improve CPPFLAGS mangling in Build.sh
* [Snader_LB] Several comment, documentation and website fixes/updates
* [tg] Avoid identifiers and cpp(1) macros with two underscores in a row,
  and those with a trailing underscore; they are reserved for the OS
* [tg] Fix accidental behavioural change wrt some built-in parameters
* [RT, Chris “ir0nh34d” Sutcliffe] Port to MSYS
* [tg, Markus Duft, Bruno Haible] Interix select(2) bug workaround
* [tg] Manpage fixes
* [tg] Deprecate the “command line begins with ‘!’ for fc -e -” wbx hack
* [tg] Promote x=(a b); x+=(c d) to a core mksh(1) feature
* [tg] Testsuite fixes for Hurd, MSYS; warning fixes for dietlibc
* [tg] Fix R40 regression misparsing $(case x in (x) :; esac)


(bsiegert)
diff -r1.16 -r1.17 pkgsrc/shells/mksh/Makefile
diff -r1.15 -r1.16 pkgsrc/shells/mksh/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/shells/mksh/Makefile (expand / switch to unified diff)

--- pkgsrc/shells/mksh/Makefile 2011/07/09 15:42:27 1.16
+++ pkgsrc/shells/mksh/Makefile 2011/11/22 19:37:34 1.17
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.16 2011/07/09 15:42:27 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.17 2011/11/22 19:37:34 bsiegert Exp $
2 2
3DISTNAME= mksh-R40 3DISTNAME= mksh-R40c
4PKGNAME= ${DISTNAME:S/-R/-/} 4PKGNAME= ${DISTNAME:S/-R/-/}
5CATEGORIES= shells 5CATEGORIES= shells
6MASTER_SITES= http://www.mirbsd.org/MirOS/dist/mir/mksh/ \ 6MASTER_SITES= http://www.mirbsd.org/MirOS/dist/mir/mksh/ \
7 http://pub.allbsd.org/MirOS/dist/mir/mksh/ 7 http://pub.allbsd.org/MirOS/dist/mir/mksh/
8EXTRACT_SUFX= .cpio.gz 8EXTRACT_SUFX= .cpio.gz
9 9
10MAINTAINER= ahoka@NetBSD.org 10MAINTAINER= ahoka@NetBSD.org
11HOMEPAGE= http://mirbsd.de/mksh 11HOMEPAGE= http://mirbsd.de/mksh
12COMMENT= MirBSD Korn Shell 12COMMENT= MirBSD Korn Shell
13LICENSE= miros 13LICENSE= miros
14 14
15WRKSRC= ${WRKDIR}/mksh 15WRKSRC= ${WRKDIR}/mksh
16WRKBUILD?= ${WRKSRC} 16WRKBUILD?= ${WRKSRC}

cvs diff -r1.15 -r1.16 pkgsrc/shells/mksh/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/shells/mksh/Attic/distinfo 2011/07/09 15:42:27 1.15
+++ pkgsrc/shells/mksh/Attic/distinfo 2011/11/22 19:37:34 1.16
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.15 2011/07/09 15:42:27 bsiegert Exp $ 1$NetBSD: distinfo,v 1.16 2011/11/22 19:37:34 bsiegert Exp $
2 2
3SHA1 (mksh-R40.cpio.gz) = 3c1708c0bc53dff125393b6a1f731a7d214d16b6 3SHA1 (mksh-R40c.cpio.gz) = d3c6f9da29592b127a81d911286c4dcc2307f70c
4RMD160 (mksh-R40.cpio.gz) = ebe226630f7013251b41b14a0715a63ec3364a4f 4RMD160 (mksh-R40c.cpio.gz) = 8de17b0925a864ae723de2e3b6d6d27da89bb06f
5Size (mksh-R40.cpio.gz) = 319814 bytes 5Size (mksh-R40c.cpio.gz) = 321859 bytes