[35010] trunk/dports/sysutils/cssh/Portfile

stechert at macports.org stechert at macports.org
Thu Mar 13 14:01:29 PDT 2008


Revision: 35010
          http://trac.macosforge.org/projects/macports/changeset/35010
Author:   stechert at macports.org
Date:     2008-03-13 14:01:28 -0700 (Thu, 13 Mar 2008)

Log Message:
-----------
Bringing cssh up to date (v3.22) as a way of fixing the brokenness observed in ticket #14018

Modified Paths:
--------------
    trunk/dports/sysutils/cssh/Portfile

Modified: trunk/dports/sysutils/cssh/Portfile
===================================================================
--- trunk/dports/sysutils/cssh/Portfile	2008-03-13 20:48:48 UTC (rev 35009)
+++ trunk/dports/sysutils/cssh/Portfile	2008-03-13 21:01:28 UTC (rev 35010)
@@ -1,23 +1,28 @@
 # $Id$
 
 PortSystem 1.0
-name              cssh
-version           3.19.1
 
-platforms         darwin
-categories        sysutils
-maintainers       stechert at macports.org
-homepage          http://clusterssh.sourceforge.net/
-description       Cluster Admin via SSH
+name			cssh
+version			3.22
+
+platforms		darwin
+categories		sysutils
+maintainers		stechert at macports.org
+homepage		http://clusterssh.sourceforge.net/
+description		Cluster Admin via SSH
 long_description  \
     ClusterSSH controls a number of xterm windows via a single graphical \
     console window to allow commands to be interactively run on multiple \
     servers over an ssh connection.
 
-master_sites      http://downloads.sourceforge.net/clusterssh/
-checksums         md5 578208faf944100a233ae216fa230350
-distname          clusterssh-${version}
-extract.suffix    .tar.gz
+master_sites		http://downloads.sourceforge.net/clusterssh/
+checksums		md5 f568c3ade1e586250ff22045a11eff37 \
+			sha1 0927f870459354450f5cdbb4aeaf7ceb12b97f6e \
+			rmd160 73c099872a53a5d8ed993fafe60fc7b7586fd83c
 
-depends_lib   port:p5-tk port:p5-x11-protocol
-depends_run	port:xterm
+
+distname		clusterssh-${version}
+extract.suffix		.tar.gz
+
+depends_lib		port:p5-tk port:p5-x11-protocol
+depends_run		port:xterm

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080313/4dc9fb1a/attachment.html


More information about the macports-changes mailing list