ports/183571: Port Maintainer Upgrade - security/tsshbatch
Tim Daneliuk
tsshbatch at tundraware.com
Fri Nov 1 20:20:00 UTC 2013
>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 <tsshbatch at 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 at tundraware.com>
+#
+#
+
+PORTNAME= tsshbatch
+PORTVERSION= 1.171
+CATEGORIES= security python
MASTER_SITES= http://www.tundraware.com/Software/tsshbatch/
-MAINTAINER= tsshbatch at tundraware.com
-COMMENT= Batch ssh Operations
-
-LICENSE= tsshbatch
-LICENSE_NAME= tsshbatch
-LICENSE_FILE= ${WRKSRC}/tsshbatch-license.txt
-LICENSE_PERMS= auto-accept
+MAINTAINER= tsshbatch at 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:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list