Index: head/shells/osh/Makefile =================================================================== --- head/shells/osh/Makefile (revision 284530) +++ head/shells/osh/Makefile (revision 284531) @@ -1,51 +1,50 @@ # New ports collection makefile for: osh # Date created: 29 December 2000 # Whom: George Reid # # $FreeBSD$ # PORTNAME= osh -DISTVERSION= 20100430 +DISTVERSION= 20111027 CATEGORIES= shells -MASTER_SITES= http://v6shell.org/src/ \ - http://freebsd.unixfreunde.de/sources/ +MASTER_SITES= http://v6shell.org/src/ MAINTAINER= miwi@FreeBSD.org COMMENT= An implementation of the UNIX 6th Edition shell MAKE_ENV+= DOCDIR=${DOCSDIR} \ DESTEXPDIR=${EXAMPLESDIR} \ MANDIR=${MANPREFIX}/man/man1 MAN1= fd2.1 goto.1 if.1 osh.1 sh6.1 glob6.1 PORTDOCS= * PORTEXAMPLES= * .include post-patch: @${REINPLACE_CMD} -E -e 's|(DESTEXPDIR)=|\1?=|' \ ${WRKSRC}/Makefile .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e /^install-doc/d \ -e /\ $$\(DESTDOCDIR\)/d \ -e 's/install-doc//' \ ${WRKSRC}/Makefile .endif .if defined(NOPORTEXAMPLES) @${REINPLACE_CMD} -e /^install-exp/d \ -e /\ $$\(DESTEXPDIR\)/d \ -e 's/install-exp//' \ ${WRKSRC}/Makefile .endif post-install: @${ECHO_MSG} "updating /etc/shells" @${CP} /etc/shells /etc/shells.bak @(${GREP} -v ${PREFIX}/bin/osh /etc/shells.bak; \ ${ECHO_CMD} ${PREFIX}/bin/osh) > /etc/shells @${RM} /etc/shells.bak .include Property changes on: head/shells/osh/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.31 \ No newline at end of property +1.32 \ No newline at end of property Index: head/shells/osh/distinfo =================================================================== --- head/shells/osh/distinfo (revision 284530) +++ head/shells/osh/distinfo (revision 284531) @@ -1,2 +1,2 @@ -SHA256 (osh-20100430.tar.gz) = ded8b85b70d77ab42cf2522ec60791fc28f0cc7bf165adcaa1d6bf3d5f1ff656 -SIZE (osh-20100430.tar.gz) = 102970 +SHA256 (osh-20111027.tar.gz) = df70a794096d9000af1f43de447e22cf26f0655c387552ffdc0ef0a652937a21 +SIZE (osh-20111027.tar.gz) = 109442 Property changes on: head/shells/osh/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property