mksh: Update TaC

This commit is contained in:
Ypnose 2014-04-06 14:48:51 +02:00
parent 0d2ece6158
commit 88873ccef3
2 changed files with 7 additions and 5 deletions

View File

@ -12,7 +12,7 @@ if any are found. We don't think so though.)
All paths are relative to The MirOS Project's CVS repository.
The following files form The MirBSD Korn Shell R48:
The following files form The MirBSD Korn Shell R49:
- build system
* mksh/Build.sh
- testsuite driver
@ -39,9 +39,11 @@ The following files form The MirBSD Korn Shell R48:
* mksh/lalloc.c
* mksh/lex.c
* mksh/main.c
* mksh/mirhash.h
* mksh/misc.c
* mksh/rlimits.opt
* mksh/sh.h
* mksh/sh_flags.h
* mksh/sh_flags.opt
* mksh/shf.c
* mksh/syn.c
* mksh/tree.c
@ -124,7 +126,7 @@ Appendix A - The MirOS Licence (OSI approved)
The MirBSD Korn Shell (mksh) is
Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
2011, 2012, 2013
2011, 2012, 2013, 2014
Thorsten "mirabilos" Glaser <tg@mirbsd.org>
All rights reserved.
@ -243,4 +245,4 @@ possible, the text shown above is to be included.
__________________________________________________________________
$MirOS: www/files/TaC-mksh.txt,v 1.18 2013/09/10 16:12:59 tg Exp $
$MirOS: www/files/TaC-mksh.txt,v 1.20 2014/01/11 19:49:55 tg Exp $

View File

@ -1,7 +1,7 @@
# Template file for 'mksh'
pkgname=mksh
version=R49
revision=1
revision=2
wrksrc=mksh
register_shell="/bin/mksh"
short_desc="The MirBSD Korn Shell"