Bug 183571 - Port Maintainer Upgrade - security/tsshbatch
Summary: Port Maintainer Upgrade - security/tsshbatch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-01 20:20 UTC by tsshbatch
Modified: 2013-11-02 23:20 UTC (History)
0 users

See Also:


Attachments
file.diff (3.31 KB, patch)
2013-11-01 20:20 UTC, tsshbatch
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tsshbatch 2013-11-01 20:20:00 UTC
See attachment for upgrade to V 1.171

Thanks

Fix: Patch attached with submission follows:
Comment 1 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-11-02 12:22:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danilo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-11-02 23:14:18 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-11-02 23:14:29 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!