- update to 1.137, trim historical header and adopt optionsNG for DOCS

PR:		176464
Submitted by:	jgh@
Approved by:	maintainer, tsshbatch@tundraware.com
This commit is contained in:
Jason Helfman 2013-02-27 05:50:20 +00:00
parent 710eaca6f1
commit 68eae8a432
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313034
2 changed files with 7 additions and 9 deletions

View File

@ -1,12 +1,8 @@
# New ports collection makefile for: tsshbatch
# Date created: 06 January 2012
# Whom: Tim Daneliuk <tsshbatch@tundraware.com>
#
# Created by: Tim Daneliuk <tsshbatch@tundraware.com>
# $FreeBSD$
#
PORTNAME= tsshbatch
PORTVERSION= 1.134
PORTVERSION= 1.137
CATEGORIES= security python
MASTER_SITES= http://www.tundraware.com/Software/tsshbatch/
@ -32,12 +28,14 @@ PORTDOCS= WHATSNEW.txt \
tsshbatch.ps \
tsshbatch.rst
.include <bsd.port.options.mk>
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tsshbatch.py ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/tsshbatch.1.gz ${MAN1PREFIX}/man/man1
post-install:
.if !defined(NOPORTDOCS)
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
cd ${WRKSRC} && ${INSTALL_DATA} $i ${DOCSDIR}

View File

@ -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