From owner-svn-ports-head@FreeBSD.ORG Wed Feb 27 05:50:22 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 298A3CCC; Wed, 27 Feb 2013 05:50:22 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 10BD9A9D; Wed, 27 Feb 2013 05:50:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1R5oLm8025086; Wed, 27 Feb 2013 05:50:21 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1R5oLiM025083; Wed, 27 Feb 2013 05:50:21 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201302270550.r1R5oLiM025083@svn.freebsd.org> From: Jason Helfman Date: Wed, 27 Feb 2013 05:50:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313034 - head/security/tsshbatch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 05:50:22 -0000 Author: jgh Date: Wed Feb 27 05:50:20 2013 New Revision: 313034 URL: http://svnweb.freebsd.org/changeset/ports/313034 Log: - update to 1.137, trim historical header and adopt optionsNG for DOCS PR: 176464 Submitted by: jgh@ Approved by: maintainer, tsshbatch@tundraware.com Modified: head/security/tsshbatch/Makefile head/security/tsshbatch/distinfo Modified: head/security/tsshbatch/Makefile ============================================================================== --- head/security/tsshbatch/Makefile Wed Feb 27 04:02:00 2013 (r313033) +++ head/security/tsshbatch/Makefile Wed Feb 27 05:50:20 2013 (r313034) @@ -1,12 +1,8 @@ -# New ports collection makefile for: tsshbatch -# Date created: 06 January 2012 -# Whom: Tim Daneliuk -# +# Created by: Tim Daneliuk # $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 + 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} Modified: head/security/tsshbatch/distinfo ============================================================================== --- head/security/tsshbatch/distinfo Wed Feb 27 04:02:00 2013 (r313033) +++ head/security/tsshbatch/distinfo Wed Feb 27 05:50:20 2013 (r313034) @@ -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