Date: Tue, 18 Apr 2006 12:26:20 +0200 From: Martin Wilke <freebsd@unixfreunde.de> To: Volker Stolz <vs@FreeBSD.org> Cc: freebsd-ports-bugs@FreeBSD.org, vs@FreeBSD.org Subject: Re: ports/95972: [update]shells/osh (grab maintainership) Message-ID: <20060418122620.0d52b023@lapbox.ath.cx> In-Reply-To: <200604180707.k3I77iaT023413@freefall.freebsd.org> References: <200604180707.k3I77iaT023413@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--MP_cjsVRtkMy8yxhVkZ9bCaGc1 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline On Tue, 18 Apr 2006 07:07:44 GMT Volker Stolz <vs@FreeBSD.org> wrote: > Synopsis: [update]shells/osh (grab maintainership) > > State-Changed-From-To: open->feedback > State-Changed-By: vs > State-Changed-When: Tue Apr 18 07:06:57 UTC 2006 > State-Changed-Why: > Why are the man pages in the plist and not/also in MAN1? > Please double check, this doesn't look right! > > http://www.freebsd.org/cgi/query-pr.cgi?pr=95972 Thanks for your Feedback. New Patch in the attachment. New package dl here: http://freebsd.unixfreunde.de/distfiles/osh-060124.tbz --MP_cjsVRtkMy8yxhVkZ9bCaGc1 Content-Type: text/x-patch; name=osh.patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=osh.patch diff -urN /usr/ports/shells/osh/Makefile ports/shells/osh/Makefile --- /usr/ports/shells/osh/Makefile Sun Jul 10 19:54:41 2005 +++ ports/shells/osh/Makefile Tue Apr 18 12:07:47 2006 @@ -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 + post-install: @${ECHO_MSG} "updating /etc/shells" diff -urN /usr/ports/shells/osh/distinfo ports/shells/osh/distinfo --- /usr/ports/shells/osh/distinfo Thu Nov 24 00:49:19 2005 +++ ports/shells/osh/distinfo Mon Apr 17 22:32:46 2006 @@ -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 -urN /usr/ports/shells/osh/pkg-plist ports/shells/osh/pkg-plist --- /usr/ports/shells/osh/pkg-plist Mon Oct 28 02:58:35 2002 +++ ports/shells/osh/pkg-plist Tue Apr 18 12:08:19 2006 @@ -1,5 +1,8 @@ +bin/fd2 bin/goto bin/if bin/osh -@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells -@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells +man/man1/fd2.1 +man/man1/goto.1 +man/man1/if.1 +man/man1/osh.1 --MP_cjsVRtkMy8yxhVkZ9bCaGc1--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060418122620.0d52b023>