svn commit: r361227 - head/security/fsh
Pawel Pekala
pawel at FreeBSD.org
Tue Jul 8 12:27:41 UTC 2014
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 at FreeBSD.org
+MAINTAINER= ports at 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/
More information about the svn-ports-head
mailing list