From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 1 20:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BEB60760 for ; Fri, 1 Nov 2013 20:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D14025F3 for ; Fri, 1 Nov 2013 20:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rA1KK0t7048264 for ; Fri, 1 Nov 2013 20:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rA1KK0cI048262; Fri, 1 Nov 2013 20:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 1 Nov 2013 20:20:00 GMT Resent-Message-Id: <201311012020.rA1KK0cI048262@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tim Daneliuk Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 81B4F647 for ; Fri, 1 Nov 2013 20:18:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6E7A325CE for ; Fri, 1 Nov 2013 20:18:36 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rA1KIZAO035874 for ; Fri, 1 Nov 2013 20:18:35 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rA1KIZF3035873; Fri, 1 Nov 2013 20:18:35 GMT (envelope-from nobody) Message-Id: <201311012018.rA1KIZF3035873@oldred.freebsd.org> Date: Fri, 1 Nov 2013 20:18:35 GMT From: Tim Daneliuk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/183571: Port Maintainer Upgrade - security/tsshbatch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2013 20:20:00 -0000 >Number: 183571 >Category: ports >Synopsis: Port Maintainer Upgrade - security/tsshbatch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Nov 01 20:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Tim Daneliuk >Release: 9.0-Stable >Organization: TundraWare Inc. >Environment: >Description: See attachment for upgrade to V 1.171 Thanks >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /ports/security/tsshbatch/Makefile tsshbatch/Makefile --- /ports/security/tsshbatch/Makefile 2013-09-20 17:55:24.000000000 -0500 +++ tsshbatch/Makefile 2013-10-29 10:33:42.000000000 -0500 @@ -1,46 +1,31 @@ -# Created by: Tim Daneliuk -# $FreeBSD: security/tsshbatch/Makefile 327769 2013-09-20 22:55:24Z bapt $ - -PORTNAME= tsshbatch -PORTVERSION= 1.137 -CATEGORIES= security python +# New ports collection makefile for: tsshbatch +# Date created: 06 January 2012 +# Whom: Tim Daneliuk +# +# + +PORTNAME= tsshbatch +PORTVERSION= 1.171 +CATEGORIES= security python MASTER_SITES= http://www.tundraware.com/Software/tsshbatch/ -MAINTAINER= tsshbatch@tundraware.com -COMMENT= Batch ssh Operations - -LICENSE= tsshbatch -LICENSE_NAME= tsshbatch -LICENSE_FILE= ${WRKSRC}/tsshbatch-license.txt -LICENSE_PERMS= auto-accept +MAINTAINER= tsshbatch@tundraware.com +COMMENT= Batch ssh Operations -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.7.7.1:${PORTSDIR}/security/py-paramiko +USE_PYTHON= yes -USE_PYTHON_RUN= yes - -MAN1= tsshbatch.1 +MAN1= tsshbatch.1 MANCOMPRESSED= yes PLIST_FILES= bin/tsshbatch.py -PORTDOCS= WHATSNEW.txt \ - tsshbatch.html \ - tsshbatch.pdf \ - tsshbatch.ps \ - tsshbatch.rst - -NO_STAGE= yes -.include - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/tsshbatch.py ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/tsshbatch.1.gz ${MAN1PREFIX}/man/man1 +PORTDOCS= WHATSNEW.txt tsshbatch-license.txt tsshbatch.html tsshbatch.pdf tsshbatch.ps tsshbatch.rst + +NO_STAGE= yes post-install: -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} -.for i in ${PORTDOCS} - cd ${WRKSRC} && ${INSTALL_DATA} $i ${DOCSDIR} -.endfor +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR}/ + cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ .endif .include diff -urN /ports/security/tsshbatch/distinfo tsshbatch/distinfo --- /ports/security/tsshbatch/distinfo 2013-02-26 23:50:20.000000000 -0600 +++ tsshbatch/distinfo 2013-11-01 12:11:07.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (tsshbatch-1.137.tar.gz) = 2b4d9142e9c1a157edb9f8dff5481c462468fad087fd069ae596825f6cbf96cc -SIZE (tsshbatch-1.137.tar.gz) = 146424 +SHA256 (tsshbatch-1.171.tar.gz) = a681c53bea0c1459c9e0b2c42b10359df46b2dda5f437b80b56bab428b2ed242 +SIZE (tsshbatch-1.171.tar.gz) = 283698 diff -urN /ports/security/tsshbatch/pkg-descr tsshbatch/pkg-descr --- /ports/security/tsshbatch/pkg-descr 2012-07-14 09:29:18.000000000 -0500 +++ tsshbatch/pkg-descr 2012-01-05 13:19:38.000000000 -0600 @@ -1,5 +1,5 @@ 'tsshbatch' is a tool to enable you to issue a command to many -servers without having to log into each one separately. When writing +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. @@ -8,7 +8,9 @@ 'tsshbatch' thus allows you to write complex, hands-off scripts that issue commands to many servers without the tedium of manual login and -'sudo' promotion. System administrators, especially, will find this +'sudo' promotion. System administrators, especially, will find this helpful when working in large server farms. -WWW: http://www.tundraware.com/Software/tsshbatch + + +WWW: http://www.tundraware.com/Software/tsshbatch >Release-Note: >Audit-Trail: >Unformatted: