summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Markus Reichelt <slackbuilds@mareichelt.de>2013-01-07 20:16:47 +0100
committer dsomero <xgizzmo@slackbuilds.org>2013-01-09 18:52:25 -0500
commita0f7c4bfde9b167b3d7a9f921176aa1e734e030a (patch)
treee24d50e1847cfd0f4ae33e2771f27b3c533dbf43
parent63c9ff04ff5430ebcd7b8d0941b02fc27b01ee7f (diff)
downloadslackbuilds-a0f7c4bfde9b167b3d7a9f921176aa1e734e030a.tar.gz
slackbuilds-a0f7c4bfde9b167b3d7a9f921176aa1e734e030a.tar.xz
system/mksh: Updated for version R41.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--system/mksh/TaC-mksh.txt6
-rw-r--r--system/mksh/mksh.SlackBuild13
-rw-r--r--system/mksh/mksh.info8
3 files changed, 11 insertions, 16 deletions
diff --git a/system/mksh/TaC-mksh.txt b/system/mksh/TaC-mksh.txt
index 13b2dd76e8..2221583fc6 100644
--- a/system/mksh/TaC-mksh.txt
+++ b/system/mksh/TaC-mksh.txt
@@ -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 R40e:
+The following files form The MirBSD Korn Shell R41:
- build system
* mksh/Build.sh
- testsuite driver
@@ -117,7 +117,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
+ 2011, 2012, 2013
Thorsten "mirabilos" Glaser <tg@mirbsd.org>
All rights reserved.
@@ -202,4 +202,4 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
_________________________________________________________________
-$MirOS: www/files/TaC-mksh.txt,v 1.7 2012/03/24 23:05:02 tg Exp $
+$MirOS: www/files/TaC-mksh.txt,v 1.9 2013/01/01 17:31:02 tg Exp $
diff --git a/system/mksh/mksh.SlackBuild b/system/mksh/mksh.SlackBuild
index 1331e36bb3..3609acb9e3 100644
--- a/system/mksh/mksh.SlackBuild
+++ b/system/mksh/mksh.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for mksh
-# Copyright (c) 2011-2012 Markus Reichelt, Aachen, DE
+# Copyright (c) 2011-2013 Markus Reichelt, Aachen, DE
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -23,15 +23,10 @@
# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# markus reichelt, slackbuilds@mareichelt.de, 0xCCEEF115
-# 2011 Mar 20 - initial release
-# 2011 Jun 13 - adapted to R40
-# 2011 Aug 27 - adapted to R40b
-# 2011 Sep 07 - upstream review; minor tweaks, updated TaC-mksh.txt added
-# 2012 Apr 08 - adapted to R40f
+# Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115
PRGNAM=mksh
-VERSION=${VERSION:-R40f}
+VERSION=${VERSION:-R41}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -68,7 +63,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM
-gzip -dc $CWD/$PRGNAM-$VERSION.cpio.gz | cpio -mid
+tar xf $CWD/$PRGNAM-$VERSION.tgz
cd $PRGNAM
if [ "$STATIC" = "yes" ]; then
diff --git a/system/mksh/mksh.info b/system/mksh/mksh.info
index eec39ff1d3..413ae4991c 100644
--- a/system/mksh/mksh.info
+++ b/system/mksh/mksh.info
@@ -1,10 +1,10 @@
PRGNAM="mksh"
-VERSION="R40f"
+VERSION="R41"
HOMEPAGE="http://mirbsd.de/mksh"
-DOWNLOAD="http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R40f.cpio.gz"
-MD5SUM="22c9570660c2efadf36de7b620d06966"
+DOWNLOAD="http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R41.tgz"
+MD5SUM="70eca50d9340412714ef09b7060ebde9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="markus reichelt"
+MAINTAINER="Markus Reichelt"
EMAIL="slackbuilds@mareichelt.de"