Bug 185677 - [UPDATE] shells/mksh to R49
Summary: [UPDATE] shells/mksh to R49
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-12 08:40 UTC by Olivier Duchateau
Modified: 2014-01-14 16:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.90 KB, patch)
2014-01-12 08:40 UTC, Olivier Duchateau
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Duchateau freebsd_committer freebsd_triage 2014-01-12 08:40:00 UTC
- Update to R49
- Rewrite COMMENT entry and pkg-descr to follow advice spelling

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-12 08:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-14 15:54:34 UTC
Author: miwi
Date: Tue Jan 14 15:54:26 2014
New Revision: 339692
URL: http://svnweb.freebsd.org/changeset/ports/339692

Log:
  - Update to R49
  - Update pkg-desc
  
  PR:		185677
  Submitted by:	olivierd@

Modified:
  head/shells/mksh/Makefile
  head/shells/mksh/distinfo
  head/shells/mksh/pkg-descr   (contents, props changed)

Modified: head/shells/mksh/Makefile
==============================================================================
--- head/shells/mksh/Makefile	Tue Jan 14 15:53:25 2014	(r339691)
+++ head/shells/mksh/Makefile	Tue Jan 14 15:54:26 2014	(r339692)
@@ -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}
 

Modified: head/shells/mksh/distinfo
==============================================================================
--- head/shells/mksh/distinfo	Tue Jan 14 15:53:25 2014	(r339691)
+++ head/shells/mksh/distinfo	Tue Jan 14 15:54:26 2014	(r339692)
@@ -1,2 +1,2 @@
-SHA256 (mksh-R48b.tgz) = e67686187ba6dfbf99b7f6b5f841dfb5cd9f980504f8b631d7d3bfd98d345792
-SIZE (mksh-R48b.tgz) = 362969
+SHA256 (mksh-R49.tgz) = 4dd6c37fe2b8603be3d59744d7866d72913fca49d8a68d3254d064b12eb3da49
+SIZE (mksh-R49.tgz) = 371550

Modified: head/shells/mksh/pkg-descr
==============================================================================
--- head/shells/mksh/pkg-descr	Tue Jan 14 15:53:25 2014	(r339691)
+++ head/shells/mksh/pkg-descr	Tue Jan 14 15:54:26 2014	(r339692)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2014-01-14 15:55:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!