diff options
author | Volker Stolz <vs@FreeBSD.org> | 2006-04-19 14:37:47 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2006-04-19 14:37:47 +0000 |
commit | b4bbc2db8e264c92065cf1bdd24731abf828479e (patch) | |
tree | ff5264a612f0142d456ee6eaedb9527c0545a505 /shells | |
parent | ac44a39aab92856ac08130163346eb5a6c18d3b2 (diff) | |
download | ports-b4bbc2db8e264c92065cf1bdd24731abf828479e.tar.gz ports-b4bbc2db8e264c92065cf1bdd24731abf828479e.zip |
- Update to 060124
- Assign maintainership to submitter
PR: ports/95972
Submitted by: Martin Wilke
Notes
Notes:
svn path=/head/; revision=159956
Diffstat (limited to 'shells')
-rw-r--r-- | shells/osh/Makefile | 6 | ||||
-rw-r--r-- | shells/osh/distinfo | 6 | ||||
-rw-r--r-- | shells/osh/pkg-plist | 1 |
3 files changed, 7 insertions, 6 deletions
diff --git a/shells/osh/Makefile b/shells/osh/Makefile index 9ec5e77bbe16..e904aeb6af62 100644 --- a/shells/osh/Makefile +++ b/shells/osh/Makefile @@ -6,14 +6,14 @@ # PORTNAME= osh -PORTVERSION= 050219 +PORTVERSION= 060124 CATEGORIES= shells MASTER_SITES= http://jneitzel.sdf1.org/osh/src/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd@unixfreunde.de COMMENT= An implementation of the UNIX 6th Edition shell -MAN1= goto.1 if.1 osh.1 +MAN1= fd2.1 goto.1 if.1 osh.1 post-install: @${ECHO_MSG} "updating /etc/shells" diff --git a/shells/osh/distinfo b/shells/osh/distinfo index b26feada7c1c..afae36ac6768 100644 --- a/shells/osh/distinfo +++ b/shells/osh/distinfo @@ -1,3 +1,3 @@ -MD5 (osh-050219.tar.gz) = f0f0710f6da09a73b77f9d0c0fa33fb4 -SHA256 (osh-050219.tar.gz) = 7bcd3c3543f6085732b0ab21dc97e21ea67baceaf5213712789c8ae919a02b2c -SIZE (osh-050219.tar.gz) = 65735 +MD5 (osh-060124.tar.gz) = b32cf86354848faae85b1f554f2ef7b5 +SHA256 (osh-060124.tar.gz) = ea76e4cecc94a9418a5df18dceda19c8d25bc2f7f6a04fde84b19b4b8cdb0c95 +SIZE (osh-060124.tar.gz) = 88434 diff --git a/shells/osh/pkg-plist b/shells/osh/pkg-plist index 8a90cd0dc9cf..9125442c7601 100644 --- a/shells/osh/pkg-plist +++ b/shells/osh/pkg-plist @@ -1,3 +1,4 @@ +bin/fd2 bin/goto bin/if bin/osh |