Date: Sat, 20 Dec 2014 02:15:22 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374989 - head/security/tsshbatch Message-ID: <201412200215.sBK2FMd7009640@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412200215.sBK2FMd7009640>