update macports Portfile
authorJameson Graef Rollins <jrollins@finestructure.net>
Tue, 11 Aug 2009 18:50:37 +0000 (20:50 +0200)
committerJameson Graef Rollins <jrollins@finestructure.net>
Tue, 11 Aug 2009 18:50:37 +0000 (20:50 +0200)
packaging/macports/Portfile

index 20bcac51195aad6b7e14b585a491fefac8e29359..75c8e113216e2e82e5864e21f6dea89dbb45f6e0 100644 (file)
@@ -3,7 +3,7 @@
 
 PortSystem          1.0
 name                monkeysphere
 
 PortSystem          1.0
 name                monkeysphere
-version             0.25
+version             0.26
 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
@@ -20,9 +20,7 @@ platforms           darwin
 
 depends_run         bin:ssh:openssh \
                     port:gnupg \
 
 depends_run         bin:ssh:openssh \
                     port:gnupg \
-                    port:perl5 \
                     port:p5-crypt-openssl-rsa \
                     port:p5-crypt-openssl-rsa \
-                    port:p5-crypt-openssl-bignum \
                     port:p5-digest-sha \
                     port:procmail
 
                     port:p5-digest-sha \
                     port:procmail
 
@@ -30,7 +28,7 @@ master_sites        http://archive.monkeysphere.info/debian/pool/monkeysphere/m/
 distname            ${name}_${version}
 extract.suffix      .orig.tar.gz
 worksrcdir          ${name}-${version}
 distname            ${name}_${version}
 extract.suffix      .orig.tar.gz
 worksrcdir          ${name}-${version}
-checksums           md5 211f39f195dd974ff14a188516f06690
+checksums           md5 f0e5fe66a9affd951e601ea5d6188972
 
 use_configure       no
 
 
 use_configure       no
 
@@ -58,7 +56,8 @@ post-build {
 
     # fix perl shebang line to point to macports perl install
     exec sed -i .tmp -e "s|^#!/usr/bin/perl -T$|#!/opt/local/bin/perl -T|" \
 
     # fix perl shebang line to point to macports perl install
     exec sed -i .tmp -e "s|^#!/usr/bin/perl -T$|#!/opt/local/bin/perl -T|" \
-        ${worksrcpath}/src/share/keytrans
+        ${worksrcpath}/src/share/keytrans \
+        ${worksrcpath}/src/share/checkperms
 
     # remove leftover sed cruft
     exec find ${worksrcpath} -name *.tmp -delete
 
     # remove leftover sed cruft
     exec find ${worksrcpath} -name *.tmp -delete