diff options
author | bsiegert <bsiegert> | 2011-11-22 19:37:34 +0000 |
---|---|---|
committer | bsiegert <bsiegert> | 2011-11-22 19:37:34 +0000 |
commit | a5c0d0191e059d7a1d244d56aaf203c6d8e2b5df (patch) | |
tree | 0844793fa2c1e7d8ae4e0c74ef2515909ddcf999 /shells/mksh | |
parent | 79d3e173d17f9bc7b21f31be768f22d9f0098faf (diff) | |
download | pkgsrc-a5c0d0191e059d7a1d244d56aaf203c6d8e2b5df.tar.gz |
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)
Diffstat (limited to 'shells/mksh')
-rw-r--r-- | shells/mksh/Makefile | 4 | ||||
-rw-r--r-- | shells/mksh/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/shells/mksh/Makefile b/shells/mksh/Makefile index 9ffb0fdeacd..b0d181e0b82 100644 --- a/shells/mksh/Makefile +++ b/shells/mksh/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2011/07/09 15:42:27 bsiegert Exp $ +# $NetBSD: Makefile,v 1.17 2011/11/22 19:37:34 bsiegert Exp $ -DISTNAME= mksh-R40 +DISTNAME= mksh-R40c PKGNAME= ${DISTNAME:S/-R/-/} CATEGORIES= shells MASTER_SITES= http://www.mirbsd.org/MirOS/dist/mir/mksh/ \ diff --git a/shells/mksh/distinfo b/shells/mksh/distinfo index 29c37159eb0..039abaa9506 100644 --- a/shells/mksh/distinfo +++ b/shells/mksh/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2011/07/09 15:42:27 bsiegert Exp $ +$NetBSD: distinfo,v 1.16 2011/11/22 19:37:34 bsiegert Exp $ -SHA1 (mksh-R40.cpio.gz) = 3c1708c0bc53dff125393b6a1f731a7d214d16b6 -RMD160 (mksh-R40.cpio.gz) = ebe226630f7013251b41b14a0715a63ec3364a4f -Size (mksh-R40.cpio.gz) = 319814 bytes +SHA1 (mksh-R40c.cpio.gz) = d3c6f9da29592b127a81d911286c4dcc2307f70c +RMD160 (mksh-R40c.cpio.gz) = 8de17b0925a864ae723de2e3b6d6d27da89bb06f +Size (mksh-R40c.cpio.gz) = 321859 bytes |