add a 'wait' in the test ssh_test function to try to get around the race condition...
[monkeysphere.git] / packaging / macports / Portfile
index dd6d58b982bcc580e61660492d12da704f93d9c1..7d2f88e195dcd6e4e1284b75d0b6bce1e202a1d2 100644 (file)
@@ -3,7 +3,7 @@
 
 PortSystem          1.0
 name                monkeysphere
 
 PortSystem          1.0
 name                monkeysphere
-version             0.24
+version             0.25
 categories          net security
 maintainers         nomaintainer
 description         use the OpenPGP web of trust to verify ssh connections
 categories          net security
 maintainers         nomaintainer
 description         use the OpenPGP web of trust to verify ssh connections
@@ -24,14 +24,13 @@ depends_run         bin:ssh:openssh \
                     port:p5-crypt-openssl-rsa \
                     port:p5-crypt-openssl-bignum \
                     port:p5-digest-sha1 \
                     port:p5-crypt-openssl-rsa \
                     port:p5-crypt-openssl-bignum \
                     port:p5-digest-sha1 \
-                    port:procmail \
-                    port:socat
+                    port:procmail
 
 master_sites        http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/
 distname            ${name}_${version}
 extract.suffix      .orig.tar.gz
 worksrcdir          ${name}-${version}
 
 master_sites        http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/
 distname            ${name}_${version}
 extract.suffix      .orig.tar.gz
 worksrcdir          ${name}-${version}
-checksums           md5 8590532f4702fa44027a6a583657c9ef
+checksums           md5 1c6fedfa3cd89150ae75d5a26264c89d
 
 use_configure       no
 
 
 use_configure       no