- Update to 20070324

Submitted by:   J.A. Neitzel <jneitzel@sdf1.org> (author)
This commit is contained in:
Martin Wilke 2007-03-26 10:00:32 +00:00
parent 78dc02acfb
commit 5317530b7f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188375
3 changed files with 7 additions and 5 deletions

View file

@ -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"

View file

@ -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

View file

@ -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