diff options
author | vs <vs@FreeBSD.org> | 2006-04-19 22:37:47 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2006-04-19 22:37:47 +0800 |
commit | 935f285ca0715056ac795d4b844cf34b56e5fa31 (patch) | |
tree | fd12377e4c1bec2d4c3c7d3dc74e5578107d4593 /shells/osh | |
parent | 80ffe5614a2fa4e31a0331a5e551e983f9810aeb (diff) | |
download | freebsd-ports-gnome-935f285ca0715056ac795d4b844cf34b56e5fa31.tar.gz freebsd-ports-gnome-935f285ca0715056ac795d4b844cf34b56e5fa31.tar.zst freebsd-ports-gnome-935f285ca0715056ac795d4b844cf34b56e5fa31.zip |
- Update to 060124
- Assign maintainership to submitter
PR: ports/95972
Submitted by: Martin Wilke
Diffstat (limited to 'shells/osh')
-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 |