summaryrefslogtreecommitdiff
path: root/shells/mksh
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-01-14 15:54:26 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-01-14 15:54:26 +0000
commitbba73f10606692730f0d5c0abc9dbce0cf3ac17c (patch)
tree8e5f3ac813228f8c6e04121b95860237d96fd462 /shells/mksh
parentAdopt port (diff)
- Update to R49
- Update pkg-desc PR: 185677 Submitted by: olivierd@
Notes
Notes: svn path=/head/; revision=339692
Diffstat (limited to 'shells/mksh')
-rw-r--r--shells/mksh/Makefile4
-rw-r--r--shells/mksh/distinfo4
-rw-r--r--shells/mksh/pkg-descr14
3 files changed, 7 insertions, 15 deletions
diff --git a/shells/mksh/Makefile b/shells/mksh/Makefile
index 48b6b58bd433..fc2877249746 100644
--- a/shells/mksh/Makefile
+++ b/shells/mksh/Makefile
@@ -2,14 +2,14 @@
# $FreeBSD$
PORTNAME= mksh
-DISTVERSION= R48b
+DISTVERSION= R49
CATEGORIES= shells
MASTER_SITES= http://www.mirbsd.org/MirOS/dist/mir/mksh/ \
http://pub.allbsd.org/MirOS/dist/mir/mksh/
DISTFILES= ${PORTNAME}-${DISTVERSION}.tgz
MAINTAINER= miwi@FreeBSD.org
-COMMENT= MirBSD enhanced shell based on pdksh
+COMMENT= MirBSD Korn Shell
WRKSRC= ${WRKDIR}/${PORTNAME}
diff --git a/shells/mksh/distinfo b/shells/mksh/distinfo
index 4431d7701e3d..4c91b0037d97 100644
--- a/shells/mksh/distinfo
+++ b/shells/mksh/distinfo
@@ -1,2 +1,2 @@
-SHA256 (mksh-R48b.tgz) = e67686187ba6dfbf99b7f6b5f841dfb5cd9f980504f8b631d7d3bfd98d345792
-SIZE (mksh-R48b.tgz) = 362969
+SHA256 (mksh-R49.tgz) = 4dd6c37fe2b8603be3d59744d7866d72913fca49d8a68d3254d064b12eb3da49
+SIZE (mksh-R49.tgz) = 371550
diff --git a/shells/mksh/pkg-descr b/shells/mksh/pkg-descr
index aee9476eb8c7..ba9855e833a8 100644
--- a/shells/mksh/pkg-descr
+++ b/shells/mksh/pkg-descr
@@ -1,13 +1,5 @@
-mksh is the MirBSD enhanced version of the Public Domain Korn
-shell (pdksh), a bourne-compatible shell which is largely si-
-milar to the original AT&T Korn shell. It includes bug fixes
-and feature improvements in order to produce a modern, robust
-shell good for interactive and especially script use. It has
-UTF-8 support in the emacs command line editing mode; corres-
-ponds to OpenBSD 4.1-beta ksh (minus GNU bash-like $PS1); the
-build environment requirements are autoconfigured; throughout
-code simplification/bugfix/enhancement has been done.
-
-A sample ~/.mkshrc is included in ${PREFIX}/share/examples/mksh/
+The MirBSD Korn Shell (mksh) is enhanced of the Public Domain
+Korn shell (pdksh), a bourne-compatible shell which is largely
+similar to the original AT&T Korn shell.
WWW: http://mirbsd.de/mksh