From owner-svn-ports-all@FreeBSD.ORG Tue Jul 8 12:27:41 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D4CF83BE; Tue, 8 Jul 2014 12:27:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C23D32CF0; Tue, 8 Jul 2014 12:27:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s68CRfVt044495; Tue, 8 Jul 2014 12:27:41 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s68CRfjo044493; Tue, 8 Jul 2014 12:27:41 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201407081227.s68CRfjo044493@svn.freebsd.org> From: Pawel Pekala Date: Tue, 8 Jul 2014 12:27:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361227 - head/security/fsh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2014 12:27:41 -0000 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 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/