update my user ID
[monkeysphere.git] / packaging / macports / Portfile
index 290edfdd84d0f045962432445009923b1008b0e2..75c8e113216e2e82e5864e21f6dea89dbb45f6e0 100644 (file)
@@ -3,7 +3,7 @@
 
 PortSystem          1.0
 name                monkeysphere
 
 PortSystem          1.0
 name                monkeysphere
-version             0.24
+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,20 +20,20 @@ platforms           darwin
 
 depends_run         bin:ssh:openssh \
                     port:gnupg \
 
 depends_run         bin:ssh:openssh \
                     port:gnupg \
-                    port:perl5.10 \
-                    port:p5-crypt-rsa \
-                    port:p5-digest-sha1 \
+                    port:p5-crypt-openssl-rsa \
+                    port:p5-digest-sha \
                     port:procmail
 
 master_sites        http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/
 distname            ${name}_${version}
 extract.suffix      .orig.tar.gz
 worksrcdir          ${name}-${version}
                     port:procmail
 
 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 f0e5fe66a9affd951e601ea5d6188972
 
 use_configure       no
 
 post-build {
 
 use_configure       no
 
 post-build {
+    # update paths to SYS*DIRs
     exec sed -i .tmp -e "s|/etc/monkeysphere|${prefix}/etc/monkeysphere|g" \
         ${worksrcpath}/src/share/defaultenv \
         ${worksrcpath}/src/transitions/0.23 \
     exec sed -i .tmp -e "s|/etc/monkeysphere|${prefix}/etc/monkeysphere|g" \
         ${worksrcpath}/src/share/defaultenv \
         ${worksrcpath}/src/transitions/0.23 \
@@ -53,6 +53,13 @@ post-build {
         ${worksrcpath}/src/monkeysphere-host \
         ${worksrcpath}/src/monkeysphere-authentication \
         ${worksrcpath}/src/monkeysphere
         ${worksrcpath}/src/monkeysphere-host \
         ${worksrcpath}/src/monkeysphere-authentication \
         ${worksrcpath}/src/monkeysphere
+
+    # 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/checkperms
+
+    # remove leftover sed cruft
     exec find ${worksrcpath} -name *.tmp -delete
 }
 
     exec find ${worksrcpath} -name *.tmp -delete
 }