summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-01-05 11:21:20 +0000
committerwiz <wiz@pkgsrc.org>2010-01-05 11:21:20 +0000
commit5d871c1bb7e486cdaf46d39162ab5933a8be430a (patch)
tree90b714b08aad54aa61206fa342897a91dff06b6d /shells
parent6a64289e48b82dfeecaea35caa0cb8838233e3ba (diff)
downloadpkgsrc-5d871c1bb7e486cdaf46d39162ab5933a8be430a.tar.gz
Update to 20091218, provided by J.A.Neitzel in PR 42536. Set LICENSE.
Changes: 1) This update fixes a compilation problem on AIX caused by not wrapping WCOREDUMP(s) with #ifdef WCOREDUMP ... #endif. 2) General code cleanup and rechecking w/ splint(1) reduces unnecessary code duplication and eases future maintenance. 3) This update adds the program name to osh diagnostics (e.g., "osh: syntax error") for the sake of user friendliness.
Diffstat (limited to 'shells')
-rw-r--r--shells/osh/Makefile5
-rw-r--r--shells/osh/distinfo8
2 files changed, 7 insertions, 6 deletions
diff --git a/shells/osh/Makefile b/shells/osh/Makefile
index 2a3be21463d..dde056b29fa 100644
--- a/shells/osh/Makefile
+++ b/shells/osh/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.24 2009/05/30 12:49:44 obache Exp $
+# $NetBSD: Makefile,v 1.25 2010/01/05 11:21:20 wiz Exp $
-DISTNAME= osh-20090527
+DISTNAME= osh-20091218
CATEGORIES= shells
MASTER_SITES= http://v6shell.org/src/
MAINTAINER= jan+nbsd@v6shell.org
HOMEPAGE= http://v6shell.org/
COMMENT= Port of the Sixth Edition UNIX shell
+LICENSE+ original-bsd
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff --git a/shells/osh/distinfo b/shells/osh/distinfo
index c261ccdd461..1a6e1d11011 100644
--- a/shells/osh/distinfo
+++ b/shells/osh/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2009/05/30 12:49:44 obache Exp $
+$NetBSD: distinfo,v 1.15 2010/01/05 11:21:20 wiz Exp $
-SHA1 (osh-20090527.tar.gz) = e13dabfc254c0dd083a9a0674a11730d3afd8eff
-RMD160 (osh-20090527.tar.gz) = 24e83098888d8c4c512462abc84d0b2cf5264e5c
-Size (osh-20090527.tar.gz) = 92440 bytes
+SHA1 (osh-20091218.tar.gz) = 7dc04fdd93401829803e9b22aa0a6a53203488e5
+RMD160 (osh-20091218.tar.gz) = 76502912f409fba780a6e649c848e6bffc234247
+Size (osh-20091218.tar.gz) = 99469 bytes