From nobody@FreeBSD.org  Fri Nov  1 20:18:36 2013
Return-Path: <nobody@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 81B4F647
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <tsshbatch@tundraware.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Port Maintainer Upgrade - security/tsshbatch
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         183571
>Category:       ports
>Synopsis:       Port Maintainer Upgrade - security/tsshbatch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    danilo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 01 20:20:00 UTC 2013
>Closed-Date:    Sat Nov 02 23:14:32 UTC 2013
>Last-Modified:  Sat Nov  2 23:20:00 UTC 2013
>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 <tsshbatch@tundraware.com>
-# $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 <tsshbatch@tundraware.com>
+#
+#
+
+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 <bsd.port.options.mk>
-
-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 <bsd.port.mk>
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:
Responsible-Changed-From-To: freebsd-ports-bugs->danilo 
Responsible-Changed-By: danilo 
Responsible-Changed-When: Sat Nov 2 12:22:50 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183571 
State-Changed-From-To: open->closed 
State-Changed-By: danilo 
State-Changed-When: Sat Nov 2 23:14:29 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183571 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183571: commit references a PR
Date: Sat,  2 Nov 2013 23:14:18 +0000 (UTC)

 Author: danilo
 Date: Sat Nov  2 23:14:10 2013
 New Revision: 332554
 URL: http://svnweb.freebsd.org/changeset/ports/332554
 
 Log:
   - Update from 1.137 to 1.171 [1]
   - Add stage support
   
   PR:		ports/183571
   Submitted by:	Tim Daneliuk <tsshbatch@tundraware.com> (maintainer) [1]
 
 Modified:
   head/security/tsshbatch/Makefile
   head/security/tsshbatch/distinfo
 
 Modified: head/security/tsshbatch/Makefile
 ==============================================================================
 --- head/security/tsshbatch/Makefile	Sat Nov  2 23:13:23 2013	(r332553)
 +++ head/security/tsshbatch/Makefile	Sat Nov  2 23:14:10 2013	(r332554)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	tsshbatch
 -PORTVERSION=	1.137
 +PORTVERSION=	1.171
  CATEGORIES=	security python
  MASTER_SITES=	http://www.tundraware.com/Software/tsshbatch/
  
 @@ -18,29 +18,22 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}par
  
  USE_PYTHON_RUN=	yes
  
 -MAN1=	tsshbatch.1
 -MANCOMPRESSED=	yes
 -
 -PLIST_FILES=	bin/tsshbatch.py
 +PLIST_FILES=	bin/tsshbatch.py \
 +		man/man1/tsshbatch.1.gz
  PORTDOCS=	WHATSNEW.txt \
  		tsshbatch.html \
  		tsshbatch.pdf \
  		tsshbatch.ps \
  		tsshbatch.rst
  
 -NO_STAGE=	yes
 -.include <bsd.port.options.mk>
 +OPTIONS_DEFINE=	DOCS
  
  do-install:
 -	${INSTALL_SCRIPT} ${WRKSRC}/tsshbatch.py ${PREFIX}/bin
 -	${INSTALL_MAN} ${WRKSRC}/tsshbatch.1.gz ${MAN1PREFIX}/man/man1
 -
 -post-install:
 -.if ${PORT_OPTIONS:MDOCS}
 -	${MKDIR} ${DOCSDIR}
 +	${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 ${DOCSDIR}
 +	cd ${WRKSRC} && ${INSTALL_DATA} $i ${STAGEDIR}${DOCSDIR}
  .endfor
 -.endif
  
  .include <bsd.port.mk>
 
 Modified: head/security/tsshbatch/distinfo
 ==============================================================================
 --- head/security/tsshbatch/distinfo	Sat Nov  2 23:13:23 2013	(r332553)
 +++ head/security/tsshbatch/distinfo	Sat Nov  2 23:14:10 2013	(r332554)
 @@ -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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
