Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2013 03:44:57 GMT
From:      Jason Helfman <jgh@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/176464: [patch][security/tsshbatch]: update to 1.137, optionsNG for DOCS and update header
Message-ID:  <201302270344.r1R3ivFd055316@freefall.freebsd.org>
Resent-Message-ID: <201302270350.r1R3o1Sc055430@freefall.freebsd.org>

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

>Number:         176464
>Category:       ports
>Synopsis:       [patch][security/tsshbatch]: update to 1.137, optionsNG for DOCS and update header
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 27 03:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jason Helfman
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r245102: Sun Jan 6 15:01:33 UTC 2013 root@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64


	
>Description:
Update to 1.137
buildlogs -> http://redports.org/buildarchive/20130227032300-57200/
>How-To-Repeat:
	
>Fix:

Index: Makefile
===================================================================
--- Makefile	(revision 313028)
+++ Makefile	(working copy)
@@ -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 @@
 		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}
Index: distinfo
===================================================================
--- distinfo	(revision 313028)
+++ distinfo	(working copy)
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:



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