Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Feb 2013 22:56:06 GMT
From:      Tim Daneliuk <tsshbatch@tundraware.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/176364: Maintainer Update: 1.134 -> 1.137
Message-ID:  <201302222256.r1MMu6GG027997@red.freebsd.org>
Resent-Message-ID: <201302222300.r1MN01mL025545@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         176364
>Category:       ports
>Synopsis:       Maintainer Update: 1.134 -> 1.137
>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 Feb 22 23:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302222256.r1MMu6GG027997>