Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 2013 23:14:10 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332554 - head/security/tsshbatch
Message-ID:  <201311022314.rA2NEAXu088110@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sat Nov  2 23:14:10 2013
New Revision: 332554
URL: http://svnweb.freebsd.org/changeset/ports/332554

Log:
  - Update from 1.137 to 1.171 [1]
  - Add stage support
  
  PR:		ports/183571
  Submitted by:	Tim Daneliuk <tsshbatch@tundraware.com> (maintainer) [1]

Modified:
  head/security/tsshbatch/Makefile
  head/security/tsshbatch/distinfo

Modified: head/security/tsshbatch/Makefile
==============================================================================
--- head/security/tsshbatch/Makefile	Sat Nov  2 23:13:23 2013	(r332553)
+++ head/security/tsshbatch/Makefile	Sat Nov  2 23:14:10 2013	(r332554)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tsshbatch
-PORTVERSION=	1.137
+PORTVERSION=	1.171
 CATEGORIES=	security python
 MASTER_SITES=	http://www.tundraware.com/Software/tsshbatch/
 
@@ -18,29 +18,22 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}par
 
 USE_PYTHON_RUN=	yes
 
-MAN1=	tsshbatch.1
-MANCOMPRESSED=	yes
-
-PLIST_FILES=	bin/tsshbatch.py
+PLIST_FILES=	bin/tsshbatch.py \
+		man/man1/tsshbatch.1.gz
 PORTDOCS=	WHATSNEW.txt \
 		tsshbatch.html \
 		tsshbatch.pdf \
 		tsshbatch.ps \
 		tsshbatch.rst
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE=	DOCS
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/tsshbatch.py ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/tsshbatch.1.gz ${MAN1PREFIX}/man/man1
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
+	${INSTALL_SCRIPT} ${WRKSRC}/tsshbatch.py ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/tsshbatch.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for i in ${PORTDOCS}
-	cd ${WRKSRC} && ${INSTALL_DATA} $i ${DOCSDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} $i ${STAGEDIR}${DOCSDIR}
 .endfor
-.endif
 
 .include <bsd.port.mk>

Modified: head/security/tsshbatch/distinfo
==============================================================================
--- head/security/tsshbatch/distinfo	Sat Nov  2 23:13:23 2013	(r332553)
+++ head/security/tsshbatch/distinfo	Sat Nov  2 23:14:10 2013	(r332554)
@@ -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



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