diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-26 18:00:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-26 18:00:32 +0800 |
commit | e266d8a336cea05f27240d07137756556bf210bd (patch) | |
tree | b8d2400926ef4f368780d779860647682c093cbb /shells | |
parent | a07e07a4458a7c9452ae15cfe8ba99f38e78b296 (diff) | |
download | freebsd-ports-gnome-e266d8a336cea05f27240d07137756556bf210bd.tar.gz freebsd-ports-gnome-e266d8a336cea05f27240d07137756556bf210bd.tar.zst freebsd-ports-gnome-e266d8a336cea05f27240d07137756556bf210bd.zip |
- Update to 20070324
Submitted by: J.A. Neitzel <jneitzel@sdf1.org> (author)
Diffstat (limited to 'shells')
-rw-r--r-- | shells/osh/Makefile | 4 | ||||
-rw-r--r-- | shells/osh/distinfo | 6 | ||||
-rw-r--r-- | shells/osh/pkg-plist | 2 |
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 |