summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-26 10:00:32 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-26 10:00:32 +0000
commit5317530b7fe907d97ad8618dbdca236f30ca7cc1 (patch)
tree24229692092c1367f3ae8e0091fc304450938405 /shells
parent- Update to 1.2.9 (diff)
- Update to 20070324
Submitted by: J.A. Neitzel <jneitzel@sdf1.org> (author)
Notes
Notes: svn path=/head/; revision=188375
Diffstat (limited to 'shells')
-rw-r--r--shells/osh/Makefile4
-rw-r--r--shells/osh/distinfo6
-rw-r--r--shells/osh/pkg-plist2
3 files changed, 7 insertions, 5 deletions
diff --git a/shells/osh/Makefile b/shells/osh/Makefile
index c4425cc18cde..26238e8fc700 100644
--- a/shells/osh/Makefile
+++ b/shells/osh/Makefile
@@ -6,14 +6,14 @@
#
PORTNAME= osh
-PORTVERSION= 060124
+PORTVERSION= 20070324
CATEGORIES= shells
MASTER_SITES= http://jneitzel.sdf1.org/osh/src/
MAINTAINER= miwi@FreeBSD.org
COMMENT= An implementation of the UNIX 6th Edition shell
-MAN1= fd2.1 goto.1 if.1 osh.1
+MAN1= fd2.1 goto.1 if.1 osh.1 sh6.1 glob6.1
post-install:
@${ECHO_MSG} "updating ${DESTDIR}/etc/shells"
diff --git a/shells/osh/distinfo b/shells/osh/distinfo
index afae36ac6768..09e0b742c8ee 100644
--- a/shells/osh/distinfo
+++ b/shells/osh/distinfo
@@ -1,3 +1,3 @@
-MD5 (osh-060124.tar.gz) = b32cf86354848faae85b1f554f2ef7b5
-SHA256 (osh-060124.tar.gz) = ea76e4cecc94a9418a5df18dceda19c8d25bc2f7f6a04fde84b19b4b8cdb0c95
-SIZE (osh-060124.tar.gz) = 88434
+MD5 (osh-20070324.tar.gz) = 553b796a6f98eb70edcb5ada9452aa79
+SHA256 (osh-20070324.tar.gz) = ac5cae393db65924e6d3d1758962ce3d97ad6cf70662f5207da0de879bee0442
+SIZE (osh-20070324.tar.gz) = 77522
diff --git a/shells/osh/pkg-plist b/shells/osh/pkg-plist
index 9dbc744d35e8..64188eec4002 100644
--- a/shells/osh/pkg-plist
+++ b/shells/osh/pkg-plist
@@ -2,5 +2,7 @@ bin/fd2
bin/goto
bin/if
bin/osh
+bin/sh6
+bin/glob6
@exec echo "updating ${DESTDIR}/etc/shells"; cp ${DESTDIR}/etc/shells ${DESTDIR}/etc/shells.bak; (grep -v %D/%F ${DESTDIR}/etc/shells.bak; echo %D/%F) >${DESTDIR}/etc/shells
@unexec echo "updating ${DESTDIR}/etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells