Date: Tue, 8 Jul 2014 12:27:41 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361227 - head/security/fsh Message-ID: <201407081227.s68CRfjo044493@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Tue Jul 8 12:27:41 2014 New Revision: 361227 URL: http://svnweb.freebsd.org/changeset/ports/361227 QAT: https://qat.redports.org/buildarchive/r361227/ Log: - Add staging support - Fix typo in pkg-descr Modified: head/security/fsh/Makefile head/security/fsh/pkg-descr Modified: head/security/fsh/Makefile ============================================================================== --- head/security/fsh/Makefile Tue Jul 8 12:26:03 2014 (r361226) +++ head/security/fsh/Makefile Tue Jul 8 12:27:41 2014 (r361227) @@ -9,7 +9,7 @@ MASTER_SITES= http://www.lysator.liu.se/ http://mirror2.unixfreunde.de/ \ http://freebsd.unixfreunde.de/sources/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Fast remote command execution USE_PYTHON= yes @@ -17,7 +17,6 @@ GNU_CONFIGURE= yes INFO= fsh -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '/^[^#]/s/FCNTL/fcntl/g' ${WRKSRC}/fshcompat.py @@ -25,6 +24,6 @@ post-build: ${PYTHON_CMD} -c 'import py_compile; py_compile.main()' ${WRKSRC}/*.py post-install: - ${INSTALL_DATA} ${WRKSRC}/*.pyc ${PREFIX}/share/fsh + ${INSTALL_DATA} ${WRKSRC}/*.pyc ${STAGEDIR}${PREFIX}/share/fsh .include <bsd.port.mk> Modified: head/security/fsh/pkg-descr ============================================================================== --- head/security/fsh/pkg-descr Tue Jul 8 12:26:03 2014 (r361226) +++ head/security/fsh/pkg-descr Tue Jul 8 12:27:41 2014 (r361227) @@ -9,6 +9,6 @@ repository locally. The solution: reuse the secure tunnel once it has been established. fsh is a drop-in rsh-compatible replacement for ssh that -automatically resuses ssh tunnels. +automatically reuses ssh tunnels. WWW: http://www.lysator.liu.se/fsh/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407081227.s68CRfjo044493>