Sat Dec 13 14:14:49 2008 UTC ()
Update osh to 20081213, by maintainer's update request via PR 40157.

Upstream changes between osh-20081122 and osh-20081213 follow.

osh.c:
This release changes the effect of the `-v' command-line option so that,
in addition to printing non-blank command lines to the standard error,
it also prints each blank/empty command line as an empty line.

fd2.c, util.c:
This release changes the fd2 `-e' command-line option so that it
reflects the documented behavior.  For example, this change causes
invocation of `fd2 -ef file command' to redirect both conventional
output and diagnostic output from "command" to "file".


(obache)
diff -r1.22 -r1.23 pkgsrc/shells/osh/Makefile
diff -r1.12 -r1.13 pkgsrc/shells/osh/distinfo

cvs diff -r1.22 -r1.23 pkgsrc/shells/osh/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/shells/osh/Attic/Makefile 2008/11/23 03:26:14 1.22
+++ pkgsrc/shells/osh/Attic/Makefile 2008/12/13 14:14:49 1.23
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.22 2008/11/23 03:26:14 reed Exp $ 1# $NetBSD: Makefile,v 1.23 2008/12/13 14:14:49 obache Exp $
2 2
3DISTNAME= osh-20081122 3DISTNAME= osh-20081213
4CATEGORIES= shells 4CATEGORIES= shells
5MASTER_SITES= http://v6shell.org/src/ 5MASTER_SITES= http://v6shell.org/src/
6 6
7MAINTAINER= jan+nbsd@v6shell.org 7MAINTAINER= jan+nbsd@v6shell.org
8HOMEPAGE= http://v6shell.org/ 8HOMEPAGE= http://v6shell.org/
9COMMENT= Port of the Sixth Edition UNIX shell 9COMMENT= Port of the Sixth Edition UNIX shell
10 10
11PKG_DESTDIR_SUPPORT= user-destdir 11PKG_DESTDIR_SUPPORT= user-destdir
12PKG_INSTALLATION_TYPES= overwrite pkgviews 12PKG_INSTALLATION_TYPES= overwrite pkgviews
13 13
14PKG_SHELL= bin/osh 14PKG_SHELL= bin/osh
15 15
16BUILD_TARGET= oshall 16BUILD_TARGET= oshall

cvs diff -r1.12 -r1.13 pkgsrc/shells/osh/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/shells/osh/Attic/distinfo 2008/11/23 03:26:14 1.12
+++ pkgsrc/shells/osh/Attic/distinfo 2008/12/13 14:14:49 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2008/11/23 03:26:14 reed Exp $ 1$NetBSD: distinfo,v 1.13 2008/12/13 14:14:49 obache Exp $
2 2
3SHA1 (osh-20081122.tar.gz) = e0caff3904e253aa76836eb12f36915e08298080 3SHA1 (osh-20081213.tar.gz) = a097e9ae2ec1de640e4d559b0b6432a2aa2ed06f
4RMD160 (osh-20081122.tar.gz) = ca055f45178109ff8a71912451bb5697468d9fbb 4RMD160 (osh-20081213.tar.gz) = e91a58210c26b0cc7a741745572d3195d09199e4
5Size (osh-20081122.tar.gz) = 94109 bytes 5Size (osh-20081213.tar.gz) = 94333 bytes