From nobody@FreeBSD.org  Fri Feb 22 22:56:07 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 743B36A7
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 22 Feb 2013 22:56:07 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 4800FCD
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 22 Feb 2013 22:56:07 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1MMu6Eh027998
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 22 Feb 2013 22:56:06 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r1MMu6GG027997;
	Fri, 22 Feb 2013 22:56:06 GMT
	(envelope-from nobody)
Message-Id: <201302222256.r1MMu6GG027997@red.freebsd.org>
Date: Fri, 22 Feb 2013 22:56:06 GMT
From: Tim Daneliuk <tsshbatch@tundraware.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Maintainer Update: 1.134 -> 1.137
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         176364
>Category:       ports
>Synopsis:       security/tsshbatch: Maintainer Update: 1.134 -> 1.137
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 22 23:00:00 UTC 2013
>Closed-Date:    Sat Mar 02 16:11:39 UTC 2013
>Last-Modified:  Sat Mar 02 16:11:39 UTC 2013
>Originator:     Tim Daneliuk
>Release:        9.1-STABLE
>Organization:
TundraWare Inc.
>Environment:
>Description:


diff -urN /usr/ports/security/tsshbatch/Makefile tsshbatch/Makefile
--- /usr/ports/security/tsshbatch/Makefile	2012-11-17 00:01:21.000000000 -0600
+++ tsshbatch/Makefile	2013-02-22 16:47:59.000000000 -0600
@@ -1,47 +1,29 @@
-# New ports collection makefile for:	tsshbatch
-# Date created:	06 January 2012
-# Whom:	Tim Daneliuk <tsshbatch@tundraware.com>
+# New ports collection makefile for: tsshbatch
+# Date created:        06 January 2012
+# Whom: Tim Daneliuk <tsshbatch@tundraware.com>
 #
-# $FreeBSD: ports/security/tsshbatch/Makefile,v 1.2 2012/11/17 06:01:21 svnexp Exp $
 #
 
-PORTNAME=	tsshbatch
-PORTVERSION=	1.134
-CATEGORIES=	security python
+PORTNAME=	    tsshbatch
+PORTVERSION=	1.137
+CATEGORIES=	    security python
 MASTER_SITES=	http://www.tundraware.com/Software/tsshbatch/
 
-MAINTAINER=	tsshbatch@tundraware.com
-COMMENT=	Batch ssh Operations
+MAINTAINER=	    tsshbatch@tundraware.com
+COMMENT=	    Batch ssh Operations
 
-LICENSE=	tsshbatch
-LICENSE_NAME=	tsshbatch
-LICENSE_FILE=	${WRKSRC}/tsshbatch-license.txt
-LICENSE_PERMS=	auto-accept
+USE_PYTHON=	    yes
 
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}paramiko>=1.7.7.1:${PORTSDIR}/security/py-paramiko
-
-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
-
-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
 
 post-install:
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-.for i in ${PORTDOCS}
-	cd ${WRKSRC} && ${INSTALL_DATA} $i ${DOCSDIR}
-.endfor
+	${MKDIR} ${DOCSDIR}/
+	cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/security/tsshbatch/distinfo tsshbatch/distinfo
--- /usr/ports/security/tsshbatch/distinfo	2012-02-15 16:42:08.000000000 -0600
+++ tsshbatch/distinfo	2013-02-22 16:48:07.000000000 -0600
@@ -1,2 +1,2 @@
-SHA256 (tsshbatch-1.134.tar.gz) = 564e1fa4a4446d19d0c1169e6d961f74e8427b5eeb61ef89f3a7362635234e5d
-SIZE (tsshbatch-1.134.tar.gz) = 211833
+SHA256 (tsshbatch-1.137.tar.gz) = 2b4d9142e9c1a157edb9f8dff5481c462468fad087fd069ae596825f6cbf96cc
+SIZE (tsshbatch-1.137.tar.gz) = 146424
diff -urN /usr/ports/security/tsshbatch/pkg-descr tsshbatch/pkg-descr
--- /usr/ports/security/tsshbatch/pkg-descr	2012-02-15 16:42:08.000000000 -0600
+++ 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


>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sat Feb 23 06:22:18 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176364 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Mar 2 16:11:38 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176364 
>Unformatted:
