aboutsummaryrefslogtreecommitdiff
path: root/security/mussh
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-10-19 15:01:26 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-10-19 15:01:26 +0000
commit546945a84f86d40f87ad1285232a5e476a1b55e0 (patch)
tree5b0a6f91d30853d357935daaa2170828b883eef7 /security/mussh
parent32378cab1b64060fea5583dd482747b3aeedd2ce (diff)
downloadports-546945a84f86d40f87ad1285232a5e476a1b55e0.tar.gz
ports-546945a84f86d40f87ad1285232a5e476a1b55e0.zip
- Update to 0.6
- Pass maintainership to submitter This version adds the following features: - added '-s' to ssh-agent calls so that they will work for people with non-bash shells. (thanks to Jacob) - Asynchronous mode works. - Asynchronous mode required temp files so we use mktemp to make it safer. - Blocking option in async mode. - All debug messages go to STDERR. - Invoke remote shell (default bash) explicitely. - SIGQUIT (ctrl-\) prints current/remaining host(s). - Modernized all ``'s to $()'s. PR: ports/87664 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
Notes
Notes: svn path=/head/; revision=145873
Diffstat (limited to 'security/mussh')
-rw-r--r--security/mussh/Makefile7
-rw-r--r--security/mussh/distinfo4
2 files changed, 6 insertions, 5 deletions
diff --git a/security/mussh/Makefile b/security/mussh/Makefile
index e703934e2f21..a57c88e79e19 100644
--- a/security/mussh/Makefile
+++ b/security/mussh/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= mussh
-PORTVERSION= 0.5
+PORTVERSION= 0.6
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= laszlof@vonostingroup.com
COMMENT= A tool for easily running the same commands on multiple hosts
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2
@@ -21,9 +21,10 @@ NO_BUILD= yes
USE_REINPLACE= yes
PORTDOCS= BUGS CHANGES EXAMPLES README
PLIST_FILES= bin/mussh
+WRKSRC= ${WRKDIR}/${PORTNAME}
post-patch:
- @${REINPLACE_CMD} -e "s,^#!/bin/bash,#!${LOCALBASE}/bin/bash,g" \
+ @${REINPLACE_CMD} -e "s,^#!/bin/bash,#!/usr/bin/env bash,g" \
${WRKSRC}/${PORTNAME}
do-install:
diff --git a/security/mussh/distinfo b/security/mussh/distinfo
index affc721322e4..4aafbc63a0c6 100644
--- a/security/mussh/distinfo
+++ b/security/mussh/distinfo
@@ -1,2 +1,2 @@
-MD5 (mussh-0.5.tgz) = b87aae3007a994b829afc2bd27beb7ce
-SIZE (mussh-0.5.tgz) = 6972
+MD5 (mussh-0.6.tgz) = d25b2683c6128e97e01ce1278027deb3
+SIZE (mussh-0.6.tgz) = 9123