From owner-svn-ports-all@FreeBSD.ORG Sat Dec 20 02:15:22 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CBDE2D2B; Sat, 20 Dec 2014 02:15:22 +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 B7B0E282A; Sat, 20 Dec 2014 02:15:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBK2FMs5009643; Sat, 20 Dec 2014 02:15:22 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBK2FMd7009640; Sat, 20 Dec 2014 02:15:22 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201412200215.sBK2FMd7009640@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sat, 20 Dec 2014 02:15:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374989 - head/security/tsshbatch 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-1 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: Sat, 20 Dec 2014 02:15:23 -0000 Author: danfe Date: Sat Dec 20 02:15:21 2014 New Revision: 374989 URL: https://svnweb.freebsd.org/changeset/ports/374989 QAT: https://qat.redports.org/buildarchive/r374989/ Log: - Update to version 1.212 and thus unbreak (unfortunately, upstream does not keep old versions on their site, at least not for long enough) - Sanitize -COMMENT, simplify installation of documentation files - Consistently reformat first two paragraphs of pkg-descr so it produces less ragged right edge Modified: head/security/tsshbatch/Makefile head/security/tsshbatch/distinfo head/security/tsshbatch/pkg-descr Modified: head/security/tsshbatch/Makefile ============================================================================== --- head/security/tsshbatch/Makefile Sat Dec 20 00:50:16 2014 (r374988) +++ head/security/tsshbatch/Makefile Sat Dec 20 02:15:21 2014 (r374989) @@ -2,21 +2,19 @@ # $FreeBSD$ PORTNAME= tsshbatch -PORTVERSION= 1.177 +PORTVERSION= 1.212 CATEGORIES= security python MASTER_SITES= http://www.tundraware.com/Software/tsshbatch/ MAINTAINER= tsshbatch@tundraware.com -COMMENT= Batch ssh Operations +COMMENT= Batch SSH operations LICENSE= tsshbatch LICENSE_NAME= tsshbatch LICENSE_FILE= ${WRKSRC}/tsshbatch-license.txt LICENSE_PERMS= auto-accept -BROKEN= Unfetchable - -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.7.7.1:${PORTSDIR}/security/py-paramiko +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.7.7.1:${PORTSDIR}/security/py-paramiko USES= python:run @@ -34,8 +32,6 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/tsshbatch.py ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/tsshbatch.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for i in ${PORTDOCS} - cd ${WRKSRC} && ${INSTALL_DATA} $i ${STAGEDIR}${DOCSDIR} -.endfor + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Modified: head/security/tsshbatch/distinfo ============================================================================== --- head/security/tsshbatch/distinfo Sat Dec 20 00:50:16 2014 (r374988) +++ head/security/tsshbatch/distinfo Sat Dec 20 02:15:21 2014 (r374989) @@ -1,2 +1,2 @@ -SHA256 (tsshbatch-1.177.tar.gz) = 9915becc2dca029e19d5a92709def608969e786ad06aebbb335ea5213fa7329f -SIZE (tsshbatch-1.177.tar.gz) = 295009 +SHA256 (tsshbatch-1.212.tar.gz) = 768407f7810e49360eab98f109db79774747e90f789b82514424ec17719222fe +SIZE (tsshbatch-1.212.tar.gz) = 597297 Modified: head/security/tsshbatch/pkg-descr ============================================================================== --- head/security/tsshbatch/pkg-descr Sat Dec 20 00:50:16 2014 (r374988) +++ head/security/tsshbatch/pkg-descr Sat Dec 20 02:15:21 2014 (r374989) @@ -1,10 +1,10 @@ -'tsshbatch' is a tool to enable you to issue a command to many -servers without having to log into each one separately. When writing -scripts, this overcomes the 'ssh' limitation of not being able to -specify the password on the command line. +'tsshbatch' is a tool to enable you to issue a command to many servers +without having to log into each one separately. When writing scripts, +this overcomes the 'ssh' limitation of not being able to specify the +password on the command line. -'tsshbatch' also understands basic 'sudo' syntax and can be used -to access a server, 'sudo' a command, and then exit. +'tsshbatch' also understands basic 'sudo' syntax and can be used to +access a server, 'sudo' a command, and then exit. 'tsshbatch' thus allows you to write complex, hands-off scripts that issue commands to many servers without the tedium of manual login and