Steven Mestdagh [2015-11-29, 10:55:25]:
> maintenance update, also includes new csftp command.
> please test / ok

updated diff after feedback from Antoine.

Index: Makefile
===================================================================
RCS file: /cvs/ports/security/clusterssh/Makefile,v
retrieving revision 1.14
diff -u -p -u -r1.14 Makefile
--- Makefile    25 Jul 2015 08:00:05 -0000      1.14
+++ Makefile    29 Nov 2015 10:31:46 -0000
@@ -2,8 +2,9 @@
 
 COMMENT=       secure concurrent multi-server terminal control
 
-DISTNAME=      App-ClusterSSH-4.03_06
-PKGNAME=       clusterssh-4.03.06
+V=             4.05
+DISTNAME=      App-ClusterSSH-$V
+PKGNAME=       clusterssh-${V:S/_/./}
 
 CATEGORIES=    security
 
@@ -34,5 +35,9 @@ TEST_DEPENDS=devel/p5-Test-Trap \
                devel/p5-File-Slurp
 
 MAKE_ENV=      TEST_POD=Yes
+
+post-install:
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/bash-completion
+       mv ${PREFIX}/bin/clusterssh_bash_completion.dist 
${PREFIX}/share/bash-completion/clusterssh
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/clusterssh/distinfo,v
retrieving revision 1.8
diff -u -p -u -r1.8 distinfo
--- distinfo    25 Jul 2015 08:00:05 -0000      1.8
+++ distinfo    29 Nov 2015 10:31:46 -0000
@@ -1,2 +1,2 @@
-SHA256 (App-ClusterSSH-4.03_06.tar.gz) = 
88XIlmnet6V5vmWg26Hhl7bYufHVs+SLigZGGT0L9vA=
-SIZE (App-ClusterSSH-4.03_06.tar.gz) = 81476
+SHA256 (App-ClusterSSH-4.05.tar.gz) = 
ovonIvHPaQHapFdrLC7AnjxEqZEZEtSDMqa2beLdq9Y=
+SIZE (App-ClusterSSH-4.05.tar.gz) = 84954
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/security/clusterssh/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -u -r1.4 PLIST
--- pkg/PLIST   25 Jul 2015 08:00:05 -0000      1.4
+++ pkg/PLIST   29 Nov 2015 10:31:46 -0000
@@ -1,6 +1,7 @@
 @comment $OpenBSD: PLIST,v 1.4 2015/07/25 08:00:05 steven Exp $
 bin/ccon
 bin/crsh
+bin/csftp
 bin/cssh
 bin/ctel
 ${P5SITE}/App/
@@ -17,6 +18,7 @@ ${P5SITE}/App/ClusterSSH/L10N.pm
 ${P5SITE}/App/ClusterSSH/L10N/en.pm
 @man man/man1/ccon.1
 @man man/man1/crsh.1
+@man man/man1/csftp.1
 @man man/man1/cssh.1
 @man man/man1/ctel.1
 @man man/man3p/App::ClusterSSH.3p
@@ -28,3 +30,5 @@ ${P5SITE}/App/ClusterSSH/L10N/en.pm
 @man man/man3p/App::ClusterSSH::Host.3p
 @man man/man3p/App::ClusterSSH::L10N.3p
 @man man/man3p/App::ClusterSSH::L10N::en.3p
+share/bash-completion/
+share/bash-completion/clusterssh

Reply via email to